body {
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3",
    "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", "Meiryo", "Osaka",
    "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS P Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  min-width: 1100px;
  color: #333;
}

h1,
h2,
h3,
h4,
ul,
dl,
dd,
p,
th,
figure {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
}

#btn_page_top {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 20px;
  width: 84px;
  height: 44px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: 0 -140px;
}

/*20200401*/

#top {
  overflow: hidden;
  padding: 0;
  background-image: none;
}

#top h1.title {
  position: absolute;
  z-index: 3;
  top: 45px;
  right: 0;
  margin: 0;
}

#preload_container {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

#preload_container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preload-enter-active,
.preload-leave-active {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.preload-enter,
.preload-leave-to {
  opacity: 0;
}

#news_area {
  position: fixed;
  z-index: 100;
  top: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 100px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

#news_area.anm {
  top: -32px;
  -webkit-transition: top 1.1s ease;
  transition: top 1.1s ease;
}

#news_area.anm.shown {
  top: 45px;
}

#news_area a {
  color: #fff;
}

#news_area::before {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 61px;
  height: 14px;
  content: "";
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -98px -162px;
}

#news_area .btn_more.off,
#news_area .btn_more.on {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#news_area .btn_more.off {
  width: 102px;
  height: 12px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -386px -72px;
}

#news_area .btn_more.on {
  width: 61px;
  height: 12px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -496px -72px;
}

#news_area #news_list:not(.open) li:not(:first-child) {
  display: none;
  -webkit-animation: show-data-v-6aac51ce 0.2s ease;
  animation: show-data-v-6aac51ce 0.2s ease;
  opacity: 0;
}

#news_area #news_list.open li:not(:first-child) {
  display: block;
  -webkit-animation: show-data-v-6aac51ce 0.2s ease;
  animation: show-data-v-6aac51ce 0.2s ease;
  opacity: 1;
}

#news_area #news_list li {
  font-size: 12px;
  color: #d0d0d0;
}

#news_area #news_list li a {
  text-decoration: underline;
  color: #d0d0d0;
}

#news_area #news_list li a:hover {
  color: #fff;
}

#news_area #news_list li a .date {
  margin-right: 10px;
  text-decoration: none;
}

#news_area #news_list li .date {
  font-family: arial;
  margin-right: 10px;
}

@-webkit-keyframes show-data-v-6aac51ce {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show-data-v-6aac51ce {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#movie_area {
  position: relative;
  height: 100vh;
  min-height: 900px;
}

#movie_area::after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url("../images/pc/common/movie_cover.png") repeat center top;
  background-size: 2px 2px;
}

#movie_area #top_video {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#movie_area .top_parts {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#movie_area .top_parts.anm {
  opacity: 0;
}

#movie_area .top_parts.anm.shown {
  -webkit-transition: opacity 0.3s ease 1.1s;
  transition: opacity 0.3s ease 1.1s;
  opacity: 1;
}

#movie_area .top_parts .about_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  min-height: 417px;
  margin: 118px auto 0;
  padding: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

#movie_area .top_parts .about_box .txt_lead {
  text-align: left;
}

#movie_area .top_parts .about_box .list_bnr {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 660px;
  margin: 30px auto 0;
}

#movie_area .top_parts .about_box .list_bnr a {
  display: block;
  margin-bottom: 10px;
}

#movie_area .top_parts .about_box .list_bnr a:hover {
  opacity: 0.8;
}

#movie_area .top_parts .about_box .list_bnr .caption {
  font-style: italic;
  line-height: 1.3;
}

#movie_area .movie_list {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
}

#movie_area .movie_list.anm {
  right: -220px;
  -webkit-transition: right 0.7s ease;
  transition: right 0.7s ease;
}

#movie_area .movie_list.anm.shown {
  right: 20px;
}

#movie_area .movie_list li {
  font-size: 0;
  cursor: pointer;
}

#movie_area .movie_list li figure {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 180px;
  border: 2px solid #a81900;
}

#movie_area .movie_list li figure::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

#movie_area .movie_list li figure::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/common/sprites/pc_parts.png");
  background-repeat: no-repeat;
  background-position: -94px -18px;
  background-size: 393px 136px;
}

#movie_area .movie_list li figure:hover::before {
  background: transparent;
}

#movie_area .movie_list li figure img {
  position: relative;
  width: 100%;
}

#game_info {
  padding: 100px 0;
  background: url(../images/pc/common/bg_main.png) no-repeat center;
  background-size: cover;
}

#game_info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

#game_info h2 {
  font-size: 0;
  margin-bottom: 20px;
}

#game_info .spec {
  width: 480px;
  margin: 0 auto;
}

#game_info .spec .spec_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#game_info .spec .spec_list dt {
  font-size: 15px;
  font-weight: bold;
  width: 35%;
  height: 30px;
}

#game_info .spec .spec_list dd {
  font-size: 14px;
  width: 65%;
  height: 30px;
}

#game_info .spec .spec_list dd .arc {
  margin: 10px 0 0 12px;
}

#game_info .twitter {
  width: 480px;
}

#game_info .twitter .twitter_widget {
  width: 455px;
}

#game_info .scroll_wrap {
  overflow-y: auto;
  height: 222px;
}

#game_info .scroll_wrap::-webkit-scrollbar {
  width: 10px;
}

#game_info .scroll_wrap::-webkit-scrollbar-track {
  border: none;
  border-radius: 10px;
  background: #cda7a0;
  -webkit-box-shadow: inset 0 0 2px #a81900;
  box-shadow: inset 0 0 2px #a81900;
}

#game_info .scroll_wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a81900;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#game_info .spec_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 760px;
  margin: 0 auto;
}

#game_info .spec_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#game_info .spec_detail dl:nth-of-type(1) {
  width: 225px;
}

#game_info .spec_detail dl:nth-of-type(1) dt {
  font-size: 15px;
  font-weight: bold;
  width: 127px;
  height: 30px;
}

#game_info .spec_detail dl:nth-of-type(1) dd {
  font-size: 14px;
  width: 98px;
  height: 30px;
}

#game_info .spec_detail dl:nth-of-type(2) {
  width: 350px;
}

#game_info .spec_detail dl:nth-of-type(2) dt {
  font-size: 15px;
  font-weight: bold;
  width: 124px;
  height: 30px;
}

#game_info .spec_detail dl:nth-of-type(2) dd {
  font-size: 14px;
  width: 226px;
  height: 30px;
}

#game_info .spec_detail dl:nth-of-type(2) dd .arc {
  margin-top: 10px;
}

.about_wrap {
  width: 1000px;
  margin: 0 auto;
}

.about_wrap .subtitle {
  -webkit-transition: opacity 0.5s ease 2s;
  transition: opacity 0.5s ease 2s;
  text-align: left;
  opacity: 0;
}

.about_wrap .subtitle.anm {
  opacity: 1;
}

.about_wrap .txt_desc1 {
  margin-left: 17px;
  -webkit-transition: opacity 0.5s ease 2.2s;
  transition: opacity 0.5s ease 2.2s;
  text-align: left;
  opacity: 0;
}

.about_wrap .txt_desc1.anm {
  opacity: 1;
}

.about_wrap .txt_desc2 {
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.5s ease 2.8s;
  transition: opacity 0.5s ease 2.8s;
  opacity: 0;
}

.about_wrap .txt_desc2.anm {
  opacity: 1;
}

.about_wrap ul {
  position: relative;
  margin-bottom: 226px;
}

.about_wrap ul li {
  position: absolute;
}

.about_wrap ul li:nth-of-type(1) {
  top: 68px;
  left: 5px;
  -webkit-transition: all 0.7s ease 2.45s;
  transition: all 0.7s ease 2.45s;
  opacity: 0;
}

.about_wrap ul li:nth-of-type(1).anm {
  left: 25px;
  opacity: 1;
}

.about_wrap ul li:nth-of-type(2) {
  top: -22px;
  right: 6px;
  -webkit-transition: all 0.7s ease 2.4s;
  transition: all 0.7s ease 2.4s;
  opacity: 0;
}

.about_wrap ul li:nth-of-type(2).anm {
  right: 26px;
  opacity: 1;
}

.bnr_list {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
}

.bnr_list li.anm {
  position: relative;
  left: -265px;
  margin-bottom: 5px;
  opacity: 0;
}

.bnr_list li.anm.shown {
  left: 0;
  opacity: 1;
}

.bnr_list li:nth-child(1).anm {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.bnr_list li:nth-child(2).anm {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.bnr_list li:nth-child(3).anm {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.cmd_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 160px;
}

.cmd_list li {
  margin-right: 8px;
  cursor: pointer;
}

.cmd_list li:hover {
  opacity: 0.8;
}

#movie .movie_list li:nth-child(3n + 2) {
  margin: 0 25px 45px;
}

.movie_list li figure {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: 2px solid #a81900;
}

.movie_list li figure::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.movie_list li figure:hover::before {
  background: transparent;
}

.movie_list li figure img {
  display: block;
  width: 100%;
  cursor: pointer;
}

.movie_list li figcaption {
  margin-top: 10px;
}

.txt_date {
  width: 1110px;
  margin: 60px auto 0;
}

.txt_lead {
  width: 1110px;
  margin: 30px auto 0;
}

.specific {
  width: 1110px;
  margin: 30px auto 0;
}

.specific a {
  text-decoration: underline;
}

.specific dt {
  font-weight: bold;
}

.specific dd:not(:last-child) {
  margin-bottom: 30px;
}

.specific .prefix_num,
.specific .prefix_disc {
  position: relative;
}

.specific .prefix_num::before,
.specific .prefix_disc::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-prefix);
}

.specific .prefix_num {
  padding-left: 30px;
}

.specific .prefix_disc {
  padding-left: 10px;
}

h2[data-v-0933aae3] {
  width: 340px;
  height: 96px;
  margin-left: auto;
}

.txt_date[data-v-0933aae3] {
  width: 1110px;
  margin: 60px auto 0;
}

.txt_lead[data-v-0933aae3] {
  width: 1110px;
  margin: 30px auto 0;
}

.specific[data-v-0933aae3] {
  width: 1110px;
  margin: 30px auto 0;
}

.specific a[data-v-0933aae3] {
  text-decoration: underline;
}

.specific dt[data-v-0933aae3] {
  font-weight: bold;
}

.specific dd[data-v-0933aae3]:not(:last-child) {
  margin-bottom: 30px;
}

.specific .prefix_num[data-v-0933aae3],
.specific .prefix_disc[data-v-0933aae3] {
  position: relative;
}

.specific .prefix_num[data-v-0933aae3]::before,
.specific .prefix_disc[data-v-0933aae3]::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-prefix);
}

.specific .prefix_num[data-v-0933aae3] {
  padding-left: 30px;
}

.specific .prefix_disc[data-v-0933aae3] {
  padding-left: 10px;
}

h2[data-v-12823f4c],
.btn_to_top[data-v-12823f4c] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn_to_top[data-v-12823f4c] {
  display: block;
  -webkit-transform: translate(-50%, calc(-50% + 150px));
  transform: translate(-50%, calc(-50% + 150px));
}

#header {
  position: fixed;
  z-index: 200;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 13px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(67, 0, 0, 0.85)),
    color-stop(30%, rgba(149, 0, 0, 0.85)),
    color-stop(50%, rgba(139, 1, 1, 0.85)),
    color-stop(80%, rgba(139, 1, 1, 0.85)),
    to(rgba(76, 4, 4, 0.85))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(67, 0, 0, 0.85) 0%,
    rgba(149, 0, 0, 0.85) 30%,
    rgba(139, 1, 1, 0.85) 50%,
    rgba(139, 1, 1, 0.85) 80%,
    rgba(76, 4, 4, 0.85) 100%
  );
  background: linear-gradient(
    to right,
    rgba(67, 0, 0, 0.85) 0%,
    rgba(149, 0, 0, 0.85) 30%,
    rgba(139, 1, 1, 0.85) 50%,
    rgba(139, 1, 1, 0.85) 80%,
    rgba(76, 4, 4, 0.85) 100%
  );
}

#header.anm {
  top: -45px;
  -webkit-transition: top 0.7s ease;
  transition: top 0.7s ease;
}

#header.anm.shown {
  top: 0;
}

#header h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*20200401*/
#header h1 a {
  position: absolute;
  top: 10px;
  left: 20px;
  display: block;
  width: 179px;
  height: 96px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: 0 -36px;
}

#header #header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  align-items: top;
  -ms-flex-align: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#header #header_nav ul li {
  position: relative;
  padding: 0 18px;
}

#header #header_nav ul li:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -5px;
  width: 11px;
  height: 21px;
  content: "";
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: 0 -250px;
}

#header #header_nav ul li a,
#header #header_nav ul li span {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

#header #header_nav ul li a.router-link-active,
#header #header_nav ul li span.router-link-active {
  border-bottom: 1px solid #fff;
}

#header #header_nav #home_nav a {
  width: 35px;
  height: 21px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -210px -192px;
}

#header #header_nav #home_nav a:not(.router-link-active):hover {
  width: 35px;
  height: 21px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -167px -192px;
}

#header #header_nav #about_nav a {
  width: 59px;
  height: 18px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -578px -140px;
}

#header #header_nav #about_nav a:not(.router-link-active):hover {
  width: 59px;
  height: 18px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -511px -140px;
}

#header #header_nav #character_nav a {
  width: 101px;
  height: 18px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -285px -83px;
}

#header #header_nav #character_nav a:not(.router-link-active):hover {
  width: 101px;
  height: 18px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -640px -36px;
}

#header #header_nav #system_nav a {
  width: 67px;
  height: 20px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -217px -140px;
}

#header #header_nav #system_nav a:not(.router-link-active):hover {
  width: 67px;
  height: 20px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -142px -140px;
}

#header #header_nav #movie_nav a {
  width: 65px;
  height: 18px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -365px -140px;
}

#header #header_nav #movie_nav a:not(.router-link-active):hover {
  width: 65px;
  height: 18px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -438px -140px;
}

#header #header_nav #product_nav a {
  width: 84px;
  height: 18px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -394px -83px;
}

#header #header_nav #product_nav a:not(.router-link-active):hover {
  width: 84px;
  height: 18px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -486px -83px;
}

#header #header_nav #dlc_nav a {
  width: 42px;
  height: 18px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -695px -140px;
}

#header #header_nav #dlc_nav a:not(.router-link-active):hover {
  width: 42px;
  height: 18px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -645px -140px;
}

#header #header_nav #event_nav a {
  width: 56px;
  height: 17px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -285px -109px;
}

#header #header_nav #event_nav a:not(.router-link-active):hover {
  width: 56px;
  height: 17px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -349px -109px;
}

#header .right_area {
  position: absolute;
  top: 14px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

#header .right_area > li {
  position: relative;
}

#header .right_area > li:not(:last-child) {
  margin-right: 20px;
}

#header .right_area a,
#header .right_area span {
  display: block;
  color: transparent;
}

#header .right_area .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .right_area .soundmark {
  position: relative;
  width: 17px;
  height: 20px;
  cursor: pointer;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -253px -192px;
}

#header .right_area .lang {
  cursor: pointer;
}

#header .right_area .lang_menu {
  width: 43px;
  height: 23px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -116px -192px;
}

#header .right_area .lang ul {
  position: absolute;
  top: 100%;
  left: -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 173px;
}

#header .right_area .lang ul li {
  margin-top: 1px;
  text-align: center;
  background: #640909;
}

#header .right_area .lang ul li a {
  font-size: 14px;
  display: block;
  width: 90px;
  padding: 4.5px 0;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
}

#header .right_area .lang ul li a.active,
#header .right_area .lang ul li a:hover {
  color: #fff;
}

/*20200401END*/

.audioplayer-time,
.audioplayer-bar,
.audioplayer-volume-button {
  display: none;
}

.audioplayer-playpause {
  position: relative;
  width: 17px;
  height: 20px;
  margin: auto;
  cursor: pointer;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -278px -192px;
}

.audioplayer-stopped .audioplayer-playpause {
  width: 17px;
  height: 20px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -278px -192px;
}

.open {
  display: block;
}

.audioplayer-volume {
  position: absolute;
  top: 20px;
  left: -6px;
  display: none;
  width: 30px;
  height: 103px;
}

.audioplayer-volume-adjust {
  position: relative;
  top: 18px;
  left: 0;
  width: 30px;
  height: 68px;
  background-color: rgba(100, 9, 9, 0.8);
}

.audioplayer-volume-adjust > div {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: 5px;
  left: 50%;
  width: 10px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(32.9%, transparent),
    color-stop(33%, rgba(182, 142, 142, 0.8)),
    color-stop(66%, rgba(182, 142, 142, 0.8)),
    color-stop(66.1%, transparent),
    to(transparent)
  );
  background: -webkit-linear-gradient(
    left,
    transparent,
    transparent 32.9%,
    rgba(182, 142, 142, 0.8) 33%,
    rgba(182, 142, 142, 0.8) 66%,
    transparent 66.1%,
    transparent
  );
  background: linear-gradient(
    to right,
    transparent,
    transparent 32.9%,
    rgba(182, 142, 142, 0.8) 33%,
    rgba(182, 142, 142, 0.8) 66%,
    transparent 66.1%,
    transparent
  );
}

#header .right_area .volume_controller .slider_zone .slider_range_cover {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
}

.audioplayer-volume-adjust div > div {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(32.9%, transparent),
    color-stop(33%, #ccc),
    color-stop(66%, #ccc),
    color-stop(66.1%, transparent),
    to(transparent)
  );
  background: -webkit-linear-gradient(
    left,
    transparent,
    transparent 32.9%,
    #ccc 33%,
    #ccc 66%,
    transparent 66.1%,
    transparent
  );
  background: linear-gradient(
    to right,
    transparent,
    transparent 32.9%,
    #ccc 33%,
    #ccc 66%,
    transparent 66.1%,
    transparent
  );
}

.audioplayer-volume-adjust div div::after {
  position: absolute;
  top: -2px;
  left: 50%;
  width: 8px;
  height: 4px;
  content: "";
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

#header .right_area .slider_hundle {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  width: 8px;
  height: 5px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}

/*20190828END*/
#header .right_area .tw a {
  width: 17px;
  height: 14px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -305px -162px;
}

#footer {
  padding: 50px 0 20px;
  text-align: center;
  background: #fff;
}

#footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .sns .tw {
  margin-right: 15px;
}

/*20200401*/

#footer .sns .tw a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -58px -192px;
}

#footer .sns .fb a {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: 0 -192px;
}

#footer .sns a:hover {
  opacity: 0.8;
}

#footer .platform {
  margin: 30px 0 5px;
  text-align: center;
}

#footer .platform .logo {
  width: 127px;
  height: 27px;
  margin: 0 auto 10px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -420px -36px;
}

#footer .platform .copy {
  display: inline-block;
  width: 485px;
  height: 12px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -151px 0;
}

#footer .announce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#footer .announce li {
  line-height: 1;
  position: relative;
  padding: 0 30px;
}

#footer .announce li:not(:last-child) {
  border-right: 1px solid #666;
}

#footer .announce li a {
  font-size: 13px;
}

#footer .announce li a:hover {
  text-decoration: underline;
}

#footer .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 10px;
}

#footer .company .cygames {
  margin-right: 25px;
}

#footer .company .cygames a {
  display: block;
  width: 65px;
  height: 20px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -292px -140px;
}

#footer .company .asw a {
  display: block;
  width: 42px;
  height: 42px;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -92px -140px;
}

/*20200401*/
#footer .company .asw {
  margin-right: 25px;
}

#footer .company .sega a {
  display: block;
  width: 65px;
  height: 20px;
}

#footer .copyright {
  font-size: 12px;
  color: #808080;
}

#networkError[data-v-4da89812] {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
}

#networkError .inner[data-v-4da89812] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#networkError .inner .btn_reload {
  display: block;
  margin-top: 40px;
}

.wrapper {
  position: relative;
  min-height: 700px;
  padding: 45px 0 100px;
  background: url("../images/pc/common/bg_main.png") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

.wrapper::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 302px;
  height: 125px;
  content: "";
  background: url("../images/pc/common/bg_deco_w.png") no-repeat center;
  background-size: contain;
}

.wrapper.bg_change::after {
  background: url("../images/pc/common/bg_deco_b.png") no-repeat center;
  background-size: contain;
}

#loading {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}

a {
  outline: none;
}

a img {
  outline: none;
}

#game_info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

#game_info h2 {
  font-size: 0;
  margin-bottom: 20px;
}

#game_info .spec_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 845px;
  margin: 0 auto;
}

#game_info .spec_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#game_info .spec_detail dl:nth-of-type(1) {
  width: 502px;
}

#game_info .spec_detail dl:nth-of-type(2) {
  width: 438px;
}

#game_info .spec_detail dl dt,
#game_info .spec_detail dl dd {
  height: 30px;
}

#game_info .spec_detail dl:nth-of-type(1) dt {
  font-size: 15px;
  font-weight: bold;
  width: 127px;
}

#game_info .spec_detail dl:nth-of-type(2) dt {
  font-size: 15px;
  font-weight: bold;
  width: 127px;
}

#game_info .spec_detail dl:nth-of-type(1) dd {
  font-size: 14px;
  width: 275px;
  margin-bottom: 5px;
}

#game_info .spec_detail dl:nth-of-type(2) dd {
  font-size: 14px;
  width: 227px;
}

#footer .txt_attention {
  font-size: 13px;
  margin-bottom: 30px;
}

/*characters*/

#characters {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2 {
  position: relative;
  z-index: 1;
  width: 302px;
  height: 125px;
  margin-left: auto;
}

.char_list_wrap {
  overflow: hidden;
}

.char_list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 5px;
}

.char_list li {
  position: relative;
  z-index: 1;
  top: 0;
  display: block;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    -webkit-filter 0.3s ease;
  transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease,
    -webkit-filter 0.3s ease;
  transition: filter 0.3s ease, top 0.5s ease, opacity 0.5s ease,
    visibility 0.5s ease;
  transition: filter 0.3s ease, top 0.5s ease, opacity 0.5s ease,
    visibility 0.5s ease, -webkit-filter 0.3s ease;
}

.char_list li.dark {
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
}

.char_list li .char_box {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 328px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #fff;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 #225896;
  box-shadow: 5px 5px 0 #225896;
}

.char_list li .char_box .char_image {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 279px;
  height: 328px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.char_list li .char_box .char_image.dlc::after {
  position: absolute;
  top: 0;
  left: 27px;
  width: 279px;
  height: 328px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../assets/images/pc/common/characters/icon_dlc.png")
    no-repeat left top;
}

.char_list li .char_box .char_image.dlc2::after {
  position: absolute;
  top: 0;
  left: 27px;
  width: 279px;
  height: 328px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../assets/images/pc/common/characters/icon_dlc2.png")
    no-repeat left top;
}

.char_list li .char_box .char_name {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.char_list li:hover .char_box {
  padding: 0 30px;
}

.char_list li:hover .char_box .char_image.dlc2::after {
  left: 0;
}

.char_list li .char_box .char_image.dlc::after {
  position: absolute;
  top: 0;
  left: 27px;
  width: 279px;
  height: 328px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../images/pc/common/characters/icon_dlc.png") no-repeat left
    top;
}

.char_list li .char_box .char_image.dlc2::after {
  position: absolute;
  top: 0;
  left: 27px;
  width: 279px;
  height: 328px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../images/pc/common/characters/icon_dlc2.png") no-repeat left
    top;
}

.char_list.first {
  margin-top: 55px;
  -webkit-transform: skew(-7deg);
  transform: skew(-7deg);
}

.char_list.first .char_box .char_image,
.char_list.first .char_box .char_name {
  -webkit-transform: skew(7deg) translateX(-50%);
  transform: skew(7deg) translateX(-50%);
}

.char_list.second {
  margin-top: 30px;
  -webkit-transform: skew(7deg);
  transform: skew(7deg);
}

.char_list.second .char_box .char_image,
.char_list.second .char_box .char_name {
  -webkit-transform: skew(-7deg) translateX(-50%);
  transform: skew(-7deg) translateX(-50%);
}

.char_list.third {
  margin-top: 30px;
  -webkit-transform: skew(-7deg);
  transform: skew(-7deg);
}

.char_list.third .char_box {
  -webkit-box-shadow: 5px 5px 0 #960000;
  box-shadow: 5px 5px 0 #960000;
}

.char_list.third .char_box .char_image,
.char_list.third .char_box .char_name {
  -webkit-transform: skew(7deg) translateX(-50%);
  transform: skew(7deg) translateX(-50%);
}

.char_list.third [class^="thumb_dlc"] {
  margin: 0 -20px;
  -webkit-transform: skew(7deg);
  transform: skew(7deg);
  pointer-events: none;
}

.char_list.drop li {
  top: 30px;
  display: none;
  visibility: hidden;
}

/*20200401*/

.char_detail {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -9999px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  height: 868px;
  padding-top: 70px;
  -webkit-transition: opacity 1s ease 0.6s;
  transition: opacity 1s ease 0.6s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.char_detail.shown {
  left: 50%;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  opacity: 1;
}

.char_detail > div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -9999px;
  width: 1100px;
  height: 100%;
}

.char_detail > div.chozen {
  left: 0;
}

.char_detail > div.chozen .img_name,
.char_detail > div.chozen .img_catch,
.char_detail > div.chozen .txt_desc,
.char_detail > div.chozen .cmd_list {
  opacity: 1;
}

.char_detail > div .img_name,
.char_detail > div .img_catch,
.char_detail > div .txt_desc,
.char_detail > div .cmd_list {
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
  opacity: 0;
}

.char_detail > div .img_name {
  position: relative;
  margin: 180px 0 30px 150px;
}

.char_detail > div .img_catch {
  position: relative;
  margin-left: 150px;
}

.char_detail > div .txt_desc {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 620px;
  margin: 50px 0 0 130px;
  padding: 30px 15px 30px 30px;
  word-wrap: break-word;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0)),
    color-stop(3%, rgba(0, 0, 0, 0.5)),
    color-stop(4%, rgba(0, 0, 0, 0.6)),
    color-stop(50%, rgba(0, 0, 0, 0.6)),
    color-stop(96%, rgba(0, 0, 0, 0.6)),
    color-stop(97%, rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 3%,
    rgba(0, 0, 0, 0.6) 4%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.6) 96%,
    rgba(0, 0, 0, 0.5) 97%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 3%,
    rgba(0, 0, 0, 0.6) 4%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.6) 96%,
    rgba(0, 0, 0, 0.5) 97%,
    rgba(0, 0, 0, 0) 100%
  );
  text-shadow: 2px 2px 3px #191919;
  overflow-wrap: break-word;
}

.char_detail > div .cmd_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 160px;
}

.char_detail > div .cmd_list li {
  margin-right: 8px;
  cursor: pointer;
}

.char_detail > div .cmd_list li:hover {
  opacity: 0.8;
}

.char_detail > div .img_character {
  position: absolute;
  top: 0;
  right: -50px;
}

.char_detail > div .prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 30px;
  height: 49px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.char_detail > div .prev:hover .char_icon {
  opacity: 1;
}

.char_detail > div .prev .char_icon {
  position: absolute;
  top: 50%;
  right: -300%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.char_detail > div .next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: 30px;
  height: 49px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.char_detail > div .next:hover .char_icon {
  opacity: 1;
}

.char_detail > div .next .char_icon {
  position: absolute;
  top: 50%;
  left: -300%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.char_command {
  position: relative;
  display: none;
  width: 1100px;
  margin: 0 auto;
  -webkit-animation: show-data-v-9be0ee54 0.6s ease;
  animation: show-data-v-9be0ee54 0.6s ease;
  text-align: center;
}

.char_command.shown {
  display: block;
}

.char_command > ul {
  display: none;
  text-align: left;
}

.char_command > ul.chozen {
  display: block;
}

.char_command > ul li {
  font-size: 0;
  display: inline-block;
  width: 350px;
  margin-bottom: 25px;
  cursor: pointer;
}

.char_command > ul li:not(:nth-child(3n)) {
  margin-right: 25px;
}

.char_command > ul li:hover {
  opacity: 0.8;
}

.char_command .btn_back {
  display: inline-block;
  margin-top: 25px;
}

@-webkit-keyframes show-data-v-9be0ee54 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show-data-v-9be0ee54 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*20210514*/
.videos_wrap {
  position: absolute;
  z-index: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 1413px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.videos_wrap.shown {
  opacity: 1;
}

.videos_wrap.adjustHeight {
  height: 835px;
}

.char_list_wrap.adjustHeight {
  height: 835px;
}

.videos_wrap .video_wrap {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.videos_wrap .video_wrap.chozen {
  opacity: 1;
}

.videos_wrap .video_wrap.chozen video.resized {
  opacity: 1;
}

.videos_wrap .video_wrap video {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
}

.adjustHeight .video_wrap video {
  position: absolute;
}

.videos_wrap .videos_overlay {
  position: fixed;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  background: url("../images/pc/common/movie_cover.png") repeat center top;
  background-color: transparent;
  background-size: 2px 2px;
}

.adjustHeight .videos_overlay {
  position: absolute;
}
.char_detail > div .time_release {
  position: relative;
  z-index: 1;
  margin: 10px 0 0 130px;
}

footer {
  position: relative;
}
/*20210514*/

/*system*/
h3 {
  margin: 50px 0 0 190px;
}

.main_section {
  width: 1100px;
  margin: 35px auto 0;
}

.main_section .to_index {
  position: relative;
  top: -50px;
}

.main_section h3 {
  margin: 0 0 25px 0;
}

.main_section .main_contents {
  padding: 30px 80px;
  background: rgba(255, 255, 255, 0.8);
}

.main_section .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 640px;
  margin: 0 auto;
}

.main_section .nav_list li {
  font-size: 0;
}

.main_section .nav_list li a {
  display: block;
}

.main_section .nav_list li a:hover {
  opacity: 0.8;
}

.main_section #battle_system {
  margin-top: 45px;
}

.main_section #battle_system h4 {
  font-size: 0;
  margin-bottom: 30px;
}

.main_section #battle_system .battle_rule,
.main_section #battle_system .battle_operation {
  margin-top: 20px;
}

.main_section #battle_system .battle_rule .detail,
.main_section #battle_system .battle_operation .detail {
  width: 900px;
  margin: 30px auto 0;
}

.main_section #battle_system .battle_rule .detail dt,
.main_section #battle_system .battle_rule .detail dd,
.main_section #battle_system .battle_operation .detail dt,
.main_section #battle_system .battle_operation .detail dd {
  font-size: 0;
}

.main_section #battle_system .battle_rule .detail dt,
.main_section #battle_system .battle_operation .detail dt {
  margin-bottom: 10px;
}

.main_section #battle_system .battle_rule .detail dt:not(:first-child),
.main_section #battle_system .battle_operation .detail dt:not(:first-child) {
  margin-top: 50px;
}

.main_section #battle_system .battle_rule .detail dd,
.main_section #battle_system .battle_operation .detail dd {
  margin-bottom: 20px;
}

.main_section #battle_system .battle_operation {
  margin-top: 60px;
}

.main_section #game_mode {
  margin-top: 60px;
}

.main_section #game_mode h4 {
  font-size: 0;
  margin-bottom: 20px;
}

.main_section #game_mode .inner {
  width: 900px;
  margin: 0 auto;
}

.main_section #game_mode p {
  font-size: 18px;
}

.main_section #game_mode ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.main_section #game_mode ul li {
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 440px;
  margin-top: 20px;
  border: 1px solid #6e0202;
  background: #333;
}

.main_section #game_mode ul li .caption {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
}

.main_section .to_rpgmode {
  margin-top: -5px;
  text-align: center;
}

.main_section .to_rpgmode a {
  display: inline-block;
}

.main_section .to_rpgmode a:hover {
  opacity: 0.8;
}

/*20200401*/
#system {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 1164px;
  background: url("../images/pc/common/system/bg_contents.jpg") no-repeat;
  background-size: cover;
}
/*20200401*/

#btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 990px;
  margin: 250px auto 0;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

#btn_wrap a {
  position: relative;
  z-index: 1;
}

#btn_wrap a:nth-of-type(1) {
  margin-right: 20px;
}

#btn_wrap a .nav_box {
  position: relative;
  overflow: hidden;
  width: 470px;
  height: 233px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 4px solid #fff;
  background: #fff;
  -webkit-box-shadow: 6px 6px 0 #960000;
  box-shadow: 6px 6px 0 #960000;
}

#btn_wrap a .nav_box.dark {
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
}

#btn_wrap a .nav_box .nav_image {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: skew(15deg) translateX(-50%);
  transform: skew(15deg) translateX(-50%);
}

#btn_wrap a:hover .nav_box {
  padding: 0 30px;
}

.main_section {
  width: 1100px;
  margin: 35px auto 0;
}

.main_section .to_index {
  position: relative;
  top: -50px;
}

.main_section h3 {
  margin-bottom: 25px;
}

.main_section .main_contents {
  padding: 30px 80px;
  background: rgba(255, 255, 255, 0.8);
}

.child_section {
  width: 940px;
}

.child_section h4 {
  font-size: 0;
  margin-bottom: 20px;
}

.child_section p {
  font-size: 18px;
}

.child_section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto 55px;
}

.child_section ul li {
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 440px;
  margin-top: 20px;
  border: 1px solid #6e0202;
  background: #333;
}

.child_section ul li .caption {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
}

.to_versus {
  text-align: center;
}

.to_versus a {
  display: inline-block;
}

.to_versus a:hover {
  opacity: 0.8;
}

/*system END*/

/*products*/

.section_nav {
  width: 675px;
  margin: 0 auto;
}

.section_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_nav ul li {
  font-size: 0;
  position: relative;
}

.section_nav ul li a {
  display: block;
}

.section_nav ul li .ico_update {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#products .main_contents {
  width: 1100px;
  margin: 45px auto 0;
}

.main_contents #package {
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.8);
}

.main_contents #package h3 {
  font-size: 0;
  margin: 0 auto;
  margin-bottom: 25px;
}

.main_contents #package .product_list {
  width: 1000px;
  margin: 0 auto;
}

.main_contents #package .product_list > li:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid #950000;
}

.main_contents #package .product_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

.main_contents #package .product_area .left_col {
  width: 300px;
  text-align: center;
}

.main_contents #package .product_area .left_col a img {
  display: inline-block;
  width: auto;
  height: auto;
}

.main_contents #package .product_area .left_col .thumb_wrap {
  cursor: pointer;
}

.main_contents #package .product_area .left_col img {
  display: inline-block;
}

.main_contents #package .product_area .left_col .btn_purchase {
  display: block;
  margin-top: 10px;
}

.main_contents #package .product_area .right_col {
  width: 650px;
}

.main_contents #package .product_area .right_col h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #950000;
}

.main_contents #package .product_area .right_col h4 span {
  font-size: 18px;
}

.main_contents #package .product_area .right_col .txt_price {
  font-size: 24px;
  margin-bottom: 20px;
}

.main_contents #package .product_area .right_col .txt_price .icon_bonus {
  margin-left: 10px;
  vertical-align: middle;
}

.main_contents #package .product_area .right_col .txt_price .txt_attention {
  font-size: 14px;
  display: block;
}

.main_contents #package .product_area .right_col .detail_info {
  width: 300px;
  letter-spacing: -1rem;
}

.main_contents #package .product_area .right_col .detail_info dt,
.main_contents #package .product_area .right_col .detail_info dd {
  display: inline-block;
  letter-spacing: normal;
}

.main_contents #package .product_area .right_col .detail_info dt {
  width: 90px;
}

.main_contents #package .product_area .right_col .detail_info dd {
  width: 210px;
}

.main_contents #package .product_area .right_col .privilege_are,
.main_contents #package .product_area .right_col .bundled_area,
.main_contents #package .product_area .right_col .unbundle_area {
  margin-top: 20px;
  padding: 20px;
  background: #e6e6e6;
}

.main_contents #package .product_area .right_col .privilege_are {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

.main_contents #package .product_area .right_col .bundled_area dt,
.main_contents #package .product_area .right_col .unbundle_area dt {
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a62e2e;
}

.main_contents
  #package
  .product_area
  .right_col
  .bundled_area
  dd
  .unbundle_list,
.main_contents
  #package
  .product_area
  .right_col
  .unbundle_area
  dd
  .unbundle_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_contents
  #package
  .product_area
  .right_col
  .bundled_area
  dd
  .unbundle_list
  > li:first-child,
.main_contents
  #package
  .product_area
  .right_col
  .unbundle_area
  dd
  .unbundle_list
  > li:first-child {
  margin-right: 100px;
}

.main_contents
  #package
  .product_area
  .right_col
  .bundled_area
  dd
  .unbundle_list
  > li
  li:not(:last-child),
.main_contents
  #package
  .product_area
  .right_col
  .unbundle_area
  dd
  .unbundle_list
  > li
  li:not(:last-child) {
  margin-bottom: 5px;
}

.main_contents
  #package
  .product_area
  .right_col
  .bundled_area
  dd
  .txt_attention,
.main_contents
  #package
  .product_area
  .right_col
  .unbundle_area
  dd
  .txt_attention {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.main_contents #privilege,
.main_contents #privilege_attention {
  margin-bottom: 50px;
  padding: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}

.main_contents #privilege h3,
.main_contents #privilege_attention h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #950000;
}

.main_contents #privilege .txt_lead,
.main_contents #privilege_attention .txt_lead {
  font-size: 20px;
}

.main_contents #privilege .txt_lead a,
.main_contents #privilege_attention .txt_lead a {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline;
}

.main_contents #privilege .item_list,
.main_contents #privilege_attention .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
  margin: 30px auto 0;
}

.main_contents #privilege .txt_attention,
.main_contents #privilege_attention .txt_attention {
  margin-top: 20px;
}

.main_contents #privilege .attention_list,
.main_contents #privilege_attention .attention_list {
  text-align: left;
}

.v-enter-active,
.v-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.v-enter,
.v-leave-to {
  opacity: 0;
}

.main_contents #download {
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.8);
}

.main_contents #download h3 {
  font-size: 0;
  margin: 0 auto;
  margin-bottom: 25px;
}

.main_contents #download .product_list {
  width: 1000px;
  margin: 0 auto;
}

.main_contents #download .product_list > li:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid #950000;
}

.main_contents #download .product_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

.main_contents #download .product_area .left_col {
  width: 300px;
  text-align: center;
}

.main_contents #download .product_area .left_col img {
  display: inline-block;
}

.main_contents #download .product_area .left_col .btn_purchase {
  display: block;
  margin-top: 10px;
}

.main_contents #download .product_area .right_col {
  width: 650px;
}

.main_contents #download .product_area .right_col h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #950000;
}

.main_contents #download .product_area .right_col h4 span {
  font-size: 18px;
}

.main_contents #download .product_area .right_col .txt_price {
  font-size: 24px;
  margin-bottom: 20px;
}

.main_contents #download .product_area .right_col .txt_price .icon_bonus {
  margin-left: 10px;
  vertical-align: middle;
}

.main_contents #download .product_area .right_col .txt_price .txt_attention {
  font-size: 14px;
  display: block;
}
/*20220304*/
.main_contents #download .product_area .right_col .detail_info {
  letter-spacing: auto;
}

.main_contents #download .product_area .right_col .detail_info dl {
  display: flex;
}

.main_contents #download .product_area .right_col .detail_info dl dt {
  position: relative;
  width: 90px;
}
/*20220304END*/
.main_contents #download .product_area .right_col .privilege_are,
.main_contents #download .product_area .right_col .bundled_area,
.main_contents #download .product_area .right_col .unbundle_area {
  margin-top: 20px;
  padding: 20px;
  background: #e6e6e6;
}

.main_contents #download .product_area .right_col .privilege_are {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

.main_contents #download .product_area .right_col .bundled_area dt,
.main_contents #download .product_area .right_col .unbundle_area dt {
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a62e2e;
}

.main_contents
  #download
  .product_area
  .right_col
  .bundled_area
  dd
  .unbundle_list,
.main_contents
  #download
  .product_area
  .right_col
  .unbundle_area
  dd
  .unbundle_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_contents
  #download
  .product_area
  .right_col
  .bundled_area
  dd
  .unbundle_list
  > li:first-child,
.main_contents
  #download
  .product_area
  .right_col
  .unbundle_area
  dd
  .unbundle_list
  > li:first-child {
  margin-right: 100px;
}

.main_contents
  #download
  .product_area
  .right_col
  .bundled_area
  dd
  .unbundle_list
  > li
  li:not(:last-child),
.main_contents
  #download
  .product_area
  .right_col
  .unbundle_area
  dd
  .unbundle_list
  > li
  li:not(:last-child) {
  margin-bottom: 5px;
}

.main_contents
  #download
  .product_area
  .right_col
  .bundled_area
  dd
  .txt_attention,
.main_contents
  #download
  .product_area
  .right_col
  .unbundle_area
  dd
  .txt_attention {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}

.main_contents #privilege,
.main_contents #privilege_attention {
  margin-bottom: 50px;
  padding: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}

.main_contents #privilege h3,
.main_contents #privilege_attention h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #950000;
}

.main_contents #privilege .txt_lead,
.main_contents #privilege_attention .txt_lead {
  font-size: 20px;
  width: auto;
}

.main_contents #privilege .txt_lead a,
.main_contents #privilege_attention .txt_lead a {
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: underline;
}

.main_contents #privilege .item_list,
.main_contents #privilege_attention .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
  margin: 30px auto 0;
}

.main_contents #privilege .txt_attention,
.main_contents #privilege_attention .txt_attention {
  margin-top: 20px;
}

.main_contents #privilege .attention_list,
.main_contents #privilege_attention .attention_list {
  text-align: left;
}

.v-enter-active,
.v-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.v-enter,
.v-leave-to {
  opacity: 0;
}

.main_contents#serialcode {
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  margin: 45px auto 0;
  padding-bottom: 50px;
  background: rgba(255, 255, 255, 0.8);
}

.main_contents#serialcode h3 {
  margin: 0 auto;
}

.main_contents#serialcode section {
  margin: 0 50px;
}

.main_contents > section#operation {
  margin-top: 25px;
}

.main_contents > section#attention {
  margin-top: 50px;
}

.main_contents#serialcode > section h4 {
  margin-bottom: 20px;
}

.main_contents#serialcode .txt-lead {
  font-size: 16px;
}

.main_contents .operation_list {
  margin-top: 35px;
}

.main_contents .operation_list li {
  position: relative;
  padding-left: 1.6rem;
}

.main_contents .operation_list li:not(:last-child) {
  margin-bottom: 30px;
}

.main_contents .operation_list li a {
  text-decoration: underline;
}

.main_contents .operation_list li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.main_contents .operation_list li:nth-child(1)::before {
  content: "1.";
}

.main_contents .operation_list li:nth-child(2)::before {
  content: "2.";
}

.main_contents .operation_list li:nth-child(3)::before {
  content: "3.";
}

.main_contents .operation_list li:nth-child(4)::before {
  content: "4.";
}

.main_contents .operation_list li:nth-child(5)::before {
  content: "5.";
}

.main_contents .operation_list li:nth-child(6)::before {
  content: "6.";
}

.main_contents .operation_list li:nth-child(7)::before {
  content: "7.";
}

.main_contents .operation_list li:nth-child(8)::before {
  content: "8.";
}

.main_contents .operation_list li:nth-child(9)::before {
  content: "9.";
}

.main_contents .operation_list li:nth-child(10) {
  padding-left: 2.1rem;
}

.main_contents .operation_list li:nth-child(10)::before {
  content: "10.";
}

.main_contents .operation_list li:nth-child(11) {
  padding-left: 2.1rem;
}

.main_contents .operation_list li:nth-child(11)::before {
  content: "11.";
}

.main_contents .operation_list li .img-wrap {
  margin-top: 5px;
  text-align: center;
}

.main_contents #attention {
  margin-top: 50px;
}

.main_contents #attention .attention_list li {
  position: relative;
  padding-left: 1.5rem;
}

.main_contents #attention .attention_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\203B";
}

.v-enter-active,
.v-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.v-enter,
.v-leave-to {
  opacity: 0;
}

.main_contents #privilege h3 {
  font-family: ‘Meiryo UI’, Meiryo, メイリオ;
}

/*products END*/

.modal_mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
}

.modal_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal_container {
  position: relative;
  padding-top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal_container .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 27px;
  cursor: pointer;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -414px -20px;
}

.modal_container .movie_area,
.modal_container .cmd_area {
  position: relative;
  width: 800px;
  height: 450px;
  text-align: center;
}

.modal_container .movie_area iframe,
.modal_container .cmd_area iframe {
  width: 100%;
  height: 100%;
}

.modal_container .cmd_area {
  width: 900px;
  height: auto;
}

.modal_container .cmd_area .desc_area {
  text-align: left;
}

.modal_container .cmd_area .desc_area .title {
  font-size: 20px;
  font-weight: bold;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal_container,
.modal-leave-active .modal_container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#movie_area .top_parts .btn_preorder {
  display: block;
  margin-top: 55px;
}

/*20191227追加*/
.main_contents #privilege .img_clear_reward,
.main_contents #privilege_attention .img_clear_reward {
  margin-top: 20px;
}

#movie_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1100px;
  margin: 0 auto;
}

#movie_tab > li a {
  position: relative;
  display: block;
}

#movie_tab > li a img {
  pointer-events: none;
}

#movie_tab > li a .img_on {
  display: none;
}

#movie_tab > li a .img_off {
  display: block;
}

#movie_tab > li a.active .img_on,
#movie_tab > li a.hover_active .img_on {
  display: block;
}

#movie_tab > li a.active .img_off,
#movie_tab > li a.hover_active .img_off {
  display: none;
}

#movie_tab > li a.active {
  pointer-events: none;
}

#movie_tab > li a .ico_update {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

#movie_tab > li a .ico_update img {
  vertical-align: bottom;
}

#movie_tab_title {
  width: 1100px;
  margin: 40px auto 0;
  text-align: center;
}

.movie_list_wrapper > .movie_list {
  display: none;
  width: 1100px;
  margin: 35px auto 0;
  letter-spacing: -1rem;
}

.movie_list_wrapper > .movie_list > li {
  line-height: 1;
  display: inline-block;
  width: 350px;
  margin-bottom: 45px;
  vertical-align: top;
  letter-spacing: normal;
}

.movie_list_wrapper > .movie_list > li:nth-child(3n + 2) {
  margin: 0 25px 45px;
}

.movie_list_wrapper > .movie_list > li figure {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: 2px solid #a81900;
}

.movie_list_wrapper > .movie_list > li figure::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.movie_list_wrapper > .movie_list > li figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -187px -36px;
}

.movie_list_wrapper > .movie_list > li figure:hover::before {
  background: transparent;
}

.movie_list_wrapper > .movie_list > li figure img {
  display: block;
  width: 100%;
  cursor: pointer;
}

.movie_list_wrapper > .movie_list > li figcaption {
  margin-top: 10px;
}

.movie_list_version {
  margin: 15px -7.5px 0;
}

.movie_list_version > li {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 177px;
  height: 60px;
  padding: 0 7.5px;
  cursor: pointer;
}

.movie_list_version > li:nth-child(3n + 2) {
  margin: 0;
}

.movie_list_version > li:nth-child(n + 4) {
  margin-top: 15px;
}

.movie_list_version > li span {
  font-size: 14px;
  line-height: 1.29;
  position: absolute;
  top: 50%;
  left: 17.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #960000;
}

.movie_list_version > li img {
  width: 100%;
}

.movie_list_version > li:hover span {
  color: #fff;
}

.movie_list_wrapper > .movie_list.is-active {
  display: block;
}

.movie_list_wrapper.anime_in {
  -webkit-animation: fadeIn-data-v-00c609a2 0.2s linear forwards;
  animation: fadeIn-data-v-00c609a2 0.2s linear forwards;
}

.movie_list_wrapper.anime_out {
  -webkit-animation: fadeOut-data-v-00c609a2 0.2s linear forwards;
  animation: fadeOut-data-v-00c609a2 0.2s linear forwards;
}

#movie_supplementary.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#movie_supplementary.is-active > li {
  width: 525px;
  margin-right: 0;
  margin-left: 0;
}

#movie_supplementary.is-active > li figure {
  cursor: auto;
  pointer-events: none;
}

#movie_supplementary.is-active > li figure::after {
  content: none;
}

.v-enter-active,
.v-leave-active {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.v-enter,
.v-leave-to {
  opacity: 0;
}

@-webkit-keyframes fadeIn-data-v-00c609a2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn-data-v-00c609a2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut-data-v-00c609a2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut-data-v-00c609a2 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*20200401*/
#dlc h3 {
  margin: auto;
}

#dlc_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1100px;
  margin: 0 auto;
}
#dlc_tab li {
  position: relative;
  width: 20%;
}
#dlc_tab li a {
  display: inline-block;
}
#dlc_tab li a img {
  pointer-events: none;
}
#dlc_tab li a.coming,
#dlc_tab li a.active {
  pointer-events: none;
}
#dlc_tab li a .ico_update {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.dlc_tab_contents {
  width: 1100px;
  margin: 40px auto 0;
}
#dlc .dlc_tab_contents .dlc_tab_title img {
  vertical-align: bottom;
}
#dlc .dlc_tab_contents_inner {
  padding: 0 50px 42px;
  background: #fff;
}
#dlc .dlc_tab_contents_list .list_item {
  margin-top: 45px;
  padding: 30px 0 0;
  text-align: center;
  border-top: 2px solid #880101;
}
#dlc .dlc_tab_contents_list .list_item:first-child {
  margin-top: 0;
  border-top: none;
}
#dlc .dlc_tab_contents_list .list_item_btn {
  display: inline-block;
  margin-top: 40px;
}
#dlc .dlc_tab_contents_list .list_item_main .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 46px;
}
#dlc .dlc_tab_contents_list .list_item_main .desc_item_title {
  margin: 0 0 8px;
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #a4a3a3;
}
#dlc .dlc_tab_contents_list .list_item_main .desc_item.benefits {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
}
#dlc
  .dlc_tab_contents_list
  .list_item_main
  .desc_item.benefits
  .desc_item_title {
  margin-right: 125px;
}
#dlc
  .dlc_tab_contents_list
  .list_item_main
  .desc_item.benefits
  .desc_item_list
  li {
  padding-left: 0;
}
#dlc
  .dlc_tab_contents_list
  .list_item_main
  .desc_item.benefits
  .desc_item_list
  li::before {
  content: none;
}
#dlc .dlc_tab_contents_list .list_item_main .desc_item.benefits::after {
  position: absolute;
  top: -40px;
  right: 10px;
  width: 122px;
  height: 216px;
  content: "";
  background: url("../images/pc/dlc/img_vyrn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#dlc #stage [id^="stage_"] .list_item_main .desc_item.benefits::after {
  position: absolute;
  top: -40px;
  right: 10px;
  width: 203px;
  height: 216px;
  content: "";
  background: url("../images/pc/dlc/img_robby_avator.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#dlc
  #stage
  [id^="stage_"]
  .list_item_main
  .desc_item.benefits
  .desc_item_title {
  margin-right: 220px;
}
#dlc .dlc_tab_contents_list .list_item_main .desc_item_list li {
  position: relative;
  padding-left: 7px;
  text-align: left;
}
#dlc .dlc_tab_contents_list .list_item_main .desc_item_list li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: url("../images/pc/dlc/icon_dot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#dlc .dlc_tab_contents_list .list_item_main .desc_item_list li span.red {
  color: #880101;
}
#dlc .dlc_tab_contents_list .list_item_main .desc_item_list li span.note {
  font-size: 12px;
}
#dlc
  .dlc_tab_contents_list
  .list_item_main
  .desc_item_list
  li
  span.note_no_asterisk {
  display: inline-block;
  margin-top: 12px;
}
#dlc .dlc_tab_contents_list .list_item_main .desc_item_list li a {
  text-decoration: underline;
}
#dlc .dlc_tab_contents_note {
  margin-top: 45px;
}
#dlc .dlc_tab_contents_note li {
  position: relative;
  padding-left: 1.2em;
}
#dlc .dlc_tab_contents_note li::before {
  position: absolute;
  left: 0;
  content: "\203B";
}
#dlc .dlc_tab_contents_note li a {
  text-decoration: underline;
}
#dlc .dlc_tab_contents_note + p {
  margin-top: 20px;
}

#dlc
  .dlc_tab_contents_list
  [id^="color_pack"]
  .list_item_main
  .desc
  .desc_item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#dlc
  .dlc_tab_contents_list
  [id^="color_pack"]
  .list_item_main
  .desc
  .list_item_btn {
  display: block;
  width: 443px;
  margin: 40px auto;
}
.v-enter-active,
.v-leave-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.v-enter,
.v-leave-to {
  opacity: 0;
}

.main_contents.update {
  font-size: 16px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1100px;
  margin: 35px auto 0;
  padding-bottom: 50px;
  background: rgba(255, 255, 255, 0.8);
}
.main_contents.update h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  margin: 0 0 40px 0;
  text-align: center;
  background: #4c0404;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4c0404),
    color-stop(50%, #950000),
    to(#4c0404)
  );
  background: -webkit-linear-gradient(
    left,
    #4c0404 0%,
    #950000 50%,
    #4c0404 100%
  );
  background: linear-gradient(90deg, #4c0404 0%, #950000 50%, #4c0404 100%);
}

.main_contents #headline .txt_lead {
  width: auto;
  margin-top: 40px;
}
.main_contents.update .inner {
  padding: 0 100px;
}
.main_contents p.strong {
  font-weight: bold;
  margin: 50px 0 15px;
}
.main_contents p.blue {
  color: #225896;
}
.main_contents p.gray {
  color: #666;
}
.main_contents #headline h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.main_contents #headline .txt_lead {
  margin-top: 40px;
}
.main_contents .article {
  margin: 50px 0 0;
}
.main_contents .article h4 {
  position: relative;
  height: 44px;
  background: url("../images/pc/system/update/icon_title.png") no-repeat left
    top;
}
.main_contents .article h4 p {
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0 5px 60px;
  color: #960000;
}
.main_contents .article h4::after {
  display: block;
  height: 2px;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4c0404),
    color-stop(50%, #950000),
    to(#4c0404)
  );
  background: -webkit-linear-gradient(
    left,
    #4c0404 0%,
    #950000 50%,
    #4c0404 100%
  );
  background: linear-gradient(90deg, #4c0404 0%, #950000 50%, #4c0404 100%);
}
.main_contents .article p {
  margin: 15px 0 0;
}
.main_contents .article p.strong {
  margin: 50px 0 15px;
}
.main_contents .article .name_list dt {
  font-weight: bold;
  margin: 10px 0;
}
.main_contents .article .name_list dd,
.main_contents .article .name_list li {
  line-height: 1.5;
  position: relative;
  padding-left: 1.2rem;
}
.main_contents .article .name_list dd::before,
.main_contents .article .name_list li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 5px 0 0;
  content: url("../images/pc/system/update/list_pointer.png");
}
.main_contents .article .name_list .attention {
  color: #960000;
}
.main_contents .article .box {
  margin: 0 0 10px;
  padding: 0 0 10px 0;
  border: solid 1px #e6e6e6;
  border-radius: 10px;
  background: #fff;
}
.main_contents .article .box dt {
  margin: 0 0 15px;
  padding: 12px 0 12px 15px;
  background: #e6e6e6;
}
.main_contents .article .box dd {
  margin: 10px 0 10px 15px;
}
.main_contents .article .box dd.attention {
  color: #666;
}
.main_contents .article .box dd span {
  display: inline-block;
  width: 80%;
  margin: 0 0 0 20px;
  vertical-align: top;
}
.main_contents .article table {
  width: 100%;
  border-spacing: 0;
}
.main_contents .article table tr {
  background-color: #f2f2f2;
}
.main_contents .article table tr:nth-of-type(2n) {
  background-color: #d9d9d9;
}
.main_contents .article table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6%;
  padding: 3px 0;
  text-align: center;
}
.main_contents .article table td:first-of-type {
  padding: 3px 8px 3px 0;
  text-align: right;
}
.main_contents .article table td:nth-of-type(2) {
  width: 3%;
}
.main_contents .article table td:last-of-type {
  width: 91%;
  padding-left: 20px;
  text-align: left;
}
.main_contents .article table td img {
  vertical-align: middle;
}
.main_contents .article table.command {
  line-height: 1.6;
}
.main_contents .article table.command .txt_circle,
.main_contents .article table.command .txt_square,
.main_contents .article table.command .txt_triangle,
.main_contents .article table.command .txt_cross {
  margin-top: -4px;
}
.main_contents .article table.command tr {
  background-color: #fff;
}
.main_contents .article table.command tr th {
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 14px 10px 20px;
  text-align: left;
  background-color: #ccc;
}
.main_contents .article table.command tr th:first-of-type {
  width: 260px;
  border-right: solid 1px #fff;
  border-radius: 10px 0 0 0;
}
.main_contents .article table.command tr th:last-of-type {
  width: 643px;
  border-radius: 0 10px 0 0;
}
.main_contents .article table.command tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 10px;
}
.main_contents .article table.command tr:last-of-type td:last-of-type {
  border-radius: 0 0 10px 0;
}
.main_contents .article table.command tr td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 20px 16px 20px;
  text-align: left;
}
.main_contents .article table.command tr td:first-of-type {
  width: 260px;
  padding: 18px 12px 16px 20px;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
}
.main_contents .article table.command tr td:last-of-type {
  width: 643px;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
}
.main_contents .article table.command tr td[colspan] {
  font-weight: bold;
  padding: 5px 0 5px 20px;
  background-color: #e5e5e5;
}
.main_contents .separate_block {
  height: 2px;
  margin: 100px 50px;
  background: #4d4d4d;
}

.icon_style,
.txt_square,
.txt_triangle,
.txt_circle,
.txt_cross {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -2px;
  vertical-align: middle;
}
.txt_square {
  background: url("../images/pc/common/characters/icon_square.png") no-repeat
    center;
  background-size: contain;
}
.txt_triangle {
  background: url("../images/pc/common/characters/icon_tryangle.png") no-repeat
    center;
  background-size: contain;
}
.txt_circle {
  background: url("../images/pc/common/characters/icon_circle.png") no-repeat
    center;
  background-size: contain;
}
.txt_cross {
  background: url("../images/pc/common/characters/icon_cross.png") no-repeat
    center;
  background-size: contain;
}

#system_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 310px;
  margin: 100px auto 0;
}

.main_contents #headline .version_list {
  position: relative;
  width: 152px;
  margin-left: auto;
}

.main_contents #headline .version_list > span {
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 22px;
  cursor: pointer;
  color: #fff;
  background: #960000;
}

.main_contents #headline .version_list > span::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 11px;
  margin: auto;
  content: "";
  background: url("../images/pc/system/update/version_arr.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.main_contents #headline .version_list .select_list {
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
}

.main_contents #headline .version_list .select_list li:not(:first-child) {
  margin-top: 1px;
}

.main_contents #headline .version_list .select_list li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 22px;
  color: rgba(255, 255, 255, 0.5);
  background: #960000;
}
.main_contents #headline .version_list .select_list li a:hover {
  color: #fff;
}

.main_contents .article .strong_list li {
  font-weight: bold;
}

.main_contents .article .block_list .strong {
  font-weight: bold;
}

.mt50 {
  margin-top: 50px;
}
.main_contents .article .block_list dt {
  margin-bottom: 5px;
}
.main_contents .article .block_list dd {
  line-height: 1.5;
}

.main_contents .article .strong_list {
  margin: 50px 0 15px;
}

.main_contents .article .strong_list li + li {
  margin-top: 5px;
}

.main_contents .article .strong_list li.gray {
  font-weight: normal;
  color: #666;
}

/*20200401*/
/*20200424*/
#top #movie_area {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 900px;
}

#top #movie_area .movie_list li figure {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  border: 2px solid #a81900;
}
#top #movie_area .movie_list li:not(:last-child) {
  margin-bottom: 10px;
}

.mt30 {
  margin-top: 30px;
}

.main_contents .article p.normal {
  margin: 50px 0 15px;
}

/*20200424*/
/*20200625*/
.mt50 {
  margin-top: 50px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.main_contents .article table.command tr.first-tr-child td:first-of-type {
  border-top: solid 1px #e5e5e5;
  border-radius: 10px 0 0 0;
}

.main_contents .article table.command tr.first-tr-child td:last-of-type {
  border-top: solid 1px #e5e5e5;
  border-radius: 0 10px 0 0;
}

.main_contents .article .box dt:first-of-type {
  border-radius: 8px 8px 0 0;
}

.main_contents .article table.command tr td:first-of-type {
  width: 260px;
  padding: 18px 12px 16px 20px;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
}

.main_contents #headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.update #headline .txt_lead {
  margin: 40px 0 0 0;
}
.version_list {
  z-index: 10;
}
.main_contents .article table.command tr td.border-left-none {
  border-left: none !important;
}
/*20200625*/

/*20200907*/

.char_list.fourth {
  margin-top: 30px;
}

#dlc_character_tab {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

#dlc_character_tab li {
  position: relative;
}
#dlc_character_tab li a {
  display: inline-block;
}

#dlc_character_tab li a img {
  pointer-events: none;
}
#dlc_character_tab li a.active {
  pointer-events: none;
}

#dlc_character_tab li a .img_off {
  display: block !important;
}

#dlc_character_tab li a .img_on {
  display: none !important;
}

#dlc_character_tab > li a.active .img_off,
#dlc_character_tab > li a.hover_active .img_off {
  display: none !important;
}

#dlc_character_tab > li a.active .img_on,
#dlc_character_tab > li a.hover_active .img_on {
  display: block !important;
}

#event_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1100px;
  margin: 0 auto 50px;
}
#event_tab > li a {
  position: relative;
  display: block;
}
#event_tab > li a img {
  pointer-events: none;
}
#event_tab > li a .img_on {
  display: none;
}
#event_tab > li a .img_off {
  display: block;
}
#event_tab > li a.active .img_on,
#event_tab > li a:hover .img_on {
  display: block;
}
#event_tab > li a.active .img_off,
#event_tab > li a:hover .img_off {
  display: none;
}
#event_tab > li a.active {
  pointer-events: none;
}
#main_contents {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
#main_contents .inner {
  padding: 50px 65px;
  background: #fff;
}
#main_contents #boss_contents,
#main_contents #gbvs_contents {
  font-size: 0;
}
#main_contents #boss_contents .detail,
#main_contents #gbvs_contents .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main_contents #boss_contents .detail:not(:first-child),
#main_contents #gbvs_contents .detail:not(:first-child) {
  margin-top: 50px;
}

.img-thumb > img {
  width: 100%;
}
#main_contents #boss_contents .detail.first .img-txt {
  margin-right: -4.5px;
}
#main_contents #boss_contents .detail.second .img-txt {
  margin-left: 20px;
}
#main_contents #boss_contents .detail.third .img-txt {
  margin-right: 63.5px;
}
#main_contents #boss_contents .detail.fourth .img-txt {
  margin-left: 100px;
}
#main_contents #gbvs_contents .detail.first .img-txt {
  margin-right: -16.5px;
}
#main_contents #gbvs_contents .detail.second .img-txt {
  margin-left: -11px;
}

#main_contents #gbvs_contents .detail.third .img-txt {
  margin-right: 120.5px;
}

#dlc #stage #stage_2 .list_item_main .desc_item.benefits::after {
  position: absolute;
  top: -30px;
  right: 5px;
  width: 284px;
  height: 244px;
  content: "";
  background: url("../images/pc/dlc/img_robby_avator_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.update #headline .txt_lead {
  width: 100%;
}

.version_list .select_list {
  position: absolute;
  z-index: 1;
  top: calc(100% + 5px);
  width: 100%;
}

.main_contents .article .name_list {
  margin-top: 50px;
}

/*20200907*/
/*2020113*/
.char_list.fifth,
.char_list.fourth {
  margin-top: 30px;
}
.char_list.fourth .char_box {
  -webkit-box-shadow: 5px 5px 0 #710096;
  box-shadow: 5px 5px 0 #710096;
}

.char_list.fifth .char_box {
  -webkit-box-shadow: 5px 5px 0 #333;
  box-shadow: 5px 5px 0 #333;
}
.char_list.fifth .char_box .char_image,
.char_list.fifth .char_box .char_name,
.char_list.fourth .char_box .char_image,
.char_list.fourth .char_box .char_name {
  -webkit-transform: skew(-7deg) translateX(-50%);
  transform: skew(-7deg) translateX(-50%);
}

.char_list.fourth
  li:not(.belial):not(.cagliostro):not(.yuel):not(.uno):not(.eustace):not(
    .six
  ):not(.vira) {
  margin: 0 -20px;
  pointer-events: none;
}

.char_list.fifth li.abelial,
.char_list.fifth li.vira,
.char_list.fourth li.uno,
.char_list.fourth li.yuel,
.char_list.fourth li.belial,
.char_list.fourth li.cagliostro,
.char_list.fourth li.eustace,
.char_list.fourth li.six {
  -webkit-transform: skew(7deg);
  transform: skew(7deg);
}

.char_list li:hover .char_box {
  padding: 0 30px;
}
.char_list li .char_box .char_image.dlc08::after,
.char_list li .char_box .char_image.dlc::after,
.char_list li .char_box .char_image.dlc02::after,
.char_list li .char_box .char_image.dlc03::after {
  position: absolute;
  top: 0;
  left: 72px;
  width: 279px;
  height: 328px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url("../images/pc/common/characters/icon_dlc.png") no-repeat left
    top;
}
.char_list li .char_box .char_image.dlc03::after {
  left: 35px;
  background: url("../images/pc/common/characters/icon_dlc03.png") no-repeat
    left top;
}
.char_list li .char_box .char_image.dlc02::after {
  left: 35px;
  background: url("../images/pc/common/characters/icon_dlc02.png") no-repeat
    left top;
}

.char_list li .char_box .char_image.dlc08::after {
  left: 35px;
  background: url("../images/pc/common/characters/icon_dlc08.png") no-repeat
    left top;
}

.char_list li:hover .char_box .char_image.dlc02::after {
  left: 8px;
}
.char_list li:hover .char_box .char_image.dlc::after {
  left: 42px;
}
/*2020113*/
/*20210101*/
#dlc .txt_supplement {
  font-size: 24px;
  margin-top: 50px;
  text-align: left;
}
#dlc .list_reward {
  margin-top: 65px;
  text-align: left;
}
#dlc .list_reward dt {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a4a3a3;
}
#dlc .list_reward dt:not(:first-child) {
  margin-top: 45px;
}
#dlc .dlc_tab_contents_list [id^="premium_"] .list_item_main .desc .desc_item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#dlc
  .dlc_tab_contents_list
  [id^="premium_"]
  .list_item_main
  .desc
  .list_item_btn {
  display: block;
  width: 443px;
  margin: 40px auto;
}

#dlc_tab li a .ico_update,
#dlc_tab li a .ico_new {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.modal_container .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 77px;
  height: 27px;
  cursor: pointer;
  background-image: url("../images/common/sprites/pc_parts.png");
  background-position: -555px -36px;
}

.modal_mask.roadmap {
  display: none;
}
.modal_mask.roadmap.is-noneActive {
  -webkit-animation: scale-out-center 0.5s cubic-bezier(0.47, 0, 0.745, 0.715)
    both;
  animation: scale-out-center 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

.modal_mask.roadmap.is-active {
  display: block;
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.47, 0, 0.745, 0.715)
    both;
  animation: scale-in-center 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#dlc_premium_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}
#dlc_premium_tab li {
  position: relative;
}

#dlc_premium_tab li a {
  display: inline-block;
}

#dlc_premium_tab li a.active {
  pointer-events: none;
}
#dlc_premium_tab li a img {
  pointer-events: none;
}

#dlc #stage #stage_3 .list_item_main .desc_item.benefits .desc_item_title {
  margin-right: 250px;
}

#dlc #stage #stage_3 .list_item_main .desc_item.contents:first-child {
  width: 420px;
}
#dlc #stage #stage_3 .list_item_main .desc_item.benefits::after {
  position: absolute;
  top: -30px;
  right: 5px;
  width: 236px;
  height: 154px;
  content: "";
  background: url(../images/pc/dlc/img_robby_avator_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*20210101*/
/*20210422*/
#character_detail .txt_desc.eustace {
  margin-top: 432px;
}
/*20210422*/
/*20220202*/

.main_contents #package .product_area,
.main_contents #download .product_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}
.main_contents #package .product_area.closed::before,
.main_contents #download .product_area.closed::before {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: -25px;
  display: block;
  width: calc(100% + 50px);
  height: calc(100% - 10px);
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/pc/products/download/txt_closed.png);
  background-repeat: no-repeat;
  background-position: center;
}

#dlc .dlc_tab_contents_list .list_item.no-border {
  border: none;
}

#privilege_reward .privilege_reward_wrap {
  margin-bottom: 50px;
  padding: 50px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
#privilege_reward h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
  color: #950000;
}

#privilege_reward .txt_lead a {
  display: inline-block;
  text-decoration: underline;
}

#privilege_reward h4 {
  margin: 15px 0;
}
#privilege_reward .txt_lead {
  font-size: 20px;
  width: auto;
  margin: 0;
}
#privilege_reward .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
  margin: 10px auto 0;
}

#privilege_reward .privilege_note {
  width: 850px;
  margin: 10px auto 0;
  text-align: left;
}
#privilege_reward .privilege_note li {
  position: relative;
  padding-left: 1.2em;
}

#privilege_reward .privilege_reward_wrap-box {
  margin-top: 30px;
}

#dlc_character_attention {
  margin-top: 50px;
  padding: 50px;
  text-align: center;
  background: #fff;
}

#dlc .dlc_tab_contents_list .list_item .dlc_tab_contents_note.w850 {
  width: 850px;
  margin: 10px auto 0;
  text-align: left;
}

#dlc_character_attention h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #950000;
}

#dlc_character_attention .attention_list {
  text-align: left;
}

#dlc .dlc_tab_contents_list #character_pass14 .list_item_main {
  margin-top: -115px;
  margin-left: -10px;
}

.privilege_note li a {
  text-decoration: underline;
}

.main_contents #download .product_area .right_col .privilege_are.attention {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  text-align: center;
}
.mb5 {
  margin-bottom: 5px;
}

.red {
  color: #950000;
}

.main_contents #download .product_area .right_col .detail_info dl dt::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\FF1A";
}

#privilege_reward .privilege_note li {
  position: relative;
  padding-left: 1.2em;
}

#privilege_reward .privilege_note li::before {
  position: absolute;
  left: 0;
  content: "\203B";
}

/*20220202*/
/*20220713*/
#dlc .dlc_tab_contents .dlc_tab_contents_list .list_item_main[data-v-afd2b028] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#dlc
  .dlc_tab_contents
  .dlc_tab_contents_list
  .list_item_main
  .desc[data-v-afd2b028] {
  margin: 22px 0 0 20px;
}
#dlc
  .dlc_tab_contents
  .dlc_tab_contents_list
  .list_item_main
  .desc
  .desc_item[data-v-afd2b028] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#dlc
  .dlc_tab_contents
  .dlc_tab_contents_list
  .list_item_main
  .desc
  .note[data-v-afd2b028] {
  margin-top: 10px;
}
#dlc
  .dlc_tab_contents
  .dlc_tab_contents_list
  .list_item_main
  .desc
  .note
  li[data-v-afd2b028] {
  font-size: 12px;
  position: relative;
  padding-left: 12px;
}
#dlc
  .dlc_tab_contents
  .dlc_tab_contents_list
  .list_item_main
  .desc
  .note
  li[data-v-afd2b028]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  content: "\203B";
  background: none;
}
#dlc
  .dlc_tab_contents
  .dlc_tab_contents_list
  .list_item_main
  .desc
  .list_item_btn[data-v-afd2b028] {
  display: block;
  width: 443px;
  margin: 40px auto 0;
}
#dlc .dlc_tab_contents .dlc_tab_contents_list .caution[data-v-afd2b028] {
  font-size: 12px;
  padding-left: 12px;
}
#dlc[data-v-7670679f]
  .dlc_tab_contents_list
  .list_item_main
  .desc_item_list
  li {
  position: relative;
  padding-left: 7px;
  text-align: left;
}
#dlc[data-v-7670679f]
  .dlc_tab_contents_list
  .list_item_main
  .desc_item_list
  li {
  position: relative;
  padding-left: 7px;
  text-align: left;
}
#dlc
  .dlc_tab_contents
  .dlc_tab_contents_list
  .desc_item_list
  .link[data-v-1c5a772a] {
  display: block;
}
#dlc .dlc_tab_contents_list .list_item_main .desc_item_list li a {
  text-decoration: underline;
}
#dlc .dlc_tab_contents[data-v-1a669d6b] .dlc_tab_contents_list .caution {
  position: relative;
  display: block;
}
#dlc
  .dlc_tab_contents[data-v-1a669d6b]
  .dlc_tab_contents_list
  .caution::before {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  content: "\203B";
  background: none;
}
#dlc .dlc_tab_contents .dlc_tab_contents_list .caution[data-v-1c5a772a] {
  font-size: 14px;
  padding-left: 14px;
}
#dlc .dlc_tab_contents .dlc_tab_contents_note[data-v-1c5a772a] {
  text-align: left;
}

#dlc
  .dlc_tab_contents[data-v-1a669d6b]
  .dlc_tab_contents_list:not(:first-of-type) {
  margin-top: 45px;
  border-top: 2px solid #880101;
}
/*20220713*/
/*20221104*/
#btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 990px;
  margin: 250px auto 0;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

#btn_wrap a {
  position: relative;
  z-index: 1;
  margin-left: 25px;
}
#btn_wrap a:nth-of-type(1) {
  margin-left: 0;
}

#btn_wrap a .nav_box {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 164px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 4px solid #fff;
  background: #fff;
  -webkit-box-shadow: 6px 6px 0 #960000;
  box-shadow: 6px 6px 0 #960000;
}

#btn_wrap a:hover .nav_box {
  padding: 0 23px;
}

#btn_wrap a .nav_box .nav_image {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: skew(20deg) translateX(-50%);
  transform: skew(20deg) translateX(-50%);
}

#btn_wrap a .nav_box.dark {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.main_section .bottom_nav_list {
  margin-top: -5px;
  text-align: center;
}

.main_section .bottom_nav_list li {
  display: inline-block;
  margin: 0 -2px;
}

.main_section .bottom_nav_list li:hover {
  opacity: 0.8;
}

#system_versus .main_contents {
  padding: 30px 80px;
}

.main_section .bottom_nav_list {
  margin-top: -5px;
  text-align: center;
}

#system_newbattlesystem .main_section {
  font-size: 16px;
  width: 1100px;
  margin: 35px auto 0;
}
#system_newbattlesystem .main_section .to_index {
  position: relative;
  top: -50px;
}
#system_newbattlesystem .main_section h3 {
  margin-bottom: 25px;
}
#system_newbattlesystem .main_section .main_contents {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  background: rgba(255, 255, 255, 0.8);
}
#system_newbattlesystem .main_section .main_contents .inner {
  padding: 0 80px 30px;
}
#system_newbattlesystem .main_section .main_contents .inner .child_section {
  width: auto;
}
#system_newbattlesystem .main_section h4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 40px;
  text-align: center;
  background: #4c0404;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4c0404),
    color-stop(50%, #950000),
    to(#4c0404)
  );
  background: -webkit-linear-gradient(
    left,
    #4c0404 0%,
    #950000 50%,
    #4c0404 100%
  );
  background: linear-gradient(90deg, #4c0404 0%, #950000 50%, #4c0404 100%);
}
#system_newbattlesystem .main_section p {
  font-size: 16px;
  margin: 10px 0 0;
}
#system_newbattlesystem .main_section .font-color-red {
  color: #960000;
}
#system_newbattlesystem .main_section .font-size-lg {
  font-size: 18px;
}
#system_newbattlesystem .main_section .font-size-sm {
  font-size: 14px;
}
#system_newbattlesystem .main_section .text_lead {
  padding: 0 20px;
}
#system_newbattlesystem .main_section .youtube_movie {
  text-align: center;
}
#system_newbattlesystem .main_section .youtube_movie a {
  display: block;
  width: 600px;
  margin: 20px auto 10px;
}
#system_newbattlesystem .main_section .child_section h5 {
  font-size: 0;
  margin: 50px 0 30px;
}
#system_newbattlesystem .main_section .child_section-wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
#system_newbattlesystem .main_section .child_section-wrap:last-of-type {
  margin-bottom: 0;
}
#system_newbattlesystem .main_section .child_section-wrap h6 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
#system_newbattlesystem .main_section .child_section-wrap .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
#system_newbattlesystem .main_section .child_section-wrap .flexbox-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  margin-right: 20px;
}
#system_newbattlesystem .main_section .child_section-wrap .flexbox-right {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
#system_newbattlesystem .main_section .child_section-wrap .flexbox.half {
  margin-bottom: 0;
}
#system_newbattlesystem .main_section .child_section-wrap .flexbox.half > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
#system_newbattlesystem .main_section .child_section-wrap .flexbox.half p {
  margin: 0 0 5px;
}
#system_newbattlesystem .main_section .child_section-wrap .graybox {
  margin: 20px auto 30px;
  padding: 20px;
  background: #e6e6e6;
}
#system_newbattlesystem .main_section .child_section-wrap .graybox dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a62e2e;
}

#system_newbattlesystem
  .main_section
  .child_section-wrap
  .graybox
  ul.text-indent {
  width: auto;
}
#system_newbattlesystem
  .main_section
  .child_section-wrap
  .graybox
  ul.text-indent
  > li {
  font-size: 14px;
  box-sizing: inherit;
  width: auto;
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
  border: none;
  background: none;
}

#system_newbattlesystem .main_section .child_section-wrap .video-wrap {
  position: relative;
  width: 500px;
  height: 281px;
}
#system_newbattlesystem .main_section .child_section-wrap .video-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background: rgba(0, 0, 0, 0.3);
}
#system_newbattlesystem .main_section .child_section-wrap .video-wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background: url("../images/pc/system/newbattlesystem/icon_replay.png") center
    no-repeat;
}
#system_newbattlesystem
  .main_section
  .child_section-wrap
  .video-wrap:hover::after {
  opacity: 0.5;
}
#system_newbattlesystem .main_section .child_section-wrap .video-wrap.play {
  cursor: auto;
}
#system_newbattlesystem
  .main_section
  .child_section-wrap
  .video-wrap.play::before {
  opacity: 0;
}
#system_newbattlesystem
  .main_section
  .child_section-wrap
  .video-wrap.play::after {
  opacity: 0;
}
#system_newbattlesystem .main_section .child_section-wrap .video-wrap img {
  display: block;
  width: 100%;
  cursor: pointer;
}
#system_newbattlesystem .main_section .child_section-wrap .video-wrap video {
  width: 500px;
  height: 281px;
}
#system_newbattlesystem .main_section table {
  line-height: 1.6;
  width: 100%;
  margin: 10px auto 40px;
  border-spacing: 0;
  border-collapse: collapse;
}
#system_newbattlesystem .main_section table th {
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 14px 10px 20px;
  text-align: left;
  background-color: #ccc;
}
#system_newbattlesystem .main_section table th:first-of-type {
  width: 260px;
  border-right: solid 1px #fff;
}
#system_newbattlesystem .main_section table th:last-of-type {
  width: 643px;
}
#system_newbattlesystem .main_section table tr {
  background-color: #fff;
}
#system_newbattlesystem .main_section table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 6%;
  padding: 3px 0;
  padding: 18px 20px 16px 20px;
  text-align: center;
  text-align: left;
  border: 1px solid #ccc;
}
#system_newbattlesystem .main_section table td:first-of-type {
  width: 260px;
  padding: 18px 12px 16px 20px;
}
#system_newbattlesystem .main_section table td:last-of-type {
  width: 643px;
  padding-left: 20px;
}
#system_newbattlesystem .main_section table td img {
  vertical-align: middle;
}
#system_newbattlesystem .main_section .bottom_nav_list {
  text-align: center;
}
#system_newbattlesystem .main_section .bottom_nav_list li {
  display: inline-block;
  margin: 0 -2px;
}
#system_newbattlesystem .main_section .bottom_nav_list li:hover {
  opacity: 0.8;
}

#system_newbattlesystem
  .main_section
  .child_section-wrap
  .video-wrap.op0::after {
  opacity: 0;
}

.main_section #battle_system .battle_rule .detail dd.detail_07,
.main_section #battle_system .battle_operation .detail dd.detail_07 {
  position: relative;
  width: 900px;
}

.main_section #battle_system .battle_rule .detail dd.detail_07 a,
.main_section #battle_system .battle_operation .detail dd.detail_07 a {
  position: absolute;
  right: -10px;
  bottom: 65px;
}

#btn_wrap a:hover .nav_box .nav_image.v280::after {
  left: 52px;
}
#system_newbattlesystem
  .main_section
  .child_section
  .child_section-wrap
  .graybox
  ul.text-indent {
  margin: 0 auto;
}

#system_newbattlesystem
  .main_section
  .child_section:nth-of-type(2)
  .child_section-wrap
  .graybox
  ul.text-indent {
  display: block;
}

#btn_wrap a .nav_box .nav_image[class*="v280"]::after {
  position: absolute;
  top: 0;
  left: 75px;
  width: 156px;
  height: 24px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/pc/system/icon_v280.png) no-repeat left top;
}

#movie_area .bnr_list a img {
  width: 300px;
  vertical-align: bottom;
}

#header .right_area {
  height: 23px;
}

#soundWrap {
  width: 17px;
  height: 20px;
}

.audioplayer-playpause {
  position: relative;
  width: 17px;
  height: 20px;
  margin: auto;
  cursor: pointer;
  background-image: url(../images/common/sprites/pc_parts.png);
  background-position: -253px -192px;
}
.audioplayer-playpause:nth-of-type(2) {
  display: none;
}

#system_newbattlesystem
  .main_section
  .child_section-wrap
  .video-wrap.active::before {
  background: none;
}
/*ハングルのみ*/
.apology {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  color: #fff;
}
.main_contents #download .product_area .right_col .detail_info dl dt {
  position: relative;
  width: 110px;
}
/*ハングルのみEND*/
