@charset "UTF-8";
/* ==========================================================
  フォント
========================================================== */
/* ===================================================================
CSS information
 file name  :patchnote.css
 style info :アップデート情報のスタイル
=================================================================== */
@media screen and (min-width: 768px) {
  body:before {
    background-image: url(../img/shared/bg_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  body:before {
    background-image: url(../img/shared/bg_sp.jpg);
  }
}

header .langBox ul li:nth-of-type(n + 2) {
  display: none;
}

.contentArea .ttlBox .catTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.5em;
  margin-bottom: 1.5em;
}
.contentArea .ttlBox .catTag li {
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  border: solid 2px #fff;
  padding: 0.2em 0.6em;
}
@media screen and (min-width: 768px) {
  .contentArea .ttlBox .catTag li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .ttlBox .catTag li {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .ttlBox .catTag li {
    font-size: 2.4vw;
  }
}
.contentArea .ttlBox .catTag li.switch {
  background: #d00;
}
.contentArea .ttlBox .catTag li.ps5 {
  background: #005be2;
}
.contentArea .ttlBox .catTag li.ps4 {
  background: #0091e2;
}
.contentArea .ttlBox .catTag li.xbox {
  background: #107c10;
}
.contentArea .ttlBox .catTag li.steam {
  background: #3d3d3d;
}
@media screen and (max-width: 767px) {
  .contentArea .ttlBox h1 .enTxt {
    height: 6.6vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .langChange {
    padding: 30px 0 50px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .langChange {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .langChange {
    padding: 6vw 0;
  }
}
.contentArea .patchnote .langChange ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .langChange ul {
    width: min(96%, 400px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .langChange ul {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .langChange ul {
    width: 60%;
  }
}
.contentArea .patchnote .langChange ul li {
  background: -webkit-gradient(linear, left top, right top, from(#0730a7), to(#049ec9));
  background: linear-gradient(90deg, #0730a7 0%, #049ec9 100%);
  width: 48%;
  padding: 3px 0;
}
.contentArea .patchnote .langChange ul li a {
  color: #fff;
  font-weight: 700;
  border-top: 1px solid #5ab3d0;
  border-bottom: 1px solid #5ab3d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .langChange ul li a {
    height: 49px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .langChange ul li a {
    font-size: 1vw;
    height: 3.6vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .patchnote .langChange ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .langChange ul li a {
    font-size: 3vw;
    height: 8vw;
  }
}
.contentArea .patchnote .langChange ul li a:before {
  display: block;
  content: "";
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat 0 0/100%;
  width: 1em;
  height: 1.2em;
}
.contentArea .patchnote .langChange ul li.current {
  pointer-events: none;
}
.contentArea .patchnote .langChange ul li.current, .contentArea .patchnote .langChange ul li:hover {
  background: linear-gradient(60deg, #ff3f3a, #ffc000);
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .langChange ul li.current, .contentArea .patchnote .langChange ul li:hover {
    padding: 5px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .langChange ul li.current, .contentArea .patchnote .langChange ul li:hover {
    padding: 0.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .langChange ul li.current, .contentArea .patchnote .langChange ul li:hover {
    padding: 4px;
  }
}
.contentArea .patchnote .langChange ul li.current a, .contentArea .patchnote .langChange ul li:hover a {
  color: #e3552a;
  background: #fff;
  border: none;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .langChange ul li.current a, .contentArea .patchnote .langChange ul li:hover a {
    height: 49px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .langChange ul li.current a, .contentArea .patchnote .langChange ul li:hover a {
    height: 3.4vw;
  }
}
.contentArea .patchnote .langChange p {
  text-shadow: #000 1px 1px 2px, #000 -1px 1px 2px, #000 1px -1px 2px, #000 -1px -1px 2px;
  margin-top: 1em;
}
.contentArea .patchnote .updateBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .updateBtn {
    width: min(96%, 1240px);
    gap: 1em;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .updateBtn {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .updateBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1em 0;
    width: 84%;
  }
}
.contentArea .patchnote .updateBtn > li {
  border-radius: 16px;
  background: #000;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .updateBtn > li {
    width: calc((100% - 2em) / 3);
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .patchnote .updateBtn > li {
    width: calc((100% - 1em) / 2) !important;
  }
}
.contentArea .patchnote .updateBtn > li a {
  display: block;
  border-radius: 16px;
  padding: 1em;
  opacity: 0.4;
}
.contentArea .patchnote .updateBtn > li a.current, .contentArea .patchnote .updateBtn > li a:hover {
  opacity: 1;
}
.contentArea .patchnote .updateBtn > li a p {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .updateBtn > li a p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .updateBtn > li a p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .updateBtn > li a p {
    font-size: 3.8vw;
  }
}
.contentArea .patchnote .updateBtn > li a p:before {
  display: block;
  content: "";
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat center center/100%;
  width: 0.7em;
  aspect-ratio: 18/21;
}
.contentArea .patchnote .updateBtn > li a .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.5em;
}
.contentArea .patchnote .updateBtn > li a .cat li {
  color: #fff;
  border-radius: 3px;
  padding: 0.1em 0.5em 0.2em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .updateBtn > li a .cat li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .updateBtn > li a .cat li {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .updateBtn > li a .cat li {
    font-size: 2.4vw;
  }
}
.contentArea .patchnote .updateBtn > li a .cat li.switch {
  background: #d00;
}
.contentArea .patchnote .updateBtn > li a .cat li.ps5 {
  background: #005be2;
}
.contentArea .patchnote .updateBtn > li a .cat li.ps4 {
  background: #0091e2;
}
.contentArea .patchnote .updateBtn > li a .cat li.xbox {
  background: #107c10;
}
.contentArea .patchnote .updateBtn > li a .cat li.steam {
  background: #3d3d3d;
}
.contentArea .patchnote .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2em 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .list {
    width: min(96%, 950px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .list {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .list {
    width: 90%;
  }
}
.contentArea .patchnote .list > li {
  position: relative;
  text-align: left;
  border-left: solid 5px #7cff85;
  border-right: solid 5px #eeff12;
  background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) 12px, rgba(0, 0, 0, 0.85) 12px, rgba(0, 0, 0, 0.85) 18px);
}
.contentArea .patchnote .list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 1.5em 2em;
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .list > li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.contentArea .patchnote .list > li a figure {
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(60deg, #7cff85, #eaff00);
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .list > li a figure {
    width: 320px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .list > li a figure {
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .list > li a figure {
    margin-bottom: 1em;
  }
}
.contentArea .patchnote .list > li a figure img {
  border-radius: 6px;
}
.contentArea .patchnote .list > li a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .list > li a dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.contentArea .patchnote .list > li a dl dt {
  color: #cecece;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .list > li a dl dt {
    width: 160px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .list > li a dl dt {
    width: 8vw;
  }
}
.contentArea .patchnote .list > li a dl dt span {
  display: block;
  color: #d00;
}
.contentArea .patchnote .list > li a dl dd {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .list > li a dl dd {
    font-size: 20px;
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .list > li a dl dd {
    font-size: 1.2vw;
    width: calc(100% - 8vw);
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .list > li a dl dd {
    font-size: 4vw;
  }
}
.contentArea .patchnote .list > li a dl dd span {
  color: #592400;
  display: block;
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat center left/0.9em;
  padding-left: 1.5em;
}
.contentArea .patchnote .list > li a dl dd p {
  font-weight: 500;
  margin: 0.5em 0 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .list > li a dl dd p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .list > li a dl dd p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .list > li a dl dd p {
    font-size: 3.2vw;
  }
}
.contentArea .patchnote .list > li a dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 0.5em;
}
.contentArea .patchnote .list > li a dl dd ul li {
  color: #fff;
  -webkit-text-fill-color: white;
  border-radius: 4px;
  padding: 0.2em 0.6em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .list > li a dl dd ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .list > li a dl dd ul li {
    font-size: 0.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .patchnote .list > li a dl dd ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .list > li a dl dd ul li {
    font-size: 3.2vw;
  }
}
.contentArea .patchnote .list > li a dl dd ul li.switch {
  background: #d00;
}
.contentArea .patchnote .list > li a dl dd ul li.ps5 {
  background: #005be2;
}
.contentArea .patchnote .list > li a dl dd ul li.ps4 {
  background: #0091e2;
}
.contentArea .patchnote .list > li a dl dd ul li.xbox {
  background: #107c10;
}
.contentArea .patchnote .list > li a dl dd ul li.steam {
  background: #3d3d3d;
}
.contentArea .patchnote .detail {
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  line-height: 1.8;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: min(96%, 1120px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 10vw 0;
  }
}
.contentArea .patchnote .detail .mainBox {
  background: #fff url(../img/topics/bg_white-line.png) repeat 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox {
    border-radius: 8px;
    width: min(74%, 800px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox {
    width: 72%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox {
    padding-bottom: 6vw;
  }
}
.contentArea .patchnote .detail .mainBox h2 {
  background: -webkit-gradient(linear, left top, right top, from(#0730a7), to(#049ec9));
  background: linear-gradient(90deg, #0730a7 0%, #049ec9 100%);
  position: relative;
  overflow: hidden;
  padding: 1.2em;
}
.contentArea .patchnote .detail .mainBox h2 figure img {
  border-radius: 8px;
}
.contentArea .patchnote .detail .mainBox h4 {
  color: #000;
  font-weight: 700;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25.5%, #ffe900), to(#ffb800));
  background: linear-gradient(90deg, #ffe900 25.5%, #ffb800 100%);
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox h4 {
    font-size: 17px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox h4 {
    font-size: 0.9vw;
  }
}
.contentArea .patchnote .detail .mainBox .innerBox {
  background: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .innerBox {
    margin: 0 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .innerBox {
    margin: 0 4vw 6vw;
  }
}
.contentArea .patchnote .detail .mainBox .innerBox h5 {
  font-weight: 700;
  text-align: center;
  background: #92dfff;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .innerBox h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox .innerBox h5 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .innerBox h5 {
    font-size: 4vw;
  }
}
.contentArea .patchnote .detail .mainBox .innerBox h5 .mainIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentArea .patchnote .detail .mainBox .innerBox h5 .mainIn .icn {
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 0.2em 0.6em;
  margin-right: 0.4em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .innerBox h5 .mainIn .icn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox .innerBox h5 .mainIn .icn {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .innerBox h5 .mainIn .icn {
    font-size: 3.2vw;
  }
}
.contentArea .patchnote .detail .mainBox .innerBox h5 .mainIn .icn.switch {
  background: #d00;
}
.contentArea .patchnote .detail .mainBox .innerBox h5 .mainIn .icn.ps5 {
  background: #005be2;
}
.contentArea .patchnote .detail .mainBox .innerBox h5 .mainIn .icn.ps4 {
  background: #0091e2;
}
.contentArea .patchnote .detail .mainBox .innerBox h5 .mainIn .icn.xbox {
  background: #107c10;
}
.contentArea .patchnote .detail .mainBox .innerBox h5 .mainIn .icn.steam {
  background: #3d3d3d;
}
.contentArea .patchnote .detail .mainBox .innerBox h5 .smallTxt {
  display: block;
  line-height: 1.6;
  margin-top: 0.5em;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .innerBox h5 .smallTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .innerBox h5 .smallTxt {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .innerBox .inBox {
    padding: 30px 30px 10px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .innerBox .inBox {
    padding: 5vw 5vw 1vw;
  }
}
.contentArea .patchnote .detail .mainBox .innerBox .inBox .txt {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .innerBox .inBox .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .innerBox .inBox .txt {
    font-size: 3vw;
  }
}
:lang(en) .contentArea .patchnote .detail .mainBox .innerBox .inBox .txt {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .patchnote .detail .mainBox .innerBox .inBox .in {
  padding: 0;
  margin-bottom: 1em;
}
.contentArea .patchnote .detail .mainBox .innerBox .inBox .in .detailList {
  font-weight: 700;
}
.contentArea .patchnote .detail .mainBox .innerBox .inBox .in .detailList > li {
  border-bottom: 1px solid #592400;
}
.contentArea .patchnote .detail .mainBox .innerBox .inBox .in .anoTxt li {
  color: #592400;
}
.contentArea .patchnote .detail .mainBox .innerBox .inBox .in .listTable tr th {
  background: #ddf5ff;
}
.contentArea .patchnote .detail .mainBox em {
  color: #e60012;
  font-weight: 500;
}
.contentArea .patchnote .detail .mainBox .txt {
  margin-bottom: 1.4em;
}
.contentArea .patchnote .detail .mainBox .linkBox {
  background: #fff3c9;
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
}
.contentArea .patchnote .detail .mainBox .linkBox p {
  margin-bottom: 1em;
}
.contentArea .patchnote .detail .mainBox .linkBox .link {
  display: inline-block;
  padding-left: 1.4em;
  background: url(../img/shared/bg_arrow_orange.svg) no-repeat left center/0.7em;
}
.contentArea .patchnote .detail .mainBox .linkBox .link:hover {
  text-decoration: underline;
}
.contentArea .patchnote .detail .mainBox .listTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.6em 0;
  margin-bottom: 1.4em;
}
.contentArea .patchnote .detail .mainBox .listTxt > li {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea .patchnote .detail .mainBox .listTxt > li:not(:lang(ja)) {
  padding-left: 0.5em;
  text-indent: -0.8em;
  margin-left: 0.3em;
}
.contentArea .patchnote .detail .mainBox .listTxt > li .anoTxt,
.contentArea .patchnote .detail .mainBox .listTxt > li .listIn {
  margin: 1em 0 0;
}
.contentArea .patchnote .detail .mainBox .listTxt > li .listIn li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .patchnote .detail .mainBox .listTxt > li .listIn li:not(:lang(ja)) {
  padding-left: 0.8em;
  text-indent: -1em;
}
.contentArea .patchnote .detail .mainBox .listTable {
  border: solid 1px #000;
  width: 100%;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .listTable tr:last-of-type td {
    border-bottom: none;
  }
}
.contentArea .patchnote .detail .mainBox .listTable tr th,
.contentArea .patchnote .detail .mainBox .listTable tr td {
  border-bottom: solid 1px #000;
  background: #fff;
  text-align: left;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .listTable tr th,
  .contentArea .patchnote .detail .mainBox .listTable tr td {
    font-size: 15px;
    border-left: 1px solid #000;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox .listTable tr th,
  .contentArea .patchnote .detail .mainBox .listTable tr td {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .listTable tr th,
  .contentArea .patchnote .detail .mainBox .listTable tr td {
    font-size: 3vw;
    display: block;
    text-align: center;
    width: 100%;
  }
}
.contentArea .patchnote .detail .mainBox .listTable tr th {
  background: #ddf5ff;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .listTable tr th {
    width: 34%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .listTable.same tr th,
  .contentArea .patchnote .detail .mainBox .listTable.same tr td {
    display: table-cell;
    text-align: left;
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .listTable.same tr th {
    width: 30%;
    white-space: nowrap;
  }
}
.contentArea .patchnote .detail .mainBox .listTable.same2 tr th,
.contentArea .patchnote .detail .mainBox .listTable.same2 tr td {
  width: 50%;
}
.contentArea .patchnote .detail .mainBox .listTable.same3 tr th,
.contentArea .patchnote .detail .mainBox .listTable.same3 tr td {
  width: 33.3333333333%;
}
.contentArea .patchnote .detail .mainBox .listTable.listSame {
  border: none !important;
}
.contentArea .patchnote .detail .mainBox .listTable.listSame tr td {
  border: solid 1px #000;
  width: 50%;
}
.contentArea .patchnote .detail .mainBox .tableWrap {
  overflow-x: auto;
  margin-bottom: 1.4em;
}
.contentArea .patchnote .detail .mainBox .tableWrap .simplebar-track.simplebar-horizontal {
  height: 6px;
  background: #ccc;
  border-radius: 100px;
}
.contentArea .patchnote .detail .mainBox .tableWrap .simplebar-scrollbar {
  height: 6px;
  background: #444;
  border-radius: 100px;
  top: 0;
}
.contentArea .patchnote .detail .mainBox .listTableB {
  border: solid 1px #000;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .listTableB {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .listTableB {
    width: 144vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .listTableB tr:last-of-type td {
    border-bottom: none;
  }
}
.contentArea .patchnote .detail .mainBox .listTableB tr th,
.contentArea .patchnote .detail .mainBox .listTableB tr td {
  border-left: 1px solid #000;
  border-bottom: solid 1px #000;
  background: #fff;
  text-align: left;
  padding: 0.5em 1em;
}
.contentArea .patchnote .detail .mainBox .listTableB tr th {
  background: #ddf5ff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .listTableB tr th {
    white-space: nowrap;
  }
}
.contentArea .patchnote .detail .mainBox .listTableB tr th.type {
  width: 20%;
}
.contentArea .patchnote .detail .mainBox .listTableB tr th.feature {
  width: 50%;
}
.contentArea .patchnote .detail .mainBox .listTableB tr th.sengi {
  width: 30%;
}
.contentArea .patchnote .detail .mainBox .img {
  border: solid 1px #2a91c8;
  margin-bottom: 1.4em;
  overflow: hidden;
}
.contentArea .patchnote .detail .mainBox .anoTxt {
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .anoTxt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox .anoTxt {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .anoTxt {
    font-size: 3.2vw;
  }
}
.contentArea .patchnote .detail .mainBox .anoTxt li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
.contentArea .patchnote .detail .mainBox .anoTxt li:last-of-type {
  margin-bottom: 0;
}
.contentArea .patchnote .detail .mainBox .anoTxt li:lang(en) {
  padding-left: 0.5em;
  text-indent: -0.6em;
}
.contentArea .patchnote .detail .mainBox .txtLine {
  text-decoration: underline;
}
.contentArea .patchnote .detail .mainBox .read {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .read {
    padding: 30px 40px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox .read {
    padding: 2vw 3vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .patchnote .detail .mainBox .read {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .read {
    padding: 6vw 4vw;
  }
}
.contentArea .patchnote .detail .mainBox .read .dateBox {
  text-align: right;
  border-bottom: 1px solid #000;
  padding-bottom: 1.2em;
  margin-bottom: 1.8em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .read .dateBox {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox .read .dateBox {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .read .dateBox {
    font-size: 3.2vw;
  }
}
.contentArea .patchnote .detail .mainBox .read .dateBox .date {
  color: #e60012;
}
.contentArea .patchnote .detail .mainBox .read .dateBox .note {
  color: #6a6a6a;
}
.contentArea .patchnote .detail .mainBox .read .dateBox .note li {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea .patchnote .detail .mainBox .read .tocBox {
  margin-top: 2em;
}
.contentArea .patchnote .detail .mainBox .read .tocBox div {
  background: #e6faee;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .read .tocBox div {
    padding: 30px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox .read .tocBox div {
    padding: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .read .tocBox div {
    padding: 2vw;
  }
}
.contentArea .patchnote .detail .mainBox .read .tocBox div ul {
  background: #fff;
  border-radius: 8px;
}
.contentArea .patchnote .detail .mainBox .read .tocBox div ul li {
  border-bottom: 1px solid #e6faee;
}
.contentArea .patchnote .detail .mainBox .read .tocBox div ul li a {
  display: block;
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat left 1.5em center/0.8em;
  padding: 0.8em 2em 0.8em 3.2em;
  text-decoration: none;
}
.contentArea .patchnote .detail .mainBox .dataCapacityBox {
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .dataCapacityBox.readOut {
    padding: 0 60px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox .dataCapacityBox.readOut {
    padding: 0 3vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .dataCapacityBox.readOut {
    padding: 0 4vw;
  }
}
.contentArea .patchnote .detail .mainBox .dataCapacityBox table {
  width: 100%;
  margin-bottom: 1.5em;
}
.contentArea .patchnote .detail .mainBox .dataCapacityBox table tr {
  border-top: 1px solid #a5a5a5;
}
.contentArea .patchnote .detail .mainBox .dataCapacityBox table tr:last-of-type {
  border-bottom: 1px solid #a5a5a5;
}
.contentArea .patchnote .detail .mainBox .dataCapacityBox table tr th,
.contentArea .patchnote .detail .mainBox .dataCapacityBox table tr td {
  vertical-align: top;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox .dataCapacityBox table tr th {
    width: 14em;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox .dataCapacityBox table tr th {
    width: 8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .patchnote .detail .mainBox .dataCapacityBox table tr th {
    width: 12em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox .dataCapacityBox table tr th {
    width: 12em;
  }
}
.contentArea .patchnote .detail .mainBox .dataCapacityBox table tr td {
  display: inline-block;
  color: #cd0000;
  text-indent: -2em;
  padding-left: 2.5em;
}
.contentArea .patchnote .detail .mainBox .dataCapacityBox table tr td:before {
  color: #000;
  content: "：";
  margin-right: 1.5em;
}
.contentArea .patchnote .detail .mainBox section h3 {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#0730a7), to(#049ec9));
  background: linear-gradient(90deg, #0730a7 0%, #049ec9 100%);
  padding: 3px 0;
  margin-bottom: 2em;
}
.contentArea .patchnote .detail .mainBox section h3 span {
  color: #fff;
  display: block;
  font-weight: 700;
  border-top: 1px solid #5ab3d0;
  border-bottom: 1px solid #5ab3d0;
  padding: 0.6em 1em 0.8em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section h3 span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox section h3 span {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox section h3 span {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section .in {
    padding: 0 60px 40px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox section .in {
    padding: 0 3vw 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .contentArea .patchnote .detail .mainBox section .in {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox section .in {
    padding: 0 4vw 6vw;
  }
}
.contentArea .patchnote .detail .mainBox section .in .detailList > li {
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
}
.contentArea .patchnote .detail .mainBox section .in .detailList > li.emphasis {
  background: #ffe4e4;
  padding: 1em;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section .in .detailList > li.emphasis {
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox section .in .detailList > li.emphasis {
    font-size: 1.1vw;
  }
}
.contentArea .patchnote .detail .mainBox section .in .detailList > li.emphasis h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.contentArea .patchnote .detail .mainBox section .in .detailList > li h6 {
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 1em;
}
.contentArea .patchnote .detail .mainBox section .in .detailList > li h6:not(:lang(ja)) {
  padding-left: 0.5em;
  text-indent: -0.8em;
  margin-left: 0.3em;
}
.contentArea .patchnote .detail .mainBox section .in .detailList > li .listIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5em 0;
  padding-left: 1em;
  margin-bottom: 1.4em;
}
.contentArea .patchnote .detail .mainBox section .in .detailList > li .listIn:lang(en) {
  padding-left: 0.2em;
}
.contentArea .patchnote .detail .mainBox section .in .detailList > li .listIn li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.contentArea .patchnote .detail .mainBox section .in .detailList > li .listIn li:lang(en) {
  padding-left: 1em;
  text-indent: -1em;
}
.contentArea .patchnote .detail .mainBox section .in .detailList > li .anoTxt {
  padding-left: 1em;
}
.contentArea .patchnote .detail .mainBox section .in .slideBox {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section .in .slideBox {
    max-height: 480px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox section .in .slideBox {
    max-height: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox section .in .slideBox {
    height: 66vw;
  }
}
.contentArea .patchnote .detail .mainBox section .in .slideBox .slider-for {
  border: 1px solid #000;
  margin-bottom: 1.6em;
}
.contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav {
  width: 90%;
  margin: 0 auto;
}
.contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .thumbnail {
  cursor: pointer;
  border: none;
  margin: 0 5px;
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .thumbnail {
    margin: 0 0.4vw;
  }
}
.contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .thumbnail.slick-current img {
  display: block;
  outline: solid 3px #b3df91;
  outline-offset: -3px;
}
.contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .slick-prev,
.contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .slick-next {
  aspect-ratio: 53/78;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .slick-prev,
  .contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .slick-next {
    width: 20px;
  }
}
.contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .slick-prev:before,
.contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .slick-next:before {
  display: none;
}
.contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .slick-prev {
  background-image: url(../img/shared/icon_arrow_left.png);
}
.contentArea .patchnote .detail .mainBox section .in .slideBox .slider-nav .slick-next {
  background-image: url(../img/shared/icon_arrow_right.png);
}
.contentArea .patchnote .detail .mainBox section .in .thanksBox {
  width: 100%;
  margin-bottom: 1.5em;
}
.contentArea .patchnote .detail .mainBox section .in .thanksBox tr {
  border-top: 1px solid #a5a5a5;
}
.contentArea .patchnote .detail .mainBox section .in .thanksBox tr:last-of-type {
  border-bottom: 1px solid #a5a5a5;
}
.contentArea .patchnote .detail .mainBox section .in .thanksBox tr th,
.contentArea .patchnote .detail .mainBox section .in .thanksBox tr td {
  padding: 1em 0.5em;
}
.contentArea .patchnote .detail .mainBox section .in .thanksBox tr th {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section .in .thanksBox tr th {
    width: 130px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox section .in .thanksBox tr th {
    width: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox section .in .thanksBox tr th {
    width: 26vw;
  }
}
.contentArea .patchnote .detail .mainBox section .in .thanksBox tr td dl dt {
  font-weight: 700;
}
.contentArea .patchnote .detail .mainBox section .in .flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section .in .flow {
    gap: 30px 0;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox section .in .flow {
    gap: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox section .in .flow {
    gap: 4vw 0;
  }
}
.contentArea .patchnote .detail .mainBox section .in .flow > li {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section .in .flow > li {
    padding: 30px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox section .in .flow > li {
    padding: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox section .in .flow > li {
    padding: 4.2vw 4vw 4vw;
  }
}
.contentArea .patchnote .detail .mainBox section .in .flow > li:before {
  color: #ffd900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background: #8a5003;
  width: 2em;
  height: 2em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section .in .flow > li:before {
    top: 28px;
    left: 30px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox section .in .flow > li:before {
    top: 2vw;
    left: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox section .in .flow > li:before {
    top: 4vw;
    left: 4vw;
  }
}
.contentArea .patchnote .detail .mainBox section .in .flow > li:nth-of-type(1):before {
  content: "1";
}
.contentArea .patchnote .detail .mainBox section .in .flow > li:nth-of-type(2):before {
  content: "2";
}
.contentArea .patchnote .detail .mainBox section .in .flow > li p,
.contentArea .patchnote .detail .mainBox section .in .flow > li .anoTxt {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section .in .flow > li p,
  .contentArea .patchnote .detail .mainBox section .in .flow > li .anoTxt {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .mainBox section .in .flow > li p,
  .contentArea .patchnote .detail .mainBox section .in .flow > li .anoTxt {
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox section .in .flow > li p,
  .contentArea .patchnote .detail .mainBox section .in .flow > li .anoTxt {
    margin-left: 9vw;
  }
}
.contentArea .patchnote .detail .mainBox section .in .flow > li figure {
  overflow: hidden;
  margin-top: 1em;
}
.contentArea .patchnote .detail .mainBox section .lastTxt {
  text-align: center;
  margin-top: 2em;
}
.contentArea .patchnote .detail .mainBox section .btnBox a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 2;
  border-radius: 8px;
  border: 1px solid #b3df91;
  background: #8b3327 url(../img/shared/bg_arrow_orange.svg) no-repeat right 2.5em center/0.7em;
  margin: 2em auto 0;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .mainBox section .btnBox a {
    width: 500px;
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .mainBox section .btnBox a {
    text-align: center;
    width: 90%;
    height: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox {
    width: min(25%, 280px);
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .sideBox {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .sideBox {
    width: 80%;
    margin: 0 auto;
  }
}
.contentArea .patchnote .detail .sideBox .in {
  border-radius: 10px;
  background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9) 12px, rgba(0, 0, 0, 0.85) 12px, rgba(0, 0, 0, 0.85) 18px);
  padding: 1em;
  margin-bottom: 2em;
}
.contentArea .patchnote .detail .sideBox .in h5 {
  color: #fff;
  text-align: center;
  font-weight: 900;
  border-bottom: solid 1px #cecece;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .in h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .sideBox .in h5 {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .sideBox .in h5 {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .in h5:not(:lang(ja)) {
    font-size: 16px;
  }
}
.contentArea .patchnote .detail .sideBox .in > ul > li {
  position: relative;
  border-bottom: solid 1px #cecece;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .in > ul > li.new:before {
    top: 6px;
    right: 0;
    width: 60px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .sideBox .in > ul > li.new:before {
    top: -0.4vw;
    right: 0.4vw;
    width: 3vw;
  }
}
.contentArea .patchnote .detail .sideBox .in > ul > li figure {
  border: 1px solid #a5a5a5;
  margin-bottom: 0.5em;
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl {
  font-weight: 700;
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dt {
  color: #cecece;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .in > ul > li dl dt {
    font-size: 12px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .sideBox .in > ul > li dl dt {
    font-size: 0.8vw;
  }
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dt span {
  display: inline-block;
  color: #d00;
  margin-left: 0.5em;
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dd {
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .in > ul > li dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .sideBox .in > ul > li dl dd {
    font-size: 1vw;
  }
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dd p {
  display: none;
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 0.5em;
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dd ul li {
  color: #fff;
  -webkit-text-fill-color: white;
  border: none;
  border-radius: 4px;
  padding: 0.2em 0.6em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .in > ul > li dl dd ul li {
    font-size: 10px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .sideBox .in > ul > li dl dd ul li {
    font-size: 0.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .sideBox .in > ul > li dl dd ul li {
    font-size: 3.2vw;
  }
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dd ul li.switch {
  background: #d00;
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dd ul li.ps5 {
  background: #005be2;
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dd ul li.ps4 {
  background: #0091e2;
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dd ul li.xbox {
  background: #107c10;
}
.contentArea .patchnote .detail .sideBox .in > ul > li dl dd ul li.steam {
  background: #3d3d3d;
}
.contentArea .patchnote .detail .sideBox .topicsBug {
  color: #fff;
  font-weight: 700;
  text-align: left;
  border-radius: 10px;
  border: solid 2px #fff;
  background: #e8303e;
  padding: 1em 1.5em;
}
.contentArea .patchnote .detail .sideBox .topicsBug ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1em 0;
}
.contentArea .patchnote .detail .sideBox .topicsBug ul li dl dd {
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat top 0.4em left/0.8em;
  padding-left: 1.4em;
}
.contentArea .patchnote .detail .sideBox .topicsBug ul li dl dd a {
  color: #fff;
  text-decoration: underline;
}
.contentArea .patchnote .detail .sideBox .updateSchedule {
  line-height: 1.4;
  border-radius: 10px;
  border: 2px solid #000;
  background: #ffde00 url(../img/shared/bg_arrow_yellow.svg) no-repeat center left 0.5em/0.8em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .updateSchedule {
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .sideBox .updateSchedule {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .sideBox .updateSchedule {
    font-size: 4vw;
  }
}
.contentArea .patchnote .detail .sideBox .updateSchedule a {
  display: block;
  color: #000;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .updateSchedule a {
    padding: 0.5em 0.5em 0.5em 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .sideBox .updateSchedule a {
    padding: 1em 0.5em 1em 2.4em;
  }
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .updateSchedule.new:before {
    width: 60px;
  }
}
@media screen and (min-width: 1921px) {
  .contentArea .patchnote .detail .sideBox .updateSchedule.new:before {
    width: 3vw;
  }
}
.contentArea .patchnote .detail .sideBox .btn {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  color: #006836;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#7cff85), to(#eaff00));
  background: linear-gradient(90deg, #7cff85 0%, #eaff00 100%);
  padding: 1.2em 0;
  margin: 2em auto 0;
}
.contentArea .patchnote .detail .sideBox .btn:hover {
  color: #fff;
  background: linear-gradient(60deg, #ffc000, #ff3f3a);
}
.contentArea .patchnote .detail .sideBox .btn:before {
  display: block;
  content: "";
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat 0 0/100%;
  width: 1em;
  height: 1.2em;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1em 0;
  margin-top: 4em;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li {
  border-radius: 16px;
  background: #000;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li.switchBtn a {
  border: 4px solid #d00;
  background: #fff url(../img/shared/bg_btn-patchnote_01.png) no-repeat center center/cover;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li.switchBtn a p {
  color: #d00;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li.otherBtn a {
  border: 4px solid #335481;
  background: #fff url(../img/shared/bg_btn-patchnote_02.png) no-repeat center center/cover;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li.otherBtn a p {
  color: #335481;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a {
  display: block;
  border-radius: 16px;
  padding: 0.5em 1em 0.8em;
  opacity: 0.4;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a.current, .contentArea .patchnote .detail .sideBox .updateBtnSide > li a:hover {
  opacity: 1;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a p {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .updateBtnSide > li a p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .sideBox .updateBtnSide > li a p {
    font-size: 3.8vw;
  }
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a p:before {
  display: block;
  content: "";
  background: url(../img/shared/bg_arrow_yellow.svg) no-repeat center center/100%;
  width: 0.7em;
  aspect-ratio: 18/21;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a .cat li {
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 0.1em 0.5em 0.2em;
}
@media screen and (min-width: 768px) {
  .contentArea .patchnote .detail .sideBox .updateBtnSide > li a .cat li {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contentArea .patchnote .detail .sideBox .updateBtnSide > li a .cat li {
    font-size: 2.4vw;
  }
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a .cat li.switch {
  background: #d00;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a .cat li.ps5 {
  background: #005be2;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a .cat li.ps4 {
  background: #0091e2;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a .cat li.xbox {
  background: #107c10;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a .cat li.steam {
  background: #3d3d3d;
}
.contentArea .patchnote .detail .sideBox .updateBtnSide > li a .cat.switch li {
  width: 52%;
}