@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap");
@-webkit-keyframes header_anim1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes header_anim1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes header_anim2 {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes header_anim2 {
  0% {
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes toggle_menu_anim {
  0% {
    -webkit-transform: translateX(11.3vw);
    transform: translateX(11.3vw);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes toggle_menu_anim {
  0% {
    -webkit-transform: translateX(11.3vw);
    transform: translateX(11.3vw);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideper {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slideper {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
picture,
img {
  display: block;
  position: relative;
  max-width: 100%;
  min-height: 0%;
}

picture > img {
  width: 100%;
}

button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
}

ul.list_notice,
ul.list_dot {
  display: table;
  list-style-type: none;
}
ul.list_notice > li,
ul.list_dot > li {
  display: table-row;
  counter-increment: table-ol;
}
ul.list_notice > li::before,
ul.list_dot > li::before {
  display: table-cell;
}

ul.list_notice > li::before {
  content: "※";
}

ul.list_dot > li::before {
  content: "・";
}

html, body {
  margin: 0;
  background-color: #000;
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-family: "dnp-shuei-mincho-pr6n", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif, serif;
}
body.imagesLoaded > header {
  opacity: 1;
}
body.imagesLoaded > header > div > picture:nth-child(1) {
  -webkit-animation: header_anim1 1.2s ease-in 1.5s 1 normal forwards;
  animation: header_anim1 1.2s ease-in 1.5s 1 normal forwards;
}
body.imagesLoaded > header > div > picture:nth-child(2) {
  -webkit-animation: header_anim1 1.7s ease-in 1s 1 normal forwards;
  animation: header_anim1 1.7s ease-in 1s 1 normal forwards;
}
body.imagesLoaded > header > div > picture:nth-child(3) {
  -webkit-animation: header_anim1 1.2s ease-in 2s 1 normal forwards;
  animation: header_anim1 1.2s ease-in 2s 1 normal forwards;
}
body.imagesLoaded > header > div > button, body.imagesLoaded > header > div > a {
  -webkit-animation: header_anim2 0.6s ease-out 2.8s 1 normal forwards;
  animation: header_anim2 0.6s ease-out 2.8s 1 normal forwards;
}
body > menu {
  z-index: 3;
  top: 0;
  width: 100%;
}
body > menu > ul {
  height: 100%;
}
body > menu > ul > li {
  position: relative;
}
body > menu > ul > li.new::before {
  display: block;
  position: absolute;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
body > menu > ul > li > a {
  position: relative;
}
body > menu > ul > li:nth-child(-n+8) > a {
  color: #a9a07f;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-decoration: none;
}
body > header {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-transition: opacity 1.5s ease-in;
  display: block;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-color: #000;
  opacity: 0;
  transition: opacity 1.5s ease-in;
  /*
  &::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    @include mediaQuery('pc') {
      height: 2px;
      background: linear-gradient(to right, transparent, #a9a07f 15% 85%, transparent);
    }
    @include mediaQuery('sp') {
      height: 1px;
      background: linear-gradient(to right, rgba(#a9a07f, 0.1), #a9a07f, rgba(#a9a07f, 0.1));
    }
  }
  >picture {
    opacity: 0;
    &:nth-child(1) {
      @include mediaQuery('pc') {
        width: 303px;
        height: 26px;
        margin: 41px auto 0;
      }
      @include mediaQuery('sp') {
        width: spGetParam(511);
        height: spGetParam(44);
        margin-top: spGetParam(111);
      }
    }
    &:nth-child(2) {
      @include mediaQuery('pc') {
        width: 743px;
        height: 205px;
        margin: 3px auto 0;
      }
      @include mediaQuery('sp') {
        width: spGetParam(926);
        height: spGetParam(226);
        margin-top: spGetParam(1001);
      }
    }
    &:nth-child(3) {
      @include mediaQuery('pc') {
        width: 343px;
        height: 27px;
        margin: 520px auto 0;
      }
      @include mediaQuery('sp') {
        width: spGetParam(699);
        height: spGetParam(53);
        margin-top: spGetParam(118);
      }
    }
  }
  >button {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 6px 16px 1px rgba(0, 0, 0, 0.37), 0px 25px 30px 15px rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0;
    @include mediaQuery('pc') {
      position: absolute;
      top: 640px;
      right: 110px;
      width: 251px;
      height: 141px;
      background-image: url('https://media.fromsoftware.jp/eldenring/resources/images/shadowoftheerdtree/pc/fv/thumbnail_launchtrailer.jpg');
      background-position: 50% 50%;
      transition: background-size .3s ease;
      cursor: pointer;
      &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-image: url('https://media.fromsoftware.jp/eldenring/resources/images/shadowoftheerdtree/pc/fv/trailer_frame.png');
        background-position: 0% 0%;
        background-repeat: no-repeat;
        background-size: 100% auto;
      }
      &:hover {
        background-size: 110% auto;
      }
    }
    @include mediaQuery('sp') {
      position: relative;
      order: 1;
      width: spGetParam(602);
      height: spGetParam(338);
      background-image: url('https://media.fromsoftware.jp/eldenring/resources/images/shadowoftheerdtree/sp/fv/launchtrailer.jpg');
      background-position: 0% 0%;
      margin-top: spGetParam(55);
    }
    &::before {
      content: 'Launch Trailer';
      position: relative;
      display: block;
      line-height: 1;
      letter-spacing: .05em;
      @include mediaQuery('pc') {
        font-size: 13px;
        margin-top: 2px;
        margin-left: 5px;
      }
      @include mediaQuery('sp') {
        font-size: spGetParam(32);
        margin-top: spGetParam(10);
        margin-left: spGetParam(14);
      }
    }
  }
  >a {
    text-decoration: none;
    box-shadow: 0px 6px 16px 1px rgba(0, 0, 0, 0.37), 0px 25px 30px 15px rgba(0, 0, 0, 0.2);
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0;
    @include mediaQuery('pc') {
      position: absolute;
      right: 110px;
      bottom: 72px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 251px;
      height: 37px;
      background-image: url('https://media.fromsoftware.jp/eldenring/resources/images/shadowoftheerdtree/pc/fv/link_product.jpg');
      &::before {
        content: '';
        position: relative;
        display: block;
        width: 30px;
        height: 31px;
        margin-left: 23px;
        background-image: url('https://media.fromsoftware.jp/eldenring/resources/images/shadowoftheerdtree/pc/fv/link_product_arrow.png');
        background-position: 0% 0%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        transform: translateX(0);
        transition: transform .5s ease;
      }
      &:hover {
        &::before {
          transform: translateX(10px);
        }
      }
    }
    @include mediaQuery('sp') {
      position: relative;
      display: block;
      width: spGetParam(752);
      height: spGetParam(110);
      background-image: url('https://media.fromsoftware.jp/eldenring/resources/images/shadowoftheerdtree/sp/fv/link_product.jpg');
      margin-top: spGetParam(133);
    }
  }
  */
}
body > header > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
body > header > div > picture {
  opacity: 0;
}
body > header > div > button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
  opacity: 0;
}
body > header > div > button::before, body > header > div > button::after {
  position: absolute;
  content: "";
}
body > header > div > button::before {
  display: block;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body > header > div > button::after {
  margin: auto;
  inset: 0 0 0 0;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body > header > div > button > p {
  display: block;
  position: relative;
  line-height: 1;
  letter-spacing: 0.05em;
}
body > header > div > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#a9925a), to(#bda56a));
  background: -webkit-linear-gradient(left, #a9925a, #bda56a);
  background: linear-gradient(to right, #a9925a, #bda56a);
  text-decoration: none;
  opacity: 0;
}
body > header > div > a > p {
  display: block;
  position: relative;
  color: #010101;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.14em;
}
body > main {
  display: block;
  position: relative;
  width: 100%;
}
body > main::before {
  display: block;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-color: #000;
  content: "";
}
body > main > section#sc_entry {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
}
body > main > section#sc_entry > ol {
  display: grid;
  position: relative;
}
body > main > section#sc_entry > ol > li {
  position: relative;
}
body > main > section#sc_entry > ol > li:nth-child(1) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body > main > section#sc_entry > ol > li:nth-child(3) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body > main > section#sc_entry > ol > li > h1 {
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  color: #b4aa85;
  font-weight: 700;
  line-height: 1.4;
  font-family: fot-rodin-pron, sans-serif;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
body > main > section#sc_entry > ol > li > div#video_wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body > main > section#sc_entry > ol > li > div#video_wrapper > video {
  display: block;
  position: relative;
}
body > main > section#sc_entry > ol > li > p {
  display: block;
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
body > main > section#sc_entry > ol > li > p > span {
  color: #b4aa85;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
body > main > section#sc_contents > h1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
body > main > section#sc_contents > h1::before {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  content: "";
  opacity: 0.7;
}
body > main > section#sc_contents > picture {
  width: 100%;
}
body > main > section#sc_contents > div {
  position: relative;
  width: 100%;
  background-color: #101010;
}
body > main > section#sc_contents > div > div > div#image_swiper {
  display: block;
  z-index: 0;
}
body > main > section#sc_contents > div > div > div#image_swiper::after {
  display: block;
  z-index: 1;
  position: absolute;
  content: "";
}
body > main > section#sc_contents > div > div > div#image_swiper > div > picture {
  width: 100%;
  height: 100%;
}
body > main > section#sc_contents > div > div > div#image_swiper > ol#nav_per {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
body > main > section#sc_contents > div > div > div#image_swiper > ol#nav_per > li {
  display: block;
  position: relative;
  height: 100%;
  background-color: #6a6a6a;
}
body > main > section#sc_contents > div > div > div#image_swiper > ol#nav_per > li.actv > span {
  -webkit-animation: slideper 5s linear 0s 1 normal forwards;
  animation: slideper 5s linear 0s 1 normal forwards;
}
body > main > section#sc_contents > div > div > div#image_swiper > ol#nav_per > li > span {
  display: block;
  position: relative;
  width: 0%;
  height: 100%;
  background-color: #fff;
}
body > main > section#sc_contents > div > article {
  display: block;
}
body > main > section#sc_contents > div > article > h1 {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
body > main > section#sc_contents > div > article > p {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
body > main > section#sc_contents > div > article > ul.list_notice {
  color: #969696;
  font-weight: 400;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
}
body > main > section#sc_special {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
body > main > section#sc_special > h1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
body > main > section#sc_special > h1::before {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  content: "";
  opacity: 0.7;
}
body > main > section#sc_special > ol {
  display: grid;
  position: relative;
}
body > main > section#sc_special > ol > li > article > ol {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
body > main > section#sc_special > ol > li > article > ol > li {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
body > main > section#sc_special > ol > li > article > ol > li.p {
  background: -webkit-gradient(linear, left top, right top, from(#1f252f), color-stop(#313a4b), to(#1f252f));
  background: -webkit-linear-gradient(left, #1f252f, #313a4b, #1f252f);
  background: linear-gradient(to right, #1f252f, #313a4b, #1f252f);
}
body > main > section#sc_special > ol > li > article > ol > li.p::before {
  content: "パッケージ版";
}
body > main > section#sc_special > ol > li > article > ol > li.d {
  background: -webkit-gradient(linear, left top, right top, from(#392222), color-stop(#5b3737), to(#392222));
  background: -webkit-linear-gradient(left, #392222, #5b3737, #392222);
  background: linear-gradient(to right, #392222, #5b3737, #392222);
}
body > main > section#sc_special > ol > li > article > ol > li.d::before {
  content: "ダウンロード版";
}
body > main > section#sc_special > ol > li > article > ol > li::before {
  display: block;
  position: relative;
  color: #fff;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
body > main > section#sc_special > ol > li > article > h2 {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
}
body > main > section#sc_special > ol > li > article > p {
  display: block;
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
}
body > main > section#sc_special > ol > li > article > ul.list_notice {
  margin-top: 2em;
  color: #c4c4c4;
  font-weight: 400;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.06em;
}
body > main > section#sc_special > ol > li > div#image_swiper2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #beaf95;
  border-collapse: collapse;
}
body > main > section#sc_special > ol > li > div#image_swiper2 > div.swiper-wrapper > picture {
  width: 100%;
  height: auto;
}
body > main > section#sc_special > ol > li > div.nav-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  inset: auto auto auto auto;
}
body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pg > span {
  display: block;
  position: relative;
  background-color: #6f6f6f;
  opacity: 1;
}
body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pg > span.swiper-pagination-bullet-active {
  background-color: #fff;
}
body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pr, body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-nx {
  display: block;
  position: relative;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 1;
}
body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-nx {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
body > main > section#sc_special > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  border-collapse: collapse;
}
body > main > section#sc_special > div > dl {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: flex-start;
}
body > main > section#sc_special > div > dl > dt > p {
  font-weight: 500;
}
body > main > section#sc_special > div > dl > dd > p {
  font-weight: 400;
}
body > main > section#sc_special > div > dl > dd > p::before {
  content: "※";
}
body > main > section#sc_special > div > dl p {
  color: #717171;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}
body > main > section#sc_special > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.14em;
  text-decoration: none;
}
body > main > section#sc_special > a::before, body > main > section#sc_special > a::after {
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0 auto auto 0;
  content: "";
}
body > main > section#sc_special > a::before {
  background: -webkit-gradient(linear, left top, right top, from(#a9925a), to(#bda56a));
  background: -webkit-linear-gradient(left, #a9925a, #bda56a);
  background: linear-gradient(to right, #a9925a, #bda56a);
  opacity: 1;
}
body > main > section#sc_special > a::after {
  background-color: #e6ca86;
  opacity: 0;
}
body > main > div#moviePlayWrapper {
  display: none;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
body > main > div#moviePlayWrapper > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
body > main > div#moviePlayWrapper > div > div {
  display: block;
  position: relative;
  height: auto;
  background-color: #000;
}
body > main > div#moviePlayWrapper > div > div::before {
  display: block;
  padding-top: 56.3%;
  content: "";
}
body > main > div#moviePlayWrapper > div > div > nav#close {
  display: block;
  position: absolute;
  background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/movieandimages/pc/close.png");
  background-position: 0% 0%;
  background-size: 100% auto;
}
body > main > div#moviePlayWrapper > div > div > #yt_player {
  -webkit-transition: opacity 0.4s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
body > footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-shrink: 0;
  flex-direction: column;
  width: 100%;
  background-color: #000;
}
body > footer > div:not(:last-of-type) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
body > footer > div:nth-child(1) > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  list-style-type: none;
}
body > footer > div:nth-child(1) > ul:nth-child(1) > li > a {
  display: block;
  position: relative;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
body > footer > div:nth-child(1) > ul:nth-child(2) > li > a {
  display: block;
  position: relative;
  border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1c1c1c;
}
body > footer > div:nth-child(2) > picture {
  display: block;
  position: relative;
}
body > footer > div:nth-child(2) > picture > img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0%;
}
body > footer > div:nth-child(2) > ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
}
body > footer > div:nth-child(2) > ul > li > a {
  display: block;
  position: relative;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body > footer > div:nth-child(3) {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  height: auto;
}
body > footer > div:nth-child(3) > p {
  display: block;
  position: relative;
  color: #898989;
  line-height: 1;
  font-family: Arial;
  letter-spacing: 0;
}
body > footer > ol {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  order: -1;
}
body > footer > ol > li:nth-child(1) > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-collapse: collapse;
  color: #fff;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-decoration: none;
}
body > footer > ol > li:nth-child(1) > a::after {
  display: block;
  position: relative;
  background-position: 0% 0%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}
body > footer > ol > li:nth-child(2) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
}
body > footer > ol > li:nth-child(2) > p {
  color: #b1b1b1;
  font-weight: bold;
  line-height: 1;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0;
}
body > footer > ol > li:nth-child(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
body > footer > ol > li:nth-child(3) > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  border-collapse: collapse;
  color: #fff;
  line-height: 1;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  html, body {
    min-width: 1300px;
  }
  body {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
  }
  body > menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 70px;
    background: -webkit-gradient(linear, left top, right top, from(#1b1b17), color-stop(10%, #0f0f0e), to(#1b1b17));
    background: -webkit-linear-gradient(left, #1b1b17, #0f0f0e 10% 90%, #1b1b17);
    background: linear-gradient(to right, #1b1b17, #0f0f0e 10% 90%, #1b1b17);
  }
  body > menu::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #676665), color-stop(70%, #676665), to(transparent));
    background-image: -webkit-linear-gradient(left, transparent, #676665 30%, #676665 70%, transparent);
    background-image: linear-gradient(to right, transparent, #676665 30%, #676665 70%, transparent);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
  }
  body > menu > a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 34px;
    width: 206px;
    height: 31px;
    margin: auto 0;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/menu/pc/logo.png");
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  body > menu > ul > li.new::before {
    top: 9px;
    left: 5px;
    width: 30px;
    height: 14px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/new_pc.png");
  }
  body > div#switch2logowrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: center;
    order: -1;
    width: 100%;
    height: 50px;
    background-color: #e60012;
  }
  body > div#switch2logowrapper > picture {
    width: 50px;
    height: 50px;
  }
  body > header {
    height: 861px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/pc/fv/background.jpg");
    background-size: 1920px 861px;
  }
  body > header > div {
    position: absolute;
  }
  body > header > div > picture:nth-child(1) {
    width: 193px;
    height: 29px;
    margin-top: 97px;
  }
  body > header > div > picture:nth-child(2) {
    width: 750px;
    height: 200px;
    margin-top: 31px;
  }
  body > header > div > picture:nth-child(3) {
    width: 316px;
    height: 59px;
    margin-top: 32px;
  }
  body > header > div > button {
    -webkit-box-shadow: 0px 6px 16px 1px rgba(0, 0, 0, 0.37), 0px 25px 30px 15px rgba(0, 0, 0, 0.2);
    width: 350px;
    height: 197px;
    margin-top: 40px;
    padding-bottom: 15px;
    box-shadow: 0px 6px 16px 1px rgba(0, 0, 0, 0.37), 0px 25px 30px 15px rgba(0, 0, 0, 0.2);
  }
  body > header > div > button:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  body > header > div > button:hover > p {
    letter-spacing: 0.15em;
  }
  body > header > div > button::before {
    -webkit-transform: scale(1);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transform: scale(1);
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/pc/fv/thumb.jpg");
    opacity: 0.8;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  body > header > div > button::after {
    width: 81px;
    height: 80px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/pc/fv/play.png");
  }
  body > header > div > button > p {
    -webkit-transition: letter-spacing 0.4s ease;
    margin-left: 15px;
    font-size: 24px;
    transition: letter-spacing 0.4s ease;
  }
  body > header > div > a {
    width: 350px;
    height: 80px;
    margin-top: 20px;
  }
  body > header > div > a:hover::before {
    opacity: 1;
  }
  body > header > div > a::before {
    -webkit-transition: opacity 0.3s ease;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0 auto auto 0;
    background-color: #e6ca86;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  body > header > div > a > p {
    font-size: 27px;
  }
  body > main::before {
    height: 1135px;
    inset: 0 auto auto 0;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/pc/sc_entry/background.jpg");
    background-position: 50% 0%;
    background-size: 1920px 1135px;
  }
  body > main > section#sc_entry > ol {
    margin-right: auto;
    margin-left: auto;
  }
  body > main > section#sc_entry > ol > li:nth-child(1) {
    padding-bottom: 40px;
  }
  body > main > section#sc_entry > ol > li:nth-child(3) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  body > main > section#sc_entry > ol > li:nth-child(4) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body > main > section#sc_entry > ol > li:nth-child(n+3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  body > main > section#sc_entry > ol > li > h1 {
    width: 1050px;
    margin-top: 74px;
    font-size: 43px;
    letter-spacing: 0.04em;
  }
  body > main > section#sc_entry > ol > li > div#video_wrapper {
    width: 1023px;
    height: 507px;
    padding-top: 61px;
    padding-left: 215px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/pc/sc_entry/cover.png");
  }
  body > main > section#sc_entry > ol > li > div#video_wrapper > video {
    width: 594px;
    height: 334px;
  }
  body > main > section#sc_entry > ol > li > p {
    font-weight: 500;
    font-size: 17px;
    line-height: 2.12;
    letter-spacing: 0.04em;
  }
  body > main > section#sc_contents > h1 {
    font-weight: 500;
    letter-spacing: 0.11em;
  }
  body > main > section#sc_contents > picture {
    margin-top: 43px;
  }
  body > main > section#sc_contents > div {
    display: block;
    height: 574px;
  }
  body > main > section#sc_contents > div > div > h1 {
    display: none;
    visibility: hidden;
  }
  body > main > section#sc_contents > div > div > div#image_swiper {
    position: absolute;
    width: 1020px;
    height: 574px;
    inset: 0 auto auto 0;
  }
  body > main > section#sc_contents > div > div > div#image_swiper::after {
    width: 250px;
    height: 100%;
    inset: 0 -1px auto auto;
    background: -webkit-linear-gradient(right, #101010 60px, #101010 60px, transparent);
    background: linear-gradient(to left, #101010 60px, #101010 60px, transparent);
  }
  body > main > section#sc_contents > div > div > div#image_swiper > ol#nav_per {
    width: 75px;
    height: 4px;
    inset: auto 0 25px 0;
  }
  body > main > section#sc_contents > div > div > div#image_swiper > ol#nav_per > li {
    width: 30px;
  }
  body > main > section#sc_contents > div > article {
    position: absolute;
  }
  body > main > section#sc_contents > div > article > h1 {
    margin-bottom: 34px;
    color: #af9e7d;
    font-weight: 400;
    line-height: 1.53;
    letter-spacing: 0.04em;
  }
  body > main > section#sc_contents > div > article > p {
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.12em;
  }
  body > main > section#sc_contents > div > article > ul.list_notice {
    font-size: 14px;
    line-height: 2.86;
    letter-spacing: 0.12em;
  }
  body > main > section#sc_special {
    padding-top: 136px;
    padding-bottom: 144px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/pc/sc_special/background.jpg");
    background-size: 1920px 1748px;
  }
  body > main > section#sc_special > h1 {
    font-weight: 500;
    letter-spacing: 0.11em;
  }
  body > main > section#sc_special > ol {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 591px 644px;
    row-gap: 74px;
    margin-top: 79px;
  }
  body > main > section#sc_special > ol > li:nth-child(odd) {
    position: relative;
    width: 591px;
    height: 332px;
  }
  body > main > section#sc_special > ol > li:nth-child(odd) > article {
    display: none;
    visibility: hidden;
  }
  body > main > section#sc_special > ol > li > picture {
    width: 100%;
    height: 100%;
  }
  body > main > section#sc_special > ol > li > article > ol > li {
    width: 128px;
    height: 25px;
  }
  body > main > section#sc_special > ol > li > article > ol > li:nth-child(n+2) {
    margin-left: 14px;
  }
  body > main > section#sc_special > ol > li > article > ol > li::before {
    font-size: 13px;
  }
  body > main > section#sc_special > ol > li > article > h2 {
    margin-top: 18px;
    font-size: 26px;
    line-height: 1.38;
  }
  body > main > section#sc_special > ol > li > article > p {
    margin-top: 1em;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.88;
  }
  body > main > section#sc_special > ol > li > article > ul.list_notice {
    font-size: 12px;
    line-height: 2;
  }
  body > main > section#sc_special > ol > li > div#image_swiper2 {
    width: 100%;
    height: 100%;
  }
  body > main > section#sc_special > ol > li > div.nav-wrapper {
    position: absolute;
    width: 87px;
    height: 18px;
    margin-right: auto;
    margin-left: auto;
    inset: auto 0 -31px 0;
  }
  body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pg {
    margin-bottom: 4px;
  }
  body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pg > span {
    width: 8px;
    height: 8px;
  }
  body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pr, body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-nx {
    width: 12px;
    height: 18px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/pc/sc_special/arrow_e.png");
    cursor: pointer;
  }
  body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pr.swiper-button-disabled, body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-nx.swiper-button-disabled {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/pc/sc_special/arrow_d.png");
    cursor: default;
  }
  body > main > section#sc_special > div {
    width: 1147px;
    margin-top: 85px;
    padding-top: 12px;
    border-top: 2px solid rgba(64, 63, 56, 0.5);
  }
  body > main > section#sc_special > div > dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    align-items: center;
  }
  body > main > section#sc_special > div > dl > dt {
    width: 218px;
  }
  body > main > section#sc_special > div > dl > dt > p {
    font-size: 14px;
  }
  body > main > section#sc_special > div > dl > dd > p {
    font-size: 12px;
  }
  body > main > section#sc_special > div > dl p {
    line-height: 2.17;
  }
  body > main > section#sc_special > a {
    width: 385px;
    height: 90px;
    margin-top: 80px;
    font-size: 27px;
  }
  body > main > section#sc_special > a:hover::after {
    opacity: 1;
  }
  body > main > section#sc_special > a::after {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body > main > div#moviePlayWrapper > div > div {
    width: 64%;
    max-width: 1527px;
  }
  body > main > div#moviePlayWrapper > div > div > nav#close {
    -webkit-transition: opacity 0.4s ease;
    top: -50px;
    right: -50px;
    width: 41px;
    height: 40px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.4s ease;
  }
  body > main > div#moviePlayWrapper > div > div > nav#close:hover {
    opacity: 1;
  }
  body > footer {
    height: 284px;
    padding-top: 28px;
    border-top: 1px solid #626262;
    border-collapse: collapse;
  }
  body > footer > div:not(:last-of-type) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  body > footer > div:nth-child(1) {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body > footer > div:nth-child(1) > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a {
    width: 208px;
    height: 26px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/ps.png");
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) {
    margin-left: 26px;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a {
    width: 190px;
    height: 24px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/xs.png");
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) {
    margin-left: 22px;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a {
    width: 125px;
    height: 25px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/x1.png");
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) {
    margin-left: 26px;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a {
    width: 80px;
    height: 26px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/pc2.png");
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) {
    margin-right: 20px;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a {
    width: 40px;
    height: 40px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/sw2.jpg");
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:not(:first-child) {
    margin-left: 17px;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li > a {
    -webkit-transition: background-color 0.4s ease;
    width: 42px;
    height: 42px;
    transition: background-color 0.4s ease;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a {
    overflow: hidden;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 1227" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="%23ffffff"/></svg>');
    background-size: 21px 22px;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a:hover::before {
    opacity: 1;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a::before {
    -webkit-transition: 0.4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 1227" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="%23000000"/></svg>');
    background-position: center center;
    background-size: 21px 22px;
    background-repeat: no-repeat;
    background-color: #fff;
    content: "";
    opacity: 0;
    transition: 0.4s ease;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/sns_f.png");
    background-size: 22px 22px;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a:hover {
    background-color: #1778f2;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/sns_i.png");
    background-size: 22px 22px;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a:hover {
    background-color: #f00075;
  }
  body > footer > div:nth-child(2) {
    margin-top: 6px;
  }
  body > footer > div:nth-child(2) > picture {
    width: 671px;
    height: 56px;
  }
  body > footer > div:nth-child(2) > ul > li:nth-child(1) > a {
    width: 146px;
    height: 33px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/bne_2.png");
  }
  body > footer > div:nth-child(2) > ul > li:nth-child(2) {
    margin-left: 16px;
  }
  body > footer > div:nth-child(2) > ul > li:nth-child(2) > a {
    width: 220px;
    height: 19px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/logo.png");
  }
  body > footer > div:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 18px;
    padding-top: 25px;
    border-top: 1px solid #626262;
    border-collapse: collapse;
  }
  body > footer > div:nth-child(3) > p {
    font-size: 12px;
  }
  body > footer > ol {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    flex-direction: row;
    justify-content: space-between;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
  }
  body > footer > ol > li:nth-child(1) > a {
    width: 218px;
    height: 32px;
    border: 1px solid #5d5d5d;
    font-size: 14px;
    letter-spacing: initial;
  }
  body > footer > ol > li:nth-child(1) > a::after {
    width: 9px;
    height: 9px;
    margin-left: 8px;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/outside.png");
  }
  body > footer > ol > li:nth-child(2) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-grow: 1;
    justify-content: flex-end;
    padding-right: 1em;
  }
  body > footer > ol > li:nth-child(2) > p {
    font-size: 14px;
  }
  body > footer > ol > li:nth-child(2) > p::after {
    margin-left: 0.5em;
    content: ">>";
  }
  body > footer > ol > li:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 670px;
  }
  body > footer > ol > li:nth-child(3) > a {
    width: 218px;
    height: 32px;
    border: 1px solid #5d5d5d;
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  html, body {
    min-width: 360px;
  }
  body {
    font-size: 3.38vw;
    line-height: 1.6em;
    letter-spacing: 0.1em;
  }
  body > menu {
    display: block;
    position: fixed;
    left: 0;
  }
  body > menu > a {
    display: none;
    visibility: hidden;
  }
  body > menu > div#toggle_menu {
    -webkit-transform: translateX(16.67vw);
    -webkit-animation: toggle_menu_anim 0.8s ease 2s 1 normal forwards;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 16.67vw;
    height: 16.67vw;
    transform: translateX(16.67vw);
    animation: toggle_menu_anim 0.8s ease 2s 1 normal forwards;
    opacity: 1;
  }
  body > menu > div#toggle_menu::before, body > menu > div#toggle_menu::after {
    -webkit-transition: opacity 0.4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0% 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    transition: opacity 0.4s ease;
  }
  body > menu > div#toggle_menu::before {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/menu/sp/humbergermenu_v2.jpg");
    opacity: 1;
  }
  body > menu > div#toggle_menu::after {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/menu/sp/close_v2.png");
    opacity: 0;
  }
  body > menu > div#toggle_menu.on::before {
    opacity: 0;
  }
  body > menu > div#toggle_menu.on::after {
    opacity: 1;
  }
  body > menu > ul {
    display: none;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  body > menu > ul > li {
    display: block;
    line-height: 1;
    letter-spacing: 0;
  }
  body > menu > ul > li.new::before {
    bottom: 0.61vw;
    left: 5.28vw;
    width: 6.02vw;
    height: 2.87vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/new_sp.png");
  }
  body > menu > ul > li > a {
    display: inline-block;
  }
  body > menu > ul > li > a::before {
    display: inline-block;
    line-height: 1;
  }
  body > menu > ul > li:nth-child(-n+8) > a {
    margin-left: 13.8vw;
    font-size: 4.91vw;
  }
  body > menu > ul > li:nth-child(n+9) > a {
    margin-left: 14.7vw;
    color: #a3a3a3;
    font-style: normal;
    font-weight: 500;
    font-size: 3.5vw;
    text-decoration: none;
  }
  body > menu > ul > li:nth-of-type(1) > a {
    margin-top: 29.1vw;
  }
  body > menu > ul > li:nth-of-type(2) > a {
    margin-top: 12.04vw;
  }
  body > menu > ul > li:nth-of-type(3) > a {
    margin-top: 12.04vw;
  }
  body > menu > ul > li:nth-of-type(4) > a {
    margin-top: 12.04vw;
  }
  body > menu > ul > li:nth-of-type(5) > a {
    margin-top: 12.04vw;
  }
  body > menu > ul > li:nth-of-type(6) > a {
    margin-top: 12.04vw;
  }
  body > menu > ul > li:nth-of-type(7) > a {
    margin-top: 12.04vw;
  }
  body > menu > ul > li:nth-of-type(8) > a {
    margin-top: 12.04vw;
  }
  body > menu > ul > li:nth-of-type(9) > a {
    margin-top: 20.93vw;
  }
  body > menu > ul > li:nth-of-type(9) > a::before {
    content: "X (Twitter)";
  }
  body > menu > ul > li:nth-of-type(10) > a {
    margin-top: 4.63vw;
  }
  body > menu > ul > li:nth-of-type(10) > a::before {
    content: "Instagram";
  }
  body > menu > ul > li:nth-of-type(11) > a {
    margin-top: 4.63vw;
  }
  body > menu > ul > li:nth-of-type(11) > a::before {
    content: "Youtube";
  }
  body > div#switch2logowrapper {
    display: block;
    z-index: 1;
    position: absolute;
    inset: 0 auto auto 0;
  }
  body > div#switch2logowrapper > picture {
    width: 16.67vw;
    height: 16.67vw;
  }
  body > header {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/sp/fv/background.png");
    background-size: 100% auto;
  }
  body > header > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-top: 76.85vw;
  }
  body > header > div > picture:nth-child(1) {
    width: 27.69vw;
    height: 3.89vw;
  }
  body > header > div > picture:nth-child(2) {
    width: 86.76vw;
    height: 23.06vw;
    margin-top: 9.07vw;
  }
  body > header > div > picture:nth-child(3) {
    width: 54.17vw;
    height: 7.04vw;
    margin-top: 15.09vw;
  }
  body > header > div > button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    z-index: 1;
    order: 1;
    width: 69.54vw;
    height: 39.26vw;
    margin-top: 16.85vw;
    padding-bottom: 2.59vw;
    border: 0.19vw solid #605b4d;
    border-collapse: collapse;
  }
  body > header > div > button::before {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/sp/fv/thumb.jpg");
  }
  body > header > div > button::after {
    width: 15.65vw;
    height: 15.65vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/sp/fv/play.png");
  }
  body > header > div > button > p {
    margin-left: 2.13vw;
    font-size: 4.72vw;
  }
  body > header > div > a {
    width: 70.74vw;
    height: 16.2vw;
    margin-top: 15.37vw;
  }
  body > header > div > a > p {
    font-size: 5vw;
  }
  body > main::before {
    z-index: 0;
    height: 234.35vw;
    inset: -3.98vw auto auto 0;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/sp/sc_entry/background.jpg");
    background-position: 0% 0%;
    background-size: 100% auto;
  }
  body > main > section#sc_entry {
    padding-bottom: 22.22vw;
  }
  body > main > section#sc_entry > ol {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    grid-template-rows: repeat(4, auto);
    justify-content: center;
    width: 100%;
  }
  body > main > section#sc_entry > ol > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 85.28vw;
  }
  body > main > section#sc_entry > ol > li:nth-child(1) {
    grid-row: 1;
    padding-bottom: 7.41vw;
  }
  body > main > section#sc_entry > ol > li:nth-child(2) {
    grid-row: 3;
  }
  body > main > section#sc_entry > ol > li:nth-child(3) {
    grid-row: 2;
    padding-bottom: 7.41vw;
  }
  body > main > section#sc_entry > ol > li:nth-child(4) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    grid-row: 4;
    padding-top: 9.26vw;
  }
  body > main > section#sc_entry > ol > li > h1 {
    width: 73.52vw;
    margin-top: 21.3vw;
    font-size: 4.81vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  body > main > section#sc_entry > ol > li > div#video_wrapper {
    width: 85.28vw;
    height: 36.57vw;
    padding-top: 2.96vw;
    padding-left: 15.19vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/sp/sc_entry/cover.png");
  }
  body > main > section#sc_entry > ol > li > div#video_wrapper > video {
    width: 54.91vw;
    height: 30.93vw;
  }
  body > main > section#sc_entry > ol > li > p {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 700;
    font-size: 3.43vw;
    line-height: 1.89;
    letter-spacing: 0.1em;
    text-align: justify;
  }
  body > main > section#sc_contents > h1 {
    height: 8.98vw;
    font-weight: 500;
    font-size: 4.63vw;
    letter-spacing: 0.15em;
  }
  body > main > section#sc_contents > h1::before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#554935), color-stop(#6b5d40), color-stop(#554935), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #554935, #6b5d40, #554935, transparent);
    background: linear-gradient(to right, transparent, #554935, #6b5d40, #554935, transparent);
  }
  body > main > section#sc_contents > picture {
    margin-top: 8.33vw;
  }
  body > main > section#sc_contents > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 9.63vw;
  }
  body > main > section#sc_contents > div > div {
    width: 100%;
  }
  body > main > section#sc_contents > div > div > h1 {
    display: block;
    position: relative;
    width: 85.19vw;
    margin-top: 16.11vw;
    margin-right: auto;
    margin-bottom: 3.89vw;
    margin-left: auto;
    color: #af9e7d;
    font-weight: 400;
    font-size: 7.22vw;
    line-height: 1.21;
    letter-spacing: 0.04em;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  body > main > section#sc_contents > div > div > div#image_swiper {
    position: relative;
    width: 100%;
    height: 56.3vw;
  }
  body > main > section#sc_contents > div > div > div#image_swiper::after {
    width: 100%;
    height: 18.52vw;
    inset: auto auto -1% 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#101010), to(transparent));
    background: -webkit-linear-gradient(bottom, #101010, transparent);
    background: linear-gradient(to top, #101010, transparent);
  }
  body > main > section#sc_contents > div > div > div#image_swiper > ol#nav_per {
    width: 14.26vw;
    height: 0.74vw;
    inset: auto 0 0 0;
  }
  body > main > section#sc_contents > div > div > div#image_swiper > ol#nav_per > li {
    width: 5.74vw;
  }
  body > main > section#sc_contents > div > article {
    position: relative;
    width: 87.96vw;
    margin-top: 6.3vw;
  }
  body > main > section#sc_contents > div > article > h1 {
    display: none;
    visibility: hidden;
  }
  body > main > section#sc_contents > div > article > p {
    font-weight: 400;
    font-size: 3.33vw;
    line-height: 1.66;
    letter-spacing: 0.15em;
  }
  body > main > section#sc_contents > div > article > ul.list_notice {
    margin-top: 1.5em;
    font-size: 2.22vw;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  body > main > section#sc_special {
    max-height: 318.33vw;
    padding-top: 8.7vw;
    padding-bottom: 21.3vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/sp/sc_special/background.jpg");
    background-size: 100% auto;
  }
  body > main > section#sc_special > h1 {
    height: 8.98vw;
    font-weight: 500;
    font-size: 4.63vw;
    letter-spacing: 0.15em;
  }
  body > main > section#sc_special > h1::before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#554935), color-stop(#6b5d40), color-stop(#554935), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #554935, #6b5d40, #554935, transparent);
    background: linear-gradient(to right, transparent, #554935, #6b5d40, #554935, transparent);
  }
  body > main > section#sc_special > ol {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    grid-template-rows: repeat(4, auto);
    width: 100%;
    margin-top: 8.33vw;
    padding-right: 4.44vw;
    padding-left: 12.04vw;
  }
  body > main > section#sc_special > ol > li:nth-child(even) > article > ol,
  body > main > section#sc_special > ol > li:nth-child(even) > article > h2 {
    display: none;
    visibility: hidden;
  }
  body > main > section#sc_special > ol > li:nth-child(3) {
    margin-top: 13.89vw;
  }
  body > main > section#sc_special > ol > li > picture {
    width: 75.56vw;
    height: 42.59vw;
    margin-top: 3.7vw;
  }
  body > main > section#sc_special > ol > li > article > ol > li {
    width: 19.81vw;
    height: 3.89vw;
  }
  body > main > section#sc_special > ol > li > article > ol > li:nth-child(n+2) {
    margin-left: 2.13vw;
  }
  body > main > section#sc_special > ol > li > article > ol > li::before {
    font-size: 2.04vw;
  }
  body > main > section#sc_special > ol > li > article > h2 {
    margin-top: 2.22vw;
    font-size: 4.07vw;
    line-height: 1.07;
  }
  body > main > section#sc_special > ol > li > article > p {
    margin-top: 4.17vw;
    font-weight: 500;
    font-size: 3.15vw;
    line-height: 1.65;
  }
  body > main > section#sc_special > ol > li > article > ul.list_notice {
    font-size: 2.22vw;
    line-height: 1.33;
  }
  body > main > section#sc_special > ol > li > div#image_swiper2 {
    width: 75.56vw;
    height: 42.59vw;
    margin-top: 3.7vw;
  }
  body > main > section#sc_special > ol > li > div.nav-wrapper {
    position: relative;
    width: 22.41vw;
    height: 4.63vw;
    margin-top: 5.19vw;
    margin-left: 26.48vw;
  }
  body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pg {
    margin-bottom: 0.93vw;
  }
  body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pg > span {
    width: 1.39vw;
    height: 1.39vw;
  }
  body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pr, body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-nx {
    width: 3.06vw;
    height: 4.54vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/sp/sc_special/arrow_e.png");
  }
  body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-pr.swiper-button-disabled, body > main > section#sc_special > ol > li > div.nav-wrapper > div.nav-nx.swiper-button-disabled {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/tarnishededition/sp/sc_special/arrow_d.png");
  }
  body > main > section#sc_special > div {
    width: 87.96vw;
    margin-top: 11.85vw;
    padding-top: 2.22vw;
    border-top: 0.19vw solid rgba(64, 63, 56, 0.5);
  }
  body > main > section#sc_special > div > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  body > main > section#sc_special > div > dl:nth-child(n+2) {
    margin-top: 1em;
  }
  body > main > section#sc_special > div > dl > dt > p {
    font-size: 2.78vw;
    line-height: 1;
  }
  body > main > section#sc_special > div > dl > dd > p {
    font-size: 2.41vw;
    line-height: 2.17;
  }
  body > main > section#sc_special > a {
    width: 70.83vw;
    height: 16.2vw;
    margin-top: 25.93vw;
    font-size: 5vw;
  }
  body > main > div#moviePlayWrapper > div > div {
    width: 100%;
  }
  body > main > div#moviePlayWrapper > div > div > nav#close {
    top: -8vw;
    right: 5vw;
    width: 3.8vw;
    height: 3.7vw;
  }
  body > footer {
    padding-bottom: 9.5vw;
  }
  body > footer > div:not(:last-of-type) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -webkit-box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    order: 1;
    width: 85vw;
    padding-bottom: 6.3vw;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6.3vw;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(1) > a {
    width: 45.28vw;
    height: 5.65vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/sp/ps.png");
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(2) > a {
    width: 43.8vw;
    height: 5.7vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/sp/xs.png");
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(3) > a {
    width: 29vw;
    height: 5.8vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/sp/x1.png");
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(4) > a {
    width: 19.54vw;
    height: 5.83vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/sp/pc2.png");
  }
  body > footer > div:nth-child(1) > ul:nth-child(1) > li:nth-child(5) > a {
    width: 9.63vw;
    height: 9.63vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/sp/sw2.jpg");
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 26.1vw;
    border-bottom: 1px solid #626262;
    border-collapse: collapse;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:not(:first-child) {
    margin-left: 8.8vw;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li > a {
    width: 13.3vw;
    height: 13.3vw;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:nth-child(1) > a {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 1227" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="%23ffffff"/></svg>');
    background-size: 6.67vw 6.8vw;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:nth-child(2) > a {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/sp/sns_f.png");
    background-size: 7vw 6.9vw;
  }
  body > footer > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3) > a {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/pc/sns_i.png");
    background-size: 6.7vw 6.8vw;
  }
  body > footer > div:nth-child(2) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body > footer > div:nth-child(2) > picture {
    width: 88.33vw;
    height: 23.33vw;
  }
  body > footer > div:nth-child(2) > ul {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 85%;
    margin-top: 6.9vw;
  }
  body > footer > div:nth-child(2) > ul > li:nth-child(1) > a {
    width: 32.87vw;
    height: 7.41vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/sp/bne_2.png");
  }
  body > footer > div:nth-child(2) > ul > li:nth-child(2) > a {
    width: 43.2vw;
    height: 3.8vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/sp/logo.png");
  }
  body > footer > div:nth-child(3) {
    padding-top: 2.8vw;
  }
  body > footer > div:nth-child(3) > p {
    font-size: 2.5vw;
  }
  body > footer > ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  body > footer > ol > li:nth-child(1) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5.46vw 0;
  }
  body > footer > ol > li:nth-child(1) > a {
    width: 45.93vw;
    height: 6.76vw;
    border: 0.19vw solid #5d5d5d;
    font-size: 2.96vw;
  }
  body > footer > ol > li:nth-child(1) > a::after {
    width: 1.94vw;
    height: 1.94vw;
    margin-left: 1.67vw;
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/footer/sp/outside.png");
  }
  body > footer > ol > li:nth-child(2) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  body > footer > ol > li:nth-child(2) > p {
    font-size: 3.24vw;
  }
  body > footer > ol > li:nth-child(2) > p::before {
    content: "<";
  }
  body > footer > ol > li:nth-child(2) > p::after {
    content: ">";
  }
  body > footer > ol > li:nth-child(3) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 94.17vw;
    margin: 0 auto;
    padding-bottom: 7.22vw;
  }
  body > footer > ol > li:nth-child(3) > a {
    width: 45.93vw;
    height: 6.76vw;
    margin-top: 3.06vw;
    border: 0.19vw solid #5d5d5d;
    font-size: 2.96vw;
  }
}
@media all and (max-width: 1730px) and (min-width: 1461px) {
  body > menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 29px;
    padding-left: 214px;
  }
  body > menu > a {
    -webkit-transform: scale(0.9);
    left: 17px;
    transform: scale(0.9);
  }
  body > menu > ul > li:nth-of-type(1) > a {
    width: 98px;
  }
  body > menu > ul > li:nth-of-type(2) > a {
    width: 214px;
  }
  body > menu > ul > li:nth-of-type(3) > a {
    width: 98px;
  }
  body > menu > ul > li:nth-of-type(4) > a {
    width: 160px;
  }
  body > menu > ul > li:nth-of-type(5) > a {
    width: 152px;
  }
  body > menu > ul > li:nth-of-type(6) > a {
    width: 223px;
  }
  body > menu > ul > li:nth-of-type(7) > a {
    width: 117px;
  }
  body > menu > ul > li:nth-of-type(8) > a {
    width: 152px;
  }
}
@media all and (max-width: 1460px) and (min-width: 768px) {
  body > menu > a {
    -webkit-transform: scale(0.9);
    left: 17px;
    transform: scale(0.9);
  }
  body > menu > div#toggle_menu {
    display: block;
    z-index: 2;
    position: fixed;
    width: 42px;
    height: 42px;
    inset: 64px 20px auto auto;
  }
  body > menu > div#toggle_menu::before, body > menu > div#toggle_menu::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0 auto auto 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: "";
  }
  body > menu > div#toggle_menu::before {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/menu/pc/humbergermenu.png");
    background-size: 42px 37px;
    opacity: 1;
  }
  body > menu > div#toggle_menu::after {
    background-image: url("https://media.fromsoftware.jp/eldenring/resources/images/common/menu/pc/close.png");
    background-size: 37px 37px;
    opacity: 0;
  }
  body > menu > div#toggle_menu.on::before {
    opacity: 0;
  }
  body > menu > div#toggle_menu.on::after {
    opacity: 1;
  }
  body > menu > div#toggle_menu.fxd {
    position: fixed;
    inset: 14px 20px auto auto;
  }
  body > menu > ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 2em;
    overflow-x: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  body > menu > ul > li {
    display: block;
    line-height: 1;
    letter-spacing: 0;
  }
  body > menu > ul > li > a {
    display: inline-block;
  }
  body > menu > ul > li > a::before {
    display: inline-block;
    line-height: 1;
  }
  body > menu > ul > li:nth-child(-n+8) > a {
    margin-left: 19.5%;
    font-size: 24px;
  }
  body > menu > ul > li:nth-child(n+9) > a {
    margin-left: 70%;
    color: #a3a3a3;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
  }
  body > menu > ul > li:nth-of-type(1) > a {
    margin-top: 186px;
  }
  body > menu > ul > li:nth-of-type(2) > a {
    margin-top: 2em;
  }
  body > menu > ul > li:nth-of-type(3) > a {
    margin-top: 2em;
  }
  body > menu > ul > li:nth-of-type(4) > a {
    margin-top: 2em;
  }
  body > menu > ul > li:nth-of-type(5) > a {
    margin-top: 2em;
  }
  body > menu > ul > li:nth-of-type(6) > a {
    margin-top: 2em;
  }
  body > menu > ul > li:nth-of-type(7) > a {
    margin-top: 2em;
  }
  body > menu > ul > li:nth-of-type(8) > a {
    margin-top: 2em;
  }
  body > menu > ul > li:nth-of-type(9) > a {
    margin-top: 0;
  }
  body > menu > ul > li:nth-of-type(9) > a::before {
    content: "X (Twitter)";
  }
  body > menu > ul > li:nth-of-type(9) {
    margin-top: -6.5em;
  }
  body > menu > ul > li:nth-of-type(10) > a {
    margin-top: 1.5em;
  }
  body > menu > ul > li:nth-of-type(10) > a::before {
    content: "Instagram";
  }
  body > menu > ul > li:nth-of-type(11) > a {
    margin-top: 1.5em;
  }
  body > menu > ul > li:nth-of-type(11) > a::before {
    content: "Youtube";
  }
}
@media all and (min-width: 1461px) {
  body > menu > div#toggle_menu {
    display: none;
  }
  body > menu > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  body > menu > ul > li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-transition: opacity 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    transition: opacity 0.4s ease;
  }
  body > menu > ul > li:nth-child(-n+8)::after {
    -webkit-transition: opacity 0.4s ease;
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -55%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: -webkit-radial-gradient(#777055 2%, rgba(119, 112, 85, 0.3), transparent 70%);
    background: radial-gradient(#777055 2%, rgba(119, 112, 85, 0.3), transparent 70%);
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  body > menu > ul > li:nth-child(-n+8).hov::after {
    opacity: 1;
  }
  body > menu > ul > li.curr::after {
    opacity: 1;
  }
  body > menu > ul > li.curr.not::after {
    opacity: 0;
  }
  body > menu > ul > li > a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body > menu > ul > li:nth-child(-n+8) > a {
    height: 100%;
    font-size: 18px;
  }
  body > menu > ul > li:nth-child(-n+8) > a::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 32px;
    margin: auto 0;
    background-color: #898989;
    content: "";
    opacity: 0.3;
  }
  body > menu > ul > li:nth-child(n+10) {
    display: none;
  }
  body > menu > ul > li:nth-of-type(9) > a {
    -webkit-transition: background-image 0.4s ease;
    width: 15px;
    height: 16px;
    margin-left: 29px;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 1227" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="%238d8e8a"/></svg>');
    transition: background-image 0.4s ease;
  }
  body > menu > ul > li:nth-of-type(9) > a::before {
    -webkit-transition: opacity 0.4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1200 1227" xmlns="http://www.w3.org/2000/svg"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill="%23ffffff"/></svg>');
    background-position: 0% 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  body > menu > ul > li:nth-of-type(9) > a:hover::before {
    opacity: 1;
  }
}
@media all and (min-width: 1731px) {
  body > menu > ul > li:nth-of-type(1) > a {
    width: 141px;
  }
  body > menu > ul > li:nth-of-type(2) > a {
    width: 220px;
  }
  body > menu > ul > li:nth-of-type(3) > a {
    width: 104px;
  }
  body > menu > ul > li:nth-of-type(4) > a {
    width: 166px;
  }
  body > menu > ul > li:nth-of-type(5) > a {
    width: 158px;
  }
  body > menu > ul > li:nth-of-type(6) > a {
    width: 229px;
  }
  body > menu > ul > li:nth-of-type(7) > a {
    width: 123px;
  }
  body > menu > ul > li:nth-of-type(8) > a {
    width: 158px;
  }
}
@media all and (min-width: 1643px) {
  body > header > div {
    inset: 0 146px auto auto;
  }
  body > main > section#sc_entry {
    padding-bottom: 60px;
  }
  body > main > section#sc_entry > ol {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1023px 1fr;
    width: 1643px;
  }
  body > main > section#sc_entry > ol > li:nth-child(1) {
    grid-row: 1;
    grid-column: 1/3;
  }
  body > main > section#sc_entry > ol > li:nth-child(2) {
    grid-row: 2/4;
    grid-column: 1;
  }
  body > main > section#sc_entry > ol > li:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
    padding-bottom: 52px;
  }
  body > main > section#sc_entry > ol > li:nth-child(4) {
    grid-row: 3;
    grid-column: 2;
  }
  body > main > section#sc_contents > h1 {
    height: 97px;
    font-size: 50px;
  }
  body > main > section#sc_contents > h1::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), color-stop(#554935), color-stop(#6b5d40), color-stop(#554935), color-stop(90%, transparent));
    background: -webkit-linear-gradient(left, transparent 10%, #554935, #6b5d40, #554935, transparent 90%);
    background: linear-gradient(to right, transparent 10%, #554935, #6b5d40, #554935, transparent 90%);
  }
  body > main > section#sc_contents > div > article {
    top: 72px;
    right: 184px;
    width: 748px;
  }
  body > main > section#sc_contents > div > article > h1 {
    font-size: 60px;
  }
  body > main > section#sc_contents > div > article > p {
    font-size: 20px;
  }
  body > main > section#sc_special > h1 {
    height: 97px;
    font-size: 50px;
  }
  body > main > section#sc_special > h1::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, transparent), color-stop(#554935), color-stop(#6b5d40), color-stop(#554935), color-stop(90%, transparent));
    background: -webkit-linear-gradient(left, transparent 10%, #554935, #6b5d40, #554935, transparent 90%);
    background: linear-gradient(to right, transparent 10%, #554935, #6b5d40, #554935, transparent 90%);
  }
  body > main > section#sc_special > ol {
    -webkit-column-gap: 81px;
    -moz-column-gap: 81px;
    column-gap: 81px;
  }
}
@media all and (max-width: 1642px) and (min-width: 768px) {
  body > header > div {
    inset: 0 30px auto auto;
  }
  body > main > section#sc_entry {
    padding-bottom: 130px;
  }
  body > main > section#sc_entry > ol {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1023px;
    width: 1023px;
  }
  body > main > section#sc_entry > ol > li:nth-child(3) {
    padding-bottom: 10px;
  }
  body > main > section#sc_contents > h1 {
    height: 52px;
    font-size: 27px;
  }
  body > main > section#sc_contents > h1::before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#554935), color-stop(#6b5d40), color-stop(#554935), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #554935, #6b5d40, #554935, transparent);
    background: linear-gradient(to right, transparent, #554935, #6b5d40, #554935, transparent);
  }
  body > main > section#sc_contents > div > article {
    top: 54px;
    right: 4%;
    width: 38.5%;
  }
  body > main > section#sc_contents > div > article > h1 {
    font-size: 42px;
  }
  body > main > section#sc_contents > div > article > p {
    font-size: 15px;
  }
  body > main > section#sc_special > h1 {
    height: 52px;
    font-size: 27px;
  }
  body > main > section#sc_special > h1::before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#554935), color-stop(#6b5d40), color-stop(#554935), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #554935, #6b5d40, #554935, transparent);
    background: linear-gradient(to right, transparent, #554935, #6b5d40, #554935, transparent);
  }
  body > main > section#sc_special > ol {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}