@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body > header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
body > header .header_text_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}
body > header .header_text_box p {
  line-height: 1;
  letter-spacing: 13px;
}
body > header .header_text_box p:nth-child(2) {
  color: #d6c4cb;
  font-weight: 400;
  letter-spacing: 11px;
}
body > main {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-image: none !important;
}
body > main > ol#step {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
body > main > ol#step::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(50%);
  background-color: #695c5f;
  content: "";
}
body > main > ol#step > li {
  display: flex;
  z-index: 0;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
body > main > ol#step > li > p {
  line-height: 1;
  text-align: center;
  word-break: keep-all;
}
body > main > ol#step > li::after {
  display: block;
  position: relative;
  width: 100%;
  transform: translateY(50%);
  background-color: #695c5f;
  content: "";
}
body > main > ol#step > li.curr {
  position: relative;
}
body > main > ol#step > li.curr::before {
  display: block;
  position: absolute;
  bottom: 0;
  transform: translateY(45%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
body > main > ol#step > li.curr > p {
  position: absolute;
  color: #d6b2b9;
}
body > main > ol#step > li.curr::after {
  display: block;
  z-index: 1;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  content: "";
}
body > main > h1 {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  color: #d6b2b9;
  line-height: 1;
}
body > main > section {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
body > main > section > p {
  display: block;
  position: relative;
  color: #d6b2b9;
  line-height: 1.5;
  font-feature-settings: "palt";
  word-break: keep-all;
  overflow-wrap: anywhere;
}
body > main > section > div#rulesWrapper {
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow-y: auto;
  border-collapse: collapse;
  word-break: keep-all;
  scrollbar-color: #6a4e4e #1b0c0c;
  scrollbar-width: 7px;
}
body > main > section > div#rulesWrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #6a4e4e;
}
body > main > section > div#rulesWrapper ::-webkit-scrollbar-track {
  border: 1px solid #6a4e4e; /* 枠線 */
  background: #1b0c0c;
}
body > main > section > div#rulesWrapper.TH {
  font-family: "Noto Serif Thai", serif;
}
body > main > section > div#rulesWrapper > article > section {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
body > main > section > div#rulesWrapper > article > section h1 {
  display: block;
  position: relative;
  width: 100%;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
body > main > section > div#rulesWrapper > article > section > p {
  overflow-wrap: break-word;
}
body > main > section > div#rulesWrapper > article > section > p.mt1 {
  margin-top: 1em;
}
body > main > section > div#rulesWrapper > article > section ul.list_number1,
body > main > section > div#rulesWrapper > article > section ul.list_number2 {
  display: table;
  list-style-type: none;
  text-align: left;
}
body > main > section > div#rulesWrapper > article > section ul.list_number1 > li,
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li {
  display: table-row;
}
body > main > section > div#rulesWrapper > article > section ul.list_number1 > li::before,
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li::before {
  box-sizing: border-box;
  display: table-cell;
  padding-right: 0.5em;
}
body > main > section > div#rulesWrapper > article > section ul.list_number1 > li {
  counter-increment: table-nm1;
}
body > main > section > div#rulesWrapper > article > section ul.list_number1 > li::before {
  content: counter(table-nm1) ".";
}
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li.n01::before {
  content: "①";
}
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li.n02::before {
  content: "②";
}
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li.n03::before {
  content: "③";
}
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li.n04::before {
  content: "④";
}
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li.n05::before {
  content: "⑤";
}
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li.n06::before {
  content: "⑥";
}
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li.n07::before {
  content: "⑦";
}
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li.n08::before {
  content: "⑧";
}
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li.n09::before {
  content: "⑨";
}
body > main > section > div#rulesWrapper > article > section ul.list_number2 > li.n10::before {
  content: "⑩";
}
body > main > section > div#rulesWrapper > article > section a {
  color: #fb992f;
  text-decoration: underline;
}
body > main > section > div#rulesWrapper > article section#preface p + p,
body > main > section > div#rulesWrapper > article section#third_article p + p {
  margin-top: 1em;
}
body > main > section > div#rulesWrapper > article section.end_en {
  text-align: right;
}
body > main > section > div#agreement {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
body > main > section > div#agreement > div > form > input[type=checkbox] {
  display: none;
}
body > main > section > div#agreement > div > form > input[type=checkbox] + label {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 1em;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.4s ease;
}
body > main > section > div#agreement > div > form > input[type=checkbox] + label::before {
  box-sizing: border-box;
  display: block;
  position: relative;
  background-color: #dcdcdc;
  content: "";
}
body > main > section > div#agreement > div > form > input[type=checkbox]:checked + label {
  opacity: 1;
}
body > main > section > div#agreement > div > form > input[type=checkbox]:checked + label::after {
  display: block;
  position: absolute;
  background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/check_icon.svg");
  background-position: center center;
  background-size: 180% auto;
  background-repeat: no-repeat;
  content: "";
}
body > main > section > div#agreement > p {
  margin-top: 1em;
  color: #e40000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
body > main > section .connection_account .note {
  color: #939393;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
body > main > nav {
  display: flex;
  position: relative;
}
body > main > nav a {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-decoration: none;
}
body > main > nav a::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
body > main > nav a:nth-child(1) {
  box-sizing: border-box;
  border-collapse: collapse;
  color: #d0d0d0;
  transition: all 0.3s ease;
}
body > main > nav a:nth-child(2) {
  background-color: #545454;
  color: #868686;
  letter-spacing: 0;
  cursor: default;
  transition: background-color 0.3s ease;
}
body > main > nav a:nth-child(2)::after {
  transform: translateX(0px);
}
body > main > nav a:nth-child(2).active {
  background-color: #d0d0d0;
  color: #1c1010;
  cursor: pointer;
}
body > main > nav a:nth-child(2).active:hover {
  background-color: #ffffff;
}
body.fontfamily_alfa main > section .connection_account .note, body.fontfamily_alfa main > section > div#agreement > p {
  font-family: "Noto Sans", sans-serif !important;
}
body.fontfamily_zh main > section .connection_account .note, body.fontfamily_zh main > section > div#agreement > p {
  font-family: "Noto Sans TC", sans-serif !important;
}
@media all and (min-width: 1921px) {
  body {
    font-size: 19px;
  }
  body > header {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background.jpg");
  }
  body > header {
    height: 415px;
  }
  body > header else {
    height: 0;
  }
  body > header {
    background-size: 2560px 415px;
  }
  body > header .header_text_box {
    top: 185px;
  }
  body > header .header_text_box p:nth-child(1) {
    font-size: 55px;
  }
  body > header .header_text_box p:nth-child(2) {
    margin-top: 20px;
    font-size: 20px;
  }
  body > main {
    padding-bottom: 270px;
  }
  body > main else {
    padding-bottom: 0;
  }
  body > main > ol#step {
    width: 432px;
  }
  body > main > ol#step else {
    width: 0;
  }
  body > main > ol#step {
    margin-top: 122px;
  }
  body > main > ol#step else {
    margin-top: 0;
  }
  body > main > ol#step > li > p {
    font-size: 24px;
  }
  body > main > ol#step > li > p else {
    font-size: 0;
  }
  body > main > ol#step > li::after {
    width: 12px;
  }
  body > main > ol#step > li::after else {
    width: 0;
  }
  body > main > ol#step > li::after {
    height: 12px;
  }
  body > main > ol#step > li::after else {
    height: 0;
  }
  body > main > ol#step > li::after {
    border-radius: 12px;
  }
  body > main > ol#step > li::after else {
    border-radius: 0;
  }
  body > main > ol#step > li.curr::before {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current.png");
  }
  body > main > ol#step > li.curr::before {
    width: 97px;
  }
  body > main > ol#step > li.curr::before else {
    width: 0;
  }
  body > main > ol#step > li.curr::before {
    height: 97px;
  }
  body > main > ol#step > li.curr::before else {
    height: 0;
  }
  body > main > ol#step > li.curr > p {
    bottom: 26px;
  }
  body > main > ol#step > li.curr > p else {
    bottom: 0;
  }
  body > main > ol#step > li.curr::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current.png");
  }
  body > main > ol#step > li.curr::after {
    width: 49px;
  }
  body > main > ol#step > li.curr::after else {
    width: 0;
  }
  body > main > ol#step > li.curr::after {
    height: 49px;
  }
  body > main > ol#step > li.curr::after else {
    height: 0;
  }
  body > main > h1 {
    height: 56px;
  }
  body > main > h1 else {
    height: 0;
  }
  body > main > h1 {
    margin-top: 85px;
  }
  body > main > h1 else {
    margin-top: 0;
  }
  body > main > h1 {
    font-size: 27px;
  }
  body > main > h1 else {
    font-size: 0;
  }
  body > main > section > p {
    width: 1220px;
  }
  body > main > section > p {
    font-size: 23px;
  }
  body > main > section > p else {
    font-size: 0;
  }
  body > main > section > p {
    margin-top: 98px;
  }
  body > main > section > p else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper {
    margin-top: 98px;
  }
  body > main > section > div#rulesWrapper else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper {
    max-width: 1340px;
    height: 1085px;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar {
    width: 16px;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar else {
    width: 0;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar {
    height: 260px;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar else {
    height: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    font-size: 24px;
  }
  body > main > section > div#rulesWrapper > article > section h1 else {
    font-size: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    margin-bottom: 33px;
  }
  body > main > section > div#rulesWrapper > article > section h1 else {
    margin-bottom: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    border-bottom: 2px solid #564545;
  }
  body > main > section > div#rulesWrapper > article > section h1:first-of-type {
    margin-top: 100px;
  }
  body > main > section > div#rulesWrapper > article > section h1:first-of-type else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1:not(:first-of-type) {
    margin-top: 40px;
  }
  body > main > section > div#rulesWrapper > article > section h1:not(:first-of-type) else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper > article > section > p {
    max-width: 910px;
  }
  body > main > section > div#rulesWrapper > article > section > ul.list_number1,
  body > main > section > div#rulesWrapper > article > section > ul.list_number2 {
    max-width: 910px;
  }
  body > main > section > div#agreement {
    margin-top: 91px;
  }
  body > main > section > div#agreement else {
    margin-top: 0;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label {
    font-size: 24px;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label else {
    font-size: 0;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label::before {
    margin-right: 16px;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label::before else {
    margin-right: 0;
  }
  body > main > section > div#agreement > p {
    font-size: 17px;
  }
  body > main > section > div#agreement > p else {
    font-size: 0;
  }
  body > main > section .connection_account {
    margin-top: 124px;
  }
  body > main > section .connection_account else {
    margin-top: 0;
  }
  body > main > section .connection_account p {
    font-size: 26px;
  }
  body > main > section .connection_account p else {
    font-size: 0;
  }
  body > main > section .connection_account .note {
    font-size: 16px;
  }
  body > main > section .connection_account .note else {
    font-size: 0;
  }
  body > main > nav {
    width: 1165px;
  }
  body > main > nav else {
    width: 0;
  }
  body > main > nav {
    margin-top: 134px;
  }
  body > main > nav else {
    margin-top: 0;
  }
  body > main > nav a {
    height: 120px;
  }
  body > main > nav a else {
    height: 0;
  }
  body > main > nav a {
    font-size: 34px;
  }
  body > main > nav a else {
    font-size: 0;
  }
  body > main > nav a:nth-child(1) {
    width: 300px;
  }
  body > main > nav a:nth-child(1) else {
    width: 0;
  }
  body > main > nav a:nth-child(1) {
    padding-left: 26px;
  }
  body > main > nav a:nth-child(1) else {
    padding-left: 0;
  }
  body > main > nav a:nth-child(1)::after {
    width: 19px;
    height: 36px;
  }
  body > main > nav a:nth-child(1)::after {
    left: 25px;
  }
  body > main > nav a:nth-child(1)::after else {
    left: 0;
  }
  body > main > nav a:nth-child(1)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back.png");
  }
  body > main > nav a:nth-child(2) {
    width: 767px;
  }
  body > main > nav a:nth-child(2) else {
    width: 0;
  }
  body > main > nav a:nth-child(2) {
    padding-right: 26px;
  }
  body > main > nav a:nth-child(2)::after {
    width: 25px;
    height: 26px;
  }
  body > main > nav a:nth-child(2)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank.png");
  }
  body > main > nav a:nth-child(2)::after {
    right: 97px;
  }
}
@media all and (min-width: 1281px) and (max-width: 1920px) {
  body {
    font-size: 14px;
  }
  body > header {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background@0.75x.jpg");
  }
  body > header {
    height: 311px;
  }
  body > header else {
    height: 0;
  }
  body > header {
    background-size: 1920px 311px;
  }
  body > header .header_text_box {
    top: 139px;
  }
  body > header .header_text_box p:nth-child(1) {
    font-size: 41px;
  }
  body > header .header_text_box p:nth-child(2) {
    margin-top: 15px;
    font-size: 15px;
  }
  body > main {
    padding-bottom: 203px;
  }
  body > main else {
    padding-bottom: 0;
  }
  body > main > ol#step {
    width: 324px;
  }
  body > main > ol#step else {
    width: 0;
  }
  body > main > ol#step {
    margin-top: 92px;
  }
  body > main > ol#step else {
    margin-top: 0;
  }
  body > main > ol#step > li > p {
    font-size: 18px;
  }
  body > main > ol#step > li > p else {
    font-size: 0;
  }
  body > main > ol#step > li::after {
    width: 9px;
  }
  body > main > ol#step > li::after else {
    width: 0;
  }
  body > main > ol#step > li::after {
    height: 9px;
  }
  body > main > ol#step > li::after else {
    height: 0;
  }
  body > main > ol#step > li::after {
    border-radius: 9px;
  }
  body > main > ol#step > li::after else {
    border-radius: 0;
  }
  body > main > ol#step > li.curr::before {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current@0.75x.png");
  }
  body > main > ol#step > li.curr::before {
    width: 73px;
  }
  body > main > ol#step > li.curr::before else {
    width: 0;
  }
  body > main > ol#step > li.curr::before {
    height: 73px;
  }
  body > main > ol#step > li.curr::before else {
    height: 0;
  }
  body > main > ol#step > li.curr > p {
    bottom: 20px;
  }
  body > main > ol#step > li.curr > p else {
    bottom: 0;
  }
  body > main > ol#step > li.curr::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current@0.75x.png");
  }
  body > main > ol#step > li.curr::after {
    width: 37px;
  }
  body > main > ol#step > li.curr::after else {
    width: 0;
  }
  body > main > ol#step > li.curr::after {
    height: 37px;
  }
  body > main > ol#step > li.curr::after else {
    height: 0;
  }
  body > main > h1 {
    height: 42px;
  }
  body > main > h1 else {
    height: 0;
  }
  body > main > h1 {
    margin-top: 64px;
  }
  body > main > h1 else {
    margin-top: 0;
  }
  body > main > h1 {
    font-size: 20px;
  }
  body > main > h1 else {
    font-size: 0;
  }
  body > main > section > p {
    width: 915px;
  }
  body > main > section > p {
    font-size: 17px;
  }
  body > main > section > p else {
    font-size: 0;
  }
  body > main > section > p {
    margin-top: 74px;
  }
  body > main > section > p else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper {
    margin-top: 74px;
  }
  body > main > section > div#rulesWrapper else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper {
    max-width: 1005px;
    height: 814px;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar {
    width: 12px;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar else {
    width: 0;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar {
    height: 195px;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar else {
    height: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    font-size: 18px;
  }
  body > main > section > div#rulesWrapper > article > section h1 else {
    font-size: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    margin-bottom: 25px;
  }
  body > main > section > div#rulesWrapper > article > section h1 else {
    margin-bottom: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    border-bottom: 1px solid #564545;
  }
  body > main > section > div#rulesWrapper > article > section h1:first-of-type {
    margin-top: 75px;
  }
  body > main > section > div#rulesWrapper > article > section h1:first-of-type else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1:not(:first-of-type) {
    margin-top: 30px;
  }
  body > main > section > div#rulesWrapper > article > section h1:not(:first-of-type) else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper > article > section > p {
    max-width: 683px;
  }
  body > main > section > div#rulesWrapper > article > section > ul.list_number1,
  body > main > section > div#rulesWrapper > article > section > ul.list_number2 {
    max-width: 683px;
  }
  body > main > section > div#agreement {
    margin-top: 68px;
  }
  body > main > section > div#agreement else {
    margin-top: 0;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label {
    font-size: 18px;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label else {
    font-size: 0;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label::before {
    margin-right: 12px;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label::before else {
    margin-right: 0;
  }
  body > main > section > div#agreement > p {
    font-size: 13px;
  }
  body > main > section > div#agreement > p else {
    font-size: 0;
  }
  body > main > section .connection_account {
    margin-top: 93px;
  }
  body > main > section .connection_account else {
    margin-top: 0;
  }
  body > main > section .connection_account p {
    font-size: 20px;
  }
  body > main > section .connection_account p else {
    font-size: 0;
  }
  body > main > section .connection_account .note {
    font-size: 12px;
  }
  body > main > section .connection_account .note else {
    font-size: 0;
  }
  body > main > nav {
    width: 874px;
  }
  body > main > nav else {
    width: 0;
  }
  body > main > nav {
    margin-top: 101px;
  }
  body > main > nav else {
    margin-top: 0;
  }
  body > main > nav a {
    height: 90px;
  }
  body > main > nav a else {
    height: 0;
  }
  body > main > nav a {
    font-size: 26px;
  }
  body > main > nav a else {
    font-size: 0;
  }
  body > main > nav a:nth-child(1) {
    width: 225px;
  }
  body > main > nav a:nth-child(1) else {
    width: 0;
  }
  body > main > nav a:nth-child(1) {
    padding-left: 20px;
  }
  body > main > nav a:nth-child(1) else {
    padding-left: 0;
  }
  body > main > nav a:nth-child(1)::after {
    width: 14px;
    height: 27px;
  }
  body > main > nav a:nth-child(1)::after {
    left: 19px;
  }
  body > main > nav a:nth-child(1)::after else {
    left: 0;
  }
  body > main > nav a:nth-child(1)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back@0.75x.png");
  }
  body > main > nav a:nth-child(2) {
    width: 575px;
  }
  body > main > nav a:nth-child(2) else {
    width: 0;
  }
  body > main > nav a:nth-child(2) {
    padding-right: 20px;
  }
  body > main > nav a:nth-child(2)::after {
    width: 19px;
    height: 20px;
  }
  body > main > nav a:nth-child(2)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank@0.75x.png");
  }
  body > main > nav a:nth-child(2)::after {
    right: 73px;
  }
}
@media all and (min-width: 768px) and (max-width: 1280px) {
  body {
    font-size: 1.11vw;
  }
  body > header {
    height: 24.32vw;
  }
  body > header else {
    height: 0;
  }
  body > header {
    background-size: 150vw 24.32vw;
  }
  body > header .header_text_box {
    top: 10.84vw;
  }
  body > header .header_text_box p:nth-child(1) {
    font-size: 3.22vw;
  }
  body > header .header_text_box p:nth-child(2) {
    margin-top: 1.17vw;
    font-size: 1.17vw;
  }
  body > main {
    padding-bottom: 15.82vw;
  }
  body > main else {
    padding-bottom: 0;
  }
  body > main > ol#step {
    width: 25.31vw;
  }
  body > main > ol#step else {
    width: 0;
  }
  body > main > ol#step {
    margin-top: 7.15vw;
  }
  body > main > ol#step else {
    margin-top: 0;
  }
  body > main > ol#step > li > p {
    font-size: 1.41vw;
  }
  body > main > ol#step > li > p else {
    font-size: 0;
  }
  body > main > ol#step > li::after {
    width: 0.7vw;
  }
  body > main > ol#step > li::after else {
    width: 0;
  }
  body > main > ol#step > li::after {
    height: 0.7vw;
  }
  body > main > ol#step > li::after else {
    height: 0;
  }
  body > main > ol#step > li::after {
    border-radius: 0.7vw;
  }
  body > main > ol#step > li::after else {
    border-radius: 0;
  }
  body > main > ol#step > li.curr::before {
    width: 5.68vw;
  }
  body > main > ol#step > li.curr::before else {
    width: 0;
  }
  body > main > ol#step > li.curr::before {
    height: 5.68vw;
  }
  body > main > ol#step > li.curr::before else {
    height: 0;
  }
  body > main > ol#step > li.curr > p {
    bottom: 1.52vw;
  }
  body > main > ol#step > li.curr > p else {
    bottom: 0;
  }
  body > main > ol#step > li.curr::after {
    width: 2.87vw;
  }
  body > main > ol#step > li.curr::after else {
    width: 0;
  }
  body > main > ol#step > li.curr::after {
    height: 2.87vw;
  }
  body > main > ol#step > li.curr::after else {
    height: 0;
  }
  body > main > h1 {
    height: 3.28vw;
  }
  body > main > h1 else {
    height: 0;
  }
  body > main > h1 {
    margin-top: 4.98vw;
  }
  body > main > h1 else {
    margin-top: 0;
  }
  body > main > h1 {
    font-size: 1.58vw;
  }
  body > main > h1 else {
    font-size: 0;
  }
  body > main > section > p {
    width: 71.48vw;
  }
  body > main > section > p {
    font-size: 1.35vw;
  }
  body > main > section > p else {
    font-size: 0;
  }
  body > main > section > p {
    margin-top: 5.74vw;
  }
  body > main > section > p else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper {
    margin-top: 5.74vw;
  }
  body > main > section > div#rulesWrapper else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper {
    max-width: 78.52vw;
    height: 63.57vw;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar {
    width: 0.94vw;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar else {
    width: 0;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar {
    height: 15.23vw;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar else {
    height: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    font-size: 1.41vw;
  }
  body > main > section > div#rulesWrapper > article > section h1 else {
    font-size: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    margin-bottom: 1.93vw;
  }
  body > main > section > div#rulesWrapper > article > section h1 else {
    margin-bottom: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    border-bottom: 1px solid #564545;
  }
  body > main > section > div#rulesWrapper > article > section h1:first-of-type {
    margin-top: 5.86vw;
  }
  body > main > section > div#rulesWrapper > article > section h1:first-of-type else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1:not(:first-of-type) {
    margin-top: 2.34vw;
  }
  body > main > section > div#rulesWrapper > article > section h1:not(:first-of-type) else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper > article > section > p {
    max-width: 53.32vw;
  }
  body > main > section > div#rulesWrapper > article > section > ul.list_number1,
  body > main > section > div#rulesWrapper > article > section > ul.list_number2 {
    max-width: 53.32vw;
  }
  body > main > section > div#agreement {
    margin-top: 5.33vw;
  }
  body > main > section > div#agreement else {
    margin-top: 0;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label {
    font-size: 1.41vw;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label else {
    font-size: 0;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label::before {
    margin-right: 0.94vw;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label::before else {
    margin-right: 0;
  }
  body > main > section > div#agreement > p {
    font-size: 1vw;
  }
  body > main > section > div#agreement > p else {
    font-size: 0;
  }
  body > main > section .connection_account {
    margin-top: 7.27vw;
  }
  body > main > section .connection_account else {
    margin-top: 0;
  }
  body > main > section .connection_account p {
    font-size: 1.52vw;
  }
  body > main > section .connection_account p else {
    font-size: 0;
  }
  body > main > section .connection_account .note {
    font-size: 0.94vw;
  }
  body > main > section .connection_account .note else {
    font-size: 0;
  }
  body > main > nav {
    width: 68.26vw;
  }
  body > main > nav else {
    width: 0;
  }
  body > main > nav {
    margin-top: 7.85vw;
  }
  body > main > nav else {
    margin-top: 0;
  }
  body > main > nav a {
    height: 7.03vw;
  }
  body > main > nav a else {
    height: 0;
  }
  body > main > nav a {
    font-size: 1.99vw;
  }
  body > main > nav a else {
    font-size: 0;
  }
  body > main > nav a:nth-child(1) {
    width: 17.58vw;
  }
  body > main > nav a:nth-child(1) else {
    width: 0;
  }
  body > main > nav a:nth-child(1) {
    padding-left: 1.52vw;
  }
  body > main > nav a:nth-child(1) else {
    padding-left: 0;
  }
  body > main > nav a:nth-child(1)::after {
    width: 1.11vw;
    height: 2.11vw;
  }
  body > main > nav a:nth-child(1)::after {
    left: 1.46vw;
  }
  body > main > nav a:nth-child(1)::after else {
    left: 0;
  }
  body > main > nav a:nth-child(2) {
    width: 44.94vw;
  }
  body > main > nav a:nth-child(2) else {
    width: 0;
  }
  body > main > nav a:nth-child(2) {
    padding-right: 1.52vw;
  }
  body > main > nav a:nth-child(2)::after {
    width: 1.46vw;
    height: 1.52vw;
  }
  body > main > nav a:nth-child(2)::after {
    right: 5.68vw;
  }
}
@media all and (min-width: 851px) and (max-width: 1280px) {
  body > header {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background@0.75x.jpg");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background@0.75x.jpg") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background.jpg") 2x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background@0.75x.jpg") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background.jpg") 2x);
  }
  body > main > ol#step > li.curr::before {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current@0.75x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current.png") 2x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current.png") 2x);
  }
  body > main > ol#step > li.curr::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current@0.75x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current.png") 2x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current.png") 2x);
  }
  body > main > nav a:nth-child(1)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back@0.75x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back.png") 2x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back.png") 2x);
  }
  body > main > nav a:nth-child(2)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank@0.75x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank.png") 2x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank.png") 2x);
  }
}
@media all and (min-width: 768px) and (max-width: 850px) {
  body > header {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background@0.5x.jpg");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background@0.5x.jpg") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background@0.75x.jpg") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background.jpg") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background@0.5x.jpg") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background@0.75x.jpg") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/pc/background.jpg") 3x);
  }
  body > main > ol#step > li.curr::before {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/decoration_current.png") 3x);
  }
  body > main > ol#step > li.curr::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/step_current.png") 3x);
  }
  body > main > nav a:nth-child(1)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back.png") 3x);
  }
  body > main > nav a:nth-child(2)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_blank.png") 3x);
  }
}
@media all and (max-width: 767px) {
  html.webp body > header {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background@0.5x.webp");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background.webp") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background.webp") 3x);
  }
  html.no-webp body > header {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background@0.5x.jpg");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background@0.5x.jpg") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background@0.75x.jpg") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background.jpg") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background@0.5x.jpg") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background@0.75x.jpg") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/header/sp/background.jpg") 3x);
  }
  body > header {
    height: 42.19vw;
  }
  body > header else {
    height: 0;
  }
  body > header {
    background-size: cover;
  }
  body > header .header_text_box {
    top: 19.79vw;
  }
  body > header .header_text_box p:nth-child(1) {
    font-size: 7.6vw;
  }
  body > header .header_text_box p:nth-child(2) {
    margin-top: 1.98vw;
    font-size: 2.86vw;
  }
  body > main {
    padding-bottom: 48.8vw;
  }
  body > main else {
    padding-bottom: 0;
  }
  body > main > ol#step {
    width: 68.91vw;
  }
  body > main > ol#step else {
    width: 0;
  }
  body > main > ol#step {
    margin-top: 16.56vw;
  }
  body > main > ol#step else {
    margin-top: 0;
  }
  body > main > ol#step::before {
    height: 0.19vw;
  }
  body > main > ol#step > li > p {
    font-size: 2.96vw;
  }
  body > main > ol#step > li > p else {
    font-size: 0;
  }
  body > main > ol#step > li > p {
    letter-spacing: 0;
  }
  body > main > ol#step > li::after {
    width: 1.82vw;
  }
  body > main > ol#step > li::after else {
    width: 0;
  }
  body > main > ol#step > li::after {
    height: 1.82vw;
  }
  body > main > ol#step > li::after else {
    height: 0;
  }
  body > main > ol#step > li::after {
    border-radius: 1.82vw;
  }
  body > main > ol#step > li::after else {
    border-radius: 0;
  }
  html.webp body > main > ol#step > li.curr::before {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current@0.5x.webp");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current.webp") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current.webp") 3x);
  }
  html.no-webp body > main > ol#step > li.curr::before {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/decoration_current.png") 3x);
  }
  body > main > ol#step > li.curr::before {
    width: 14.64vw;
  }
  body > main > ol#step > li.curr::before else {
    width: 0;
  }
  body > main > ol#step > li.curr::before {
    height: 14.64vw;
  }
  body > main > ol#step > li.curr::before else {
    height: 0;
  }
  body > main > ol#step > li.curr::before {
    transform: translateY(47%);
  }
  body > main > ol#step > li.curr > p {
    bottom: 3.65vw;
  }
  body > main > ol#step > li.curr > p else {
    bottom: 0;
  }
  html.webp body > main > ol#step > li.curr::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current@0.5x.webp");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current.webp") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current.webp") 3x);
  }
  html.no-webp body > main > ol#step > li.curr::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/step_current.png") 3x);
  }
  body > main > ol#step > li.curr::after {
    width: 4.43vw;
  }
  body > main > ol#step > li.curr::after else {
    width: 0;
  }
  body > main > ol#step > li.curr::after {
    height: 4.38vw;
  }
  body > main > ol#step > li.curr::after else {
    height: 0;
  }
  body > main > h1 {
    height: 9.43vw;
  }
  body > main > h1 else {
    height: 0;
  }
  body > main > h1 {
    margin-top: 9.17vw;
  }
  body > main > h1 else {
    margin-top: 0;
  }
  body > main > h1 {
    font-size: 4.48vw;
  }
  body > main > h1 else {
    font-size: 0;
  }
  body > main > h1 {
    display: flex;
    width: 79.69vw;
    letter-spacing: -0.05em;
  }
  body > main > h1 .entry_step_number {
    width: 29%;
  }
  body > main > h1 .entry_step_number + span {
    display: inline-block;
    margin-top: 1.4em;
    line-height: 1.4;
  }
  body > main > section > p {
    font-size: 3.23vw;
  }
  body > main > section > p else {
    font-size: 0;
  }
  body > main > section > p {
    margin-top: 13.02vw;
  }
  body > main > section > p else {
    margin-top: 0;
  }
  body > main > section > p {
    width: 79.69vw;
  }
  body > main > section > div#rulesWrapper {
    margin-top: 12.08vw;
  }
  body > main > section > div#rulesWrapper else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper {
    width: 85vw;
    height: 65vh;
    padding: 2.5em 0;
    border: 0.16vw solid #d3d3d3;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar {
    width: 2.19vw;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar else {
    width: 0;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar {
    height: 19.01vw;
  }
  body > main > section > div#rulesWrapper::-webkit-scrollbar else {
    height: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    font-size: 3.57vw;
  }
  body > main > section > div#rulesWrapper > article > section h1 else {
    font-size: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    margin-bottom: 3.89vw;
  }
  body > main > section > div#rulesWrapper > article > section h1 else {
    margin-bottom: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1 {
    border-bottom: 0.31vw solid #564545;
  }
  body > main > section > div#rulesWrapper > article > section h1:first-of-type {
    margin-top: 9.81vw;
  }
  body > main > section > div#rulesWrapper > article > section h1:first-of-type else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper > article > section h1:not(:first-of-type) {
    margin-top: 7.78vw;
  }
  body > main > section > div#rulesWrapper > article > section h1:not(:first-of-type) else {
    margin-top: 0;
  }
  body > main > section > div#rulesWrapper > article > section > p {
    width: 66.67vw;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  body > main > section > div#rulesWrapper > article > section > ul.list_number1,
  body > main > section > div#rulesWrapper > article > section > ul.list_number2 {
    width: 66.67vw;
  }
  body > main > section > div#rulesWrapper > article > section ul.list_number1 > li::before,
  body > main > section > div#rulesWrapper > article > section ul.list_number2 > li::before {
    width: 8%;
  }
  body > main > section > div#rulesWrapper > article > section ul.list_number1,
  body > main > section > div#rulesWrapper > article > section ul.list_number2 {
    overflow-wrap: anywhere;
  }
  body > main > section > div#agreement {
    margin-top: 14.26vw;
  }
  body > main > section > div#agreement else {
    margin-top: 0;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label {
    font-size: 4.2vw;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label else {
    font-size: 0;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label::before {
    margin-right: 1.8vw;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label::before else {
    margin-right: 0;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label::before {
    width: 4.2vw;
    height: 4.2vw;
    border: 0.19vw solid #454545;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox]:checked + label::after {
    top: 0.19vw;
    left: 0.19vw;
    width: 3.82vw;
    height: 3.82vw;
  }
  body > main > section > div#agreement > p {
    font-size: 2.78vw;
  }
  body > main > section > div#agreement > p else {
    font-size: 0;
  }
  body > main > section > div#agreement > p {
    min-height: 3em;
    margin-right: 6.67vw;
    margin-left: 6.67vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  body > main > section .connection_account {
    margin-top: 14.48vw;
  }
  body > main > section .connection_account else {
    margin-top: 0;
  }
  body > main > section .connection_account {
    margin-right: 6.67vw;
    margin-left: 6.67vw;
  }
  body > main > section .connection_account p {
    font-size: 2.92vw;
  }
  body > main > section .connection_account p else {
    font-size: 0;
  }
  body > main > section .connection_account .note {
    font-size: 2.4vw;
  }
  body > main > section .connection_account .note else {
    font-size: 0;
  }
  body > main > nav {
    width: 89.17vw;
  }
  body > main > nav else {
    width: 0;
  }
  body > main > nav {
    margin-top: 21.88vw;
  }
  body > main > nav else {
    margin-top: 0;
  }
  body > main > nav {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }
  body > main > nav a {
    height: 19.9vw;
  }
  body > main > nav a else {
    height: 0;
  }
  body > main > nav a {
    font-size: 5vw;
  }
  body > main > nav a else {
    font-size: 0;
  }
  body > main > nav a:nth-child(1) {
    width: 80.42vw;
  }
  body > main > nav a:nth-child(1) else {
    width: 0;
  }
  body > main > nav a:nth-child(1) {
    padding-left: 8.33vw;
  }
  body > main > nav a:nth-child(1) else {
    padding-left: 0;
  }
  body > main > nav a:nth-child(1) {
    margin-top: 15.63vw;
    border: 0.21vw solid #838385;
  }
  body > main > nav a:nth-child(1)::after {
    width: 3.13vw;
    height: 5.68vw;
  }
  body > main > nav a:nth-child(1)::after {
    left: 6.25vw;
  }
  body > main > nav a:nth-child(1)::after else {
    left: 0;
  }
  html.webp body > main > nav a:nth-child(1)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back@0.5x.webp");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back.webp") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back.webp") 3x);
  }
  html.no-webp body > main > nav a:nth-child(1)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_back.png") 3x);
  }
  body > main > nav a:nth-child(2) {
    width: 80.42vw;
  }
  body > main > nav a:nth-child(2) else {
    width: 0;
  }
  body > main > nav a:nth-child(2) {
    text-align: center;
  }
  body > main > nav a:nth-child(2) > span {
    display: inline-block;
    margin-right: 6.25vw;
  }
  body > main > nav a:nth-child(2)::after {
    width: 4.06vw;
    height: 4.22vw;
  }
  html.webp body > main > nav a:nth-child(2)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank@0.5x.webp");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank.webp") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank@0.5x.webp") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank@0.75x.webp") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank.webp") 3x);
  }
  html.no-webp body > main > nav a:nth-child(2)::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/sp/link_blank.png") 3x);
  }
  body > main > nav a:nth-child(2)::after {
    right: 6.25vw;
  }
}
@media all and (min-width: 768px) {
  body > main > ol#step::before {
    height: 2px;
  }
  body > main > ol#step > li > p {
    letter-spacing: 0.04em;
  }
  body > main > ol#step > li.curr > p {
    width: -moz-max-content;
    width: max-content;
  }
  body > main > h1 {
    letter-spacing: 0.05em;
  }
  body > main > section > div#rulesWrapper {
    width: 90%;
    padding: 5em 0;
    border: 1px solid #d3d3d3;
  }
  body > main > section > div#rulesWrapper > article > section > p {
    width: 90%;
  }
  body > main > section > div#rulesWrapper > article > section > ul.list_number1,
  body > main > section > div#rulesWrapper > article > section > ul.list_number2 {
    width: 90%;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label {
    cursor: pointer;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label::before {
    width: 1em;
    height: 1em;
    border: 1px solid #454545;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox] + label:hover {
    opacity: 1;
  }
  body > main > section > div#agreement > div > form > input[type=checkbox]:checked + label::after {
    top: 1px;
    left: 1px;
    width: calc(1em - 2px);
    height: calc(1em - 2px);
  }
  body > main > section > div#agreement > p {
    min-height: 1.5em;
  }
  body > main > nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  body > main > nav a::after {
    transition: transform 0.5s ease;
  }
  body > main > nav a:nth-child(1) {
    border: 1px solid #838385;
  }
  body > main > nav a:nth-child(1):hover {
    background-color: #d0d0d0;
    color: #1c0f0f;
  }
  body > main > nav a:nth-child(2) {
    text-indent: -1.4em;
  }
}
@media all and (min-width: 768px) and (min-width: 1921px) {
  body > main > nav a:nth-child(1):hover::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active.png");
  }
}
@media all and (min-width: 768px) and (min-width: 1281px) and (max-width: 1920px) {
  body > main > nav a:nth-child(1):hover::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active@0.75x.png");
  }
}
@media all and (min-width: 768px) and (min-width: 851px) and (max-width: 1280px) {
  body > main > nav a:nth-child(1):hover::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active@0.75x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active.png") 2x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active@0.75x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active.png") 2x);
  }
}
@media all and (min-width: 768px) and (min-width: 768px) and (max-width: 850px) {
  body > main > nav a:nth-child(1):hover::after {
    background-image: url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active@0.5x.png");
    background-image: -webkit-image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active.png") 3x);
    background-image: image-set(url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active@0.5x.png") 1x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active@0.75x.png") 2x, url("https://media.fromsoftware.jp/theduskbloods/campaign/resources/networktest/images/second/main/pc/link_back_active.png") 3x);
  }
}