/*! 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;
}

#mainContainer {
  max-width: 1920px;
  min-width: 1200px;
  height: 3760px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #161d44;
}
@media screen and (max-width: 768px) {
  #mainContainer {
    min-width: 0;
    width: 100vw;
    height: 735.4166666667vw;
    background-color: rgba(48, 54, 56, 0.8);
  }
}

section {
  position: relative;
  box-sizing: border-box;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 3;
}

section#sec1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 960px;
  background-image: none;
  background-size: auto;
  z-index: 1;
  padding-top: 350px;
}
@media screen and (max-width: 768px) {
  section#sec1 {
    width: 100vw;
    height: 193.0989583333vw;
    position: relative;
    padding-top: 136.71875vw;
    top: 0.2604166667vw;
  }
  section#sec1 .downloadContent {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 4;
    top: -1.953125vw;
    gap: 3.90625vw;
  }
  section#sec1 .downloadContent > a {
    width: 42.1875vw;
    height: 15.3645833333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  section#sec1 .downloadContent > a.as {
    background-image: url(./img/main/download-as-off-mb.png);
  }
  section#sec1 .downloadContent > a.gp {
    background-image: url(./img/main/download-gp-off-mb.png);
  }
  section#sec1 .subTitle {
    width: 52.9947916667vw;
    height: 14.7135416667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/main/title-sec1-mb.png);
    z-index: 4;
  }
}

.banner-logo {
  width: 371px;
  height: 339px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/logo2.png);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .banner-logo {
    width: 58.984375vw;
    height: 52.8645833333vw;
    background-image: url(./img/main/logo2-mb.png);
  }
}

.downloadBtnContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .downloadBtnContent {
    gap: 2.6041666667vw;
  }
}

.downloadBtn {
  width: 232px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.5s all;
}
.downloadBtn.AS {
  background-image: url(./img/main/download-as-off-pc.png);
}
.downloadBtn.AS:hover {
  background-image: url(./img/main/download-as-on-pc.png);
}
.downloadBtn.GP {
  background-image: url(./img/main/download-gp-off-pc.png);
}
.downloadBtn.GP:hover {
  background-image: url(./img/main/download-gp-on-pc.png);
}
.downloadBtn.PC {
  background-image: url(./img/main/download-pc-off-pc.png);
}
.downloadBtn.PC:hover {
  background-image: url(./img/main/download-pc-on-pc.png);
}
@media screen and (max-width: 768px) {
  .downloadBtn {
    width: 42.1875vw;
    height: 15.3645833333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0;
  }
  .downloadBtn.AS {
    background-image: url(./img/main/download-as-off-mb.png);
  }
  .downloadBtn.AS:hover {
    background-image: url(./img/main/download-as-off-mb.png);
  }
  .downloadBtn.GP {
    background-image: url(./img/main/download-gp-off-mb.png);
  }
  .downloadBtn.GP:hover {
    background-image: url(./img/main/download-gp-off-mb.png);
  }
  .downloadBtn.PC {
    display: none;
  }
}

section#sec2 {
  width: 100%;
  height: 945px;
  padding-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  section#sec2 {
    height: 227.8645833333vw;
    padding: 9.1145833333vw 0 0 0;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.953125vw;
  }
}

.titleH1 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.titleH1.info {
  width: 387px;
  height: 75px;
  background-image: url(./img/main/title-news01-pc.png);
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .titleH1.info {
    width: 65.4947916667vw;
    height: 12.6302083333vw;
    background-image: url(./img/main/title-news01-mb.png);
    margin-bottom: 7.1614583333vw;
  }
}

.infoOuter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  width: 790px;
  height: 690px;
  background-color: rgba(20, 19, 5, 0.8);
  border-radius: 10px;
  padding: 0 30px 0 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .infoOuter {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 93.8802083333vw;
    height: 116.9270833333vw;
    border-radius: 1.3020833333vw;
    padding: 0 3.90625vw 0 3.90625vw;
  }
}

.infoOuter.hl {
  width: 824px;
  height: 724px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/bg-news01-pc.png);
  background-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .infoOuter.hl {
    width: 98.1770833333vw;
    height: 94.2708333333vw;
    background-image: url(./img/main/bg-news01-mb.png);
  }
}

.sliderOuter {
  position: relative;
  box-sizing: border-box;
}

.sliderOuter.info {
  width: 720px;
  height: 480px;
}
@media screen and (max-width: 768px) {
  .sliderOuter.info {
    width: 84.5052083333vw;
    height: 56.3802083333vw;
    margin-bottom: 0;
  }
}

.swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper div > a {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper div > a.disabled {
  pointer-events: none;
}
.swiper div > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sliderOuter .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -40px;
  gap: 15px;
}
.sliderOuter .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border-radius: 0;
  width: 15px;
  height: 16px;
  background-image: url(./img/main/dot-s1-off.png);
  cursor: pointer;
  opacity: 1;
}
.sliderOuter .swiper-pagination .swiper-pagination-bullet-active {
  width: 21px;
  height: 22px;
  background-image: url(./img/main/dot-s1-on.png);
}
@media screen and (max-width: 768px) {
  .sliderOuter .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -3.90625vw;
    gap: 2.6041666667vw;
  }
  .sliderOuter .swiper-pagination .swiper-pagination-bullet {
    width: 1.953125vw;
    height: 2.0833333333vw;
  }
  .sliderOuter .swiper-pagination .swiper-pagination-bullet-active {
    width: 2.734375vw;
    height: 2.8645833333vw;
  }
}

.infoContent {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  flex: 1;
  box-sizing: border-box;
  position: relative;
  gap: 10px;
  padding-top: 50px;
}
.infoContent a {
  display: block;
  position: absolute;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .infoContent {
    width: 100%;
    padding-left: 0;
    padding-top: 9.1145833333vw;
    gap: 0;
  }
  .infoContent a {
    font-size: 3.6458333333vw;
    color: #fee09b;
    right: -11.71875vw;
  }
}

.tabBtnContent {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tabBtnContent {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}

.tabBtnContent.info {
  width: 422px;
  height: 44px;
  background-image: url(./img/main/newsTabBtnContent-bg-pc.png);
  gap: 5px;
  margin-bottom: 30px;
  margin-right: 145px;
}
@media screen and (max-width: 768px) {
  .tabBtnContent.info {
    width: 71.484375vw;
    height: 7.5520833333vw;
    background-size: contain;
    background-image: url(./img/main/newsTabBtnContent-bg-mb.png);
    gap: 0vw;
    margin-right: auto;
    margin-bottom: 7.1614583333vw;
  }
}

.tabBtn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: 0.5s all;
}

.tabBtn.info {
  width: 95px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #392410;
  font-weight: bold;
  box-sizing: border-box;
  padding-bottom: 2px;
}
.tabBtn.info:hover {
  background-image: url(./img/main/tabBtn-bg-pc.png);
  color: #fee09b;
}
.tabBtn.info.active {
  background-image: url(./img/main/tabBtn-bg-pc.png);
  color: #fee09b;
}
@media screen and (max-width: 768px) {
  .tabBtn.info {
    width: 17.1875vw;
    height: 5.7291666667vw;
    font-size: 3.6458333333vw;
    padding-bottom: 0vw;
  }
  .tabBtn.info:hover {
    background-image: url(./img/main/tabBtn-bg-mb.png);
  }
  .tabBtn.info.active {
    background-image: url(./img/main/tabBtn-bg-mb.png);
  }
}

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

.tabContent.info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.loadingContent {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadingContent .loading {
  width: 30px;
  height: 30px;
  border: 5px solid #392410;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1.2s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .loadingContent .loading {
    width: 4.5572916667vw;
    height: 4.5572916667vw;
    border: 1.0416666667vw solid #392410;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1.2s linear infinite;
  }
}

.loadingContent.info {
  height: 370px;
}
.loadingContent.info .loading {
  border: 5px solid #fff;
  width: 30px;
  height: 30px;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1.2s linear infinite;
}
@media screen and (max-width: 768px) {
  .loadingContent.info {
    height: 54.6875vw;
  }
}

.infoList {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 10px 25px 10px;
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #664a3d;
}
.infoList div {
  position: relative;
  z-index: 1;
}
.infoList .title {
  width: 500px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.infoList:last-child {
  border-bottom: none;
}
.infoList.active {
  color: #ffffff;
  font-weight: bold;
}
.infoList:hover {
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .infoList {
    padding: 4.5572916667vw 1.3020833333vw 4.5572916667vw 1.3020833333vw;
    font-size: 3.6458333333vw;
    border-top: 0.1302083333vw solid #a1805e;
  }
  .infoList div {
    width: auto;
    position: relative;
    z-index: 1;
  }
  .infoList .title {
    width: 45.5729166667vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .infoList .date {
    display: flex;
    justify-content: flex-end;
    width: 20.8333333333vw;
  }
  .infoList.active {
    color: #fff;
  }
  .infoList.active::before {
    width: 13.8020833333vw;
    height: 11.0677083333vw;
    left: -3.90625vw;
  }
}

.title {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.title.follow {
  width: 165px;
  height: 42px;
  background-image: url(./img/main/title-fallowus-pc.png);
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .title.follow {
    width: 22.7864583333vw;
    height: 7.421875vw;
    background-image: url(./img/main/title-fallowus-mb.png);
    margin-bottom: 2.6041666667vw;
  }
}

.followUsContent {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 0;
}
.followUsContent a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  width: 143px;
  height: 152px;
}
.followUsContent a.f_b {
  background-image: url(./img/main/icon-fb.png);
}
.followUsContent a.i_g {
  background-image: url(./img/main/icon-ig.png);
}
.followUsContent a.y_t {
  background-image: url(./img/main/icon-yt.png);
}
.followUsContent a.thread {
  background-image: url(./img/main/icon-thread.png);
}
@media screen and (max-width: 768px) {
  .followUsContent {
    gap: 1.3020833333vw;
  }
  .followUsContent a {
    width: 20.703125vw;
    height: 22.265625vw;
    filter: drop-shadow(0.1302083333vw 0.1302083333vw 1.3020833333vw #000);
  }
  .followUsContent a.f_b {
    background-image: url(./img/main/icon-fb-mb.png);
  }
  .followUsContent a.i_g {
    background-image: url(./img/main/icon-ig-mb.png);
  }
  .followUsContent a.y_t {
    background-image: url(./img/main/icon-yt-mb.png);
  }
  .followUsContent a.thread {
    background-image: url(./img/main/icon-thread-mb.png);
  }
}

section#sec3 {
  height: 950px;
  padding-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section#sec3 {
    height: auto;
    padding-top: 0;
    padding-bottom: 5.2083333333vw;
  }
}

.titleH1.feature {
  width: 1185px;
  height: 166px;
  background-image: url(./img/main/title-feature-pc.png);
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .titleH1.feature {
    width: 100vw;
    height: 21.6145833333vw;
    background-image: url(./img/main/title-feature-mb.png);
    margin-bottom: 10.4166666667vw;
  }
}

.swiper.feature {
  height: 509px;
  width: 868px;
  overflow: visible;
}
.swiper.feature .content {
  height: 509px;
  width: 868px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  position: relative;
  cursor: pointer;
}
.swiper.feature .content::before {
  height: 509px;
  width: 868px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/featureBorder.png);
  pointer-events: none;
  z-index: 2;
}
.swiper.feature .content .YTBtn {
  width: 100px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/others/YTBtn.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .swiper.feature .content .YTBtn {
    width: 13.0208333333vw;
    height: 9.765625vw;
  }
}
.swiper.feature .content .disabled {
  pointer-events: none;
}
.swiper.feature .swiper-slide {
  opacity: 0;
  pointer-events: none;
}
.swiper.feature .swiper-slide-active {
  opacity: 1;
  filter: brightness(1) !important;
  pointer-events: visible !important;
}
.swiper.feature .swiper-slide-prev {
  opacity: 1;
  filter: brightness(0.7);
  pointer-events: none;
}
.swiper.feature .swiper-slide-next {
  opacity: 1;
  filter: brightness(0.7);
  pointer-events: none;
}
.swiper.feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper.feature iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.swiper.feature video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .swiper.feature {
    width: 86.4583333333vw;
    height: 50.78125vw;
    overflow: visible;
  }
  .swiper.feature .content {
    width: 86.4583333333vw;
    height: 50.78125vw;
  }
  .swiper.feature .content::before {
    width: 86.4583333333vw;
    height: 50.78125vw;
  }
  .swiper.feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper.feature iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.sliderOuter .swiper-pagination.feature {
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .sliderOuter .swiper-pagination.feature {
    bottom: -6.5104166667vw;
  }
}

.navi {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.navi > div {
  width: 62px;
  height: 87px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/slider-arrow.png);
  position: absolute;
  cursor: pointer;
}
.navi > div:nth-child(1) {
  transform: rotate(180deg);
  left: 90px;
}
.navi > div:nth-child(2) {
  right: 90px;
}
.navi > div[aria-disabled=true] {
  display: none;
}
@media screen and (max-width: 768px) {
  .navi {
    width: 100vw;
    top: 40%;
  }
  .navi > div {
    width: 7.03125vw;
    height: 10.0260416667vw;
  }
  .navi > div:nth-child(1) {
    transform: rotate(180deg);
    left: 0.6510416667vw;
  }
  .navi > div:nth-child(2) {
    right: 0.6510416667vw;
  }
}

.navi.top {
  width: 100%;
  top: 45%;
}
.navi.top:nth-child(1) {
  transform: rotate(180deg);
  left: 90px;
}
.navi.top:nth-child(2) {
  right: 90px;
}

section#sec4 {
  height: 930px;
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section#sec4 {
    height: auto;
    padding-top: 4.5572916667vw;
  }
}

.titleH1.world {
  width: 1185px;
  height: 166px;
  background-image: url(./img/main/title-world-pc.png);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .titleH1.world {
    width: 100vw;
    height: 21.6145833333vw;
    background-image: url(./img/main/title-world-mb.png);
  }
}

.infoOuter.world {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .infoOuter.world {
    padding: 0 0;
  }
}

.sliderOuter.world {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 110px;
}
@media screen and (max-width: 768px) {
  .sliderOuter.world {
    padding: 0 7.8125vw;
  }
}

.swiper.world {
  width: 100%;
  height: 100%;
}
.swiper.world .swiper-slide {
  width: 100%;
  height: 100%;
}

.worldSlide {
  display: flex;
  justify-content: center;
  align-content: baseline;
}
.worldSlide .pic {
  width: 450px;
  height: 488px;
}
.worldSlide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.worldSlide .textContent {
  display: flex;
  width: 400px;
  height: auto;
  flex-direction: column;
  gap: 40px;
  box-sizing: border-box;
  padding: 30px 0 0 20px;
}
.worldSlide .textContent .text {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #392410;
}
@media screen and (max-width: 768px) {
  .worldSlide {
    flex-direction: column;
    align-items: center;
    padding: 6.5104166667vw 0;
  }
  .worldSlide .pic {
    width: 52.734375vw;
    height: 57.1614583333vw;
    margin-bottom: 2.6041666667vw;
  }
  .worldSlide .textContent {
    width: 70.3125vw;
    height: auto;
    gap: 5.2083333333vw;
    padding: 0 2.6041666667vw;
  }
  .worldSlide .textContent .text {
    font-size: 3.6458333333vw;
    line-height: 1.4;
    font-weight: normal;
  }
  .worldSlide .textContent .text > span {
    font-weight: bold;
  }
}

.scrollContent.world {
  width: auto;
  height: 470px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .scrollContent.world {
    width: auto;
    height: 61.1979166667vw;
    padding-right: 0;
  }
}

.navi.world {
  top: 41%;
}
.navi.world .world-button-prev {
  left: 50px;
}
.navi.world .world-button-next {
  right: 50px;
}
@media screen and (max-width: 768px) {
  .navi.world {
    top: 46%;
  }
  .navi.world .world-button-prev {
    left: 0.6510416667vw;
  }
  .navi.world .world-button-next {
    right: 0.6510416667vw;
  }
}

.swiper-pagination.world {
  pointer-events: none;
  bottom: -100px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination.world {
    bottom: -2.6041666667vw;
  }
}

.landing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.landing.disabled {
  background-color: #000;
}
.landing .canvas {
  width: 100%;
  height: 100%;
}
.landing canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landing.hide {
  display: none;
}

.titleH1.class.main {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .titleH1.class.main {
    background-image: url(./img/main/title-class-mb.png);
    margin-bottom: 2.6041666667vw;
  }
}

.infoOuter.class {
  width: 1110px;
  height: 644px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/bg-class-pc.png);
  padding: 8px 0 0 30px;
  background-color: transparent;
  margin: 0 auto;
  box-shadow: none;
}
.infoOuter.class .sliderOuter.class {
  width: 875px;
  height: 549px;
}
.infoOuter.class .swiper.class {
  overflow: visible;
}
.infoOuter.class .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.infoOuter.class .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  right: -83px;
  top: -15px;
  width: 970px;
  height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  pointer-events: none;
}
.infoOuter.class .swiper-slide.SCOUT::after {
  background-image: url(./img/main/classBG-scout-pc.png);
}
.infoOuter.class .swiper-slide.SWORDMAN::after {
  background-image: url(./img/main/classBG-swordman-pc.png);
}
.infoOuter.class .swiper-slide.WIZARD::after {
  background-image: url(./img/main/classBG-wizard-pc.png);
}
.infoOuter.class .swiper-slide.ARCHER::after {
  background-image: url(./img/main/classBG-archer-pc.png);
}
.infoOuter.class .swiper-slide.CLERIC::after {
  background-image: url(./img/main/classBG-cleric-pc.png);
}
.infoOuter.class .swiper-slide .text {
  width: 360px;
  height: 110px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #392410;
  position: absolute;
  top: 140px;
  left: 23%;
  transform: translateX(-50%);
}
.infoOuter.class .swiper-slide .soon {
  text-align: center;
  font-size: 18px;
  color: #392410;
  position: absolute;
  bottom: 94px;
  left: 309px;
}
.infoOuter.class .swiper-slide .moreInfo {
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 187px;
  height: 63px;
  background-image: url(./img/main/classBtn-off-pc.png);
  position: absolute;
  bottom: 30px;
  left: 102px;
  z-index: 3;
}
.infoOuter.class .swiper-slide .moreInfo:hover {
  background-image: url(./img/main/classBtn-on-pc.png);
}
@media screen and (max-width: 768px) {
  .infoOuter.class {
    display: block;
    width: 100vw;
    height: 178.90625vw;
    background-image: url(./img/main/bg-class-mb.png);
    background-size: contain;
    padding: 0;
  }
  .infoOuter.class .sliderOuter.class {
    width: 100vw;
    height: 178.90625vw;
  }
  .infoOuter.class .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: bottom left;
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .infoOuter.class .swiper-slide::after {
    display: block;
    content: "";
    position: absolute;
    width: 99.7395833333vw;
    height: 143.2291666667vw;
    top: 17.578125vw;
    left: 0.6510416667vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .infoOuter.class .swiper-slide.SCOUT {
    background-image: none;
    position: relative;
  }
  .infoOuter.class .swiper-slide.SCOUT::after {
    background-image: url(./img/main/classBG-scout-mb.png);
  }
  .infoOuter.class .swiper-slide.SWORDMAN {
    background-image: none;
    position: relative;
  }
  .infoOuter.class .swiper-slide.SWORDMAN::after {
    background-image: url(./img/main/classBG-swordman-mb.png);
  }
  .infoOuter.class .swiper-slide.WIZARD {
    background-image: none;
    position: relative;
  }
  .infoOuter.class .swiper-slide.WIZARD::after {
    background-image: url(./img/main/classBG-wizard-mb.png);
  }
  .infoOuter.class .swiper-slide.ARCHER {
    background-image: none;
    position: relative;
  }
  .infoOuter.class .swiper-slide.ARCHER::after {
    background-image: url(./img/main/classBG-archer-mb.png);
  }
  .infoOuter.class .swiper-slide.CLERIC {
    background-image: none;
    position: relative;
  }
  .infoOuter.class .swiper-slide.CLERIC::after {
    background-image: url(./img/main/classBG-cleric-mb.png);
  }
  .infoOuter.class .swiper-slide .text {
    width: 71.6145833333vw;
    height: 18.8802083333vw;
    font-size: 3.6458333333vw;
    line-height: 5.2083333333vw;
    top: 31.25vw;
    left: 51%;
    transform: translateX(-50%);
  }
  .infoOuter.class .swiper-slide .moreInfo {
    width: 29.0364583333vw;
    height: 9.6354166667vw;
    background-image: url(./img/main/classBtn-off-mb.png);
    bottom: 24.7395833333vw;
    left: 37.7604166667vw;
    opacity: 0;
    transition: 0.5s 1s all;
  }
  .infoOuter.class .swiper-slide .moreInfo:hover {
    background-image: url(./img/main/classBtn-off-mb.png);
  }
  .infoOuter.class .swiper-slide .moreInfo.active {
    opacity: 1;
  }
  .infoOuter.class .swiper-slide .moreInfo:not(.active) {
    transition: none;
  }
  .infoOuter.class .swiper-slide .soon {
    text-align: center;
    font-size: 3.125vw;
    color: #392410;
    position: absolute;
    bottom: 92.4479166667vw;
    left: 68.4895833333vw;
  }
}

.navi.class {
  top: 45%;
}
.navi.class div:nth-child(1) {
  left: 40px;
}
.navi.class div:nth-child(2) {
  right: 74px;
}
@media screen and (max-width: 768px) {
  .navi.class {
    width: 100%;
    top: 60%;
  }
  .navi.class div:nth-child(1) {
    left: 0vw;
  }
  .navi.class div:nth-child(2) {
    right: 0vw;
  }
}

.swiper-pagination.class {
  width: auto;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  bottom: -85px;
  left: 50px;
}
.swiper-pagination.class .swiper-pagination-bullet {
  display: flex;
  width: 109px;
  height: 80px;
  filter: drop-shadow(1px 1px 10px #000);
  opacity: 1;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-pagination.class .swiper-pagination-bullet:nth-child(1) {
  background-image: url(./img/main/classTabBtn-swordman-off-pc.png);
}
.swiper-pagination.class .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background-image: url(./img/main/classTabBtn-swordman-on-pc.png);
}
.swiper-pagination.class .swiper-pagination-bullet:nth-child(2) {
  background-image: url(./img/main/classTabBtn-wizard-off-pc.png);
}
.swiper-pagination.class .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background-image: url(./img/main/classTabBtn-wizard-on-pc.png);
}
.swiper-pagination.class .swiper-pagination-bullet:nth-child(3) {
  background-image: url(./img/main/classTabBtn-archer-off-pc.png);
}
.swiper-pagination.class .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background-image: url(./img/main/classTabBtn-archer-on-pc.png);
}
.swiper-pagination.class .swiper-pagination-bullet:nth-child(4) {
  background-image: url(./img/main/classTabBtn-cleric-off-pc.png);
}
.swiper-pagination.class .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background-image: url(./img/main/classTabBtn-cleric-on-pc.png);
}
.swiper-pagination.class .swiper-pagination-bullet:nth-child(5) {
  background-image: url(./img/main/classTabBtn-scout-off-pc.png);
}
.swiper-pagination.class .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background-image: url(./img/main/classTabBtn-scout-on-pc.png);
}
@media screen and (max-width: 768px) {
  .swiper-pagination.class {
    width: 100%;
    gap: 2.6041666667vw;
    bottom: 7.8125vw;
    left: 0;
    justify-content: center;
  }
  .swiper-pagination.class .swiper-pagination-bullet {
    display: flex;
    width: 14.1927083333vw;
    height: 10.4166666667vw;
    filter: drop-shadow(0.1302083333vw 0.1302083333vw 1.3020833333vw #000);
    opacity: 1;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .swiper-pagination.class .swiper-pagination-bullet:nth-child(1) {
    background-image: url(./img/main/classTabBtn-swordman-off-pc.png);
  }
  .swiper-pagination.class .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
    background-image: url(./img/main/classTabBtn-swordman-on-pc.png);
  }
  .swiper-pagination.class .swiper-pagination-bullet:nth-child(2) {
    background-image: url(./img/main/classTabBtn-wizard-off-pc.png);
  }
  .swiper-pagination.class .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    background-image: url(./img/main/classTabBtn-wizard-on-pc.png);
  }
  .swiper-pagination.class .swiper-pagination-bullet:nth-child(3) {
    background-image: url(./img/main/classTabBtn-archer-off-pc.png);
  }
  .swiper-pagination.class .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    background-image: url(./img/main/classTabBtn-archer-on-pc.png);
  }
  .swiper-pagination.class .swiper-pagination-bullet:nth-child(4) {
    background-image: url(./img/main/classTabBtn-cleric-off-pc.png);
  }
  .swiper-pagination.class .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
    background-image: url(./img/main/classTabBtn-cleric-on-pc.png);
  }
  .swiper-pagination.class .swiper-pagination-bullet:nth-child(5) {
    background-image: url(./img/main/classTabBtn-scout-off-pc.png);
  }
  .swiper-pagination.class .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
    background-image: url(./img/main/classTabBtn-scout-on-pc.png);
  }
}

.BGPicContent {
  width: 635px;
  height: 580px;
  position: absolute;
  bottom: -4px;
  right: 0;
  overflow: hidden;
  z-index: 2;
}
.BGPicContent span {
  display: block;
  position: absolute;
  opacity: 0;
  transition: 1s all;
  background-size: auto;
  background-repeat: no-repeat;
}
.BGPicContent span.active {
  opacity: 1;
}
.BGPicContent span.active:nth-child(2) {
  transition: 1s all 0.3s;
}
.BGPicContent span:not(.active) {
  transition: none;
}
.BGPicContent span.SCOUT:nth-child(1) {
  width: 524px;
  height: 510px;
  background-image: url(./img/main/classBG-scout-m-pc.png);
  left: 150px;
  bottom: -11px;
}
.BGPicContent span.SCOUT:nth-child(2) {
  width: 336px;
  height: 414px;
  background-image: url(./img/main/classBG-scout-w-pc.png);
  right: -82px;
  bottom: -12px;
}
.BGPicContent span.SWORDMAN:nth-child(1) {
  width: 395px;
  height: 499px;
  background-image: url(./img/main/classBG-swordman-m-pc.png);
  left: 150px;
  bottom: -16px;
}
.BGPicContent span.SWORDMAN:nth-child(2) {
  width: 382px;
  height: 412px;
  background-image: url(./img/main/classBG-swordman-w-pc.png);
  right: -83px;
  bottom: -16px;
}
.BGPicContent span.WIZARD:nth-child(1) {
  width: 390px;
  height: 464px;
  background-image: url(./img/main/classBG-wizard-m-pc.png);
  left: 140px;
  bottom: -12px;
}
.BGPicContent span.WIZARD:nth-child(2) {
  width: 412px;
  height: 374px;
  background-image: url(./img/main/classBG-wizard-w-pc.png);
  right: -60px;
  bottom: -11px;
}
.BGPicContent span.ARCHER:nth-child(1) {
  width: 468px;
  height: 537px;
  background-image: url(./img/main/classBG-archer-m-pc.png);
  left: 108px;
  bottom: -7px;
}
.BGPicContent span.ARCHER:nth-child(2) {
  width: 332px;
  height: 385px;
  background-image: url(./img/main/classBG-archer-w-pc.png);
  right: -64px;
  bottom: -8px;
}
.BGPicContent span.CLERIC:nth-child(1) {
  width: 527px;
  height: 509px;
  background-image: url(./img/main/classBG-cleric-m-pc.png);
  left: 128px;
  bottom: -12px;
}
.BGPicContent span.CLERIC:nth-child(2) {
  width: 379px;
  height: 427px;
  background-image: url(./img/main/classBG-cleric-w-pc.png);
  right: -60px;
  bottom: -12px;
}
@media screen and (max-width: 768px) {
  .BGPicContent {
    width: 100vw;
    height: 97.65625vw;
    position: absolute;
    bottom: 15.625vw;
    right: 0;
    overflow: hidden;
    z-index: 2;
  }
  .BGPicContent span {
    display: block;
    position: absolute;
    opacity: 0;
    transition: 1s all;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .BGPicContent span.active {
    opacity: 1;
  }
  .BGPicContent span.active:nth-child(2) {
    transition: 1s all 0.3s;
  }
  .BGPicContent span:not(.active) {
    transition: none;
  }
  .BGPicContent span.SCOUT:nth-child(1) {
    width: 61.8489583333vw;
    height: 75.1302083333vw;
    background-image: url(./img/main/classBG-scout-m-mb.png);
    left: 2.34375vw;
    bottom: 4.4270833333vw;
  }
  .BGPicContent span.SCOUT:nth-child(2) {
    width: 52.6041666667vw;
    height: 64.0625vw;
    background-image: url(./img/main/classBG-scout-w-mb.png);
    right: -0.2604166667vw;
    bottom: 2.6041666667vw;
  }
  .BGPicContent span.SWORDMAN:nth-child(1) {
    width: 63.0208333333vw;
    height: 76.5625vw;
    background-image: url(./img/main/classBG-swordman-m-mb.png);
    left: 2.34375vw;
    bottom: 2.6041666667vw;
  }
  .BGPicContent span.SWORDMAN:nth-child(2) {
    width: 57.2916666667vw;
    height: 69.921875vw;
    background-image: url(./img/main/classBG-swordman-w-mb.png);
    right: -0.390625vw;
    bottom: 2.34375vw;
  }
  .BGPicContent span.WIZARD:nth-child(1) {
    width: 60.2864583333vw;
    height: 71.2239583333vw;
    background-image: url(./img/main/classBG-wizard-m-mb.png);
    left: 7.03125vw;
    bottom: 2.6041666667vw;
  }
  .BGPicContent span.WIZARD:nth-child(2) {
    width: 66.796875vw;
    height: 57.1614583333vw;
    background-image: url(./img/main/classBG-wizard-w-mb.png);
    right: -0.5208333333vw;
    bottom: 2.2135416667vw;
  }
  .BGPicContent span.ARCHER:nth-child(1) {
    width: 76.953125vw;
    height: 80.7291666667vw;
    background-image: url(./img/main/classBG-archer-m-mb.png);
    left: 5.9895833333vw;
    bottom: 1.8229166667vw;
  }
  .BGPicContent span.ARCHER:nth-child(2) {
    width: 51.6927083333vw;
    height: 57.9427083333vw;
    background-image: url(./img/main/classBG-archer-w-mb.png);
    right: -0.5208333333vw;
    bottom: 2.2135416667vw;
  }
  .BGPicContent span.CLERIC:nth-child(1) {
    width: 80.7291666667vw;
    height: 76.3020833333vw;
    background-image: url(./img/main/classBG-cleric-m-mb.png);
    left: 0.78125vw;
    bottom: 2.6041666667vw;
  }
  .BGPicContent span.CLERIC:nth-child(2) {
    width: 58.59375vw;
    height: 65.7552083333vw;
    background-image: url(./img/main/classBG-cleric-w-mb.png);
    right: 1.5625vw;
    bottom: 2.34375vw;
  }
}

.bodyBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3760px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./img/main/bg-pc-1080.png);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .bodyBG {
    background-size: 100%;
    width: 100vw;
    height: 735.4166666667vw;
    background-image: url(./img/main/bg-mb.png);
    background-size: cover;
  }
}

.infoOuter.hl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .infoOuter.hl {
    padding-top: 9.1145833333vw;
  }
}

.titleH1.hl {
  width: 387px;
  height: 75px;
  background-image: url(./img/main/title-news02-pc.png);
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .titleH1.hl {
    width: 65.4947916667vw;
    height: 12.6302083333vw;
    background-image: url(./img/main/title-news02-mb.png);
    margin-bottom: 5.2083333333vw;
  }
}

.swiper.info {
  position: relative;
}

.arrowContent {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 10px 50px;
  z-index: 2;
}
.arrowContent > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.arrowContent > div:nth-child(1) {
  left: 10px;
}
.arrowContent > div:nth-child(2) {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .arrowContent {
    font-size: 3.125vw;
    color: #fff;
    bottom: 3.2552083333vw;
    border-radius: 50px;
    box-sizing: border-box;
    padding: 2.6041666667vw 10.4166666667vw;
    z-index: 2;
  }
  .arrowContent > div {
    width: 5.859375vw;
    height: 5.859375vw;
    cursor: pointer;
  }
  .arrowContent > div:nth-child(1) {
    left: 1.953125vw;
  }
  .arrowContent > div:nth-child(2) {
    right: 1.953125vw;
  }
}

.sliderOuter.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sliderOuter.top .swiper {
  width: 100%;
  height: 100%;
}
.sliderOuter.top .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sliderOuter.top img,
.sliderOuter.top video {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sliderOuter.top video {
    width: auto;
    height: 100%;
  }
}

.transJobContent {
  display: flex;
  align-items: center;
  position: absolute;
  gap: 5px;
  bottom: 125px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(31, 11, 2, 0.8);
  min-width: 1200px;
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 888;
}
@media screen and (max-width: 768px) {
  .header {
    min-width: 0;
    height: 11.4583333333vw;
  }
}

.logo {
  width: 115px;
  height: 75px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/logo.png);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 14.9739583333vw;
    height: 9.765625vw;
    left: 0vw;
  }
  .logo.hide {
    display: none;
  }
}

.navContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 50px;
}
.navContent div {
  cursor: pointer;
  text-decoration: none;
}
.navContent:nth-child(1) {
  display: none;
}
@media screen and (max-width: 768px) {
  .navContent {
    width: 100%;
    height: 100%;
    gap: 5.859375vw;
    padding-left: 0;
    padding-right: 3.2552083333vw;
    justify-content: flex-end;
  }
}

.navBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
}
.navBtn > a,
.navBtn span {
  cursor: auto;
}
.navBtn a,
.navBtn span {
  font-size: 18px;
  color: #ffecbc;
  text-decoration: none;
}
.navBtn:hover, .navBtn.active {
  text-decoration: none;
}
.navBtn:hover > a,
.navBtn:hover span, .navBtn.active > a,
.navBtn.active span {
  color: #ffecbc;
  filter: brightness(1);
}
@media screen and (max-width: 768px) {
  .navBtn {
    display: none;
  }
}

.popHover {
  width: 120px;
  height: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
}
.popHover a {
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #fff;
  transition: 0.5s all;
}
.popHover a:hover {
  text-shadow: 1px 1px 10px #fbe8b8, 1px 1px 10px #fbe8b8;
}
.popHover.last {
  width: 200px;
}

.header:hover .popHover {
  height: auto;
  opacity: 1;
  pointer-events: visible;
}
@media screen and (max-width: 768px) {
  .header:hover .popHover {
    display: none;
  }
}

.navContent .navBtn:nth-child(4) .popHover a:nth-child(1) {
  display: none;
}

.BGContent {
  position: absolute;
  top: 88px;
  width: 100%;
  height: 0;
  left: 0;
  height: 0;
  background-color: rgba(31, 11, 2, 0.8);
  z-index: 0;
  transition: 0.5s all;
  pointer-events: none;
  opacity: 0;
}
.BGContent .deco {
  width: 941px;
  height: 91px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/header-deco.png);
  top: 0;
  left: 48%;
  transform: translateX(-50%);
  pointer-events: none;
}

.header:hover .BGContent {
  height: 300px;
  opacity: 1;
  pointer-events: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header:hover .BGContent {
    display: none;
  }
}

.audioBtn {
  width: 26px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/audio-on.png);
  align-self: flex-start;
  margin-left: 20px;
}
.audioBtn.active {
  background-image: url(./img/main/audio-off.png);
}
@media screen and (max-width: 768px) {
  .audioBtn {
    align-self: center;
    width: 3.3854166667vw;
    height: 2.6041666667vw;
  }
}

.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    width: 6.9010416667vw;
    height: 4.9479166667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/header/hamburger.png);
  }
}

.BGContentMB {
  display: none;
  position: absolute;
  align-items: center;
  width: 100%;
  height: 100%;
  top: -195.3125vw;
  left: 0;
  background-color: rgba(31, 11, 2, 0.8);
  z-index: 1;
  transition: 0.5s all;
  position: fixed;
  box-sizing: border-box;
  padding: 3.90625vw 7.03125vw 13.0208333333vw 7.03125vw;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .BGContentMB {
    display: block;
    top: -100%;
  }
  .BGContentMB.active {
    top: 0;
  }
}

.BGlogo {
  display: block;
  width: 31.5104166667vw;
  height: 31.5104166667vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/header/logo.png);
  margin: 0 auto;
}

.BGnavContent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 9.1145833333vw;
  box-sizing: border-box;
  padding: 0 11.71875vw;
}
.BGnavContent .deco {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 7.8125vw;
  left: 50%;
  transform: translateX(-50%);
}
.BGnavContent .deco.d1 {
  width: 89.84375vw;
  height: 1.8229166667vw;
  background-image: url(./img/header/deco-01.png);
}
.BGnavContent .deco.d2 {
  width: 92.7083333333vw;
  height: 12.6302083333vw;
  background-image: url(./img/header/deco-02.png);
}
.BGnavContent.b1 {
  padding-bottom: 55.9895833333vw;
}
.BGnavContent.b2 {
  justify-content: flex-start;
  padding-bottom: 62.5vw;
}

.BGnavBtn {
  font-size: 3.6458333333vw;
  color: #ffecbc;
  position: relative;
}
.BGnavBtn a {
  text-decoration: none;
  font-size: 3.6458333333vw;
  color: #ffecbc;
}

.childList {
  display: flex;
  width: 24.7395833333vw;
  flex-direction: column;
  gap: 3.90625vw;
  position: absolute;
  left: 0;
  top: 13.0208333333vw;
}
.childList a {
  text-decoration: none;
  font-size: 3.6458333333vw;
  color: #ffffff;
}
.childList.last {
  width: 32.5520833333vw;
}

.BGnavContent.b2 .childList:nth-child(2) span:nth-child(1) {
  display: none;
}

.BGdownloadBtnContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2552083333vw;
}
.BGdownloadBtnContent a {
  width: 36.8489583333vw;
  height: 13.671875vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 3.90625vw;
}
.BGdownloadBtnContent a.AS {
  background-image: url(./img/header/btn-AS.png);
}
.BGdownloadBtnContent a.GP {
  background-image: url(./img/header/btn-GP.png);
}

.followUS {
  width: 52.9947916667vw;
  height: 25.2604166667vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/header/followus.png);
  margin: 0 auto 3.2552083333vw auto;
}

.BGiconContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.90625vw;
}
.BGiconContent a {
  width: 10.6770833333vw;
  height: 10.6770833333vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.BGiconContent a.f_b {
  background-image: url(./img/header/icon-f_b.png);
}
.BGiconContent a.i_g {
  background-image: url(./img/header/icon-i_g.png);
}
.BGiconContent a.thread {
  background-image: url(./img/header/icon-thread.png);
}
.BGiconContent a.y_t {
  background-image: url(./img/header/icon-y_t.png);
}

.BGcloseBtn {
  width: 4.0364583333vw;
  height: 4.0364583333vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3.90625vw;
  right: 4.5572916667vw;
  background-image: url(./img/header/close.png);
}

#classContainer {
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./img/class/bg-class-pc.jpg);
  padding-top: 130px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #classContainer {
    min-width: 0;
    height: 259.1145833333vw;
    padding-top: 15.625vw;
    padding-bottom: 0vw;
    background-size: 100%;
    background-image: url(./img/class/bg-class-mb.jpg);
  }
}

.titleH1.class {
  width: 1185px;
  height: 166px;
  background-image: url(./img/class/title-class-pc.png);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .titleH1.class {
    width: 100vw;
    height: 21.6145833333vw;
    background-image: url(./img/class/title-class-mb.png);
    margin-bottom: 2.6041666667vw;
  }
}

.classTitle {
  width: fit-content;
  display: flex;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 40px auto;
  letter-spacing: 10px;
  box-sizing: border-box;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .classTitle {
    font-size: 3.90625vw;
    letter-spacing: 1.3020833333vw;
    margin-bottom: 5.2083333333vw;
    padding-left: 0;
  }
}

.gradient {
  background: linear-gradient(to left, #ffefc6 0%, #fedc8d 50%, #fff8e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px #3e3333);
}

.classBtnContent {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .classBtnContent {
    margin-bottom: 5.2083333333vw;
  }
}

.classSwiper {
  width: 820px;
  margin: 0 auto;
  overflow: hidden;
}
.classSwiper .swiper-wrapper {
  width: 820px;
}
.classSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  width: 116px;
  height: 154px;
}
@media screen and (max-width: 768px) {
  .classSwiper {
    width: 91.1458333333vw;
  }
  .classSwiper .swiper-wrapper {
    width: 91.1458333333vw;
    justify-content: center;
    gap: 2.6041666667vw;
  }
  .classSwiper .swiper-slide {
    width: 15.1041666667vw;
    height: 20.0520833333vw;
  }
}

.classBtn {
  width: 116px;
  height: 154px;
  cursor: pointer;
  filter: brightness(0.3);
}
.classBtn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.classBtn:hover {
  filter: brightness(1);
}
.classBtn.active {
  filter: brightness(1);
}
@media screen and (max-width: 768px) {
  .classBtn {
    width: 15.1041666667vw;
    height: 20.0520833333vw;
  }
}

.jobContent {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 624px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jobContent {
    height: auto;
  }
}

.imgContent {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 1188px;
  height: 624px;
}
@media screen and (max-width: 768px) {
  .imgContent {
    display: none;
  }
}

.jobBtnContent {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 1188px;
  height: 220px;
  box-sizing: border-box;
  padding-bottom: 40px;
  gap: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/class/classBtnContent-bg-pc.png);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .jobBtnContent {
    display: none;
  }
}

.jobBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  filter: brightness(0.3);
}
.jobBtn img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}
.jobBtn span {
  font-size: 20px;
  color: #ffeec3;
}
.jobBtn.active {
  filter: brightness(1);
}
.jobBtn.active img.disabled {
  filter: brightness(0.3);
}
.jobBtn.active span.disabled {
  filter: brightness(0.3);
}
@media screen and (max-width: 768px) {
  .jobBtn {
    display: none;
  }
}

.navBtnContent {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.navBtnContent div {
  width: 53px;
  height: 73px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/class/arrow.png);
  bottom: 40px;
  left: 105px;
  pointer-events: visible;
  cursor: pointer;
  position: absolute;
}
.navBtnContent div:last-child {
  transform: rotate(180deg);
  right: 105px;
  left: auto;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .navBtnContent {
    display: none;
  }
}

.jobPhotoContent {
  width: 100%;
  height: 564px;
  position: absolute;
  top: -60px;
  left: 0;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .jobPhotoContent {
    display: none;
  }
}

.jobPhoto {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  filter: brightness(0.5);
}
@media screen and (max-width: 768px) {
  .jobPhoto {
    display: none;
  }
}

.jobPhotoContent.swords .jobPhoto.active {
  filter: brightness(1);
}
.jobPhotoContent.swords .jobPhoto:nth-child(1) {
  bottom: -85px;
  left: 130px;
  width: 299px;
  height: 441px;
  background-image: url(./img/class/01/img-01-active-pc.png);
}
.jobPhotoContent.swords .jobPhoto:nth-child(1).active {
  width: 359px;
  height: 530px;
  bottom: -65px;
  left: 50px;
  z-index: 6;
}
.jobPhotoContent.swords .jobPhoto:nth-child(2) {
  bottom: -5px;
  left: 300px;
  width: 319px;
  height: 379px;
  background-image: url(./img/class/01/img-02-active-pc.png);
  z-index: 2;
}
.jobPhotoContent.swords .jobPhoto:nth-child(2).active {
  width: 383px;
  height: 455px;
  bottom: -55px;
  left: 280px;
  z-index: 6;
}
.jobPhotoContent.swords .jobPhoto:nth-child(3) {
  bottom: -125px;
  left: 390px;
  width: 363px;
  height: 510px;
  background-image: url(./img/class/01/img-03-active-pc.png);
  z-index: 3;
}
.jobPhotoContent.swords .jobPhoto:nth-child(3).active {
  width: 437px;
  height: 611px;
  bottom: -170px;
  left: 350px;
  z-index: 6;
}
.jobPhotoContent.swords .jobPhoto:nth-child(4) {
  bottom: -15px;
  left: 590px;
  width: 347px;
  height: 480px;
  background-image: url(./img/class/01/img-04-active-pc.png);
  z-index: 2;
}
.jobPhotoContent.swords .jobPhoto:nth-child(4).active {
  width: 416px;
  height: 575px;
  bottom: -30px;
  left: 590px;
  z-index: 6;
}
.jobPhotoContent.swords .jobPhoto:nth-child(5) {
  bottom: -65px;
  left: 750px;
  width: 358px;
  height: 499px;
  background-image: url(./img/class/01/img-05-active-pc.png);
}
.jobPhotoContent.swords .jobPhoto:nth-child(5).active {
  width: 431px;
  height: 598px;
  bottom: -60px;
  left: 700px;
  z-index: 6;
}

.jobPhotoContent.wizard .jobPhoto.active {
  filter: brightness(1);
}
.jobPhotoContent.wizard .jobPhoto:nth-child(1) {
  bottom: -90px;
  left: 115px;
  width: 306px;
  height: 441px;
  background-image: url(./img/class/02/img-01-active-pc.png);
  z-index: 3;
}
.jobPhotoContent.wizard .jobPhoto:nth-child(1).active {
  bottom: -95px;
  left: 95px;
  width: 367px;
  height: 530px;
  z-index: 4;
}
.jobPhotoContent.wizard .jobPhoto:nth-child(2) {
  bottom: 0px;
  left: 260px;
  width: 285px;
  height: 379px;
  background-image: url(./img/class/02/img-02-active-pc.png);
  z-index: 2;
}
.jobPhotoContent.wizard .jobPhoto:nth-child(2).active {
  bottom: 0px;
  left: 260px;
  width: 342px;
  height: 455px;
  z-index: 4;
}
.jobPhotoContent.wizard .jobPhoto:nth-child(3) {
  bottom: -115px;
  left: 440px;
  width: 322px;
  height: 506px;
  background-image: url(./img/class/02/img-03-active-pc.png);
  z-index: 3;
}
.jobPhotoContent.wizard .jobPhoto:nth-child(3).active {
  bottom: -115px;
  left: 400px;
  width: 387px;
  height: 607px;
  z-index: 4;
}
.jobPhotoContent.wizard .jobPhoto:nth-child(4) {
  bottom: -65px;
  left: 610px;
  width: 355px;
  height: 485px;
  background-image: url(./img/class/02/img-04-active-pc.png);
  z-index: 2;
}
.jobPhotoContent.wizard .jobPhoto:nth-child(4).active {
  bottom: -125px;
  left: 560px;
  width: 425px;
  height: 582px;
  z-index: 4;
}
.jobPhotoContent.wizard .jobPhoto:nth-child(5) {
  bottom: -100px;
  left: 710px;
  width: 365px;
  height: 489px;
  background-image: url(./img/class/02/img-05-active-pc.png);
}
.jobPhotoContent.wizard .jobPhoto:nth-child(5).active {
  bottom: -155px;
  left: 650px;
  width: 438px;
  height: 587px;
  z-index: 4;
}

.jobPhotoContent.archer .jobPhoto.active {
  filter: brightness(1);
}
.jobPhotoContent.archer .jobPhoto:nth-child(1) {
  bottom: -30px;
  left: 115px;
  width: 356px;
  height: 496px;
  background-image: url(./img/class/03/img-01-active-pc.png);
  z-index: 3;
}
.jobPhotoContent.archer .jobPhoto:nth-child(1).active {
  bottom: -40px;
  left: 60px;
  width: 427px;
  height: 596px;
  z-index: 4;
}
.jobPhotoContent.archer .jobPhoto:nth-child(2) {
  bottom: -10px;
  left: 320px;
  width: 286px;
  height: 421px;
  background-image: url(./img/class/03/img-02-active-pc.png);
  z-index: 3;
}
.jobPhotoContent.archer .jobPhoto:nth-child(2).active {
  bottom: -10px;
  left: 310px;
  width: 344px;
  height: 506px;
  z-index: 4;
}
.jobPhotoContent.archer .jobPhoto:nth-child(3) {
  bottom: -85px;
  left: 445px;
  width: 260px;
  height: 481px;
  background-image: url(./img/class/03/img-03-active-pc.png);
  z-index: 3;
}
.jobPhotoContent.archer .jobPhoto:nth-child(3).active {
  bottom: -115px;
  left: 390px;
  width: 312px;
  height: 577px;
  z-index: 4;
}
.jobPhotoContent.archer .jobPhoto:nth-child(4) {
  bottom: 0px;
  left: 605px;
  width: 325px;
  height: 445px;
  background-image: url(./img/class/03/img-04-active-pc.png);
  z-index: 2;
}
.jobPhotoContent.archer .jobPhoto:nth-child(4).active {
  bottom: -30px;
  left: 585px;
  width: 391px;
  height: 533px;
  z-index: 4;
}
.jobPhotoContent.archer .jobPhoto:nth-child(5) {
  bottom: -20px;
  left: 760px;
  width: 344px;
  height: 476px;
  background-image: url(./img/class/03/img-05-active-pc.png);
}
.jobPhotoContent.archer .jobPhoto:nth-child(5).active {
  bottom: 0px;
  left: 700px;
  width: 414px;
  height: 571px;
  z-index: 4;
}

.jobPhotoContent.cleric .jobPhoto.active {
  filter: brightness(1);
}
.jobPhotoContent.cleric .jobPhoto:nth-child(1) {
  bottom: -90px;
  left: 115px;
  width: 331px;
  height: 405px;
  background-image: url(./img/class/04/img-01-active-pc.png);
  z-index: 1;
}
.jobPhotoContent.cleric .jobPhoto:nth-child(1).active {
  bottom: -40px;
  left: 45px;
  width: 397px;
  height: 486px;
  z-index: 4;
}
.jobPhotoContent.cleric .jobPhoto:nth-child(2) {
  bottom: 0px;
  left: 290px;
  width: 250px;
  height: 379px;
  background-image: url(./img/class/04/img-02-active-pc.png);
  z-index: 2;
}
.jobPhotoContent.cleric .jobPhoto:nth-child(2).active {
  bottom: -20px;
  left: 215px;
  width: 324px;
  height: 491px;
  z-index: 4;
}
.jobPhotoContent.cleric .jobPhoto:nth-child(3) {
  bottom: -85px;
  left: 425px;
  width: 387px;
  height: 507px;
  background-image: url(./img/class/04/img-03-active-pc.png);
  z-index: 3;
}
.jobPhotoContent.cleric .jobPhoto:nth-child(3).active {
  bottom: -160px;
  left: 380px;
  width: 464px;
  height: 608px;
  z-index: 4;
}
.jobPhotoContent.cleric .jobPhoto:nth-child(4) {
  bottom: -30px;
  left: 625px;
  width: 320px;
  height: 497px;
  background-image: url(./img/class/04/img-04-active-pc.png);
  z-index: 2;
}
.jobPhotoContent.cleric .jobPhoto:nth-child(4).active {
  bottom: -100px;
  left: 600px;
  width: 384px;
  height: 596px;
  z-index: 4;
}
.jobPhotoContent.cleric .jobPhoto:nth-child(5) {
  bottom: -45px;
  left: 740px;
  width: 365px;
  height: 413px;
  background-image: url(./img/class/04/img-05-active-pc.png);
  z-index: 1;
}
.jobPhotoContent.cleric .jobPhoto:nth-child(5).active {
  bottom: -45px;
  left: 740px;
  width: 438px;
  height: 495px;
  z-index: 4;
}

.jobPhotoContent.scout .jobPhoto.active {
  filter: brightness(1);
}
.jobPhotoContent.scout .jobPhoto:nth-child(1) {
  bottom: -90px;
  left: 130px;
  width: 283px;
  height: 426px;
  background-image: url(./img/class/05/img-01-active-pc.png);
  z-index: 1;
}
.jobPhotoContent.scout .jobPhoto:nth-child(1).active {
  bottom: -85px;
  left: 100px;
  width: 323px;
  height: 487px;
  z-index: 4;
}
.jobPhotoContent.scout .jobPhoto:nth-child(2) {
  bottom: 0px;
  left: 340px;
  width: 279px;
  height: 379px;
  background-image: url(./img/class/05/img-02-active-pc.png);
  z-index: 2;
}
.jobPhotoContent.scout .jobPhoto:nth-child(2).active {
  bottom: -35px;
  left: 340px;
  width: 336px;
  height: 454px;
  z-index: 4;
}
.jobPhotoContent.scout .jobPhoto:nth-child(3) {
  bottom: -45px;
  left: 450px;
  width: 343px;
  height: 418px;
  background-image: url(./img/class/05/img-03-active-pc.png);
  z-index: 3;
}
.jobPhotoContent.scout .jobPhoto:nth-child(3).active {
  bottom: -10px;
  left: 375px;
  width: 453px;
  height: 501px;
  z-index: 4;
}
.jobPhotoContent.scout .jobPhoto:nth-child(4) {
  bottom: -35px;
  left: 650px;
  width: 315px;
  height: 394px;
  background-image: url(./img/class/05/img-04-active-pc.png);
  z-index: 2;
}
.jobPhotoContent.scout .jobPhoto:nth-child(4).active {
  bottom: -65px;
  left: 565px;
  width: 377px;
  height: 473px;
  z-index: 4;
}
.jobPhotoContent.scout .jobPhoto:nth-child(5) {
  bottom: -45px;
  left: 770px;
  width: 301.75px;
  height: 425.85px;
  background-image: url(./img/class/05/img-05-active-pc.png);
  z-index: 1;
}
.jobPhotoContent.scout .jobPhoto:nth-child(5).active {
  bottom: -65px;
  left: 770px;
  width: 326.4px;
  height: 454.75px;
  z-index: 4;
}

.desContent.class {
  width: 606px;
  height: 624px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/class/classDesContent-bg-pc.png);
  box-sizing: border-box;
  padding: 65px 70px 65px 68px;
  position: relative;
}
.desContent.class .name {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  font-family: "Noto Serif TC", "PingFangTC-Regular", "Heiti TC", "Microsoft JhengHei", "Helvetica Neue", serif, Helvetica, Arial, sans-serif !important;
}
.desContent.class .name span:nth-child(1) {
  font-size: 40px;
  color: #1b1b1b;
}
.desContent.class .name span:nth-child(2) {
  font-size: 20px;
  color: #9e8e6e;
  position: relative;
  bottom: 3px;
}
.desContent.class .desText {
  width: 466px;
  height: 140px;
  box-sizing: border-box;
  padding-bottom: 5px;
  position: relative;
  z-index: 3;
}
.desContent.class .desText p {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #392410;
  line-height: 1.4;
}
.desContent.class .desText .scrollContent {
  width: 466px;
  height: 140px;
  padding-right: 15px;
}
.desContent.class .desText.disabled {
  display: flex;
  justify-content: center;
  align-items: center;
}
.desContent.class .desText.disabled p {
  font-size: 40px;
}
.desContent.class .playBtn {
  width: 99px;
  height: 99px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/class/btn-play.png);
  margin: 0 auto;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.desContent.class .playBtn.disabled {
  background-image: url(./img/class/btn-play-disabled.png);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .desContent.class {
    width: auto;
    height: auto;
    background-image: none;
    padding: 79.4270833333vw 0 0 0;
  }
  .desContent.class .name {
    gap: 1.953125vw;
    margin-bottom: 1.953125vw;
    align-items: center;
  }
  .desContent.class .name div {
    width: 11.4583333333vw;
    height: 11.4583333333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .desContent.class .name div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .desContent.class .name div img.disabled {
    filter: brightness(0.6);
  }
  .desContent.class .name span:nth-child(2) {
    font-size: 6.5104166667vw;
    color: #1b1b1b;
  }
  .desContent.class .name span:nth-child(3) {
    font-size: 3.6458333333vw;
    color: #9e8e6e;
    position: relative;
    bottom: -0.78125vw;
  }
  .desContent.class .desText {
    width: 100%;
    height: 26.0416666667vw;
    padding-bottom: 1.3020833333vw;
  }
  .desContent.class .desText p {
    font-size: 3.6458333333vw;
  }
  .desContent.class .desText .scrollContent {
    width: 81.25vw;
    height: 26.0416666667vw;
    padding-right: 1.953125vw;
    margin-right: 0;
  }
  .desContent.class .desText.disabled p {
    font-size: 6.5104166667vw;
  }
  .desContent.class .playBtn {
    width: 12.890625vw;
    height: 12.890625vw;
  }
}

.desSwiper {
  width: 98.1770833333vw;
  height: 100.6510416667vw;
}
.desSwiper .swiper-slide {
  width: 98.1770833333vw;
  height: 100.6510416667vw;
  padding: 7.1614583333vw 8.4635416667vw 7.1614583333vw 8.4635416667vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  position: relative;
}
.desSwiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./img/class/classDesContent-bg-mb.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}

.skillContent {
  display: flex;
  justify-content: center;
  gap: 3px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .skillContent {
    gap: 2.6041666667vw;
  }
}

.skillIcon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.skillIcon img {
  width: 93px;
  height: 93px;
  object-fit: contain;
}
.skillIcon span {
  font-size: 18px;
  color: #392410;
  text-align: center;
}
.skillIcon span br {
  display: none;
}
@media screen and (max-width: 768px) {
  .skillIcon {
    gap: 0.6510416667vw;
  }
  .skillIcon img {
    width: 14.0625vw;
    height: 14.0625vw;
  }
  .skillIcon span {
    font-size: 3.3854166667vw;
  }
  .skillIcon span br {
    display: block;
  }
}

.loadingContent {
  width: 100%;
  height: 624px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadingContent .loading {
  border: 5px solid #fff;
  width: 30px;
  height: 30px;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1.2s linear infinite;
}

.skillName {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
.skillName span:nth-child(1) {
  font-size: 40px;
  color: #1b1b1b;
}
.skillName span:nth-child(2) {
  font-size: 20px;
  color: #9e8e6e;
  position: relative;
  bottom: 3px;
}
@media screen and (max-width: 768px) {
  .skillName {
    gap: 1.953125vw;
    margin-bottom: 3.90625vw;
  }
  .skillName span:nth-child(1) {
    font-size: 6.5104166667vw;
    color: #1b1b1b;
  }
  .skillName span:nth-child(2) {
    font-size: 3.6458333333vw;
    color: #9e8e6e;
    position: relative;
    bottom: 0.2604166667vw;
  }
}

.leaf {
  pointer-events: none;
  position: absolute;
  width: 100vw;
  height: 28.6458333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/class/flower.png);
  position: absolute;
  top: -22.1354166667vw;
  left: 0;
  z-index: 0;
}

.jobImage {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.jobImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jobImage[data-id="1"] {
  width: 67.0572916667vw;
  height: 98.9583333333vw;
  top: -76.8229166667vw;
  left: 18.2291666667vw;
}
.jobImage[data-id="2"] {
  width: 74.8697916667vw;
  height: 88.8020833333vw;
  top: -75.5208333333vw;
  left: 15.625vw;
}
.jobImage[data-id="3"] {
  width: 85.2864583333vw;
  height: 119.53125vw;
  top: -75.5208333333vw;
  left: 10.4166666667vw;
}
.jobImage[data-id="4"] {
  width: 81.5104166667vw;
  height: 112.3697916667vw;
  top: -84.6354166667vw;
  left: 10.4166666667vw;
}
.jobImage[data-id="5"] {
  width: 84.1145833333vw;
  height: 116.9270833333vw;
  top: -93.75vw;
  left: 5.2083333333vw;
}
.jobImage[data-id="6"] {
  width: 67.1875vw;
  height: 96.875vw;
  top: -76.8229166667vw;
  left: 15.625vw;
}
.jobImage[data-id="7"] {
  width: 62.5vw;
  height: 83.203125vw;
  top: -76.8229166667vw;
  left: 18.2291666667vw;
}
.jobImage[data-id="8"] {
  width: 70.703125vw;
  height: 110.9375vw;
  top: -76.8229166667vw;
  left: 14.9739583333vw;
}
.jobImage[data-id="9"] {
  width: 77.8645833333vw;
  height: 106.3802083333vw;
  top: -76.8229166667vw;
  left: 9.1145833333vw;
}
.jobImage[data-id="10"] {
  width: 77.6041666667vw;
  height: 107.2916666667vw;
  top: -76.8229166667vw;
  left: 0vw;
}
.jobImage[data-id="11"] {
  width: 83.59375vw;
  height: 119.4010416667vw;
  top: -83.3333333333vw;
  left: 15.625vw;
}
.jobImage[data-id="12"] {
  width: 66.9270833333vw;
  height: 98.6979166667vw;
  top: -75.5208333333vw;
  left: 16.9270833333vw;
}
.jobImage[data-id="13"] {
  width: 60.9375vw;
  height: 112.5vw;
  top: -74.8697916667vw;
  left: 16.9270833333vw;
}
.jobImage[data-id="14"] {
  width: 71.875vw;
  height: 98.3072916667vw;
  top: -80.7291666667vw;
  left: 14.3229166667vw;
}
.jobImage[data-id="15"] {
  width: 82.6822916667vw;
  height: 114.0625vw;
  top: -82.03125vw;
  left: 6.5104166667vw;
}
.jobImage[data-id="16"] {
  width: 73.1770833333vw;
  height: 89.7135416667vw;
  top: -75.5208333333vw;
  left: 22.1354166667vw;
}
.jobImage[data-id="17"] {
  width: 59.6354166667vw;
  height: 90.4947916667vw;
  top: -75.5208333333vw;
  left: 20.8333333333vw;
}
.jobImage[data-id="18"] {
  width: 85.8072916667vw;
  height: 112.3697916667vw;
  top: -78.125vw;
  left: 6.5104166667vw;
}
.jobImage[data-id="19"] {
  width: 70.8333333333vw;
  height: 109.8958333333vw;
  top: -75.5208333333vw;
  left: 14.3229166667vw;
}
.jobImage[data-id="20"] {
  width: 79.8177083333vw;
  height: 91.40625vw;
  top: -75.5208333333vw;
  left: 0vw;
}
.jobImage[data-id="21"] {
  width: 61.8489583333vw;
  height: 93.2291666667vw;
  top: -75.5208333333vw;
  left: 19.53125vw;
}
.jobImage[data-id="22"] {
  width: 64.453125vw;
  height: 87.2395833333vw;
  top: -75.5208333333vw;
  left: 21.484375vw;
}
.jobImage[data-id="23"] {
  width: 79.1666666667vw;
  height: 96.09375vw;
  top: -76.8229166667vw;
  left: 9.765625vw;
}
.jobImage[data-id="24"] {
  width: 72.3958333333vw;
  height: 90.7552083333vw;
  top: -76.8229166667vw;
  left: 12.3697916667vw;
}
.jobImage[data-id="25"] {
  width: 73.6979166667vw;
  height: 102.6041666667vw;
  top: -76.8229166667vw;
  left: 12.3697916667vw;
}

.classArrowContent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 32.5520833333vw;
  left: 0;
}
.classArrowContent div {
  position: relative;
  width: 7.9427083333vw;
  height: 12.890625vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/class/arrow.png);
  left: auto;
  right: auto;
}
.classArrowContent div::before, .classArrowContent div::after {
  display: none;
}
.classArrowContent div:last-child {
  transform: rotate(180deg);
}

#ruleContainer {
  max-width: 1920px;
  min-width: 1200px;
  height: 1080px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 132px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./img/others/bg-rule-pc.jpg);
}
@media screen and (max-width: 768px) {
  #ruleContainer {
    min-width: 0;
    height: 216.796875vw;
    padding-top: 16.9270833333vw;
    background-size: 100%;
    background-image: url(./img/others/bg-rule-mb.jpg);
  }
}

.ruleTabBtnContent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 880px;
  height: 79px;
  gap: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/others/ruleTabBtnContent-bg-pc.png);
  margin: 0 auto 39px auto;
}
@media screen and (max-width: 768px) {
  .ruleTabBtnContent {
    width: 99.0885416667vw;
    height: 10.546875vw;
    gap: 0vw;
    background-image: url(./img/others/probabilityTabBtnContent-bg-mb.png);
    margin: 0 auto 2.6041666667vw auto;
  }
}

.ruleTabBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 63px;
  font-size: 24px;
  font-weight: bold;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  padding-bottom: 6px;
  cursor: pointer;
}
.ruleTabBtn > span {
  background: linear-gradient(to left, #120900 0%, #3b2611 50%, #190800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 20px #ffffff);
}
.ruleTabBtn > span.coc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 20px;
}
.ruleTabBtn:hover, .ruleTabBtn.active {
  background-image: url(./img/others/ruleTabBtn-bg-pc.png);
}
.ruleTabBtn:hover > span, .ruleTabBtn.active > span {
  background: linear-gradient(to left, #ffefc6 0%, #fedc8d 50%, #fff8e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px #3e3333);
}
@media screen and (max-width: 768px) {
  .ruleTabBtn {
    width: 24.3489583333vw;
    height: 8.203125vw;
    font-size: 2.6041666667vw;
    padding-bottom: 0.390625vw;
  }
  .ruleTabBtn > span {
    filter: drop-shadow(0.1302083333vw 0.1302083333vw 1.3020833333vw #ffffff);
  }
  .ruleTabBtn > span.coc {
    font-size: 2.34375vw;
  }
  .ruleTabBtn:hover, .ruleTabBtn.active {
    background-image: url(./img/others/ruleTabBtn-bg2-mb.png);
  }
  .ruleTabBtn:hover > span, .ruleTabBtn.active > span {
    filter: drop-shadow(0.1302083333vw 0.1302083333vw #3e3333);
  }
}

.ruleTabContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1114px;
  height: 781px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/others/ruleTabContent-bg-pc.png);
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 60px;
}
.ruleTabContent .title {
  font-size: 48px;
  font-weight: bold;
  color: #392410;
  box-sizing: border-box;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ruleTabContent {
    width: 90.3645833333vw;
    height: 181.1197916667vw;
    background-image: url(./img/others/ruleTabContent-bg-mb.png);
    padding-top: 7.8125vw;
  }
  .ruleTabContent .title {
    font-size: 6.5104166667vw;
    font-weight: bold;
    color: #392410;
    box-sizing: border-box;
    padding-bottom: 5.46875vw;
  }
}

.scrollOuter {
  box-sizing: border-box;
  position: relative;
}

.scrollOuter.rule {
  padding: 50px 80px;
}
@media screen and (max-width: 768px) {
  .scrollOuter.rule {
    padding: 0vw 7.8125vw 6.5104166667vw 7.8125vw;
  }
}

.scrollContainer {
  position: relative;
  box-sizing: border-box;
}
.scrollContainer .scrollContent {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .scrollContainer .scrollContent {
    padding-right: 2.6041666667vw;
  }
}

.scrollContent {
  width: 100%;
  height: 500px;
}
.scrollContent .text {
  font-size: 18px;
  line-height: 1.4;
  color: #392410;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .scrollContent {
    height: 143.2291666667vw;
  }
  .scrollContent .text {
    font-size: 3.6458333333vw;
    box-sizing: border-box;
  }
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 3.90625vw;
  }
}

.mCSB_outside + .mCSB_scrollTools {
  right: -16px;
}
@media screen and (max-width: 768px) {
  .mCSB_outside + .mCSB_scrollTools {
    right: -1.3020833333vw;
  }
}

.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger {
  width: 8px;
  height: auto;
  background-color: #392410;
  border-radius: 30px;
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger:hover {
  border-radius: 30px;
  background-color: #392410;
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag {
  border-radius: 30px;
  background-color: #392410;
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  border-radius: 30px;
  background-color: #392410;
  width: 8px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: transparent;
  width: 8px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  height: 100%;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid #392410;
  background-color: transparent;
  margin: 0 0 0 0;
}
.mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger {
  width: 8px;
  height: auto;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger {
    width: 1.0416666667vw;
    border-radius: 3.90625vw;
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger:hover {
    border-radius: 3.90625vw;
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag {
    border-radius: 3.90625vw;
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    border-radius: 3.90625vw;
    width: 1.0416666667vw;
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 1.0416666667vw;
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_draggerRail {
    width: 1.0416666667vw;
    border-radius: 3.90625vw;
    border: 0.1302083333vw solid #392410;
  }
  .mCSB_scrollTools.mCSB_scrollTools .mCSB_dragger {
    width: 1.0416666667vw;
    border-radius: 3.90625vw;
  }
}

.scrollbar-track {
  width: 8px !important;
  border: 1px solid #392410;
  background-color: transparent !important;
  border-radius: 30px;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .scrollbar-track {
    width: 0.5208333333vw !important;
    border: 0.1302083333vw solid #392410;
    border-radius: 3.90625vw;
  }
}

.scrollbar-thumb {
  width: 8px !important;
  background-color: #392410 !important;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .scrollbar-thumb {
    width: 0.5208333333vw !important;
    border-radius: 3.90625vw;
  }
}

.scrollContent {
  overflow: auto;
  word-break: break-all;
  scrollbar-width: none;
  box-sizing: border-box;
}

.scrollOutBox {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .scrollOutBox {
    padding: 0 0;
  }
}

#probabilityContainer {
  max-width: 1920px;
  min-width: 1200px;
  height: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 122px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./img/others/bg-probability-pc.jpg);
}
#probabilityContainer table td {
  width: auto;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #probabilityContainer {
    min-width: 0;
    height: 215.4947916667vw;
    padding-top: 15.625vw;
    background-size: 100%;
    background-image: url(./img/others/bg-rule-mb.jpg);
  }
  #probabilityContainer table td {
    padding: 1.3020833333vw;
    text-wrap: nowrap;
  }
}

.titleH1.probability {
  width: 1185px;
  height: 166px;
  background-image: url(./img/others/title-probability-pc.png);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .titleH1.probability {
    width: 100vw;
    height: 21.6145833333vw;
    background-image: url(./img/others/title-probability-mb.png);
    margin-bottom: 1.3020833333vw;
  }
}

.ruleTabBtnContent.probability {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 923px;
  height: 79px;
  gap: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/others/probabilityTabBtnContent-bg-pc.png);
  margin: 0 auto 39px auto;
}
@media screen and (max-width: 768px) {
  .ruleTabBtnContent.probability {
    width: 99.0885416667vw;
    height: 10.546875vw;
    gap: 0vw;
    background-image: url(./img/others/probabilityTabBtnContent-bg-mb.png);
    margin: 0 auto 2.6041666667vw auto;
  }
}

.ruleTabBtn.probability {
  width: 168px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .ruleTabBtn.probability {
    width: 18.6197916667vw;
    height: 7.421875vw;
  }
  .ruleTabBtn.probability:hover, .ruleTabBtn.probability.active {
    background-image: url(./img/others/ruleTabBtn-bg2-mb.png);
  }
}

@media screen and (max-width: 768px) {
  .ruleTabContent.probability {
    height: 162.109375vw;
    background-image: url(./img/others/ruleTabContent-bg2-mb.png);
  }
}

.ruleTabContent .title {
  padding-bottom: 50px;
}

.scrollOuter.rule {
  width: 100%;
}

.scrollOuter.rule table {
  border-collapse: collapse;
  border-spacing: 0;
}
.scrollOuter.rule table td {
  border: 1px solid #392410;
  box-sizing: border-box;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .ruleTabContent.probability .scrollContent {
    height: 126.3020833333vw;
  }
}

#mediaContainer {
  max-width: 1920px;
  min-width: 1200px;
  height: 2820px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 122px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./img/media/bg-media-pc.jpg);
}
@media screen and (max-width: 768px) {
  #mediaContainer {
    min-width: 0;
    height: auto;
    padding-top: 14.3229166667vw;
    background-size: 100%;
    background-image: url(./img/media/bg-media-mb.jpg);
    padding-bottom: 13.0208333333vw;
  }
}

.titleH1.media {
  width: 1185px;
  height: 166px;
  background-image: url(./img/media/title-media-pc.png);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .titleH1.media {
    width: 100vw;
    height: 21.6145833333vw;
    background-image: url(./img/media/title-media-mb.png);
    margin-bottom: 2.6041666667vw;
  }
}

.mediaText {
  font-size: 18px;
  color: #392410;
  text-align: center;
  margin: 0 auto 22px auto;
}
@media screen and (max-width: 768px) {
  .mediaText {
    font-size: 3.6458333333vw;
    margin-bottom: 3.90625vw;
  }
}

.mediaContent {
  width: 1114px;
  height: 1288px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url(./img/media/content-media-bg-pc.png);
  box-sizing: border-box;
  margin: 0 auto 40px auto;
  padding: 60px 0 0 0;
}
.mediaContent .title {
  font-size: 48px;
  font-weight: bold;
  color: #392410;
  box-sizing: border-box;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mediaContent {
    width: 98.1770833333vw;
    height: 205.5989583333vw;
    background-image: url(./img/media/content-media-bg-mb.png);
    margin: 0 auto 7.8125vw auto;
    padding: 7.8125vw 0 0 0;
  }
  .mediaContent .title {
    font-size: 6.25vw;
    padding-bottom: 5.2083333333vw;
  }
}

.mediaContent.v2 {
  height: 1032px;
  background-image: url(./img/media/content-media-bg2-pc.png);
  box-sizing: border-box;
  padding: 60px 65px 0 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mediaContent.v2 .title {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mediaContent.v2 {
    height: 100.6510416667vw;
    background-image: url(./img/media/content-media-bg2-mb.png);
    padding: 7.8125vw 9.1145833333vw 0 9.1145833333vw;
    margin-bottom: 2.6041666667vw;
  }
  .mediaContent.v2 .title {
    margin-bottom: 6.5104166667vw;
  }
}

.downloadContent {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 70px 60px 50px 60px;
  position: relative;
}
.downloadContent > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 13px;
}
@media screen and (max-width: 768px) {
  .downloadContent {
    padding: 9.1145833333vw 9.8958333333vw 3.90625vw 9.8958333333vw;
  }
  .downloadContent .scrollContent {
    width: 100%;
    height: 143.2291666667vw;
  }
  .downloadContent #mCSB_1_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .downloadContent > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 148.4375vw;
    overflow: hidden;
    gap: 5.2083333333vw;
  }
}

.loadingContent.media {
  width: 100%;
  height: 840px;
  align-items: center;
}
.loadingContent.media .loading {
  width: 30px;
  height: 30px;
  border: 5px solid #392410;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1.2s linear infinite;
}
@media screen and (max-width: 768px) {
  .loadingContent.media {
    width: 100%;
    height: 143.2291666667vw;
    justify-content: center;
    align-items: center;
  }
  .loadingContent.media .loading {
    width: 4.5572916667vw;
    height: 4.5572916667vw;
    border: 1.0416666667vw solid #392410;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1.2s linear infinite;
  }
}

.downloadBox {
  display: inline-flex;
  width: 210px;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 0 14px 20px 14px;
  gap: 20px;
}
.downloadBox .pic {
  width: 220px;
  height: 220px;
  background-color: #c5905a;
}
.downloadBox .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.downloadBox .desContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.downloadBox .desContent > div {
  font-size: 18px;
  color: #392410;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.downloadBox .desContent .fileTitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .downloadBox {
    width: 33.8541666667vw;
    height: auto;
    margin: 0 1.3020833333vw 5.2083333333vw 1.3020833333vw;
    gap: 2.6041666667vw;
  }
  .downloadBox .pic {
    width: 33.8541666667vw;
    height: 33.8541666667vw;
  }
  .downloadBox .desContent {
    width: 100%;
    gap: 1.953125vw;
  }
  .downloadBox .desContent > div {
    font-size: 3.6458333333vw;
  }
  .downloadBox .desContent .fileTitle {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
  }
}

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

.btn.download {
  width: 187px;
  height: 63px;
  background-image: url(./img/media/btn-download-pc.png);
  padding-bottom: 5px;
  cursor: pointer;
  align-self: center;
}
.btn.download a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #fedc8d;
}
@media screen and (max-width: 768px) {
  .btn.download {
    width: 31.6536458333vw;
    height: 10.6640625vw;
    align-self: center;
    background-image: url(./img/media/btn-download-mb.png);
    padding-bottom: 0vw;
  }
  .btn.download a {
    font-size: 4.1666666667vw;
  }
}

.mediaContent.attention {
  width: 58.0208333333vw;
  height: 44.21875vw;
  background-image: url(./img/media/content-attention-bg-pc.png);
  margin-bottom: 0;
  padding-top: 3.125vw;
}
.mediaContent.attention .title {
  font-size: 2.5vw;
  font-weight: bold;
  color: #392410;
  box-sizing: border-box;
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .mediaContent.attention {
    height: 205.5989583333vw;
    background-image: url(./img/media/content-media-bg-mb.png);
    margin-bottom: 0;
  }
}

.attentionContent {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 2.0833333333vw 4.1666666667vw 3.125vw 3.125vw;
  position: relative;
}
.attentionContent .scrollContent {
  width: 100%;
  height: 29.6875vw;
}
.attentionContent .scrollContent ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.0833333333vw;
  list-style: decimal;
  box-sizing: border-box;
  padding-right: 1.0416666667vw;
}
.attentionContent .scrollContent li {
  font-size: 0.9375vw;
  color: #392410;
  text-align: justify;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .attentionContent {
    padding: 6.5104166667vw 7.8125vw 6.5104166667vw 5.2083333333vw;
  }
  .attentionContent .scrollContent {
    width: 100%;
    height: 143.2291666667vw;
  }
  .attentionContent .scrollContent ul {
    gap: 3.90625vw;
    padding-right: 5.2083333333vw;
    padding-left: 5.2083333333vw;
    margin: 0;
  }
  .attentionContent .scrollContent li {
    font-size: 3.6458333333vw;
  }
}

.scrollContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.scrollContent.media,
.scrollContent.share {
  margin: 0;
  padding: 0;
}
.scrollContent.media > div,
.scrollContent.share > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.scrollContent.attention {
  margin: 0;
  padding: 0;
}

.videoContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.videoContent .swiper {
  width: 100%;
  height: 100%;
}
.videoContent .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoContent .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoContent .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.videoContent .swiper-slide {
  background-size: cover;
  background-position: center;
}
.videoContent .mySwiper2 {
  height: 540px;
  width: 100%;
  margin-bottom: 30px;
}
.videoContent .mySwiper2 .content {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.videoContent .mySwiper2 .content > div {
  width: 100%;
  height: 100%;
}
.videoContent .mySwiper2 .content .YTBtn {
  width: 200px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/others/YTBtn.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .videoContent .mySwiper2 .content .YTBtn {
    width: 13.0208333333vw;
    height: 9.765625vw;
  }
}
.videoContent .mySwiper {
  width: 90%;
  height: 150px;
  box-sizing: border-box;
  padding: 0 0;
}
.videoContent .mySwiper .content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.videoContent .mySwiper .content > div {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.videoContent .mySwiper .content .YTBtn {
  width: 100px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/others/YTBtn.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .videoContent .mySwiper .content .YTBtn {
    width: 6.5104166667vw;
    height: 4.296875vw;
  }
}
.videoContent .mySwiper .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.videoContent .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.videoContent .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoContent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .videoContent .swiper {
    height: auto;
  }
  .videoContent .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .videoContent .mySwiper2 {
    height: 46.6145833333vw;
    width: 100%;
    margin-bottom: 2.6041666667vw;
  }
  .videoContent .mySwiper {
    width: 90%;
    height: 13.0208333333vw;
    box-sizing: border-box;
    padding: 0 0;
  }
  .videoContent .mySwiper .swiper-slide {
    height: 100%;
    opacity: 0.4;
  }
  .videoContent .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  .videoContent .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.videoArrowContent {
  width: 100%;
  position: absolute;
  bottom: 170px;
}
.videoArrowContent div {
  width: 45px;
  height: 71px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/media/arrow.png);
}
.videoArrowContent div::after {
  content: "";
}
.videoArrowContent div:first-child {
  left: -10px;
}
.videoArrowContent div:last-child {
  transform: rotate(180deg);
  right: -10px;
}
@media screen and (max-width: 768px) {
  .videoArrowContent {
    bottom: 15.625vw;
  }
  .videoArrowContent div {
    width: 3.7760416667vw;
    height: 5.9895833333vw;
  }
  .videoArrowContent div:first-child {
    left: -0.6510416667vw;
  }
  .videoArrowContent div:last-child {
    right: -0.6510416667vw;
  }
}

.btn.attention {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fedc8d;
}
@media screen and (max-width: 768px) {
  .btn.attention {
    font-size: 4.1666666667vw;
  }
}

.videoSwiper iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

#infoContainer {
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  max-height: 2450px;
  box-sizing: border-box;
  margin: 0 auto;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./img/information/bg-information-pc.jpg);
  padding-top: 130px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #infoContainer {
    min-width: 0;
    max-height: none;
    height: auto;
    background-size: 100%;
    background-image: url(./img/information/bg-information-mb.jpg);
    padding-top: 15.625vw;
    padding-bottom: 7.8125vw;
  }
}

.titleH1.info.i2 {
  width: 1185px;
  height: 166px;
  background-image: url(./img/information/title-news-pc.png);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .titleH1.info.i2 {
    width: 100vw;
    height: 21.6145833333vw;
    background-image: url(./img/information/title-news-mb.png);
    margin-bottom: 2.6041666667vw;
  }
}

.pinContent {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .pinContent {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5.2083333333vw;
  }
}

.infoBtnContent {
  width: 890px;
  height: 79px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/information/infoTabBtnContent-bg-pc.png);
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .infoBtnContent {
    width: 88.1510416667vw;
    height: 10.546875vw;
    background-image: url(./img/information/infoTabBtnContent-bg-mb.png);
    gap: 0;
    margin-bottom: 2.6041666667vw;
    padding-bottom: 0vw;
  }
}

.infoTabBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 63px;
  font-size: 24px;
  font-weight: bold;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  padding-bottom: 6px;
  filter: none;
  cursor: pointer;
}
.infoTabBtn > span {
  background: linear-gradient(to left, #120900 0%, #3b2611 50%, #190800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 20px #ffffff);
}
.infoTabBtn:hover, .infoTabBtn.active {
  background-image: url(./img/others/ruleTabBtn-bg-pc.png);
  filter: drop-shadow(1px 1px 5px #000);
}
.infoTabBtn:hover > span, .infoTabBtn.active > span {
  background: linear-gradient(to left, #ffefc6 0%, #fedc8d 50%, #fff8e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px #3e3333);
}
@media screen and (max-width: 768px) {
  .infoTabBtn {
    width: 21.09375vw;
    height: 8.203125vw;
    font-size: 3.6458333333vw;
    padding-bottom: 0.5208333333vw;
  }
  .infoTabBtn > span {
    filter: drop-shadow(0.1302083333vw 0.1302083333vw 2.6041666667vw #ffffff);
  }
  .infoTabBtn:hover, .infoTabBtn.active {
    filter: drop-shadow(0.1302083333vw 0.1302083333vw 0.6510416667vw #000);
    background-image: url(./img/others/ruleTabBtn-bg-pc.png);
  }
  .infoTabBtn:hover > span, .infoTabBtn.active > span {
    filter: drop-shadow(0.1302083333vw 0.1302083333vw #3e3333);
  }
}

.infoTabContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 1114px;
  height: 892px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/information/informationBox-v3-pc.png);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 35px 90px 0 80px;
}
@media screen and (max-width: 768px) {
  .infoTabContent {
    width: 98.1770833333vw;
    height: 162.890625vw;
    background-image: url(./img/information/informationBox-v3-mb.png);
    padding: 4.5572916667vw 5.2083333333vw 0 5.2083333333vw;
  }
}

.loadingContent.news {
  height: 892px;
}
.loadingContent.news .loading {
  width: 30px;
  height: 30px;
  border: 5px solid #392410;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1.2s linear infinite;
}
@media screen and (max-width: 768px) {
  .loadingContent.news {
    height: 162.890625vw;
  }
  .loadingContent.news .loading {
    width: 4.5572916667vw;
    height: 4.5572916667vw;
    border: 1.0416666667vw solid #392410;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1.2s linear infinite;
  }
}

.infoContentV3 {
  width: 100%;
  cursor: pointer;
}
.infoContentV3:first-child {
  border-top: 1px solid #c3bcaa;
}
.infoContentV3 .textListContent {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 24px 0;
  border-bottom: 1px solid #c3bcaa;
  color: #392410;
}
.infoContentV3 .textListContent:hover {
  color: #603c12;
}
.infoContentV3 .tagBtn {
  font-size: 18px;
  font-weight: bold;
}
.infoContentV3 .textContent {
  flex: 1;
  font-size: 18px;
  font-weight: bold;
}
.infoContentV3 .textContent > div {
  display: inline-block;
}
.infoContentV3 .textContent .title {
  width: 755px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .infoContentV3 .textListContent {
    width: 100%;
    padding: 4.296875vw 0;
    border-bottom: 1px solid #c3bcaa;
  }
  .infoContentV3 .tagBtn {
    font-size: 3.6458333333vw;
  }
  .infoContentV3 .textContent {
    font-size: 3.6458333333vw;
  }
  .infoContentV3 .textContent .title {
    width: 49.4791666667vw;
  }
}

#paginationInfo {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 60px;
  left: 49%;
  transform: translateX(-50%);
  min-height: 57px;
}
@media screen and (max-width: 768px) {
  #paginationInfo {
    bottom: 6.5104166667vw;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  position: relative;
}
.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}
.pagination li a {
  font-size: 24px;
  font-weight: bold;
  color: #392410;
  text-decoration: none;
}
.pagination li:hover a {
  font-size: 32px;
  color: #603c12;
  text-decoration: none;
}
.pagination li.active a {
  font-size: 32px;
  color: #603c12;
  text-decoration: none;
}
.pagination li.page-item.first {
  display: none;
}
.pagination li.page-item.last {
  display: none;
}
.pagination li.prev {
  width: 36px;
  height: 57px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/information/arrow-pc.png);
  cursor: pointer;
}
.pagination li.next {
  width: 36px;
  height: 57px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/information/arrow-pc.png);
  transform: rotate(180deg);
  cursor: pointer;
}
.pagination li.disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 1.3020833333vw;
  }
  .pagination li {
    width: 3.90625vw;
  }
  .pagination li a {
    font-size: 3.6458333333vw;
    text-shadow: 0px 0px 1.3020833333vw #fff;
  }
  .pagination li.active a {
    font-size: 5.2083333333vw;
    color: #603c12;
    text-decoration: none;
  }
  .pagination li.prev {
    width: 4.296875vw;
    height: 6.9010416667vw;
  }
  .pagination li.next {
    width: 4.296875vw;
    height: 6.9010416667vw;
  }
}

#guideContainer {
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./img/guide/bg-guide-pc.jpg);
  padding-top: 130px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #guideContainer {
    min-width: 0;
    height: auto;
    background-size: 100%;
    background-image: url(./img/guide/bg-guide-mb.jpg);
    padding-top: 16.2760416667vw;
    padding-bottom: 6.5104166667vw;
    background-color: #e2d1b3;
  }
}

.titleH1.guide {
  width: 1185px;
  height: 166px;
  background-image: url(./img/guide/title-guide-g2-pc.png);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.titleH1.guide.g2 {
  background-image: url(./img/guide/title-guide-g2-pc.png);
}
.titleH1.guide span {
  display: block;
  width: 320px;
  height: 552px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/guide/paint-pc.png);
  position: absolute;
  right: 35px;
  top: -75px;
}
@media screen and (max-width: 768px) {
  .titleH1.guide {
    width: 100vw;
    height: 21.6145833333vw;
    background-image: url(./img/guide/title-guide-g2-mb.png);
    margin-bottom: 3.90625vw;
    position: relative;
    z-index: 1;
  }
  .titleH1.guide.g2 {
    background-image: url(./img/guide/title-guide-g2-mb.png);
  }
  .titleH1.guide span {
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 23.3072916667vw;
    height: 44.6614583333vw;
    background-image: url(./img/guide/paint.png);
    top: -2.6041666667vw;
    right: 0;
  }
}

.guideContent {
  width: 1096px;
  box-sizing: border-box;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .guideContent {
    width: 100%;
    height: auto;
  }
}

.guideTabBtnContent {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 25px;
  position: relative;
  z-index: 2;
  width: 665px;
  height: 79px;
  margin: 0 auto 30px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/guide/guideTabContent-bg-pc.png);
}
@media screen and (max-width: 768px) {
  .guideTabBtnContent {
    width: 88.1510416667vw;
    height: 10.546875vw;
    background-image: url(./img/guide/guideTabContent-bg-mb.png);
    gap: 0;
    margin: 0 auto 5.2083333333vw auto;
  }
}

.guideTabBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  padding-bottom: 5px;
  cursor: pointer;
}
.guideTabBtn.active, .guideTabBtn:hover {
  background-image: url(./img/guide/btn-guide-pc.png);
}
.guideTabBtn.active > span, .guideTabBtn:hover > span {
  background: linear-gradient(to left, #ffefc6 0%, #fedc8d 50%, #fff8e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px #3e3333);
}
.guideTabBtn > span {
  font-size: 24px;
  font-weight: bold;
  color: #36210e;
  background: linear-gradient(to left, #120900 0%, #3b2611 50%, #190800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 20px #ffffff);
}
@media screen and (max-width: 768px) {
  .guideTabBtn {
    width: 21.89453125vw;
    height: 7.79296875vw;
    padding-bottom: 0.6510416667vw;
  }
  .guideTabBtn:hover {
    background-image: url(./img/guide/btn-guide-mb.png);
  }
  .guideTabBtn.active {
    background-image: url(./img/guide/btn-guide-active-mb.png);
  }
  .guideTabBtn > span {
    font-size: 3.6458333333vw;
  }
}

.guideTabContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.listContent {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 20px;
  margin-bottom: 50px;
}
.listContent .guideList {
  display: flex;
  align-items: center;
  width: 1095px;
  height: 205px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/guide/informationBox-v2-pc.png);
  box-sizing: border-box;
  padding: 15px 25px;
  gap: 20px;
  cursor: pointer;
}
.listContent .guideImg {
  width: 280px;
  height: 165px;
  overflow: hidden;
}
.listContent .guideImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.listContent .textContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.listContent .tagBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #150f0a;
  width: 133px;
  height: 54px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/guide/tagBtn-pc.png);
}
.listContent .list {
  display: block;
  flex: 1;
  box-sizing: border-box;
  padding: 24px 0;
  cursor: pointer;
}
.listContent .list > div,
.listContent .list span {
  vertical-align: middle;
  display: inline-block;
}
.listContent .list::after {
  content: "";
  display: block;
  clear: both;
}
.listContent .title {
  width: 480px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  color: #ffecbc;
}
.listContent .date {
  font-size: 18px;
  color: #ffecbc;
  position: relative;
  top: 3px;
  float: right;
}
@media screen and (max-width: 768px) {
  .listContent {
    height: auto;
    gap: 20px;
    margin-bottom: 6.5104166667vw;
  }
  .listContent .guideList {
    width: 96.3541666667vw;
    height: 26.6927083333vw;
    background-image: url(./img/guide/informationBox-v2-mb.png);
    padding: 2.6041666667vw 3.90625vw;
    gap: 2.6041666667vw;
    margin: 0 auto;
  }
  .listContent .guideImg {
    width: 36.4583333333vw;
    height: 21.484375vw;
    overflow: hidden;
  }
  .listContent .textContent {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6041666667vw;
    height: 100%;
    flex: 1;
    box-sizing: border-box;
    padding-top: 1.3020833333vw;
  }
  .listContent .tagBtn {
    font-size: 3.6458333333vw;
    width: 18.0989583333vw;
    height: 7.2916666667vw;
    background-image: url(./img/guide/tagBtn-mb.png);
  }
  .listContent .list {
    display: block;
    flex: 1;
    box-sizing: border-box;
    padding: 0 0;
    cursor: pointer;
  }
  .listContent .title {
    width: 49.4791666667vw;
    font-size: 3.6458333333vw;
    color: #ffecbc;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
  }
  .listContent .date {
    font-size: 2.6041666667vw;
    color: #ffecbc;
    position: absolute;
    top: 1.3020833333vw;
    right: 0;
    float: none;
  }
}

.loadingContent.guide {
  height: 720px;
}
.loadingContent.guide .loading {
  width: 30px;
  height: 30px;
  border: 5px solid #392410;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1.2s linear infinite;
}
@media screen and (max-width: 768px) {
  .loadingContent.guide {
    height: 139.3229166667vw;
  }
  .loadingContent.guide .loading {
    width: 4.5572916667vw;
    height: 4.5572916667vw;
    border: 1.0416666667vw solid #392410;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1.2s linear infinite;
  }
}

.bgFix {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./img/insidePage/bg-insidePage-pc.jpg);
  background-attachment: fixed;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bgFix {
    height: 100vh;
    position: fixed;
    background-size: 100%;
    background-image: url(./img/insidePage/bg-insidePage-mb.jpg);
    background-attachment: unset;
  }
}

#insidePageContainer {
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
#insidePageContainer .titleH1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #insidePageContainer {
    min-width: 0;
    height: auto;
    min-height: 100vh;
    padding-top: 14.9739583333vw;
    padding-bottom: 13.0208333333vw;
  }
  #insidePageContainer .titleH1 {
    margin-bottom: 10.4166666667vw;
  }
}

.titleConent {
  width: 1044px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 45px 5px 45px;
}
.titleConent .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fee09b;
  width: 114px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/insidePage/tag-pc.png);
}
.titleConent .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.titleConent .title span {
  color: #392410;
}
.titleConent .title span:nth-child(1) {
  width: 820px;
  font-size: 48px;
  font-weight: bold;
}
.titleConent .title span:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  font-size: 18px;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .titleConent {
    width: 100vw;
    gap: 3.90625vw;
    padding: 0 8.4635416667vw 3.90625vw 8.4635416667vw;
  }
  .titleConent .tag {
    font-size: 3.6458333333vw;
    width: 23.1770833333vw;
    height: 6.5104166667vw;
    background-image: url(./img/insidePage/tag-mb.png);
  }
  .titleConent .title {
    flex-wrap: wrap;
  }
  .titleConent .title span {
    color: #392410;
  }
  .titleConent .title span:nth-child(1) {
    width: 100%;
    font-size: 6.5104166667vw;
    margin-bottom: 1.3020833333vw;
  }
  .titleConent .title span:nth-child(2) {
    font-size: 3.6458333333vw;
    justify-content: flex-start;
  }
}

.topDeco {
  width: 1078px;
  height: 58px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/insidePage/deco-01-pc.png);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topDeco {
    width: 90.234375vw;
    height: 7.6822916667vw;
    background-image: url(./img/insidePage/deco-01-mb.png);
  }
}

.btmDeco {
  width: 1082px;
  height: 118px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/insidePage/deco-02-pc.png);
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  .btmDeco {
    width: 90.625vw;
    height: 15.3645833333vw;
    background-image: url(./img/insidePage/deco-02-mb.png);
    margin: 0 auto 3.90625vw auto;
  }
}

.detailContent {
  width: 1044px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 45px 0 45px;
  font-size: 24px;
  color: #392410;
  word-break: break-all;
}
.detailContent div,
.detailContent span,
.detailContent iframe,
.detailContent p,
.detailContent li {
  margin: 0;
  padding: 0;
  color: #392410;
}
.detailContent a {
  color: #4760ff;
  text-decoration: none !important;
}
.detailContent img,
.detailContent iframe,
.detailContent video {
  max-width: 100% !important;
  object-fit: contain !important;
}
.detailContent .table-container {
  width: 100%;
  height: auto;
  overflow-x: auto;
  box-sizing: border-box;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .detailContent {
    width: 100vw;
    padding: 3.90625vw 11.0677083333vw 2.6041666667vw 11.0677083333vw;
    font-size: 3.6458333333vw;
    color: #392410;
  }
  .detailContent div,
  .detailContent span,
  .detailContent iframe,
  .detailContent p,
  .detailContent li {
    font-size: 3.6458333333vw !important;
  }
  .detailContent .table-container {
    padding: 1.3020833333vw 0;
  }
}

.btn.backToList {
  width: 219px;
  height: 84px;
  background-image: url(./img/insidePage/btn-back-pc.png);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn.backToList span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .btn.backToList {
    width: 27.9947916667vw;
    height: 10.8072916667vw;
    background-image: url(./img/insidePage/btn-back-mb.png);
  }
  .btn.backToList span {
    font-size: 4.1666666667vw;
    font-weight: bold;
  }
}

.btn.backTo {
  width: 79px;
  height: 57px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/insidePage/back.png);
  position: fixed;
  top: 100px;
  left: 30px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .btn.backTo {
    width: 16.4583333333vw;
    height: 11.875vw;
    position: absolute;
    top: 13.0208333333vw;
    left: 1.3020833333vw;
  }
}

#partnerContainer {
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./img/partner/bg-partner-pc.jpg);
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  #partnerContainer {
    min-width: 0;
    height: auto;
    background-size: 100%;
    background-image: url(./img/partner/bg-partner-mb.jpg);
    padding-top: 15.625vw;
    padding-bottom: 0.6510416667vw;
  }
}

.titleH1.kupole {
  width: 1185px;
  height: 166px;
  background-image: url(./img/partner/title-kupole-pc.png);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .titleH1.kupole {
    width: 100vw;
    height: 21.6145833333vw;
    background-image: url(./img/partner/title-kupole-mb.png);
    margin-bottom: 2.6041666667vw;
  }
}

.titleH1.follow {
  width: 1185px;
  height: 166px;
  background-image: url(./img/partner/title-fellow-pc.png);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .titleH1.follow {
    width: 100vw;
    height: 21.6145833333vw;
    background-image: url(./img/partner/title-fellow-mb.png);
    margin-bottom: 2.6041666667vw;
  }
}

.introText {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #f9efdb;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1.5;
  text-shadow: 1px 1px 5px #3e3333;
}
@media screen and (max-width: 768px) {
  .introText {
    font-size: 3.6458333333vw;
    margin-bottom: 3.90625vw;
    letter-spacing: 0.5208333333vw;
    line-height: 1.5;
    text-shadow: 0 0 0.6510416667vw #3e3333;
    text-align: left;
    box-sizing: border-box;
    padding: 0 9.1145833333vw;
  }
}

.sliderContent.partner {
  width: 1020px;
  height: 717px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sliderContent.partner {
    width: 100vw;
    height: 73.1770833333vw;
  }
}

.bookContent {
  display: flex;
  flex-direction: column;
  width: 1440px;
  height: 1011px;
  box-sizing: border-box;
  padding: 0 0 0 0;
  margin-bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/partner/book-bg-pc.png);
  position: relative;
  top: -105px;
  left: 52%;
  transform: translateX(-58.5%) scale(0.75);
}
.bookContent .name {
  width: 450px;
  height: 70px;
  color: #392410;
  position: absolute;
  top: 18px;
  left: 605px;
  display: flex;
  justify-content: baseline;
  align-items: center;
}
.bookContent .name span {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.bookContent .CV {
  width: 215px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 45px;
  top: 70px;
  font-size: 18px;
  color: #392410;
}
.bookContent .intro {
  width: 480px;
  height: 360px;
  position: absolute;
  right: 85px;
  top: 160px;
  font-size: 20px;
  color: #392410;
  line-height: 1.5;
}
.bookContent .scrollContent {
  height: 360px;
  box-sizing: border-box;
  padding: 15px 20px 0 0;
}
.bookContent .scrollContent.mh {
  height: 660px;
}
.bookContent .navi {
  top: 45%;
}
.bookContent .navi > div:nth-child(1) {
  left: 75px;
}
.bookContent .navi > div:nth-child(2) {
  right: -130px;
}
@media screen and (max-width: 768px) {
  .bookContent {
    width: 100vw;
    height: 151.0416666667vw;
    padding: 0 0 0 0;
    margin-bottom: 9.1145833333vw;
    background: none;
    top: auto;
    left: auto;
    transform: none;
  }
  .bookContent::before {
    content: "";
    width: 100vw;
    height: 144.53125vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(./img/partner/book-bg-mb.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
  }
  .bookContent .name {
    width: 67.3177083333vw;
    height: 13.1510416667vw;
    color: #392410;
    position: absolute;
    top: 71.6145833333vw;
    left: 13.671875vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/partner/name-mb.png);
    z-index: 2;
  }
  .bookContent .name span {
    font-size: 5.2083333333vw;
  }
  .bookContent .CV {
    display: none;
  }
  .bookContent .intro {
    width: 75.5208333333vw;
    height: 29.9479166667vw;
    right: 14.9739583333vw;
    top: auto;
    bottom: 34.5052083333vw;
    font-size: 3.6458333333vw;
    line-height: 1.4;
  }
  .bookContent .scrollContent {
    width: 75.5208333333vw;
    height: 29.9479166667vw;
    box-sizing: border-box;
    padding: 0 2.6041666667vw 0 0;
    word-break: break-all;
  }
  .bookContent .scrollContent.mh {
    height: 29.9479166667vw;
  }
  .bookContent .navi {
    top: 23%;
  }
  .bookContent .navi > div:nth-child(1) {
    left: 0;
  }
  .bookContent .navi > div:nth-child(2) {
    right: 5.2083333333vw;
  }
}

.bookContent .light {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/partner/light.png);
  width: 512px;
  height: 512px;
  position: absolute;
  top: 90px;
  left: 160px;
  opacity: 0.5;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bookContent .light {
    display: none;
  }
}

.photoContent {
  width: 700px;
  height: 800px;
  position: absolute;
  top: 80px;
  left: 170px;
}
.photoContent img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .photoContent {
    width: 78.6458333333vw;
    height: 83.59375vw;
    position: absolute;
    top: 0vw;
    left: 7.8125vw;
  }
}

.flower {
  width: 569px;
  height: 301px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/partner/flower-pc.png);
  position: absolute;
  left: 244px;
  bottom: 85px;
}
@media screen and (max-width: 768px) {
  .flower {
    width: 75.78125vw;
    height: 36.8489583333vw;
    bottom: auto;
    top: 40.3645833333vw;
    left: 9.1145833333vw;
    background-image: url(./img/partner/flower-mb.png);
    z-index: 1;
  }
}

.partnerBtnContent {
  display: flex;
  flex-direction: column;
}
.partnerBtnContent .row {
  width: 1070px;
  display: flex;
  margin: 0 auto;
  gap: 40px;
  box-sizing: border-box;
}
.partnerBtnContent .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partnerBtnContent .row .icon {
  width: 203px;
  height: 203px;
  filter: brightness(0.5);
  cursor: pointer;
}
.partnerBtnContent .row .icon.active, .partnerBtnContent .row .icon:hover {
  filter: brightness(1) drop-shadow(0 0 20px #ffeec3);
}
.partnerBtnContent .row.padding {
  padding-left: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .partnerBtnContent .row {
    flex-wrap: wrap;
    width: 100vw;
    justify-content: center;
    gap: 5.859375vw;
    row-gap: 0;
  }
  .partnerBtnContent .row .icon {
    width: 24.7395833333vw;
    height: 24.7395833333vw;
  }
  .partnerBtnContent .row .icon.active, .partnerBtnContent .row .icon:hover {
    filter: brightness(1) drop-shadow(0 0 VW(5) #ffeec3);
  }
  .partnerBtnContent .row .icon.disabled {
    pointer-events: none;
  }
  .partnerBtnContent .row.padding {
    padding-left: 0;
    position: relative;
  }
}

.sliderOuter.follow {
  width: 1043px;
  margin: 0 auto 40px auto;
  gap: 5px;
}
.sliderOuter.follow .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: brightness(0.5);
}
.sliderOuter.follow .swiper-slide-active {
  filter: brightness(1);
}
@media screen and (max-width: 768px) {
  .sliderOuter.follow {
    width: 100%;
    margin-bottom: 5.2083333333vw;
    gap: 0.6510416667vw;
  }
}

.partnerIcon {
  width: 144px;
  height: 143px;
}
.partnerIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .partnerIcon {
    width: 26.0416666667vw;
    height: 26.0416666667vw;
  }
}

.YT {
  width: 472px;
  height: 266px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 195px;
  right: 85px;
  cursor: pointer;
}
.YT iframe {
  pointer-events: none;
}
.YT img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.YT .YTBtn {
  width: 100px;
  height: 75px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/others/YTBtn.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  pointer-events: none;
}
.YT::before {
  width: 512px;
  height: 306px;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/partner/book-YT-bg-pc.png);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .YT {
    width: 19.4010416667vw;
    height: 19.4010416667vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/partner/btn-YTplayer-mb.png);
    bottom: 13.0208333333vw;
    right: 42.96875vw;
    background-color: transparent;
  }
  .YT::before {
    display: none;
  }
}

.sliderOuter.follow {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sliderOuter.follow {
    margin-bottom: 10.4166666667vw;
  }
}

.swiper-pagination.follow {
  pointer-events: none;
  margin-bottom: -15px;
}
@media screen and (max-width: 768px) {
  .swiper-pagination.follow {
    bottom: -5.2083333333vw;
  }
  .swiper-pagination.follow span {
    width: 3.3854166667vw;
    height: 3.6458333333vw;
  }
}

.newTag {
  width: 162px;
  height: 57px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/partner/newTag.png);
  position: absolute;
  top: 120px;
  left: 270px;
  z-index: 5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .newTag {
    width: 21.09375vw;
    height: 7.421875vw;
    top: 11.0677083333vw;
    left: 7.1614583333vw;
  }
}

.gbox.gbox-default .mask {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 40px;
  background-color: #fff7ea;
}
.gbox.gbox-default .gbox-wrap {
  max-width: none;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 383px;
  height: 384px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/lightbox/lb-bg-pc.png);
}
.gbox.gbox-default .gbox-title {
  padding: 0;
}
.gbox.gbox-default .gbox-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 50px 60px 50px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gbox.gbox-default .gboxText {
  font-size: 18px;
  color: #392410;
  line-height: 1.6;
}
.gbox.gbox-default .gbox-close {
  margin: 0;
  padding: 0;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/lightbox/lb-close-pc.png);
  top: 0;
  right: 0;
  filter: drop-shadow(0px 0px 1px #fff);
}
@media screen and (max-width: 768px) {
  .gbox.gbox-default .mask {
    position: absolute;
    top: 26.0416666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 19.53125vw;
    height: 5.2083333333vw;
    background-color: #fff7ea;
  }
  .gbox.gbox-default .gbox-wrap {
    width: 64.84375vw;
    height: 69.2708333333vw;
    background-image: url(./img/lightbox/lb-bg-mb.png);
  }
  .gbox.gbox-default .gbox-content {
    padding: 5.2083333333vw 10.4166666667vw 5.2083333333vw 10.4166666667vw;
  }
  .gbox.gbox-default .gboxText {
    font-size: 3.6458333333vw;
  }
  .gbox.gbox-default .gbox-close {
    width: 5.5989583333vw;
    height: 5.5989583333vw;
    filter: drop-shadow(0px 0px 0.1302083333vw #fff);
    top: -0.6510416667vw;
    right: -0.6510416667vw;
  }
}

.gbox.attention .gbox-wrap {
  width: auto;
  max-width: none;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.gbox.attention .gbox-title {
  padding: 0;
}
.gbox.attention .gbox-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.gbox.attention .gbox-close {
  margin: 0;
  padding: 0;
  width: 1.40625vw;
  height: 1.40625vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/lightbox/lb-close-pc.png);
  top: 0;
  right: 0;
  filter: drop-shadow(0px 0px 1px #fff);
}
@media screen and (max-width: 768px) {
  .gbox.attention .gbox-wrap {
    margin: 13.0208333333vw 0;
  }
  .gbox.attention .gbox-content {
    position: relative;
    padding: 0;
    box-sizing: border-box;
  }
  .gbox.attention .mediaContent {
    width: 98.1770833333vw;
    height: 192.578125vw;
    box-sizing: border-box;
    padding: 23.4375vw 10.4166666667vw 26.0416666667vw 10.4166666667vw;
  }
  .gbox.attention .attentionContent {
    width: auto;
    height: 104.1666666667vw;
    padding: 0;
  }
  .gbox.attention .gbox-close {
    width: 5.5989583333vw;
    height: 5.5989583333vw;
    filter: drop-shadow(0px 0px 0.1302083333vw #fff);
    top: -0.6510416667vw;
    right: -0.6510416667vw;
  }
  .gbox.attention .title {
    position: absolute;
    top: 8.4635416667vw;
    font-size: 5.2083333333vw;
  }
}

.gbox.gbox-photo .gbox-wrap {
  width: 63.6458333333vw;
  height: 42.8125vw;
  max-width: none;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/media/photoBox-bg-pc.png);
}
.gbox.gbox-photo .gbox-title {
  padding: 0;
}
.gbox.gbox-photo .gbox-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 2.0833333333vw 2.0833333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.gbox.gbox-photo .gbox-close {
  margin: 0;
  padding: 0;
  width: 1.40625vw;
  height: 1.40625vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/lightbox/lb-close-pc.png);
  top: 0;
  right: 0;
  filter: drop-shadow(0px 0px 1px #fff);
}
.gbox.gbox-photo .previewContent {
  width: 55.78125vw;
  height: 35.1041666667vw;
  position: relative;
}
.gbox.gbox-photo .previewContent div {
  width: 100%;
  height: 100%;
}
.gbox.gbox-photo .previewContent img {
  width: 100%;
  height: 100%;
  object-position: center;
}
.gbox.gbox-photo .gboxArrowContent {
  width: 100%;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
}
.gbox.gbox-photo .gboxArrowContent div {
  width: 4.5208333333vw;
  height: 6.34375vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/slider-arrow.png);
  position: absolute;
  cursor: pointer;
}
.gbox.gbox-photo .gboxArrowContent div:nth-child(1) {
  left: 0;
  transform: rotate(180deg);
}
.gbox.gbox-photo .gboxArrowContent div:nth-child(2) {
  right: 0;
}
.gbox.gbox-photo iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gbox.gbox-photo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gbox.gbox-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .gbox.gbox-photo .gbox-wrap {
    width: 98.1770833333vw;
    height: 100.6510416667vw;
    margin: 13.0208333333vw 0;
    background-image: url(./img/media/photoBox-bg-mb.png);
  }
  .gbox.gbox-photo .gbox-title {
    padding: 0;
  }
  .gbox.gbox-photo .gbox-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 5.2083333333vw;
  }
  .gbox.gbox-photo .gbox-close {
    width: 5.5989583333vw;
    height: 5.5989583333vw;
    filter: drop-shadow(0px 0px 0.1302083333vw #fff);
    top: -0.6510416667vw;
    right: -0.6510416667vw;
  }
  .gbox.gbox-photo .previewContent {
    width: 80.7291666667vw;
    height: 80.7291666667vw;
  }
  .gbox.gbox-photo .gboxArrowContent {
    width: 100%;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .gbox.gbox-photo .gboxArrowContent div {
    width: 11.3020833333vw;
    height: 15.859375vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/main/slider-arrow.png);
    position: absolute;
    cursor: pointer;
  }
  .gbox.gbox-photo .gboxArrowContent div:nth-child(1) {
    left: 0;
    transform: rotate(180deg);
  }
  .gbox.gbox-photo .gboxArrowContent div:nth-child(2) {
    right: 0;
  }
}

.swiper.gbox-video {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.swiper.gbox-video .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper.gbox-video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.waterMark {
  position: fixed;
  z-index: 887;
  width: 10.15625vw;
  height: 29.1666666667vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/waterMark-bg.png);
  right: -10.4166666667vw;
  top: 7.2916666667vw;
  box-sizing: border-box;
  padding: 4.4270833333vw 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s all;
}
.waterMark .arrow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.waterMark .open {
  width: 2.03125vw;
  height: 2.1354166667vw;
  background-image: url(./img/main/waterMark-arrow01.png);
  top: 4.1666666667vw;
  left: -2.2916666667vw;
}
.waterMark .close {
  width: 2.03125vw;
  height: 2.1354166667vw;
  background-image: url(./img/main/waterMark-arrow02.png);
  top: 2.0833333333vw;
  left: 50%;
  transform: translateX(-50%);
}
.waterMark.active {
  right: 0;
}
.waterMark .title {
  width: 7.9166666667vw;
  height: 1.0416666667vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/waterMark-title-pc.png);
  margin: 0 auto 0.5208333333vw auto;
}
@media screen and (max-width: 768px) {
  .waterMark {
    display: none;
  }
}

.QRcode {
  width: 6.4583333333vw;
  height: 6.4583333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/main/QR-pc.png);
  margin: 0 auto 0.5208333333vw auto;
}

.downloadContent.wm {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  gap: 0.2604166667vw;
}
.downloadContent.wm > a {
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 8.3333333333vw;
  height: 2.65625vw;
}
.downloadContent.wm > a.as {
  background-image: url(./img/main/wm-download-as-off-pc.png);
}
.downloadContent.wm > a.gp {
  background-image: url(./img/main/wm-download-gp-off-pc.png);
}
.downloadContent.wm > a.pc {
  background-image: url(./img/main/wm-download-pc-off-pc.png);
}

.iconContent {
  width: 100%;
  height: 6.7708333333vw;
  position: relative;
}
.iconContent > a {
  width: 2.1875vw;
  height: 2.1875vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  border-radius: 50%;
}
.iconContent .f_b {
  background-image: url(./img/main/icon-fb.png);
  left: 50%;
  transform: translateX(-50%);
  top: 0.78125vw;
}
.iconContent .i_g {
  background-image: url(./img/main/icon-ig.png);
  top: 2.5520833333vw;
  left: 1.0416666667vw;
}
.iconContent .threads {
  background-image: url(./img/main/icon-thread.png);
  top: 2.5520833333vw;
  left: 5.1041666667vw;
}
.iconContent .y_t {
  background-image: url(./img/main/icon-yt.png);
  left: 50%;
  transform: translateX(-50%);
  top: 4.4270833333vw;
}

#downloadContainer {
  max-width: 1920px;
  min-width: 1200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(./img/download/body-bg-pc.jpg);
  height: 1355px;
  box-sizing: border-box;
  padding: 130px 0 0 0;
}
@media screen and (max-width: 768px) {
  #downloadContainer {
    min-width: 0;
    width: 100%;
    height: 270.8333333333vw;
    padding-top: 15.625vw;
    background-size: 100%;
    background-image: url(./img/download/body-bg-mb.jpg);
  }
}

.titleH1.download {
  width: 1185px;
  height: 166px;
  background-image: url(./img/download/title-download-pc.png);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .titleH1.download {
    width: 100vw;
    height: 21.484375vw;
    background-image: url(./img/download/title-download-mb.png);
    margin-bottom: 2.6041666667vw;
  }
}

.downloadOuter {
  width: 1114px;
  height: 979px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(./img/download/border-download-pc.png);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 70px 0 0 0;
}
@media screen and (max-width: 768px) {
  .downloadOuter {
    width: 98.1770833333vw;
    height: 226.171875vw;
    padding-top: 10.4166666667vw;
    background-image: url(./img/download/border-download-mb.png);
  }
}

.titleH1.pc {
  width: 990px;
  height: 98px;
  background-image: url(./img/download/title-PCdownload-pc.png);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .titleH1.pc {
    width: 82.03125vw;
    height: 13.1510416667vw;
    background-image: url(./img/download/title-PCdownload-mb.png);
    margin-bottom: 5.859375vw;
  }
}

.btn.pcDownload {
  display: block;
  width: 927px;
  height: 185px;
  background-image: url(./img/download/btn-pcDownload-pc.png);
  margin: 0 auto 120px auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn.pcDownload {
    width: 83.0729166667vw;
    height: 56.640625vw;
    background-image: url(./img/download/btn-pcDownload-mb.png);
    margin-bottom: 13.0208333333vw;
  }
}

.titleH1.setting {
  width: 990px;
  height: 98px;
  background-image: url(./img/download/title-setting-pc.png);
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .titleH1.setting {
    width: 82.03125vw;
    height: 13.1510416667vw;
    background-image: url(./img/download/title-setting-mb.png);
    margin-bottom: 7.1614583333vw;
  }
}

.settingContent {
  width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 150px;
}
@media screen and (max-width: 768px) {
  .settingContent {
    width: 76.3020833333vw;
    flex-direction: column;
    gap: 5.2083333333vw;
  }
}

.os {
  display: flex;
  flex-direction: column;
  color: #3c260e;
  font-size: 18px;
}
.os div {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
}
.os span {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .os {
    display: flex;
    flex-direction: column;
    color: #3c260e;
    font-size: 3.6458333333vw;
  }
  .os div {
    font-size: 4.6875vw;
    font-weight: bold;
    margin-bottom: 3.90625vw;
  }
  .os span {
    line-height: 1.4;
  }
}

#postContainer {
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 122px;
  padding-bottom: 80px;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(./img/media/bg-media-pc.jpg);
}
@media screen and (max-width: 768px) {
  #postContainer {
    min-width: 0;
    height: auto;
    padding-top: 14.3229166667vw;
    background-size: 100%;
    background-image: url(./img/media/bg-media-mb.jpg);
    padding-bottom: 13.0208333333vw;
  }
}

html {
  font-family: "Noto Sans TC", "PingFangTC-Regular", "Heiti TC", "Microsoft JhengHei", "Helvetica Neue", serif, Helvetica, Arial, sans-serif !important;
}
html body {
  font-family: "Noto Sans TC", "PingFangTC-Regular", "Heiti TC", "Microsoft JhengHei", "Helvetica Neue", serif, Helvetica, Arial, sans-serif !important;
  margin: 0;
  font-size: 0;
  background-color: transparent;
  background-color: #000;
}

#container {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #container {
    position: relative;
  }
}