@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

#mainPage {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  background-image: url(./img/body-bg-01-pc.jpg);
  background-size: auto;
  background-position: top center;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mainPage {
    min-width: 0;
    height: auto;
    background-image: url(./img/body-bg-01-mb.jpg);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f1f0f0;
  }
}

.section {
  width: 100%;
  height: 1080px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section {
    height: 90.1041666667vw;
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .section.s1 {
    display: block;
  }
}

.swiper.top {
  width: 1450px;
  height: 835px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 30px;
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .swiper.top {
    width: 95.9635416667vw;
    height: 55.2083333333vw;
    border-bottom-left-radius: 6.5104166667vw;
    border-bottom-right-radius: 6.5104166667vw;
    top: 24.7395833333vw;
    margin-bottom: 0;
  }
}

.swiper-slide {
  text-decoration: none;
  background-color: transparent;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: transparent;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.pagination {
  display: inline-flex;
  width: auto;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .pagination {
    bottom: 2.6041666667vw;
  }
}

.top-pagination {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 30px;
  margin: 0 auto;
  gap: 25px;
  background-color: #272632;
  border-radius: 50px;
}
.top-pagination span {
  box-sizing: border-box;
  padding: 0;
  margin: 0 !important;
  width: 85px;
  height: 15px;
  background-color: #f1f0f0;
  border-radius: 50px;
  opacity: 1;
}
.top-pagination span.swiper-pagination-bullet-active {
  background-color: #e2435a;
}
@media screen and (max-width: 768px) {
  .top-pagination {
    padding: 1.171875vw 1.5625vw;
    gap: 1.953125vw;
  }
  .top-pagination span {
    width: 7.2916666667vw;
    height: 1.4322916667vw;
  }
}

.btn {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.btn.gameStart {
  width: 165px;
  height: 165px;
  background-image: url(./img/btn-gameStart.png);
  position: fixed;
  bottom: 40px;
  left: 45px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .btn.gameStart {
    display: none;
  }
}

.section.s2 {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .section.s2 {
    display: flex;
    padding-top: 7.8125vw;
  }
}

.secContent {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .secContent {
    width: 96.09375vw;
  }
}

.secTitle {
  display: flex;
  box-sizing: border-box;
  padding-left: 76px;
  position: relative;
  font-size: 72px;
  font-weight: bold;
  color: #2f3345;
  margin-bottom: 25px;
}
.secTitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 58px;
  height: 58px;
  background-image: url(./img/icon-h1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .secTitle {
    font-size: 5.9895833333vw;
    padding-left: 5.859375vw;
    margin-bottom: 3.2552083333vw;
  }
  .secTitle::before {
    width: 4.9479166667vw;
    height: 4.9479166667vw;
  }
}

.swiperOuter {
  width: 1100px;
  height: 620px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: transparent;
}
.swiperOuter::before {
  content: "";
  display: block;
  position: absolute;
  width: 1132px;
  height: 642px;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .swiperOuter {
    width: 93.75vw;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
  }
  .swiperOuter::before {
    width: 94.53125vw;
    height: 53.6458333333vw;
    border-radius: 6.5104166667vw;
  }
}

.swiper.s2 {
  width: 1100px;
  height: 620px;
  border-radius: 45px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .swiper.s2 {
    width: 92.4479166667vw;
    height: 50.78125vw;
    border-radius: 6.5104166667vw;
  }
}

.pagination.s2 {
  bottom: -85px;
}
@media screen and (max-width: 768px) {
  .pagination.s2 {
    bottom: -8.4635416667vw;
  }
}

.section.s3 {
  padding-top: 183px;
}
@media screen and (max-width: 768px) {
  .section.s3 {
    display: flex;
    padding-top: 18.8802083333vw;
    height: 180.078125vw;
  }
}

.secTitle.s3 {
  justify-content: flex-end;
  padding-right: 76px;
  margin-bottom: 30px;
}
.secTitle.s3::before {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .secTitle.s3 {
    padding-right: 5.859375vw;
    margin-bottom: 2.6041666667vw;
  }
}

.informationContent {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  gap: 40px;
  position: relative;
}
.informationContent .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .informationContent {
    flex-direction: column;
    align-items: center;
  }
  .informationContent .banner {
    width: 77.34375vw;
    height: 71.3541666667vw;
    position: absolute;
    bottom: 14.3229166667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .informationContent .banner img {
    object-fit: contain;
  }
}

.information {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .information {
    gap: 4.296875vw;
  }
}

.infoTabBtnContent {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  box-sizing: border-box;
  padding: 0 12px;
  position: relative;
}
.infoTabBtnContent > div,
.infoTabBtnContent a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 46px;
  background-color: #282835;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 30px;
  color: #f1f0f0;
  cursor: pointer;
  text-decoration: none;
}
.infoTabBtnContent > div.active,
.infoTabBtnContent a.active {
  height: 56px;
  background-color: #777684;
}
.infoTabBtnContent::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #272632;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .infoTabBtnContent {
    gap: 1.0416666667vw;
    padding: 0 1.5625vw;
  }
  .infoTabBtnContent > div,
  .infoTabBtnContent a {
    width: 13.671875vw;
    height: 6.25vw;
    border-top-left-radius: 2.6041666667vw;
    border-top-right-radius: 2.6041666667vw;
    font-size: 3.7760416667vw;
  }
  .infoTabBtnContent > div.active,
  .infoTabBtnContent a.active {
    height: 7.2916666667vw;
  }
  .infoTabBtnContent::after {
    height: 1.0416666667vw;
    border-radius: 6.5104166667vw;
  }
}

.infoList ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.infoList ul li {
  width: 702px;
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 5px 15px 0 140px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  pointer-events: none;
}
.infoList ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: visible;
}
.infoList ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #777684;
}
.infoList ul li .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 60px;
  position: absolute;
  left: 16px;
  top: -4px;
  background-color: #e2435a;
  font-size: 30px;
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.infoList ul li .tag[data-type=重要] {
  background-color: #e2435a;
}
.infoList ul li .tag[data-type=更新] {
  background-color: #66e2ee;
}
.infoList ul li .tag[data-type=活動] {
  background-color: #ff9e0a;
}
.infoList ul li .tag[data-type=商城] {
  background-color: #805bbb;
}
.infoList ul li .text {
  width: 360px;
  font-size: 24px;
  color: #272632;
  box-sizing: border-box;
  padding: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.infoList ul li .date {
  font-size: 24px;
  color: #777684;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
}
.infoList ul li .date::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(./img/icon-clock.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .infoList ul {
    gap: 1.3020833333vw;
  }
  .infoList ul li {
    width: 89.9739583333vw;
    min-height: 8.4635416667vw;
    padding: 0.6510416667vw 1.953125vw 0 18.2291666667vw;
    background-color: #fff;
    border-bottom-left-radius: 0.6510416667vw;
    border-bottom-right-radius: 0.6510416667vw;
  }
  .infoList ul li::before {
    height: 0.6510416667vw;
  }
  .infoList ul li .tag {
    width: 13.28125vw;
    height: 7.8125vw;
    position: absolute;
    left: 2.0833333333vw;
    top: -0.5208333333vw;
    font-size: 3.90625vw;
    border-bottom-left-radius: 1.953125vw;
    border-bottom-right-radius: 1.953125vw;
  }
  .infoList ul li .text {
    width: 46.875vw;
    font-size: 3.125vw;
    padding: 2.6041666667vw 0;
  }
  .infoList ul li .date {
    font-size: 3.125vw;
    padding-left: 3.90625vw;
  }
  .infoList ul li .date::before {
    width: 3.2552083333vw;
    height: 3.2552083333vw;
  }
}

.section.s4 {
  padding-top: 215px;
}
@media screen and (max-width: 768px) {
  .section.s4 {
    display: flex;
    padding-top: 15.625vw;
  }
}

.secTitle.s4 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .secTitle.s4 {
    margin-bottom: 3.90625vw;
  }
}

.swiper.s4 {
  width: 4985px;
  height: 561px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  top: 130px;
}
.swiper.s4 .swiper-wrapper {
  position: relative;
  pointer-events: none;
}
.swiper.s4 .swiper-slide {
  height: 100%;
  opacity: 0;
  box-sizing: border-box;
  filter: brightness(0.5);
  pointer-events: none;
}
.swiper.s4 .swiper-slide.swiper-slide-visible {
  opacity: 1 !important;
}
.swiper.s4 .swiper-slide.swiper-slide-active {
  filter: brightness(1);
  pointer-events: visible;
}
.swiper.s4 .swiperContent {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/slider-bg-01-pc.png);
  position: relative;
}
.swiper.s4 .swiperContent a {
  display: block;
  width: 961px;
  height: 541px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.swiper.s4 .swiperContent a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .swiper.s4 {
    width: 408.8541666667vw;
    height: 46.875vw;
    top: 11.71875vw;
  }
  .swiper.s4 .swiper-wrapper {
    position: relative;
  }
  .swiper.s4 .swiper-slide {
    height: 100%;
    opacity: 0;
    box-sizing: border-box;
    filter: brightness(0.5);
    pointer-events: none;
  }
  .swiper.s4 .swiper-slide.swiper-slide-visible {
    opacity: 1 !important;
  }
  .swiper.s4 .swiper-slide.swiper-slide-active {
    filter: brightness(1);
    pointer-events: visible;
  }
  .swiper.s4 .swiperContent {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/slider-bg-01-mb.png);
    position: relative;
  }
  .swiper.s4 .swiperContent a {
    display: block;
    width: 79.1666666667vw;
    height: 44.2708333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  .swiper.s4 .swiperContent a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.pagination.s4 {
  bottom: 85px;
}
@media screen and (max-width: 768px) {
  .pagination.s4 {
    bottom: 9.765625vw;
  }
}

.navigation {
  width: 981px;
  height: 561px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}
.navigation > div {
  pointer-events: visible;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 77px;
  height: 77px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/arrow-01-off.png);
  cursor: pointer;
  transform: translateY(-50%);
  top: 50%;
}
.navigation > div:hover {
  background-image: url(./img/arrow-01-on.png);
}
.navigation .button-prev {
  left: -100px;
}
.navigation .button-next {
  right: -100px;
  transform: translateY(-50%) rotate(180deg);
}
.navigation .swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .navigation {
    width: 81.7708333333vw;
    height: 46.875vw;
  }
  .navigation > div {
    width: 6.5104166667vw;
    height: 6.5104166667vw;
  }
  .navigation > div:hover {
    background-image: url(./img/arrow-01-off.png);
  }
  .navigation .button-prev {
    left: -7.8125vw;
  }
  .navigation .button-next {
    right: -7.8125vw;
    transform: translateY(-50%) rotate(180deg);
  }
}

.section.s5 {
  z-index: 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .section.s5 {
    display: flex;
    height: 156.25vw;
  }
}

.secTitle.s5 {
  width: 363px;
  height: 68px;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/title-intro-pc.png);
  position: absolute;
  right: 0;
  top: 100px;
}
.secTitle.s5::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .secTitle.s5 {
    width: 30.3385416667vw;
    height: 5.7291666667vw;
    top: 12.3697916667vw;
    right: 0vw;
  }
}

.secContent.s5 {
  z-index: 2;
  position: relative;
  height: 100%;
}
.secContent.s5 .infoContent {
  position: absolute;
  top: 350px;
  left: 0;
  text-align: left;
  color: #fff;
}
.secContent.s5 .infoContent .name {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 25px;
}
.secContent.s5 .infoContent .text {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .secContent.s5 .infoContent {
    top: 23.4375vw;
    right: 10.4166666667vw;
    left: auto;
  }
  .secContent.s5 .infoContent .name {
    font-size: 5.9895833333vw;
    margin-bottom: 6.5104166667vw;
  }
  .secContent.s5 .infoContent .text {
    font-size: 3.90625vw;
    line-height: 1.4;
  }
}

.swiper.s5 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}

.swiperContent.s5 {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-position: top center;
  position: relative;
}

.classBG {
  width: 100% !important;
  height: 1215px !important;
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: auto;
  object-position: top center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .classBG {
    width: 100.5208333333vw !important;
    height: 136.71875vw !important;
    top: -10.4166666667vw;
  }
}

.btn {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.btn.introduce {
  width: 180px;
  height: 50px;
  background-image: url(./img/btn-intro-pc.png);
  background-size: cover;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: 400px;
  filter: drop-shadow(4px 4px 4px #1a1922);
}
.btn.introduce:hover {
  background-position: top;
}
@media screen and (max-width: 768px) {
  .btn.introduce {
    width: 23.4375vw;
    height: 6.5104166667vw;
    bottom: auto;
    top: 65.1041666667vw;
    right: 18.2291666667vw;
    left: auto;
    filter: drop-shadow(0.5208333333vw 0.5208333333vw 0.5208333333vw #1a1922);
  }
  .btn.introduce:hover {
    background-position: bottom;
  }
}

.paginationS5 {
  display: flex;
  justify-content: center;
  width: 1301px;
  height: 203px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/pagination-bg-pc.png);
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-sizing: border-box;
  padding: 0 148px;
}
.paginationS5 .swiper-wrapper {
  display: flex;
  background-color: transparent;
  align-items: center;
  padding: 0;
  background-color: transparent;
}
.paginationS5 .swiper-slide {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  box-sizing: border-box;
  padding: 5px;
}
.paginationS5 .swiper-slide img {
  position: absolute;
  width: 214px;
  height: 135px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .paginationS5 {
    width: 99.7395833333vw;
    height: 16.9270833333vw;
    padding: 0 10.4166666667vw;
    bottom: 11.71875vw;
  }
  .paginationS5 .swiper-slide {
    padding: 0.6510416667vw;
  }
  .paginationS5 .swiper-slide img {
    width: 19.53125vw;
    height: 12.7604166667vw;
    border-radius: 0.6510416667vw;
  }
}

.navigation.s5 {
  width: 100%;
  position: absolute;
  left: auto;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.navigation.s5 div {
  width: 88px;
  height: 149px;
  pointer-events: visible;
}
.navigation.s5 div:nth-child(1) {
  left: 40px;
  background-image: url(./img/arrow-02-L-off-pc.png);
}
.navigation.s5 div:nth-child(2) {
  right: 40px;
  background-image: url(./img/arrow-02-R-off-pc.png);
}
@media screen and (max-width: 768px) {
  .navigation.s5 div {
    width: 7.2916666667vw;
    height: 12.3697916667vw;
  }
  .navigation.s5 div:nth-child(1) {
    left: 1.953125vw;
  }
  .navigation.s5 div:nth-child(2) {
    right: 1.953125vw;
  }
}

.section.s6 {
  height: 1300px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .section.s6 {
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
}

.swiper.s6 {
  width: 1391px;
  height: 1024px;
  margin: 0 auto;
  overflow: visible;
}
.swiper.s6 .swiper-slide {
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper.s6 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

.secTitle.s6 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .secTitle.s6 {
    margin-bottom: 2.6041666667vw;
  }
}

.storyBG {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .storyBG {
    width: 100%;
    height: 84.375vw;
  }
  .storyBG img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.storyContent {
  width: 808px;
  height: 1023px;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  top: 70px;
  right: 50px;
  box-sizing: border-box;
  padding: 60px 65px 60px 55px;
  box-shadow: 8px 8px 4px rgba(39, 38, 50, 0.1);
}
@media screen and (max-width: 768px) {
  .storyContent {
    width: 100%;
    height: auto;
    border-radius: 1.3020833333vw;
    position: relative;
    top: auto;
    right: auto;
    padding: 3.90625vw 3.6458333333vw 26.0416666667vw 3.6458333333vw;
    box-shadow: none;
  }
}

.chapter {
  font-size: 30px;
  color: #e2435a;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .chapter {
    font-size: 3.90625vw;
    margin-bottom: 1.953125vw;
  }
}

.storyTitle {
  font-size: 48px;
  color: #272632;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .storyTitle {
    font-size: 4.6875vw;
    margin-bottom: 3.90625vw;
  }
}

.storyText {
  font-size: 24px;
  color: #777684;
  text-align: left;
  height: 650px;
  overflow-y: auto;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .storyText {
    font-size: 3.90625vw;
    height: auto;
    overflow-y: visible;
  }
}

.navigation.s6 {
  width: 100%;
  height: 52px;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 70px;
}
.navigation.s6 .arrow {
  width: 52px;
  height: 52px;
}
.navigation.s6 .s6-button-prev {
  left: 250px;
}
.navigation.s6 .s6-button-next {
  transform: rotate(-180deg) translateY(50%);
  right: 250px;
}
.navigation.s6 span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #777684;
}
.navigation.s6 span div {
  display: inline-block;
  color: #272632;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .navigation.s6 {
    width: 100%;
    height: 10.8072916667vw;
    bottom: 6.5104166667vw;
  }
  .navigation.s6 .arrow {
    width: 10.8072916667vw;
    height: 10.8072916667vw;
  }
  .navigation.s6 .s6-button-prev {
    left: 23.4375vw;
  }
  .navigation.s6 .s6-button-next {
    right: 23.4375vw;
  }
  .navigation.s6 span {
    font-size: 7.2916666667vw;
  }
}

.swiper.s5_1 .swiper-slide {
  cursor: pointer;
  filter: grayscale(1);
}
.swiper.s5_1 .swiper-slide-thumb-active {
  filter: none;
}

.header {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  background-color: #413f55;
  z-index: 999;
  box-sizing: border-box;
  padding-left: 200px;
  transition: 0.1s all;
  z-index: 10;
}
.header .logo {
  display: flex;
  width: 163px;
  height: 74px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/logo.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #f1f0f0;
}
.header.sticky {
  top: 0;
}
@media screen and (max-width: 768px) {
  .header {
    display: flex;
    justify-content: center;
    padding: 1.3020833333vw 0;
    top: 0;
  }
  .header .logo {
    width: 25.1302083333vw;
    height: 11.328125vw;
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    box-sizing: border-box;
  }
  .header::after {
    bottom: -0.9114583333vw;
    height: 0.9114583333vw;
  }
}

.navContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .navContent {
    display: none;
  }
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 65px;
  box-sizing: border-box;
  padding: 39.5px 0;
}
.nav a {
  text-decoration: none;
  font-size: 28px;
  color: #fefefe;
  cursor: default;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}

.mediaContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-left: 30px;
}
.mediaContent a {
  width: 54px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: bottom;
}
.mediaContent a:nth-child(1) {
  background-image: url(./img/icon-f_b.png);
}
.mediaContent a:nth-child(2) {
  background-image: url(./img/icon-dc.png);
}
.mediaContent a:nth-child(3) {
  background-image: url(./img/icon-y_t.png);
}
.mediaContent a:nth-child(4) {
  pointer-events: none;
}
.mediaContent a:hover {
  background-position: top;
}
@media screen and (max-width: 768px) {
  .mediaContent {
    gap: 1.953125vw;
    margin-top: 13.0208333333vw;
    margin-left: 0;
  }
  .mediaContent a {
    width: 9.1145833333vw;
    height: 9.1145833333vw;
  }
  .mediaContent a:nth-child(4) {
    display: none;
  }
}

.header:hover .navListContent {
  height: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 45px 0 45px 0;
  background-color: rgba(39, 38, 50, 0.8);
  position: absolute;
  top: 110px;
  left: 0;
}
.header:hover .navList {
  width: 177px;
}
.header:hover .navList ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header:hover .navList ul li {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.header:hover .navList ul li a {
  text-decoration: none;
  color: #f1f0f0;
  font-size: 24px;
  cursor: pointer;
}
.header:hover .navList ul li a:hover {
  color: #e2435a;
}
.header:hover .navList:last-child {
  margin-right: 50px;
}
.header:hover .nav a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header:hover .nav a:nth-child(1)::after {
  width: 52px;
  height: 72px;
  right: -52px;
  background-image: url(./img/nav-01.png);
}
.header:hover .nav a:nth-child(2)::after {
  width: 82px;
  height: 80px;
  right: -72px;
  background-image: url(./img/nav-02.png);
}
.header:hover .nav a:nth-child(3)::after {
  width: 54px;
  height: 70px;
  right: -54px;
  background-image: url(./img/nav-03.png);
}
.header:hover .nav a:nth-child(4)::after {
  width: 48px;
  height: 66px;
  right: -48px;
  background-image: url(./img/nav-04.png);
}
@media screen and (max-width: 768px) {
  .header:hover .navListContent {
    display: none;
  }
  .header:hover .navListContent .navList {
    display: none;
  }
  .header:hover .navListContent .nav {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .navListContentMB {
    left: -130.2083333333vw;
    transition: 0.3s all;
    width: auto;
    min-width: 46.2239583333vw;
    max-height: 100vh;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: #413f55;
    box-sizing: border-box;
    padding: 7.8125vw 3.90625vw 3.90625vw 3.90625vw;
    overflow-y: auto;
  }
  .navListContentMB.active {
    left: 0;
  }
  .navListContentMB.active .logo {
    display: block;
    margin: 0 auto 5.859375vw auto;
    left: auto;
    position: static;
  }
  .navListContentMB.active .navList {
    width: auto;
    margin-bottom: 5.859375vw;
  }
  .navListContentMB.active .navList ul {
    display: flex;
    flex-direction: column;
    gap: 5.859375vw;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .navListContentMB.active .navList ul > div {
    font-size: 3.90625vw;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.6041666667vw;
  }
  .navListContentMB.active .navList ul > div::after {
    width: 2.9947916667vw;
    height: 1.953125vw;
    content: "";
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/arrow-05.png);
    transform: rotate(180deg);
    transition: 0.3s all;
  }
  .navListContentMB.active .navList ul li {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .navListContentMB.active .navList ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 3.90625vw;
    cursor: pointer;
  }
  .navListContentMB.active .navList ul li a:hover {
    color: #fff;
  }
  .navListContentMB.active .navList li {
    display: none;
  }
  .navListContentMB.active .navList.active ul > div::after {
    transform: rotate(0deg);
  }
  .navListContentMB.active .navList.active li {
    display: flex;
  }
  .navListContentMB.active .nav a::after {
    display: none;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    position: absolute;
    width: 7.8125vw;
    height: 6.7708333333vw;
    top: 3.90625vw;
    left: 2.6041666667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/hamburger.png);
  }
}

.hamburger_close {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger_close.active {
    display: block;
    position: absolute;
    width: 4.9479166667vw;
    height: 4.9479166667vw;
    top: 3.90625vw;
    left: 2.6041666667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/hamburger-X.png);
  }
}

.layout {
  width: 100%;
  height: auto;
  background-image: url(./img/body-bg-02-pc.jpg);
  background-position: top center;
  box-sizing: border-box;
  padding-top: 677px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .layout {
    padding-top: 21.3541666667vw;
    padding-bottom: 0;
    background-image: url(./img/body-bg-02-mb.jpg);
    background-size: 100%;
    background-repeat: repeat;
  }
}

.adSliderContent {
  width: 1450px;
  height: 440px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/slider-bg-02-pc.png);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 20px;
  position: absolute;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper.ad {
  width: 1380px;
  height: 334px;
}
.swiper.ad .swiper-slide {
  width: 441px;
  height: 331px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
.swiper.ad .swiper-slide a {
  display: block;
}
.swiper.ad .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  pointer-events: none;
}

.pagination.ad {
  bottom: 5px;
}

.top-pagination-ad {
  background-color: transparent;
  gap: 15px;
}
.top-pagination-ad .swiper-pagination-bullet {
  width: 122px;
  height: 16px;
}

.pageTitleContent {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  .pageTitleContent {
    width: 100%;
    padding-left: 0;
  }
}

.pageTitle {
  font-size: 60px;
  font-weight: bold;
  color: #272632;
  position: relative;
  margin-bottom: 45px;
}
.pageTitle span {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.9479166667vw;
    margin-bottom: 8.4635416667vw;
  }
}

.pageTitle.news::before {
  display: block;
  content: "";
  position: absolute;
  width: 883px;
  height: 213px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/pageTitle-news.pc.png);
  z-index: 0;
  top: -45px;
  left: -160px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pageTitle.news::before {
    width: 72.9166666667vw;
    height: 17.0572916667vw;
    background-image: url(./img/pageTitle-news.mb.png);
    z-index: 0;
    top: -3.90625vw;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .pageContainer {
    padding-bottom: 13.0208333333vw;
  }
}

.pageContent {
  width: 1200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  position: relative;
  padding: 200px 0;
  margin: 0 auto;
}
.pageContent.news:before {
  display: block;
  content: "";
  position: absolute;
  height: auto;
  width: 1431px;
  height: calc(100% - 400px);
  padding: 200px 0;
  background-image: url("./img/layout-bg-01-pc.png"), url("./img/layout-bg-02-pc.png"), url("./img/layout-bg-03-pc.png");
  background-position: top 0 center, top 200px center, center bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 200px, 100% calc(100% - 400px), 100% 200px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pageContent .newsItem {
  display: flex;
  text-decoration: none;
  width: 1200px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/newsList-bg-pc.png);
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.pageContent .newsItem .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #e2435a;
  color: #fff;
  width: 78px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  top: 0;
  left: 220px;
  font-size: 24px;
  color: #fff;
  padding: 0;
}
.pageContent .newsItem .tag[data-type=重要] {
  background-color: #e2435a;
}
.pageContent .newsItem .tag[data-type=更新] {
  background-color: #66e2ee;
}
.pageContent .newsItem .tag[data-type=活動] {
  background-color: #ff9e0a;
}
.pageContent .newsItem .tag[data-type=商城] {
  background-color: #805bbb;
}
.pageContent .newsItem .thumbnail {
  width: 180px;
  height: 120px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pageContent .newsItem .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.pageContent .newsItem .thumbnail > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(./img/default_news_thumbnail.png);
}
.pageContent .newsItem .title {
  width: 623px;
  display: block;
  font-size: 30px;
  color: #272632;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 325px;
  top: 20px;
}
.pageContent .newsItem .date {
  font-size: 24px;
  color: #777684;
  box-sizing: border-box;
  position: absolute;
  padding-left: 30px;
  top: auto;
  bottom: 0;
  right: 20px;
}
.pageContent .newsItem .date::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(./img/icon-clock.png);
}
@media screen and (max-width: 768px) {
  .pageContent {
    width: 100%;
    padding: 26.0416666667vw 0 19.53125vw 0;
    margin: 0 auto;
  }
  .pageContent.news:before {
    width: 119.2708333333vw;
    height: calc(100% - 31.25vw);
    padding: 18.2291666667vw 0 13.0208333333vw 0;
    background-image: url("./img/layout-bg-01-mb.png"), url("./img/layout-bg-02-mb.png"), url("./img/layout-bg-03-mb.png");
    background-position: top 0 center, top 18.2291666667vw center, center bottom;
    background-size: 100% 18.4895833333vw, 100% calc(100% - 31.25vw), 100% 13.28125vw;
  }
  .pageContent .newsItem {
    width: 99.7395833333vw;
    height: 33.59375vw;
    background-image: url(./img/newsList-bg-mb.png);
  }
  .pageContent .newsItem .tag {
    width: 10.15625vw;
    height: 7.8125vw;
    border-bottom-left-radius: 1.953125vw;
    border-bottom-right-radius: 1.953125vw;
    left: 46.875vw;
    font-size: 3.90625vw;
  }
  .pageContent .newsItem .thumbnail {
    width: 41.9270833333vw;
    height: 27.9947916667vw;
    position: absolute;
    left: 1.953125vw;
  }
  .pageContent .newsItem .thumbnail img {
    border-radius: 1.3020833333vw;
  }
  .pageContent .newsItem .title {
    width: 40.3645833333vw;
    font-size: 3.90625vw;
    left: 58.59375vw;
    top: 1.953125vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
  }
  .pageContent .newsItem .date {
    font-size: 3.90625vw;
    padding-left: 3.90625vw;
    bottom: -1.3020833333vw;
    right: 1.953125vw;
  }
  .pageContent .newsItem .date::before {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.newsTabBtnContent {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  top: 0px;
  left: -20px;
  gap: 7px;
}
@media screen and (max-width: 768px) {
  .newsTabBtnContent {
    height: 8.0729166667vw;
    top: -1.8229166667vw;
    left: auto;
    right: 7.8125vw;
    gap: 2.6041666667vw;
  }
}

.newsTabBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #282835;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-sizing: border-box;
  padding: 12px 36px;
  cursor: pointer;
}
.newsTabBtn.active {
  background-color: #777684;
  height: 66px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .newsTabBtn {
    font-size: 3.3854166667vw;
    padding: 1.5625vw 3.90625vw;
    border-top-left-radius: 1.953125vw;
    border-top-right-radius: 1.953125vw;
  }
  .newsTabBtn.active {
    height: 8.0729166667vw;
  }
}

.newsPagination {
  display: flex;
  justify-content: center;
}

.pagination-numbers {
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  flex-wrap: wrap;
}
.pagination-numbers li {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pagination-numbers {
    row-gap: 2.6041666667vw;
  }
}

.pagination-numbers__symbol {
  width: 48px;
  height: 48px;
}
.pagination-numbers__symbol.disabled {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pagination-numbers__symbol {
    width: 5.46875vw;
    height: 5.46875vw;
  }
}

.pagination-first {
  background-image: url(./img/arrow-03-off-pc.png);
}
.pagination-first:hover {
  background-image: url(./img/arrow-03-on-pc.png);
}

.pagination-prev {
  background-image: url(./img/arrow-04-off-pc.png);
}
.pagination-prev:hover {
  background-image: url(./img/arrow-04-on-pc.png);
}
.pagination-prev {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .pagination-prev {
    margin-right: 7.8125vw;
  }
}

.pagination-last {
  transform: rotate(-180deg);
  background-image: url(./img/arrow-03-off-pc.png);
}
.pagination-last:hover {
  background-image: url(./img/arrow-03-on-pc.png);
}

.pagination-next {
  transform: rotate(-180deg);
  background-image: url(./img/arrow-04-off-pc.png);
}
.pagination-next:hover {
  background-image: url(./img/arrow-04-on-pc.png);
}
.pagination-next {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .pagination-next {
    margin-left: 7.8125vw;
  }
}

.pagination-numbers__item {
  width: auto;
  height: 48px;
  min-width: 48px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #282835;
  border-radius: 50px;
  margin-left: 35px;
  border: 3px solid #777684;
  position: relative;
}
.pagination-numbers__item:nth-child(3) {
  margin-left: 0;
}
.pagination-numbers__item:nth-child(3)::before {
  display: none;
}
.pagination-numbers__item::before {
  width: 43px;
  height: 10px;
  display: block;
  content: "";
  position: absolute;
  left: -42px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 3px solid #777684;
  border-bottom: 3px solid #777684;
  background-color: #282835;
}
.pagination-numbers__item:hover {
  background-color: #e2435a;
  color: #282835;
}
.pagination-numbers__item.active {
  background-color: #e2435a;
  color: #282835;
}
@media screen and (max-width: 768px) {
  .pagination-numbers__item {
    height: 5.46875vw;
    min-width: 5.46875vw;
    padding: 0 1.5625vw;
    font-size: 3.125vw;
    border-radius: 6.5104166667vw;
    margin-left: 4.5572916667vw;
    border: 0.390625vw solid #777684;
    position: relative;
  }
  .pagination-numbers__item::before {
    width: 5.3385416667vw;
    height: 1.0416666667vw;
    left: -5.3385416667vw;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.390625vw solid #777684;
    border-bottom: 0.390625vw solid #777684;
  }
}

.pagination-numbers__item.ellipsis {
  display: none;
}

.newsPagination.top {
  position: relative;
  top: -45px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .newsPagination.top {
    top: 0;
    margin-bottom: 5.2083333333vw;
  }
}

.newsPagination.bottom {
  position: relative;
  bottom: -110px;
}
@media screen and (max-width: 768px) {
  .newsPagination.bottom {
    bottom: -13.0208333333vw;
  }
}

.newsListContent {
  width: 1200px;
  height: auto;
  min-height: 400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .newsListContent {
    width: 100%;
    gap: 5.859375vw;
    min-height: 0;
    max-height: none;
    align-items: center;
  }
}

.newsFilter {
  display: flex;
  position: absolute;
  top: 40px;
  right: -10px;
  width: 317px;
  height: 54px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .newsFilter {
    width: 51.5625vw;
    height: 8.59375vw;
    top: 14.3229166667vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.choices[data-type*=select-one] {
  position: relative;
}
.choices[data-type*=select-one]::after {
  width: 14px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/select-arrow.png);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  pointer-events: none;
  margin-top: 0;
  border: none;
  content: "";
}
.choices[data-type*=select-one].is-open::after {
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .choices[data-type*=select-one]::after {
    width: 2.4739583333vw;
    height: 2.2135416667vw;
    right: 3.90625vw;
  }
  .choices[data-type*=select-one].is-open::after {
    right: 3.90625vw;
  }
}

.choices__inner[aria-expanded=true],
.is-open .choices__inner,
.is-focused .choices__inner,
.choices__inner {
  width: 317px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/select-bg.png);
  pointer-events: visible;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
}
@media screen and (max-width: 768px) {
  .choices__inner[aria-expanded=true],
  .is-open .choices__inner,
  .is-focused .choices__inner,
  .choices__inner {
    width: 51.5625vw;
    height: 8.59375vw;
    font-size: 3.90625vw;
    background-image: url(./img/select-bg-mb.png);
    min-height: 0;
  }
}

.choices__item {
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .choices__item {
    height: 8.59375vw;
    font-size: 3.90625vw;
    padding: 0 0 0 3.90625vw;
  }
}

.choices__list {
  display: flex;
  flex-direction: column;
}

.choices__list--single {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .choices__list--single {
    height: 8.59375vw;
  }
}

.choices__list.choices__list--dropdown {
  width: 100%;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .choices__list.choices__list--dropdown {
    padding-top: 1.3020833333vw;
  }
}
.choices__list.choices__list--dropdown .choices__item {
  background-color: #282835;
  border: none;
  font-size: 24px;
  color: #fff;
  padding: 10px 0 10px 30px;
}
@media screen and (max-width: 768px) {
  .choices__list.choices__list--dropdown .choices__item {
    font-size: 3.90625vw;
    border: 0.2604166667vw solid #a1a39e;
    padding: 1.3020833333vw 0 1.3020833333vw 3.90625vw;
  }
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  max-height: 200px;
}
@media screen and (max-width: 768px) {
  .choices__list--dropdown .choices__list,
  .choices__list[aria-expanded] .choices__list {
    max-height: 32.5520833333vw;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #777684;
  border: none;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .choices__list--dropdown .choices__item--selectable.is-highlighted,
  .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    font-size: 3.90625vw;
  }
}

.choices__item.choices__item--choice.choices__item--disabled {
  display: none;
}

.pageContent.insidePage:before {
  z-index: 2;
  display: block;
  content: "";
  position: absolute;
  height: auto;
  width: 1431px;
  height: calc(100% - 330px);
  padding: 190px 0 140px 0;
  background-image: url("./img/layout-bg-04-pc.png"), url("./img/layout-bg-02-pc.png"), url("./img/layout-bg-05-pc.png");
  background-position: top 0 center, top 190px center, center bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 190px, 100% calc(100% - 330px), 100% 140px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pageContent .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #e2435a;
  color: #fff;
  width: 210px;
  height: 65px;
  box-sizing: border-box;
  padding-right: 40px;
  border-top-left-radius: 15px;
  top: 30px;
  left: -30px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.pageContent .tag[data-type="1"] {
  background-color: #e2435a;
}
.pageContent .tag[data-type="2"] {
  background-color: #66e2ee;
}
.pageContent .tag[data-type="3"] {
  background-color: #ff9e0a;
}
.pageContent .tag[data-type="4"] {
  background-color: #805bbb;
}
.pageContent .thumbnail {
  width: 180px;
  height: 120px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pageContent .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.pageContent .title {
  width: 800px;
  display: block;
  font-size: 42px;
  color: #49475b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 190px;
  top: 60px;
  z-index: 2;
}
.pageContent .title.ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.pageContent .date {
  font-size: 30px;
  color: #777684;
  box-sizing: border-box;
  position: absolute;
  padding-left: 30px;
  top: 70px;
  right: 0px;
  z-index: 2;
}
.pageContent .date::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(./img/icon-clock.png);
}
@media screen and (max-width: 768px) {
  .pageContent.insidePage {
    padding: 19.53125vw 0 13.0208333333vw 0;
  }
  .pageContent.insidePage:before {
    width: 119.2708333333vw;
    height: calc(100% - 28.6458333333vw);
    padding: 15.625vw 0 13.0208333333vw 0;
    background-image: url("./img/layout-bg-04-mb.png"), url("./img/layout-bg-02-mb.png"), url("./img/layout-bg-03-mb.png");
    background-position: top 0 center, top 18.2291666667vw center, center bottom;
    background-size: 100% 18.4895833333vw, 100% calc(100% - 28.6458333333vw), 100% 13.28125vw;
  }
  .pageContent.insidePage .thumbnail {
    display: none;
  }
  .pageContent .tag {
    width: 14.1927083333vw;
    height: 6.5104166667vw;
    box-sizing: border-box;
    padding-right: 2.6041666667vw;
    border-top-left-radius: 1.953125vw;
    top: 1.3020833333vw;
    left: 0.6510416667vw;
    font-size: 3.90625vw;
  }
  .pageContent .title {
    width: 74.21875vw;
    font-size: 4.6875vw;
    font-weight: bold;
    left: 15.625vw;
    top: 5.2083333333vw;
  }
  .pageContent .date {
    font-size: 3.90625vw;
    padding-left: 3.90625vw;
    top: 13.0208333333vw;
    right: 1.953125vw;
  }
  .pageContent .date::before {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.btn.back {
  width: 240px;
  height: 80px;
  border-radius: 50px;
  background-color: #272632;
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .btn.back {
    width: 23.6979166667vw;
    height: 8.0729166667vw;
    font-size: 3.90625vw;
    bottom: 3.90625vw;
  }
}

.insidePageContent {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.insidePageContent .text {
  display: block;
  width: 100%;
  font-size: 24px;
  color: #272632;
  box-sizing: border-box;
  padding: 20px;
  -ms-word-break: break-all;
  word-break: break-all;
  overflow-x: auto;
}
.insidePageContent .addList {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .insidePageContent {
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .insidePageContent .text {
    width: 100%;
    font-size: 3.90625vw;
    color: #272632;
    padding: 2.6041666667vw;
  }
  .insidePageContent .addList {
    display: none;
  }
}

.addItem {
  width: 390px;
  height: 155px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/newsList-bg-02-pc.png);
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.addItem .title {
  width: 172px;
  top: 20px;
  left: 210px;
  color: #272632;
  font-size: 24px;
}
.addItem .date {
  font-size: 18px;
  top: auto;
  bottom: 10px;
  right: 0;
}
.addItem .date::before {
  width: 15px;
  height: 15px;
  background-size: contain;
  left: 10px;
}

.pageTitle.download::before {
  display: block;
  content: "";
  position: absolute;
  width: 883px;
  height: 213px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/pageTitle-download.pc.png);
  z-index: 0;
  top: -45px;
  left: -160px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pageTitle.download::before {
    width: 72.9166666667vw;
    height: 17.0572916667vw;
    background-image: url(./img/pageTitle-download.mb.png);
    z-index: 0;
    top: -3.90625vw;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
}

.pageContent.download {
  display: flex;
  flex-direction: column;
  padding: 140px 0;
  gap: 20px;
}
.pageContent.download:before {
  display: block;
  content: "";
  position: absolute;
  height: auto;
  width: 1431px;
  height: calc(100% - 280px);
  padding: 140px 0;
  background-image: url("./img/layout-bg-06-pc.png"), url("./img/layout-bg-02-pc.png"), url("./img/layout-bg-07-pc.png");
  background-position: top 0 center, top 140px center, center bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 140px, 100% calc(100% - 280px), 100% 140px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .pageContent.download {
    padding: 13.0208333333vw 0;
    gap: 0;
  }
  .pageContent.download:before {
    width: 119.2708333333vw;
    height: calc(100% - 28.6458333333vw);
    padding: 15.625vw 0 13.0208333333vw 0;
    background-image: url("./img/layout-bg-06-mb.png"), url("./img/layout-bg-02-mb.png"), url("./img/layout-bg-03-mb.png");
    background-position: top 0 center, top 15.625vw center, center bottom;
    background-size: 100% 18.4895833333vw, 100% calc(100% - 28.6458333333vw), 100% 13.28125vw;
  }
  .pageContent.download .banner {
    width: 100vw;
    height: 80.46875vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/download-03-mb.png);
    position: relative;
  }
}

.downloadContent {
  display: flex;
  flex-direction: column;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 1246px;
  left: -46px;
  box-sizing: border-box;
}
.downloadContent:nth-child(1) {
  height: 724px;
  background-image: url(./img/download-bg-01-pc.png);
  padding: 50px 0 0 46px;
}
.downloadContent:nth-child(2) {
  height: 815px;
  background-image: url(./img/download-bg-02-pc.png);
  padding: 113px 0 0 46px;
}
.downloadContent:nth-child(3) {
  width: 1280px;
  height: 762px;
  background-image: url(./img/download-bg-03-pc.png);
  left: -40px;
  padding: 136px 40px 0 40px;
}
.downloadContent .downloadTitle {
  width: 100%;
  display: flex;
  font-size: 36px;
  color: #49475b;
  align-items: center;
  margin-bottom: 25px;
}
.downloadContent .downloadTitle span {
  font-size: 24px;
  display: inline-block;
  margin-left: 25px;
}

.downloadBtnContent {
  width: 1200px;
  height: 396px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 4px;
}

.btn.download {
  width: 891px;
  height: 191px;
  background-color: #e2435a;
  border-radius: 100px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
}
.btn.download::after {
  display: block;
  content: "";
  position: absolute;
  width: 274px;
  height: 403px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/download-03-pc.png);
  z-index: 0;
  top: -140px;
  right: -10px;
}
.btn.download > span {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding-left: 60px;
}
.btn.download > span::before {
  width: 66px;
  height: 60px;
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/btn-download-02-pc.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.tips {
  width: 735px;
  font-size: 24px;
  color: #e2435a;
}

.d1Row {
  display: flex;
  justify-content: center;
  width: 1200px;
  height: 100px;
  margin-bottom: 4px;
}
.d1Row .d1Col {
  width: 33.33%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #272632;
}

.bold {
  font-weight: bold;
}

.btn.dBtn2 {
  width: 55px;
  height: 55px;
  background-image: url(./img/btn-download-pc.png);
}

.driverContent {
  width: 1200px;
  height: 426px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 115px;
}
.driverContent > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.driverContent > div img {
  width: 100%;
}
.driverContent > div a {
  text-decoration: none;
  width: 205px;
  height: 65px;
  border-radius: 50px;
  background-color: #777684;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
}
.driverContent > div a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
  width: 30px;
  height: 26px;
  background-image: url(./img/btn-download-02-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.driverTips {
  width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  list-style-type: square;
  font-size: 24px;
  color: #49475b;
  height: 210px;
  margin: 0 auto;
}
.driverTips li {
  line-height: 1.5;
}

.d3Row {
  display: flex;
  justify-content: center;
  width: 1200px;
  height: 80px;
  font-size: 30px;
  color: #49475b;
}
.d3Row .d3Col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.d3Row .d3Col:nth-child(1) {
  width: 430px;
}
.d3Row .d3Col:nth-child(2) {
  flex: 1;
}

.pageTitle.member::before {
  display: block;
  content: "";
  position: absolute;
  width: 883px;
  height: 213px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/pageTitle-member.pc.png);
  z-index: 0;
  top: -45px;
  left: -160px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pageTitle.member::before {
    width: 73.3072916667vw;
    height: 17.7083333333vw;
    background-image: url(./img/pageTitle-member.mb.png);
    top: -4.1666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pageContent.member {
  display: flex;
  flex-direction: column;
  padding: 160px 0 150px 0;
  gap: 20px;
}
.pageContent.member:before {
  display: block;
  content: "";
  position: absolute;
  height: auto;
  width: 1310px;
  height: calc(100% - 310px);
  padding: 160px 0 150px 0;
  background-image: url("./img/layout-bg-08-pc.png"), url("./img/layout-bg-09-pc.png"), url("./img/layout-bg-10-pc.png");
  background-position: top 0 center, top 160px center, center bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 160px, 100% calc(100% - 310px), 100% 150px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
.pageContent.member:after {
  display: block;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1280px;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.pageContent[data-tab="1"]:after {
  height: 342px;
  background-image: url(./img/member-bg-01-pc.png);
}
.pageContent[data-tab="2"]:after {
  top: 85px;
  height: 342px;
  background-image: url(./img/member-bg-02-pc.png);
}
.pageContent[data-tab="3"]:after {
  height: 342px;
  background-image: url(./img/member-bg-03-pc.png);
}
.pageContent[data-tab="4"]:after {
  height: 342px;
  background-image: url(./img/member-bg-04-pc.png);
}
.pageContent table {
  font-size: 20px;
}
.pageContent table td,
.pageContent table th {
  box-sizing: border-box;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.pageContent table span {
  width: 100%;
  display: block;
}
.pageContent p {
  display: flex;
  width: 100%;
  font-size: 20px;
}
.pageContent .heading14_4_p05 {
  color: #996600;
  font-weight: bold;
}
.pageContent .p12_FF0 {
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .pageContent.member {
    padding: 20.8333333333vw 0 13.0208333333vw 0;
    gap: 0;
  }
  .pageContent.member:before {
    width: 109.375vw;
    height: calc(100% - 28.6458333333vw);
    padding: 15.625vw 0 13.0208333333vw 0;
    background-image: url("./img/layout-bg-08-mb.png"), url("./img/layout-bg-09-mb.png"), url("./img/layout-bg-10-mb.png");
    background-position: top 0 center, top 15.625vw center, center bottom;
    background-size: 100% 15.625vw, 100% calc(100% - 28.6458333333vw), 100% 13.28125vw;
  }
  .pageContent.member:after {
    width: 100vw;
    top: 15.625vw;
  }
  .pageContent[data-tab="1"]:after {
    height: 28.6458333333vw;
    background-image: url(./img/member-bg-01-mb.png);
  }
  .pageContent[data-tab="2"]:after {
    top: 15.625vw;
    height: 23.1770833333vw;
    background-image: url(./img/member-bg-02-mb.png);
  }
  .pageContent[data-tab="3"]:after {
    height: 28.6458333333vw;
    background-image: url(./img/member-bg-03-mb.png);
  }
  .pageContent[data-tab="4"]:after {
    height: 28.6458333333vw;
    background-image: url(./img/member-bg-04-mb.png);
  }
  .pageContent table {
    font-size: 3.6458333333vw;
    word-break: break-all;
  }
  .pageContent table td,
  .pageContent table th {
    padding: 1.3020833333vw 2.6041666667vw;
  }
  .pageContent p {
    font-size: 3.6458333333vw;
  }
}

.memberTabBtnContent {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  position: absolute;
  top: 0;
  left: -30px;
  height: 70px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .memberTabBtnContent {
    width: 80.7291666667vw;
    gap: 1.3020833333vw;
    top: -1.3020833333vw;
    left: 2.6041666667vw;
    height: 10.4166666667vw;
  }
}

.memberTabBtn {
  box-sizing: border-box;
  padding: 15px 34px;
  background-color: #282835;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.memberTabBtn.active {
  background-color: #777684;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .memberTabBtn {
    height: 9.765625vw;
    border-top-left-radius: 1.953125vw;
    border-top-right-radius: 1.953125vw;
    box-sizing: border-box;
    padding: 0.6510416667vw 2.6041666667vw;
    font-size: 3.6458333333vw;
    text-align: center;
  }
}

.memberTabContent {
  position: relative;
  z-index: 2;
}
.memberTabContent br + br {
  margin-top: 1em;
}
.memberTabContent ul {
  display: flex;
  flex-direction: column;
  list-style: decimal;
  box-sizing: border-box;
  margin: 0;
  gap: 20px;
  font-size: 24px;
  line-height: 1.2;
  color: #49475b;
}
.memberTabContent ul li {
  text-align: justify;
}
.memberTabContent .subList {
  list-style: none;
  position: relative;
}
.memberTabContent .subList li {
  position: relative;
}
.memberTabContent .subList span {
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}
.memberTabContent .subList.margin {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .memberTabContent {
    box-sizing: border-box;
    padding: 0 2.6041666667vw;
  }
  .memberTabContent ul {
    gap: 2.6041666667vw;
    font-size: 3.125vw;
    padding-left: 3.90625vw;
  }
  .memberTabContent .subList span {
    left: -3.90625vw;
  }
  .memberTabContent .subList.margin {
    margin: 3.90625vw 0;
  }
}

.memberTabTitle {
  font-size: 36px;
  font-weight: bold;
  color: #272632;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .memberTabTitle {
    font-size: 4.6875vw;
    margin-bottom: 7.8125vw;
  }
}

.memberTabText {
  font-size: 24px;
  color: #49475b;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .memberTabText {
    font-size: 3.125vw;
    margin-bottom: 5.2083333333vw;
  }
}

.serverRules {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .serverRules {
    margin-top: 3.90625vw;
  }
}

.serverRulesTitle {
  font-size: 36px;
  color: #49475b;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .serverRulesTitle {
    font-size: 4.6875vw;
    margin-bottom: 2.6041666667vw;
  }
}

.memberTabTitle.t2 {
  font-weight: normal;
}

.gbox-default .gbox-wrap {
  max-width: none;
  box-sizing: border-box;
  padding: 0;
  margin: 100px 0;
  background-color: #15151c;
  width: 600px;
}
.gbox-default .gbox-content {
  min-height: 400px;
  box-sizing: border-box;
  padding: 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}
.gbox-default .gbox-close {
  width: 69.5px;
  height: 44.5px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/gbox-close-pc.png);
  background-size: cover;
  background-position: bottom center;
  top: 50%;
  transform: translateY(-50%);
  right: -67px;
}
.gbox-default .gbox-close:hover {
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .gbox-default .gbox-wrap {
    width: 95.703125vw;
    height: 61.9791666667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/gbox-bg-mb.png);
  }
  .gbox-default .gbox-content {
    height: 100%;
    min-height: 39.0625vw;
    font-size: 3.125vw;
  }
  .gbox-default .gbox-close {
    width: 9.375vw;
    height: 9.8958333333vw;
    right: auto;
    top: -9.8958333333vw;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/gbox-close-mb.png);
  }
}

.gbox-yt .gbox-wrap {
  width: 1041px;
  height: 673px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/gbox-bg-pc.png);
}
.gbox-yt .gbox-content {
  height: 100%;
}
.gbox-yt .gbox-content .yt-player {
  width: 960px;
  height: 540px;
}
.gbox-yt .gbox-content iframe {
  width: 100%;
  height: 100%;
}
.gbox-yt .gbox-close {
  width: 139px;
  height: 89px;
  right: -139px;
}
@media screen and (max-width: 768px) {
  .gbox-yt .gbox-wrap {
    width: 95.703125vw;
    height: 61.9791666667vw;
    background-image: url(./img/gbox-bg-mb.png);
  }
  .gbox-yt .gbox-content {
    height: 100%;
    min-height: 0;
  }
  .gbox-yt .gbox-content .yt-player {
    width: 88.28125vw;
    height: 49.7395833333vw;
  }
  .gbox-yt .gbox-content iframe {
    width: 100%;
    height: 100%;
  }
  .gbox-yt .gbox-close {
    width: 9.375vw;
    height: 9.8958333333vw;
    right: auto;
    top: -9.8958333333vw;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/gbox-close-mb.png);
  }
}

html {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html body {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 0;
  background-color: transparent;
  background-color: #413f55;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  html body {
    min-width: 0;
  }
}

#app {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #BF_divHeader {
    display: none !important;
  }
  #BF_divActionBar {
    display: none !important;
  }
}