@charset "utf-8";

body {
  font-size: 16px;
  font-family: "Noto Sans TC";
  overflow-x: hidden;
}

.guide_page main {
  line-height: 1.65;
}

.guide_page main p a {
  color: var(--Color-main);
}

.guide_page main p a:hover {
  text-decoration: underline;
}

.guide_page main {
  width: auto;
  background-image: url(../images/pvp_comm/bg-pattern.png);
  color: var(--Color-normal);
  position: relative;
}

.guide_page.page04 main {
  background: url(../images/pvp_comm/page04/bg.jpg) no-repeat center top fixed #eceee7;
}

.guide_page.page05 main {
  background: url(../images/pvp_comm/page05/bg.jpg) no-repeat center top fixed #eceee7;
}


/* txt_左中右 */
.txt_left {
  text-align: left !important;
}

/* margin-bt */
.margin-bt-l {
  margin-bottom: 45px;
}

.margin-bt-m {
  margin-bottom: 24px;
}

.margin-bt-s2 {
  margin-bottom: 18px;
}

.margin-bt-s {
  margin-bottom: 8px;
}

:root {
  --FontSize-ttl-content: 24px;
  --FontSize-txt-vision: 21px;

  --FontSize-menu-main: 19px;
  --FontSize-menu-toggle: 13px;

  --FontSize-menu-page: 13px;
  --FontSize-btn-toggle: 15px;

  --FontSize-ttl-item: 17px;

  --FontSize-txt-highlight: 16px;

  --FontSize-txt-update: 15px;
  --FontSize-txt-content: 15px;

  --Color-main: #4c7ee8;
  --Color-main-ov: #6696ff;
  --Color-normal: #585858;
}

@media (max-width:1250px) {

  :root {
    --FontSize-menu-main: min(2.2vw, 17px);
  }
}

@media (max-width:900px) {

  :root {
    --FontSize-ttl-content: min(5.1vw, 24px);
    --FontSize-txt-vision: min(3vw, 22px);

    --FontSize-txt-update: min(3.5vw, 14px);
  }
}

@media (max-width:767px) {

  :root {
    --FontSize-ttl-content: min(5.35vw, 26px);
    --FontSize-txt-vision: min(3.38vw, 20px);

    --FontSize-ttl-item: min(4.6vw, 17px);

    --FontSize-menu-main: min(4.75vw, 19px);
    --FontSize-menu-toggle: min(4.4vw, 16px);

    --FontSize-txt-highlight: min(3.95vw, 15.5px);

    --FontSize-select: min(3.75vw, 15.3px);

    --FontSize-menu-page: min(3.75vw, 15.3px);
    --FontSize-btn-toggle: min(3.75vw, 15.3px);

    --FontSize-txt-content: min(3.72vw, 15px);
  }

  .margin-bt-l {
    margin-bottom: min(14vw, 35px);
  }

  .margin-bt-m {
    margin-bottom: min(10vw, 24px);
  }

  .margin-bt-s {
    margin-bottom: min(1vw, 8px);
  }
}

/* vision 版頭視覺 */
section.vision-header {
  width: 100%;
  position: relative;
}

.bg-vision {
  width: 100%;
  height: 120px;
  position: relative;
  background: url(../images/pvp_comm/bg-vision-page.jpg) no-repeat center top;
}

h1.ttl-vision.page {
  width: 100%;
  height: 60px;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  background: url(../images/pvp_comm/ttl-vision.png) no-repeat center top /auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.txt-vision {
  padding-block: 7px;
  font-family: 'Noto Sans', sans-serif;
  font-size: var(--FontSize-txt-vision);
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #800000;
}

.txt-vision span.con {
  width: 96%;
  max-width: 960px;
  margin-inline: auto;
  padding-right: 8px;
  display: block;
}

.txt-vision.update {
  /* padding-block:11px; */
  text-align: right;
  font-size: var(--FontSize-txt-update);
}

section.main {
  padding-top: 100px;
  padding-bottom: 72px;
}

section.main .content {
  width: 100%;
  max-width: 970px;
  margin-inline: auto;
}

.inner-block {
  margin-inline: auto;
}

.inner-block,
h2[class*="ttl-content0"]~.txt-content {
  width: 91%;
}

.inner-block.bg {
  padding: 14px 18px;
  background-color: #f2f2f2;
  border-radius: 8px;
}

.select-block {
  display: none;
}

/* menu-main */
ul.menu-main {
  width: 100%;
  max-width: 962px;
  margin-inline: auto;
  display: flex;
  --border-radius: 4px;
  position: relative;
  z-index: 100;
}

.menu-main-block {
  width: 100%;
  margin-top: -25px;
  position: absolute;
  left: 0;
  top: 200px;
  z-index: 150;
}

.menu-main-block.fixed {
  margin-top: 0;
  background-color: #eaebe6;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  transition-delay: 0.7s;
  transition: margin-top 0.5s;
}

.menu-main-block.fixed ul.menu-main {
  --border-radius: 0;
}

.menu-main-block.fixed ul.menu-main>li {
  margin-right: 0;
}

.menu-main-block.fixed ul.menu-main>li:not(.hold) .btn-main {
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 1), -1px 0px 0px rgba(0, 0, 0, 0.1);
}

.menu-main-block.fixed ul.menu-toggle {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

ul.menu-main>li {
  width: 20%;
  margin-right: 4px;
  font-weight: bold;
  position: relative;
}

ul.menu-main>li .btn-main:hover {
  background-color: #fefffd;
}

ul.menu-main>li .btn-main {
  font-size: var(--FontSize-menu-main);
  text-align: center;
  white-space: nowrap;
  background-color: #f4f5f2;
  border-radius: var(--border-radius);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 5;
}

ul.menu-main>li.hold .btn-main {
  color: #666666;
  background-color: #e4e5df;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 2px 0px rgba(255, 255, 255, 0.2);
}

ul.menu-main>li .btn-main a {
  padding-inline: 10px;
  padding-block: 6px;
}

ul.menu-main li a {
  color: var(--Color-main);
}

ul.menu-main li a:hover {
  color: var(--Color-main-ov);
}

ul.menu-main>li.hold .btn-main a {
  color: #666666;
}

ul.menu-toggle {
  width: 100%;
  padding-top: 4px;
  background-color: #f4f5f2;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  border-radius: var(--border-radius);
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: top 0.5s, opacity 0.5s;
}

ul.menu-main>li:hover>.btn-main+ul.menu-toggle {
  opacity: 1;
  top: 47px;
}

ul.menu-toggle a {
  display: none;
}

ul.menu-main>li:hover>.btn-main+ul.menu-toggle a {
  display: block;
}

ul.menu-toggle li a {
  font-size: var(--FontSize-menu-toggle);
  padding-inline: 10px;
  padding-bottom: 8px;
}

ul.menu-toggle li a:hover {
  text-decoration: underline;
}

.btn-menu {
  top: 8px;
  right: 8px;
  display: none;
}


/* page header */
.content .header-block {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}

h1.ttl-page {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 340 / 140;
  display: inline-block;
  vertical-align: bottom;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

h1.ttl-page.page03 {
  margin-right: 10px;
  aspect-ratio: 340 / 200;
  background-image: url(../images/pvp_page03/ttl-page03.png);
}

h1.ttl-page.page04_1 {
  background-image: url(../images/pvp_page04_1/ttl-page04_1.png);
}

h1.ttl-page.page04_2 {
  background-image: url(../images/pvp_page04_2/ttl-page04_2.png);
}

h1.ttl-page.page04_3 {
  background-image: url(../images/pvp_page04_3/ttl-page04_3.png);
}

h1.ttl-page.page04_4 {
  background-image: url(../images/pvp_page04_4/ttl-page04_4.png);
}

h1.ttl-page.page05_1 {
  background-image: url(../images/pvp_page05_1/ttl-page05_1.png);
}

h1.ttl-page.page05_2 {
  background-image: url(../images/pvp_page05_2/ttl-page05_2.png);
}

/* menu-page */
ul.menu-page li {
  font-weight: bold;
}

ul.menu-page li a {
  padding: 2px 10px;
  color: var(--Color-main);
}

ul.menu-page li a:hover {
  color: var(--Color-main-ov);
  text-decoration: underline;
}

h2.ttl-menu-page {
  width: 100%;
  aspect-ratio: 284 / 26;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  background: url(../images/pvp_comm/ttl-menu-page.png) no-repeat center top / 100% auto;
}

#menu-page-header.menu-page-block {
  width: 100%;
  max-width: 284px;
  display: inline-block;
  vertical-align: bottom;
}

#menu-page-header ul.menu-page li {
  margin-top: 2px;
  background-color: rgba(89, 81, 76, 0.05);
  border-radius: 2px;
  font-size: var(--FontSize-menu-page);
}

#menu-page-float .menu-page-block {
  width: 230px;
  padding-inline: 5px;
  padding-block: 10px;
  background-color: #f3f3f3;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

#menu-page-float .menu-page-block ul.menu-page li {
  margin-top: 1px;
  font-size: var(--FontSize-txt-content);
}

#menu-page-float .menu-page-block ul.menu-page {
  margin-top: 7px;
}

#menu-page-float {
  width: fit-content;
  --border-radius: 5px;
  opacity: 0;
  transition: filter, opacity 0.5s, transform 0.5s;
  pointer-events: none;
  position: fixed;
  top: 75px;
  right: -0.15%;
  z-index: 100;
}

#menu-page-float.fixed {
  opacity: 1;
  pointer-events: auto;
}

#menu-page-float:has(.btn-toggle.close) {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  transition-delay: 0.2s;
}

#menu-page-float,
#menu-page-float:has(.btn-toggle.close) .btn-toggle {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
}

#menu-page-float .btn-toggle {
  width: 24px;
  padding-block: 8px;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  box-shadow: inset 1px 0px 1px rgba(255, 255, 255, 0.3),
    inset 0px 1px 1px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: box-shadow 0.2s, background-color 0.2s;
  background-color: #d3d3d3;
  position: absolute;
  left: -24px;
  top: 3px;
  z-index: -1;
  pointer-events: none;
}

#menu-page-float.fixed .btn-toggle {
  pointer-events: auto;
}

.btn-toggle-arrow {
  width: 65%;
  aspect-ratio: 50 / 34;
  margin-top: 3px;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/pvp_comm/btn-toggle-arrow.svg);
  mask-image: url(../images/pvp_comm/btn-toggle-arrow.svg);
  background-color: #8d8d8d;
  transition: background-color 0.2s;
}

.btn-toggle-arrow:hover {
  background-color: #5e5e5e;
}

#menu-page-float a.open .btn-toggle-arrow {
  transform: rotate(-180deg);
}

#menu-page-float .btn-toggle a p {
  writing-mode: vertical-lr;
  letter-spacing: 2px;
}

#menu-page-float .btn-toggle a {
  color: #8d8d8d;
  font-size: var(--FontSize-btn-toggle);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

#menu-page-float .btn-toggle:hover a {
  color: #5e5e5e;
}

#menu-page-float .btn-toggle:hover {
  background-color: #cccccc;
  box-shadow: inset 1px 0px 1px rgba(255, 255, 255, 0.3),
    inset 0px 1px 1px rgba(255, 255, 255, 0.3);
}

#menu-page-float .btn-toggle a.close,
#menu-page-float .btn-toggle.close a.open {
  display: flex;
}

#menu-page-float .btn-toggle a,
#menu-page-float .btn-toggle.close a.close {
  display: none;
}


.btn-page {
  width: 100%;
  max-width: 650px;
  aspect-ratio: 650 / 104;
  margin-inline: auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  display: block;
  position: relative;
}

.btn-page::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  inset: 0;
}

.btn-page:hover::before {
  opacity: 1;
}

.btn-page.btn-page03_1 {
  max-width: 640px;
  aspect-ratio: 640 / 100;
}

.btn-page03_1 {
  background-image: url(../images/pvp_page03/btn-page03_1.png);
}

.btn-page03_1::before {
  background-position: center bottom;
  background-image: url(../images/pvp_page03/btn-page03_1.png);
}

.btn-page04_1 {
  background-image: url(../images/pvp_page04/btn-page04_1.png);
}

.btn-page04_1::before {
  background-image: url(../images/pvp_page04/btn-page04_1.png);
}

.btn-page04_2 {
  background-image: url(../images/pvp_page04/btn-page04_2.png);
}

.btn-page04_2::before {
  background-image: url(../images/pvp_page04/btn-page04_2.png);
}

.btn-page04_3 {
  background-image: url(../images/pvp_page04/btn-page04_3.png);
}

.btn-page04_3::before {
  background-image: url(../images/pvp_page04/btn-page04_3.png);
}

.btn-page04_4 {
  background-image: url(../images/pvp_page04/btn-page04_4.png);
}

.btn-page04_4::before {
  background-image: url(../images/pvp_page04/btn-page04_4.png);
}

.btn-page05_1 {
  background-image: url(../images/pvp_page05/btn-page05_1.png);
}

.btn-page05_1::before {
  background-image: url(../images/pvp_page05/btn-page05_1.png);
}

.btn-page05_2 {
  background-image: url(../images/pvp_page05/btn-page05_2.png);
}

.btn-page05_2:before {
  background-image: url(../images/pvp_page05/btn-page05_2.png);
}

.txt-content {
  margin-inline: auto;
  font-size: var(--FontSize-txt-content);
}

.txt-highlight {
  color: #4696eb;
  font-weight: bold;
  display: block;
}

.txt-highlight.big {
  font-size: var(--FontSize-txt-highlight);
}

.txt-note {
  color: #a62137;
}

h2[class*="ttl-content0"] {
  width: 100%;
  height: 59px;
  aspect-ratio: 640 / 120;
  margin-top: 28px;
  margin-bottom: 5px;
  background: url(../images/pvp_comm/ttl-content_bg.png) no-repeat left center / auto 100%;
  display: flex;
  align-items: center;
}

h2[class*="ttl-content0"] .txt {
  padding-left: 42px;
  padding-bottom: 9px;
  font-size: var(--FontSize-ttl-content);
  font-weight: bold;
  color: #73452e;
  line-height: 1;
  text-shadow: 0px 1px 4px #fff;
  text-align: left;
  font-style: italic;
}

h3.ttl-item {
  width: 100%;
  margin-inline: auto;
  margin-bottom: 9px;
  font-size: var(--FontSize-ttl-item);
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

h3.ttl-item2 {
  width: 100%;
  margin-inline: auto;
  margin-top: 32px;
  margin-bottom: 9px;
  font-size: var(--FontSize-ttl-item);
  font-weight: bold;
  text-align: center;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}



h3.ttl-item::before {
  content: " ";
  margin-right: 7px;
  vertical-align: baseline;
  position: relative;
  display: inline-block;
  background-color: var(--Color-main);
  width: 12px;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
}

h4.ttl-opentask {
  background-color: rgba(89, 81, 76, 0.1);
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 3px 2px 3px 34px;
  font-weight: bold;
  position: relative;
  color: var(--Color-main);
}

h4.ttl-icon-bg {
  background-color: rgba(89, 81, 76, 0.1);
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 4px 2px 4px 38px;
  font-weight: bold;
  font-size: var(--FontSize-txt-content);
  position: relative;
  display: block;
  color: var(--Color-main);
}

h4.ttl-icon-bg span {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}

h4.ttl-icon-bg span::before {
  content: '';
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}

h4.ttl-icon-bg.join span::before {
  background-image: url(../images/pvp_comm/icon-join.png);
  width: 32px;
  aspect-ratio: 1 / 1;
}

h4.ttl-icon-bg.except span::before {
  background-image: url(../images/pvp_comm/icon-flag_except.png);
  width: 36px;
  aspect-ratio: 1 / 1;
  margin-top: -5px;
}

h4.ttl-tactic {
  font-size: var(--FontSize-ttl-item);
  font-weight: bold;
  margin-block: 20px;
  position: relative;
}

h4.ttl-tactic::after {
  content: " ";
  width: 45px;
  aspect-ratio: 50 / 48;
  position: absolute;
  top: -9px;
  left: -15px;
  display: block;
  background-image: url(../images/pvp_comm/icon-tactic.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

/* page05 */
/* 建物 */
h4.ttl-bldg {
  margin-left: -3px;
  font-size: var(--FontSize-ttl-item);
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

h4.ttl-bldg::before {
  content: " ";
  width: 32px;
  aspect-ratio: 1 / 1;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: text-bottom;
  display: inline-block;
}

h4.bldg01::before {
  background-image: url(../images/pvp_comm/page05/icon-bldg01.png);
}

h4.bldg02::before {
  background-image: url(../images/pvp_comm/page05/icon-bldg02.png);
}

/* 兵器 */
h4.ttl-mach {
  margin-left: -3px;
  font-size: var(--FontSize-ttl-item);
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

h4.ttl-mach::before {
  content: " ";
  width: 32px;
  aspect-ratio: 1 / 1;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: text-bottom;
  display: inline-block;
}

h4.mach01::before {
  background-image: url(../images/pvp_comm/page05/icon-mach01.png);
}

h4.mach02::before {
  background-image: url(../images/pvp_comm/page05/icon-mach02.png);
}

h4.mach03::before {
  background-image: url(../images/pvp_comm/page05/icon-mach02.png);
}

h3.ttl-normal {
  font-size: var(--FontSize-txt-content);
  font-weight: bold;
}

.icon-flag {
  width: 32px;
  aspect-ratio: 1 / 1;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

ul.list-opentask {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.list-opentask li {
  font-size: var(--FontSize-txt-content);
}

ul.list-opentask.col-1 li {
  width: 100%;
}

ul.list-opentask.col-3 li {
  width: calc((100% - 20px) / 3);
}

ul.list-opentask .con {
  padding-left: 36px;
}

ul.list-opentask .con h4 {
  font-weight: bold;
}

ul.list-opentask .con .txt {
  margin-bottom: 16px;
}

ul.list-opentask span {
  display: inline-block;
}

/* 表格 */
.table-block.margin-bt-l {
  margin-bottom: 48px;
}

.table-block.job {
  width: 100%;
  overflow: hidden;
}

.table-block.job .table-style01 {
  width: 50%;
  float: left;
}

/* 表格 style01 */
.table-style01 {
  width: 100%;
  font-size: var(--FontSize-txt-content);
}

.table-style01 thead th,
.table-style01 tbody td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.table-style01 thead th {
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}

.table-jobvalue thead th {
  width: 25%;
}

.table-skillcap thead th {
  width: 156px;
}

.table-style01 thead th span {
  position: relative;
  z-index: 1;
}

.table-style01 thead th::before {
  content: "";
  border-radius: 4px;
  margin-right: 2px;
  position: absolute;
  inset: 0;
  z-index: 0;
}

:is(.table-jobvalue, .table-skillcap) thead th.color01::before {
  background-color: #59514c;
}

:is(.table-jobvalue, .table-skillcap) thead th.color02::before {
  background-color: var(--Color-main);
}

.table-style01 tbody td {
  border-bottom: 1px solid #b5b5b3;
}

.table-jobvalue tbody td {
  font-weight: bold;
}

.table-jobvalue tbody td {
  text-align: center;
}

.table-jobvalue tbody td:has(img) {
  text-align: left;
}

.table-skillcap tbody td {
  text-align: center;
}

.table-block:has(.fixed-block) {
  display: flex;
}

.table-block .fixed-block {
  display: inline-block;
}

.job-name {
  display: inline-block;
}

.icon-job {
  width: 24px;
  aspect-ratio: 1 / 1;
  margin-right: 4px;
  display: inline-block;
}

.icon-job img {
  width: 100%;
  height: auto;
}

/* 表格 style02 */
.table-block.bg {
  padding: 8px 8px 15px;
  background-color: #f2f2f2;
  border-radius: 8px;
}

.table-style02 {
  width: 100%;
  font-size: var(--FontSize-txt-content);
  text-align: center;
  vertical-align: middle;
}

.table-style02.col-2 thead th {
  width: calc(100% / 2);
}

.table-style02.col-3 thead th {
  width: calc(100% / 3);
}

.table-style02.col-4 thead th {
  width: calc(100% / 4);
}

.table-style02 thead th {
  background-color: rgba(89, 81, 76, 0.1);
  padding: 2px;
}

.table-style02 tbody td {
  border-bottom: 1px solid #b5b5b3;
  padding: 6px 12px;
}

.table-style02.col-4 thead span {
  display: inline-block;
}

/* list-style01 灰點 */
ul.list-style01 {
  margin-left: 8px;
}

ul.list-style01 li {
  width: 100%;
  padding-block: 2px;
  font-size: var(--FontSize-txt-content);
  display: inline-block;
}

ul.list-style01 li::before,
ul.list-style01.ttl li>span::before {
  content: " ";
  margin-right: 6px;
  background: #999999;
  border-radius: 8px;
  width: 8px;
  aspect-ratio: 1 / 1;
  display: inline-block;
  vertical-align: middle;
}

ul.list-style01.ttl li::before {
  display: none;
}

ul.list-style01.ttl {
  padding-top: 3px;
}

ul.list-style01.ttl li p {
  width: 100%;
  display: inline-block;
}

ul.list-style01.ttl li {
  display: flex;
  margin-block: 7px;
  line-height: 1.7;
}

ul.list-style01.ttl li p {
  width: 100%;
  display: inline-block;
}

ul.list-style01.ttl li>span {
  display: inline-block;
}


ul.list-style02 {
  margin-left: 8px;
}

ul.list-style02 li {
  width: 100%;
  padding-block: 2px;
  font-size: var(--FontSize-txt-content);
}

ul.list-style02.ttl li {
  margin-block: 7px;
}

ul.list-style02.ttl li span.num {
  display: inline-block;
  vertical-align: top;
}

ul.list-style02.ttl li p {
  display: inline-block;
}

ul.list-style03 {
  width: 100%;
  text-align: center;
  font-size: var(--FontSize-txt-content);
}

ul.list-style03 li {
  width: 100%;
  display: table;
}

ul.list-style03 li span {
  display: inline-block;
}

ul.list-style03 li:has(p.ttl) {
  background-color: rgba(89, 81, 76, 0.1);
  border-radius: 2px;
}

ul.list-style03 li:has(p.txt) {
  border-bottom: 1px solid #b5b5b3;
}

ul.list-style03 li p {
  width: calc(100% / 2);
  padding: 6px 8px;
  display: table-cell;
  vertical-align: middle;
}

ul.list-style03 li p.ttl {
  margin-bottom: 5px;
}

ul.list-style03 img.icon-supp {
  width: 35px;
  aspect-ratio: 1 / 1;
}

ul.list-style03.col-3_1 li p:nth-of-type(1) {
  width: 20%;
}

ul.list-style03.col-3_1 li p:nth-of-type(2) {
  width: 35%;
}

ul.list-style03.col-3_1 li p:nth-of-type(3) {
  width: calc(100% - 20% - 35%);
}

ul.list-style03.col-3_1 li p.txt:nth-of-type(3) {
  text-align: left;
}

ul.list-style03.col-3_2 li p:nth-of-type(1) {
  width: calc(100% - 20% - 20%);
}

ul.list-style03.col-3_2 li p:nth-of-type(2) {
  width: 20%;
}

ul.list-style03.col-3_2 li p:nth-of-type(3) {
  width: 20%;
}

ul.list-style03.rank {
  width: 100%;
  text-align: center;
  font-size: var(--FontSize-txt-content);
}

ul.list-style03.rank li {
  width: 100%;
}

ul.list-style03.rank li:has(p.ttl) {
  background-color: rgba(89, 81, 76, 0.1);
  border-radius: 2px;
}

ul.list-style03.rank li:has(p.txt) {
  display: table;
  border-bottom: 1px solid #b5b5b3;
}

ul.list-style03.rank li p {
  width: calc(100% / 2);
}

ul.list-style03.rank li p.ttl {
  margin-bottom: 5px;
  font-weight: bold;
}

ul.list-style03.rank li p.txt {
  display: table-cell;
  vertical-align: middle;
}

ul.list-style03.rank li p.txt span {
  display: block;
}

ul.list-style03.rank li .image-rank {
  width: auto;
  height: 100px;
  max-height: 272px;
}

/* list-style04 */
ul.list-style04 {
  width: 100%;
  text-align: center;
  font-size: var(--FontSize-txt-content);
}

ul.list-style04 li {
  width: 100%;
}

ul.list-style04 li span {
  display: inline-block;
}

ul.list-style04 li:has(p.ttl) {
  padding: 5px 5px;
  background-color: rgba(89, 81, 76, 0.1);
  border-radius: 2px;
}

ul.list-style04 li:has(p.txt) {
  padding: 5px 5px 12px;
  display: table;
}

ul.list-style04 li div {
  width: calc(100% / 3);
  display: table-cell;
  vertical-align: middle;
}

ul.list-style04 li p.txt {
  padding: 6px 8px;
}

ul.list-style04 li p.ttl {
  margin-bottom: 5px;
}

ul.list-style04 img.icon-stat {
  width: 64px;
  aspect-ratio: 1 / 1;
}

ul.list-join {
  width: 100%;
  font-size: var(--FontSize-txt-content);
  display: flex;
  text-align: center;
  --margin-right: 5px;
}

ul.list-join li {
  display: table;
}

ul.list-join li p {
  display: table-caption;
  padding: 6px 20px;
  background-color: rgba(89, 81, 76, 0.05);
  border-radius: 2px;
}

ul.list-join li .ttl {
  margin-bottom: 5px;
}

ul.list-join li .txt {
  display: table-cell;
  vertical-align: middle;
}

ul.list-join.col-3 li {
  width: calc((100% - (var(--margin-right) * 2)) / 3);
}

ul.list-join.col-3 li:nth-of-type(2) {
  margin-inline: var(--margin-right);
}

ul.list-join.col-2 li {
  width: calc((100% - var(--margin-right)) / 2);
}

ul.list-join.col-2 li:nth-of-type(1) {
  margin-right: var(--margin-right);
}


ul.list-fettle {
  width: 100%;
  text-align: center;
  font-size: var(--FontSize-txt-content);
}

ul.list-fettle li {
  width: 100%;
  display: table;
}

ul.list-fettle li>p.ttl {
  background-color: rgba(89, 81, 76, 0.1);
  border-radius: 2px;
}

ul.list-fettle li:has(p.txt) {
  border-bottom: 1px solid #b5b5b3;
}

ul.list-fettle li div {
  width: calc(100% / 3);
  display: table-cell;
  vertical-align: middle;
}

ul.list-fettle li p {
  padding: 6px 8px;
  display: table-cell;
  vertical-align: middle;
}

ul.list-fettle li>p {
  width: calc(100% / 3);
}

ul.list-fettle li div>p {
  width: 100%;
  display: block;
}

ul.list-fettle li p.ttl {
  margin-bottom: 5px;
  font-weight: bold;
}

ul.list-fettle img.icon-fettle {
  width: 24px;
  margin-right: 3px;
  vertical-align: text-bottom;
}

ul.list-skill {
  width: 100%;
  text-align: center;
  font-size: var(--FontSize-txt-content);
}

ul.list-skill li {
  width: 100%;
  display: table;
}

ul.list-skill li div.txt {
  padding-inline: 8px;
  padding-block: 9px;
}

ul.list-skill li div.ttl {
  color: #fff;
  position: relative;
  z-index: 1;
}

ul.list-skill li .align-lt {
  text-align: left;
}

ul.list-skill li .name {
  text-align: left;
}

ul.list-skill li .name p {
  display: inline-block;
  vertical-align: middle;
}

ul.list-skill li .row-2 p {
  width: 100%;
  padding-block: 3px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

ul.list-skill li .row-2 p:nth-of-type(1) {
  margin-bottom: 2px;
}

ul.list-skill li .act p {
  width: 100%;
  display: inline-block;
}

ul.list-skill li .act p::before {
  content: "";
  width: 16px;
  aspect-ratio: 1 / 1;
  margin-right: 2px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  display: inline-block;
}

p.act01::before {
  background-image: url(../images/pvp_comm/page05/icon-act01.png);
}

p.act02::before {
  background-image: url(../images/pvp_comm/page05/icon-act02.png);
}

p.act03::before {
  background-image: url(../images/pvp_comm/page05/icon-act03.png);
}

p.act04::before {
  background-image: url(../images/pvp_comm/page05/icon-act04.png);
}

p.act05_1::before {
  background-image: url(../images/pvp_comm/page05/icon-act05_1.png);
}

p.act05_2::before {
  background-image: url(../images/pvp_comm/page05/icon-act05_2.png);
}

p.act05_3::before {
  background-image: url(../images/pvp_comm/page05/icon-act05_3.png);
}

p.act05_4::before {
  background-image: url(../images/pvp_comm/page05/icon-act05_4.png);
}

ul.list-skill li div.ttl:not(.row-2)::before,
ul.list-skill li .row-2 p::before {
  content: "";
  background-color: var(--Color-main);
  border-radius: 5px;
  position: absolute;
  inset: 0;
  z-index: -1;
}

ul.list-skill li div.ttl:not(.row-2, :nth-of-type(6))::before,
ul.list-skill li .row-2 p::before {
  margin-right: 2px;
}

ul.list-skill li:has(div.txt) {
  border-bottom: 1px solid #b5b5b3;
}

ul.list-skill li div {
  display: table-cell;
  vertical-align: middle;
}

ul.list-skill li div.ttl,
ul.list-skill li div.txt {
  width: calc((100% - 35% - 18%) / 4);
}

ul.list-skill li div.ttl:nth-of-type(6),
ul.list-skill li div.txt:nth-of-type(6) {
  width: 35%;
}

ul.list-skill li div.ttl:nth-of-type(1),
ul.list-skill li div.txt:nth-of-type(1) {
  width: 18%;
}

ul.list-skill p:has(img.icon-skill) {
  width: 35px;
  aspect-ratio: 1 / 1;
  margin-right: 3px;
  position: relative;
}

ul.list-skill p:has(img.icon-skill)::before {
  content: "";
  transform: scale(1.099) translateY(0.5px);
  background-image: url(../images/pvp_common/page05/icon-skill_frame.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  inset: 0;
  z-index: 1;
}

ul.list-skill img.icon-skill {
  width: 100%;
  height: auto;
}

/* 圖片*/
[class*="image-groups"],
[class*="image-one"] img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

img.small {
  width: auto;
}

img.small2 {
  width: 33%;
}

img.small_map {
  width: 100%;
}

img.mw640 {
  max-width: 640px;
  width: 100%;
}

img.mw410 {
  max-width: 410px;
  width: 100%;
}

img.mw700 {
  max-width: 700px;
  width: 100%;
}

img.mw368 {
  max-width: 368px;
  width: 100%;
}

[class*="image-groups"],
[class*="image-one"] {
  text-align: center;
}

.image-groups-style01,
.image-one-style02 {
  width: 100%;
}

.image-groups-style01 img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* 圖片 單張 */
.image-one-style02 {
  position: relative;
}

.image-one-style02::before {
  content: "";
  background: url(../images/pvp_comm/image-frame.png) no-repeat center center / 100%;
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* 圖組 2欄 */
ul.image-groups-style02 {
  width: 100%;
  max-width: fit-content;
  margin-inline: auto;
  text-align: left;
  overflow: hidden;
  --margin-right: 10px;
}

ul.image-groups-style02 li {
  display: table;
  float: left;
}

ul.image-groups-style02 li {
  margin-bottom: 18px;
}

ul.image-groups-style02 li:nth-last-of-type(1),
ul.image-groups-style02 li:nth-last-of-type(2) {
  margin-bottom: 0;
}

ul.image-groups-style02 li:nth-of-type(odd) {
  margin-right: var(--margin-right);
}

ul.image-groups-style02 img {
  width: 100%;
  height: auto;
}

ul.image-groups-style02 p {
  margin-top: 5px;
  font-size: var(--FontSize-txt-content);
  text-align: center;
  display: block;
}

ul.image-groups-style02.col-2 li {
  width: calc((100% - var(--margin-right)) / 2);
}

ul.image-groups-style02.col-1 {
  max-width: 250px;
}

ul.image-groups-style02.col-1 li {
  width: 100%;
}

ul.image-groups-style02.dif-size {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.image-groups-style02.dif-size li {
  width: fit-content;
  float: none;
}

ul.image-groups-style02.dif-size li:nth-of-type(1) {
  width: 100%;
}

ul.image-groups-style02.dif-size li:nth-of-type(odd) {
  margin-right: 0px;
}

ul.image-groups-style02.dif-size li:nth-of-type(2) {
  margin-right: var(--margin-right);
}

ul.image-groups-style02.dif-size img {
  max-width: 315px;
}

/* 圖組 swiper */
.imagecarousel-block {
  width: 100%;
  position: relative;
}

.image-list {
  width: 100%;
  aspect-ratio: 960 / 540;
  overflow: hidden;
  position: relative;
}

.image-list img {
  width: 100%;
  height: auto;
}

.imagecarousel-block::before {
  content: "";
  background: url(../images/pvp_comm/image-frame.png) no-repeat center center / 100%;
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* swiper箭頭 --------------------------------------- */
.imagecarousel-block .swiper-button-prev,
.imagecarousel-block .swiper-button-next {
  width: 40px;
  max-width: 80px;
  height: auto;
  aspect-ratio: 80 / 160;
  outline: none;
  top: 47%;
  opacity: 0;
  transition: filter 0.5s, opacity 0.5s;
}

.imagecarousel-block:hover .swiper-button-prev,
.imagecarousel-block:hover .swiper-button-next {
  opacity: 1;
}

.imagecarousel-block .swiper-button-next:after,
.imagecarousel-block .swiper-rtl .swiper-button-prev:after,
.imagecarousel-block .swiper-button-prev:after,
.imagecarousel-block .swiper-rtl .swiper-button-next:after {
  content: '';
}

.imagecarousel-block .swiper-button-next::before,
.imagecarousel-block .swiper-button-prev::before {
  content: '';
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  inset: 0;
  z-index: 5;
}

.imagecarousel-block .swiper-button-prev::before {
  background: url(../images/pvp_comm/btn-left-ov.png) no-repeat center center / 100%;
}

.imagecarousel-block .swiper-button-next::before {
  background: url(../images/pvp_comm/btn-right-ov.png) no-repeat center center / 100%;
}

.imagecarousel-block .swiper-button-prev:hover::before,
.imagecarousel-block .swiper-button-next:hover::before {
  opacity: 1;
}

.imagecarousel-block .swiper-button-prev {
  background: url(../images/pvp_comm/btn-left.png) no-repeat center center / 100% auto;
  left: 1px;
}

.imagecarousel-block .swiper-button-next {
  background: url(../images/pvp_comm/btn-right.png) no-repeat center center / 100% auto;
  right: 1px;
}

.imagecarousel-block .swiper-button-next.swiper-button-disabled,
.imagecarousel-block .swiper-button-prev.swiper-button-disabled {
  opacity: .45;
  cursor: auto;
  pointer-events: none;
}

/* swiper分頁 --------------------------------------- */
.imagecarousel-block :is(.swiper-pagination-bullet, .swiper-pagination-bullet-active) {
  width: 20px;
  max-width: 40px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  opacity: 1;
}

.imagecarousel-block .swiper-pagination-bullet {
  background: url(../images/pvp_comm/btn-dot.png) no-repeat center center / 100% auto;
}

.imagecarousel-block .swiper-pagination-bullet-active {
  background: url(../images/pvp_comm/btn-dot-ov.png) no-repeat center center / 100% auto;
}

.imagecarousel-block .swiper-pagination,
.imagecarousel-block .swiper-horizontal>.swiper-pagination-bullets,
.imagecarousel-block .swiper-pagination-bullets.swiper-pagination-horizontal,
.imagecarousel-block .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 8px;
}


/*--page_01_底下地圖用--*/
.bottom_map {
  position: relative;
  width: 640px;
  margin: 0 auto;
}

.bottom_map .shop_01 {
  position: absolute;
  left: 32%;
  top: 45%;
  z-index: 60;
}

.bottom_map .shop_02 {
  position: absolute;
  left: 32%;
  top: 58%;
  z-index: 60;
}

.bottom_map .shop_03 {
  position: absolute;
  left: 32%;
  top: 71%;
  z-index: 60;
}

.bottom_map .map_shop {
  background: #f0f0ef;
  display: block;
  padding: 6px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  z-index: 2;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  color: #585858;
  cursor: auto;
  pointer-events: none;
}

.bottom_map .map_shop:hover {
  color: #585858;
  text-decoration: none;
  cursor: auto;
}






@media (max-width:1250px) {

  h1.ttl-vision.page {
    height: 13vw;
    max-height: 90px;
    background: url(../images/pvp_comm/ttl-vision.png) no-repeat center top / auto 100%;
  }

  ul.menu-main {
    width: 98%;
  }

  ul.menu-main>li .btn-main a {
    padding-inline: min(1.15vw, 9px);
    padding-block: min(1.1vw, 8px);
  }

  #menu-page-float {
    right: -230px;
  }

}

@media (max-width:990px) {

  section.main .content {
    width: 100%;
  }

  .inner-block,
  h2[class*="ttl-content0"]~.txt-content {
    width: 96%;
  }

}

@media (max-width:900px) {

  /* vision 版頭視覺 */
  .bg-vision {
    height: 110px;
    background: url(../images/pvp_comm/bg-vision-page.jpg) no-repeat center bottom / auto 100%;
  }

  .txt-vision.update {
    padding-block: min(1.4vw, 10px);
  }

  .menu-main-block {
    top: 200px;
  }

  ul.list-opentask.col-3 li {
    width: calc((100% - 10px) / 2);
  }

  .imagecarousel-block .swiper-button-prev,
  .imagecarousel-block .swiper-button-next {
    width: 5vw;
    max-width: 45px;
  }

}

@media (max-width:767px) {

  /* vision 版頭視覺 */
  .bg-vision {
    height: 22vw;
    max-height: 120px;
    background: url(../images/pvp_comm/bg-vision-page_s.jpg) no-repeat center bottom / auto 100%;
  }

  section.main {
    padding-top: min(8vw, 10px);
    padding-bottom: min(15vw, 62px);
  }

  section.main .content {
    width: 92%;
  }

  .inner-block,
  h2[class*="ttl-content0"]~.txt-content {
    width: 100%;
  }

  .inner-block.bg {
    padding: min(3.5vw, 10px) min(3.5vw, 10px);
  }

  .guide_page:has(.select-block) .content>article:nth-of-type(1) {
    display: flex;
    flex-direction: column-reverse;
  }

  h1.ttl-page {
    display: none;
  }

  #menu-page-header h2.ttl-menu-page {
    display: none;
  }

  #menu-page-header.menu-page-block {
    max-width: none;
    display: block;
  }

  #menu-page-header ul.menu-page {
    padding-block: 5px;
    font-size: 0;
    text-align: left;
    --margin-right: min(1.6vw, 9px);
  }

  #menu-page-header ul.menu-page li {
    width: calc((100% - var(--margin-right)) / 2);
    margin-top: min(1.9vw, 10px);
    background: #f4f5f2;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    display: inline-block;
  }

  #menu-page-header ul.menu-page li:nth-of-type(odd) {
    margin-right: var(--margin-right);
  }

  #menu-page-header ul.menu-page li a {
    padding: 10px min(2.5vw, 6px);
    text-align: center;
  }

  #menu-page-header ul.menu-page li a:hover {
    text-decoration: none;
  }

  #menu-page-float {
    opacity: 1;
    top: 75px;
    pointer-events: auto;
  }

  #menu-page-float .menu-page-block {
    width: 49vw;
    max-width: 230px;
  }

  #menu-page-float .btn-toggle {
    pointer-events: auto;
  }

  #menu-page-float .menu-page-block ul.menu-page li {
    margin-top: min(2vw, 7px);
    font-size: var(--FontSize-menu-page);
  }

  #menu-page-float .menu-page-block ul.menu-page {
    margin-top: min(2.5vw, 10px);
  }

  h3.ttl-item {
    margin-bottom: min(1vw, 9px);
  }

  h3.ttl-item.margin-bt-s {
    margin-bottom: min(2.5vw, 10px);
  }

  h3.ttl-item::before {
    width: 2.5vw;
    max-width: 12px;
    margin-right: min(1vw, 7px);
  }

  .select-block {
    width: 92%;
    max-width: 767px;
    margin-inline: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    z-index: 10;
  }

  .select-block select {
    width: 100%;
    padding-block: min(3.5vw, 16px);
    padding-inline: min(3.5vw, 16px);
    font-size: var(--FontSize-select);
    font-weight: bold;
    color: #404040;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
  }

  .select-block::before {
    content: ' ';
    height: 100%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    right: 0.5%;
    z-index: 1;
    background-position: center center;
    background-size: auto 25%;
    background-image: url(../images/pvp_comm/sel-arrow.svg);
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .menu-main-block {
    width: 100%;
    position: fixed;
    top: auto;
    inset: 0;
    z-index: 999;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    opacity: 0;
    transition-delay: 0s;
    transition: background-color 0.5s, backdrop-filter 0.5s, opacity 0.5s;
    pointer-events: none;
  }

  .menu_show .menu-main-block,
  .menu_show .menu-main-block.fixed {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 1;
    pointer-events: auto;
  }

  .menu-main-block.fixed {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    position: fixed;
    top: auto;
    inset: 0;
    transition-delay: 0.7s;
    transition: margin-top 0.5s;
  }

  .menu-main-block .con {
    width: 84%;
    max-width: 480px;
    position: relative;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    display: none;
    transition: opacity 0.5s;
  }

  .menu_show .menu-main-block .con {
    opacity: 1;
    display: block;
    pointer-events: auto;
    padding-top: 13px;
    padding-bottom: 0px;
    border-radius: 5px;
    background-color: #f4f5f2;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    max-height: 100%;
    overflow-y: auto;
  }

  ul.menu-main {
    width: 100%;
    padding-inline: 8px;
    display: block;
  }

  ul.menu-main>li {
    width: 100%;
    margin-right: 0px;
  }

  ul.menu-main>li .btn-main {
    text-align: left;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }

  ul.menu-main>li .btn-main:hover {
    background-color: transparent;
  }

  ul.menu-main>li .btn-main:hover a {
    text-decoration: underline;
  }

  ul.menu-main>li.hold .btn-main a {
    color: var(--Color-main);
  }

  ul.menu-main>li.hold .btn-main {
    background-color: transparent;
    box-shadow: none;
  }

  ul.menu-toggle {
    padding-top: 0px;
    padding-inline: 21px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    pointer-events: auto;
    margin-bottom: 13px;
    opacity: 1;
    transition: none;
  }

  .menu-main-block.fixed ul.menu-toggle {
    box-shadow: none;
  }

  ul.menu-main>li:hover>.btn-main+ul.menu-toggle {
    top: auto;
  }

  ul.menu-toggle li a {
    padding-block: 6px;
    display: block;
  }

  .btn-close {
    width: 10vw;
    max-width: 40px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: 110;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(../images/pvp_comm/btn-close.svg);
    mask-image: url(../images/pvp_comm/btn-close.svg);
    background-color: #7c7c7c;
    transition: background-color 0.5s;
  }

  .btn-close:hover {
    background-color: #4e4e4e;
  }

  .btn-menu {
    width: 10vw;
    max-width: 40px;
    aspect-ratio: 1 / 1;
    background: url(../images/pvp_comm/btn-menu.png) no-repeat center center / 100% auto;
    border-radius: 50%;
    background-color: #666666;
    transition: background-color 0.5s;
    display: block;
    position: fixed;
    z-index: 50;
  }

  .btn-menu:hover {
    background-color: #4e4e4e;
  }

  h2[class*="ttl-content0"] {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-inline: auto;
    margin-top: min(5vw, 8px);
    margin-bottom: min(1vw, 5px);
    background: url(../images/pvp_comm/ttl-content_bg.png) no-repeat center center;
    background-size: min(68vw, 350px) auto;
    justify-content: center;
  }

  h2[class*="ttl-content0"] .txt {
    padding-left: 0;
    font-size: var(--FontSize-ttl-content);
    text-align: center;
  }

  ul.list-opentask li {
    background: rgba(89, 81, 76, 0.1);
    border-radius: 4px;
    margin-bottom: 16px;
  }

  ul.list-opentask.col-3 li {
    width: 100%;
  }

  .icon-flag {
    width: 9vw;
    max-width: 32px;
    margin-top: min(-2vw, -16px);
    left: min(1vw, 4px);
  }

  h4.ttl-opentask {
    padding: 2px 2px 1px min(11vw, 40px);
    border-radius: 0px;
  }

  ul.list-opentask .con {
    margin-bottom: 0px;
    padding-left: min(6.5vw, 25px);
  }

  .table-jobvalue thead.l th {
    padding: 0;
    font-size: 0px;
    height: 0;
  }

  .table-block.job .table-style01 {
    width: 100%;
  }

  .fixed-block .table-skillcap thead th {
    min-width: 156px;
  }

  .table-block .scroll-block {
    overflow-y: auto;
  }

  .table-block .scroll-block.table-style01 {
    width: auto;
  }

  .scroll-block .table-skillcap thead th {
    min-width: 161px;
  }

  h4.ttl-icon-bg {
    padding-left: min(10.5vw, 38px);
    border-radius: 0px;
    margin-bottom: 0px;
  }

  h4.ttl-icon-bg span::before {
    width: 9vw;
    max-width: 32px;
  }

  ul.list-join {
    padding-block: 8px;
    display: block;
    text-align: left;
    background-color: rgba(89, 81, 76, 0.05);
    --margin-right: 0;
  }

  ul.list-join li {
    padding-block: 8px;
    padding-inline: 12px;
    display: block;
  }

  ul.list-join li p {
    width: 100%;
    display: table;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }

  ul.list-join li .ttl {
    margin-bottom: 0px;
  }

  ul.list-join li .txt {
    width: 100%;
    display: table-cell;
    vertical-align: top;
  }

  ul.list-join.col-2 li,
  ul.list-join.col-3 li {
    width: 100%;
  }

  h4.ttl-tactic {
    margin-block: min(1.7vw, 20px);
    padding-block: min(3.4vw, 15px);
    text-align: center;
    background-image: url(../images/pvp_comm/icon-tactic.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }

  h4.ttl-tactic::after {
    display: none;
  }

  ul.list-fettle {
    text-align: left;
  }

  ul.list-fettle li.l {
    display: none;
  }

  ul.list-fettle li div {
    width: 100%;
    display: table;
  }

  ul.list-fettle li div p {
    display: table-cell;
    vertical-align: middle;
  }

  ul.list-fettle li div p.ttl {
    width: 24%;
    text-align: center;
  }

  ul.list-fettle li div p.txt {
    width: calc(100% - 24%);
  }

  ul.list-fettle p.txt:has(img.icon-fettle) {
    padding-block: min(1vw, 5px);
    background-color: rgba(89, 81, 76, 0.1);
    border-radius: 2px;
  }

  ul.list-fettle li div::before {
    width: 24%;
    text-align: center;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
  }

  ul.list-fettle li div:nth-of-type(1)::before {
    content: "战意值";
  }

  ul.list-fettle li div:nth-of-type(2)::before {
    content: "效果";
  }

  ul.list-fettle li:has(p.txt) {
    border-bottom: none;
  }

  ul.list-fettle li div:nth-of-type(1),
  ul.list-fettle li:last-of-type div:nth-of-type(2) {
    border-bottom: 1px solid #b5b5b3;
  }

  ul.list-fettle li p {
    width: 100%;
    padding: min(1.8vw, 8px) min(3vw, 10px);
    display: block;
  }

  ul.list-fettle img.icon-fettle {
    width: 8vw;
    max-width: 20px;
    margin-right: 3px;
  }

  ul.list-skill li div.ttl.l {
    display: none;
  }

  ul.list-skill li div.ttl {
    padding-block: 4px;
  }

  ul.list-skill li div.ttl:nth-of-type(1) {
    width: 40%;
  }

  ul.list-skill li div.ttl:nth-of-type(6) {
    width: 60%;
  }

  ul.list-skill li:has(div.txt) {
    display: grid;
    grid-template-columns: 40% 60%;
  }

  ul.list-skill li div.txt.name {
    width: 100%;
    grid-column: 1;
  }

  ul.list-skill li div.txt:not(.name),
  ul.list-skill li div.txt.act {
    width: 100%;
    text-align: left;
  }

  ul.list-skill li div.act:nth-of-type(1),
  ul.list-skill li div.act:nth-of-type(2),
  ul.list-skill li div.act:nth-of-type(3) {
    grid-column: 1;
  }

  ul.list-skill li div.act:nth-of-type(4) {
    grid-column: 1;
  }

  ul.list-skill li div.txt:nth-of-type(6) {
    grid-column: 2;
    grid-row: 1 / 6;
    display: table;
  }

  ul.list-skill li div.txt:nth-of-type(6) p {
    display: table-cell;
    vertical-align: middle;
  }

  ul.list-skill li div.txt,
  ul.list-skill li div.act p {
    padding-block: 3px;
  }

  ul.list-skill li div.txt.act:has(p) {
    padding-top: 0;
    padding-bottom: 7px;
  }

  ul.list-skill li div.name {
    padding-top: 15px;
    padding-bottom: 8px;
  }

  ul.list-skill li div.act {
    display: inline-block;
  }

  ul.list-skill li div.act::before {
    content: "";
    width: 16px;
    aspect-ratio: 1 / 1;
    margin-right: 2px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
  }

  ul.list-skill li div.act:has(p)::before {
    display: none;
  }

  div.act01::before {
    background-image: url(../images/pvp_comm/page05/icon-act01.png);
  }

  div.act02::before {
    background-image: url(../images/pvp_comm/page05/icon-act02.png);
  }

  div.act03::before {
    background-image: url(../images/pvp_comm/page05/icon-act03.png);
  }

  /* swiper箭頭 --------------------------------------- */
  .imagecarousel-block .swiper-button-prev,
  .imagecarousel-block .swiper-button-next {
    display: none;
  }

  /* swiper分頁 --------------------------------------- */
  .imagecarousel-block :is(.swiper-pagination-bullet, .swiper-pagination-bullet-active) {
    width: 3.8vw;
    max-width: 20px;
  }

  .imagecarousel-block .swiper-pagination,
  .imagecarousel-block .swiper-horizontal>.swiper-pagination-bullets,
  .imagecarousel-block .swiper-pagination-bullets.swiper-pagination-horizontal,
  .imagecarousel-block .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: min(0.6vw, 7px);
  }

  .imagecarousel-block .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .imagecarousel-block .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 min(0.9vw, 4px);
  }


  img.small2 {
    width: 60%;
  }



  /*--page_01_底下地圖用--*/
  .bottom_map {
    width: 100%;
  }

  .bottom_map .shop_01 {
    left: 32%;
    top: 45%;
  }

  .bottom_map .shop_02 {
    left: 32%;
    top: 58%;
  }

  .bottom_map .shop_03 {
    left: 32%;
    top: 71%;
  }

  .bottom_map .map_shop {
    padding: 6px 10px;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    font-size: 2.2vw;
  }

  /*--page_01_底下地圖用--*/




}



@media (max-width:500px) {

  /*--page_01_底下地圖用--*/
  .bottom_map .shop_01 {
    left: 32%;
    top: 42%;
  }

  .bottom_map .shop_02 {
    left: 32%;
    top: 58%;
  }

  .bottom_map .shop_03 {
    left: 32%;
    top: 74%;
  }

  .bottom_map .map_shop {
    padding: 1% 2%;
    font-size: 2.8vw;
  }

  /*--page_01_底下地圖用--*/

}





@media (max-width:400px) {

  #menu-page-float .btn-toggle {
    width: 7.2vw;
    left: -7.2vw;
  }



  /*--page_01_底下地圖用--*/
  .bottom_map .shop_01 {
    left: 32%;
    top: 39%;
  }

  .bottom_map .shop_02 {
    left: 32%;
    top: 58%;
  }

  .bottom_map .shop_03 {
    left: 32%;
    top: 76%;
  }

  .bottom_map .map_shop {
    font-size: 3.5vw;
  }

  /*--page_01_底下地圖用--*/




}