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

html {
  font-family: "Noto Serif TC", "PingFangTC-Regular", "Heiti TC", "Microsoft JhengHei", "Helvetica Neue", serif, Helvetica, Arial, sans-serif !important;
}
html body {
  font-family: "Noto Serif 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 {
  max-width: 1920px;
  min-width: 1200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #container {
    min-width: 0;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1200px;
  height: 9.2592592593vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 5.5555555556vh 0 1.8518518519vh;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header {
    height: 13.0208333333vw;
    justify-content: flex-start;
    gap: 3.90625vw;
    min-width: 0;
    padding: 0 3.90625vw 0 3.90625vw;
  }
}

.btn.hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn.hamburger {
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 6.3802083333vw;
    height: 5.859375vw;
    background-image: url(../img/menu-hamburger.png);
  }
}

.logo {
  width: 14.8148148148vh;
  height: 8.4259259259vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/logo.png);
}
@media screen and (max-width: 768px) {
  .logo {
    width: 17.1875vw;
    height: 9.8958333333vw;
  }
}

.navContent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.7037037037vh;
}
.navContent a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3148148148vh;
  font-weight: bold;
  color: #929292;
  text-decoration: none;
  position: relative;
}
.navContent a::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.1851851852vh;
  height: 1.6666666667vh;
  background-color: #929292;
  right: -2.037037037vh;
  top: 0.6481481481vh;
}
.navContent a:last-child::after {
  display: none;
}
.navContent a:hover {
  color: #fff;
  text-shadow: 1px 1px 10px #fff000;
}
.navContent .logo {
  display: none;
}
.navContent .btn.mClose {
  display: none;
}
@media screen and (max-width: 768px) {
  .navContent {
    height: 100vh;
    position: absolute;
    top: 0;
    left: -52.0833333333vw;
    box-sizing: border-box;
    padding: 23.4375vw 10.4166666667vw 15.625vw 10.4166666667vw;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, 0.8);
    gap: 13.0208333333vw;
    transition: 0.5s all;
  }
  .navContent.active {
    left: 0;
  }
  .navContent a {
    font-size: 5.5989583333vw;
    font-weight: normal;
    color: #fff;
  }
  .navContent a::after {
    width: 100%;
    height: 0.2604166667vw;
    background-color: #fff;
    right: auto;
    top: auto;
    bottom: -3.90625vw;
  }
  .navContent a:last-child::after {
    display: block;
  }
  .navContent a:hover {
    color: #fff;
    text-shadow: 1px 1px 10px #fff000;
  }
  .navContent .logo {
    display: flex;
    position: absolute;
    top: 1.5625vw;
    left: 13.0208333333vw;
  }
  .navContent .btn.mClose {
    display: flex;
    width: 6.640625vw;
    height: 6.1197916667vw;
    background-image: url(../img/menu-X.png);
    position: absolute;
    top: 3.125vw;
    left: 3.90625vw;
  }
}

.section {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: top center;
}
.section.s1 {
  background-image: url(../img/section-s1-pc.jpg);
}
.section.s2 {
  background-image: url(../img/section-s2-pc.jpg);
  background-position: center;
}
.section.s3 {
  background-image: url(../img/section-s3-pc.jpg);
}
@media screen and (max-width: 768px) {
  .section.s1 {
    background-image: url(../img/section-s1-mb.jpg);
  }
  .section.s2 {
    background-image: url(../img/section-s2-mb.jpg);
  }
  .section.s3 {
    background-image: url(../img/section-s3-mb.jpg);
  }
}

.title {
  margin: 0 auto;
  position: absolute;
}

@keyframes move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.title.s1 {
  width: 177.7777777778vh;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .title.s1 {
    width: 100vw;
    height: 55.9895833333vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/title-s1.png);
    opacity: 1;
    position: absolute;
    top: 78.125vw;
  }
}

.ani {
  width: 177.7777777778vh;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .ani {
    display: none;
  }
}

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

.date.s1 {
  width: 64.8148148148vh;
  height: 5.0925925926vh;
  background-image: url(../img/date-s1-pc.png);
  bottom: 33.7962962963vh;
  left: 56.0185185185vh;
  z-index: 2;
  opacity: 0;
}
.date.s1.move {
  animation: move 1s 0.5s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .date.s1 {
    width: 91.1458333333vw;
    height: 7.1614583333vw;
    bottom: -3.2552083333vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
}

.btnContent {
  display: flex;
  justify-content: center;
  position: absolute;
  gap: 6.4814814815vh;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes move1 {
  0% {
    opacity: 0;
    bottom: 37.037037037vh;
  }
  100% {
    opacity: 1;
    bottom: 12.962962963vh;
  }
}
.btnContent.s1 {
  opacity: 0;
  bottom: 12.962962963vh;
}
.btnContent.s1.move {
  display: flex;
  animation: move1 1s 0.7s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .btnContent.s1 {
    flex-direction: column;
    align-items: center;
    bottom: auto;
    top: 127.6041666667vw;
    gap: 3.90625vw;
    opacity: 1;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-position: top center;
  text-decoration: none;
  width: 29.7222222222vh;
  height: 7.7777777778vh;
  cursor: pointer;
}
.btn:hover {
  background-position: bottom center;
}
.btn.download {
  background-image: url(../img/btn-download-pc.png);
}
.btn.startGame {
  background-image: url(../img/btn-startGame-pc.png);
}
.btn.nServer {
  display: none;
}
.btn.mServer {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 62.6302083333vw;
    height: 10.8072916667vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .btn.download {
    display: none;
  }
  .btn.startGame {
    display: none;
  }
  .btn.nServer {
    display: block;
    background-image: url(../img/btn-01-mb.png);
  }
  .btn.mServer {
    display: block;
    background-image: url(../img/btn-02-mb.png);
  }
}

.text {
  font-size: 15px;
  color: #fff;
  text-shadow: 1px 1px 0.9259259259vh #000;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 4.6296296296vh;
  left: 50%;
  transform: translateX(-50%);
}
.text br {
  display: none;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 3.2552083333vw;
    text-shadow: 1px 1px 0.9259259259vh #000, 1px 1px 0.9259259259vh #000, 1px 1px 0.9259259259vh #000;
  }
  .text br {
    display: block;
  }
}

@keyframes move2 {
  0% {
    opacity: 0;
    bottom: 27.7777777778vh;
  }
  100% {
    opacity: 1;
    bottom: 4.6296296296vh;
  }
}
.text.s1 {
  opacity: 0;
}
.text.s1.move {
  animation: move2 1s 0.7s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .text.s1 {
    width: 100%;
    font-size: 3.2552083333vw;
    bottom: 2.6041666667vw;
    opacity: 1;
    text-shadow: 1px 1px 2.6041666667vw #000, 1px 1px 2.6041666667vw #000, 1px 1px 2.6041666667vw #000;
    line-height: 1.3;
  }
}

@keyframes move3 {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
}
.title.s2 {
  height: 23.1481481481vh;
  width: 80.2777777778vh;
  background-image: url(../img/title-s2-pc.png);
  background-size: contain;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  top: 3.2407407407vh;
  filter: blur(10px);
  opacity: 0;
}
.title.s2.move {
  animation: move3 1s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .title.s2 {
    width: 97.7864583333vw;
    height: 29.296875vw;
    background-image: url(../img/title-s2-mb.png);
    top: 6.5104166667vw;
    left: 50%;
    transform: translateX(-50%) scale(1);
    filter: blur(0);
    opacity: 1;
  }
}

.date.s2 {
  width: 59.7222222222vh;
  height: 4.8148148148vh;
  background-image: url(../img/date-s2-pc.png);
  bottom: 0vh;
  left: 7.8703703704vh;
}
@media screen and (max-width: 768px) {
  .date.s2 {
    width: 83.984375vw;
    height: 6.7708333333vw;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.content {
  width: 111.1111111111vh;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
    position: relative;
    left: 0;
    transform: none;
  }
}

.bbg a {
  z-index: 1;
  position: relative;
}
.bbg a div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
}
.bbg a span {
  width: auto;
  display: block;
  font-size: 2.5925925926vh;
  color: #ffe6d4;
  white-space: nowrap;
  text-shadow: 1px 1px 0.9259259259vh #ffdc52, 1px 1px 0.9259259259vh #ffdc52;
  text-align: center;
}

.bbg {
  width: 92.2222222222vh;
  height: 48.0555555556vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/bbg-pc.png);
  position: absolute;
}
@media screen and (max-width: 768px) {
  .bbg {
    width: 100vw;
    height: 95.0520833333vw;
    background-image: url(../img/bbg-mb.png);
  }
}

@keyframes move4 {
  0% {
    left: -31.4814814815vh;
  }
  100% {
    opacity: 1;
    left: 3.7037037037vh;
  }
}
.bbg.s2 {
  top: 27.7777777778vh;
  left: 3.7037037037vh;
  opacity: 0;
}
.bbg.s2.move {
  animation: move4 1s 0.3s ease-in-out forwards;
}
.bbg.s2 a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
}
.bbg.s2 a:nth-child(1) {
  width: 25.5555555556vh;
  height: 27.7777777778vh;
  background-image: url(../img/s2Btn-01-off-pc.png);
  left: -3.7037037037vh;
  top: 0vh;
}
.bbg.s2 a:nth-child(1) > div {
  bottom: -6.0185185185vh;
}
.bbg.s2 a:nth-child(1):hover {
  background-image: url(../img/s2Btn-01-on-pc.png);
}
.bbg.s2 a:nth-child(2) {
  width: 25.3703703704vh;
  height: 26.2962962963vh;
  background-image: url(../img/s2Btn-02-off-pc.png);
  left: 18.5185185185vh;
  bottom: 2.7777777778vh;
}
.bbg.s2 a:nth-child(2) > div {
  bottom: -2.7777777778vh;
}
.bbg.s2 a:nth-child(2):hover {
  background-image: url(../img/s2Btn-02-on-pc.png);
}
.bbg.s2 a:nth-child(3) {
  width: 25.3703703704vh;
  height: 26.5740740741vh;
  background-image: url(../img/s2Btn-03-off-pc.png);
  left: 40.7407407407vh;
  top: 0.9259259259vh;
}
.bbg.s2 a:nth-child(3) > div {
  bottom: -6.0185185185vh;
}
.bbg.s2 a:nth-child(3):hover {
  background-image: url(../img/s2Btn-03-on-pc.png);
}
.bbg.s2 a:nth-child(4) {
  width: 32.2222222222vh;
  height: 32.1296296296vh;
  background-image: url(../img/s2Btn-04-off-pc.png);
  left: 59.7222222222vh;
  bottom: 2.7777777778vh;
}
.bbg.s2 a:nth-child(4) > div {
  bottom: -6.0185185185vh;
}
.bbg.s2 a:nth-child(4):hover {
  background-image: url(../img/s2Btn-04-on-pc.png);
}
@media screen and (max-width: 768px) {
  .bbg.s2 {
    top: 36.4583333333vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  .bbg.s2 a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
  }
  .bbg.s2 a:nth-child(1) {
    width: 35.4166666667vw;
    height: 54.4270833333vw;
    background-image: url(../img/s2Btn-01-mb.png);
    left: 11.71875vw;
    top: -0.6510416667vw;
  }
  .bbg.s2 a:nth-child(1) > div {
    display: none;
  }
  .bbg.s2 a:nth-child(1):hover {
    background-image: url(../img/s2Btn-01-mb.png);
  }
  .bbg.s2 a:nth-child(2) {
    width: 35.4166666667vw;
    height: 54.4270833333vw;
    background-image: url(../img/s2Btn-02-mb.png);
    left: 11.71875vw;
    bottom: -6.4814814815vh;
  }
  .bbg.s2 a:nth-child(2) > div {
    display: none;
  }
  .bbg.s2 a:nth-child(2):hover {
    background-image: url(../img/s2Btn-02-mb.png);
  }
  .bbg.s2 a:nth-child(3) {
    width: 35.4166666667vw;
    height: 54.4270833333vw;
    background-image: url(../img/s2Btn-03-mb.png);
    left: 52.0833333333vw;
    top: -0.6510416667vw;
  }
  .bbg.s2 a:nth-child(3) > div {
    display: none;
  }
  .bbg.s2 a:nth-child(3):hover {
    background-image: url(../img/s2Btn-03-mb.png);
  }
  .bbg.s2 a:nth-child(4) {
    width: 35.4166666667vw;
    height: 54.4270833333vw;
    background-image: url(../img/s2Btn-04-mb.png);
    left: 52.0833333333vw;
    bottom: -6.4814814815vh;
  }
  .bbg.s2 a:nth-child(4) > div {
    display: none;
  }
  .bbg.s2 a:nth-child(4):hover {
    background-image: url(../img/s2Btn-04-mb.png);
  }
}

@keyframes move5 {
  0% {
    left: -10%;
  }
  100% {
    opacity: 1;
    left: 50%;
  }
}
.btnContent.s2 {
  bottom: 9.2592592593vh;
  opacity: 0;
}
.btnContent.s2.move {
  animation: move5 1s 0.7s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .btnContent.s2 {
    bottom: auto;
    top: 147.1354166667vw;
    opacity: 1;
  }
}

.btn.more {
  background-image: url(../img/btn-more-pc.png);
}
@media screen and (max-width: 768px) {
  .btn.more {
    background-image: url(../img/btn-03-mb.png);
  }
}

.text.c1 {
  color: #cebd80;
  opacity: 0;
}
.text.c1.move {
  animation: move5 1s 0.7s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .text.c1 {
    text-shadow: 1px 1px 2.6041666667vw #000, 1px 1px 2.6041666667vw #000, 1px 1px 2.6041666667vw #000;
    line-height: 1.3;
    opacity: 1;
    font-size: 3.2552083333vw;
    width: 100%;
    bottom: 2.6041666667vw;
  }
}

.title.s3 {
  width: 81.5740740741vh;
  height: 22.962962963vh;
  background-image: url(../img/title-s3-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 3.2407407407vh;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  filter: blur(10px);
  opacity: 0;
}
.title.s3.move {
  animation: move3 1s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .title.s3 {
    width: 99.21875vw;
    height: 29.0364583333vw;
    background-image: url(../img/title-s3-mb.png);
    top: 6.5104166667vw;
    left: 50%;
    transform: translateX(-50%) scale(1);
    filter: blur(0);
    opacity: 1;
  }
}

.date.s3 {
  width: 59.7222222222vh;
  height: 4.8148148148vh;
  background-image: url(../img/date-s3-pc.png);
  bottom: 0vh;
  left: 8.7962962963vh;
}
@media screen and (max-width: 768px) {
  .date.s3 {
    width: 83.984375vw;
    height: 6.7708333333vw;
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

@keyframes move6 {
  0% {
    left: -50vh;
  }
  100% {
    opacity: 1;
    left: 21.2962962963vh;
  }
}
.bbg.s3 {
  background-image: url(../img/bbg-02-pc.png);
  top: 27.7777777778vh;
  left: 21.2962962963vh;
  opacity: 0;
  z-index: 1;
}
.bbg.s3.move {
  animation: move6 1s 0.3s ease-in-out forwards;
}
.bbg.s3 a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
}
.bbg.s3 a:nth-child(1) {
  width: 31.1111111111vh;
  height: 26.2962962963vh;
  background-image: url(../img/s3Btn-01-off-pc.png);
  left: -7.4074074074vh;
  top: 2.7777777778vh;
}
.bbg.s3 a:nth-child(1) > div {
  bottom: -6.0185185185vh;
}
.bbg.s3 a:nth-child(1):hover {
  background-image: url(../img/s3Btn-01-on-pc.png);
}
.bbg.s3 a:nth-child(2) {
  width: 29.4444444444vh;
  height: 28.1481481481vh;
  background-image: url(../img/s3Btn-02-off-pc.png);
  left: 16.6666666667vh;
  bottom: 2.7777777778vh;
}
.bbg.s3 a:nth-child(2) > div {
  bottom: -2.7777777778vh;
}
.bbg.s3 a:nth-child(2):hover {
  background-image: url(../img/s3Btn-02-on-pc.png);
}
.bbg.s3 a:nth-child(3) {
  width: 31.1111111111vh;
  height: 27.037037037vh;
  background-image: url(../img/s3Btn-03-off-pc.png);
  left: 37.962962963vh;
  top: 2.3148148148vh;
}
.bbg.s3 a:nth-child(3) > div {
  bottom: -6.0185185185vh;
}
.bbg.s3 a:nth-child(3):hover {
  background-image: url(../img/s3Btn-03-on-pc.png);
}
.bbg.s3 a:nth-child(4) {
  width: 30.7407407407vh;
  height: 27.5925925926vh;
  background-image: url(../img/s3Btn-04-off-pc.png);
  left: 60.6481481481vh;
  bottom: 2.3148148148vh;
}
.bbg.s3 a:nth-child(4) > div {
  bottom: -6.0185185185vh;
}
.bbg.s3 a:nth-child(4):hover {
  background-image: url(../img/s3Btn-04-on-pc.png);
}
@media screen and (max-width: 768px) {
  .bbg.s3 {
    background-image: url(../img/bbg-mb.png);
    top: 40.3645833333vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  .bbg.s3 a:nth-child(1) {
    width: 38.28125vw;
    height: 48.1770833333vw;
    background-image: url(../img/s3Btn-01-mb.png);
    left: 9.1145833333vw;
    top: 4.5572916667vw;
  }
  .bbg.s3 a:nth-child(1) > div {
    display: none;
  }
  .bbg.s3 a:nth-child(1):hover {
    background-image: url(../img/s3Btn-01-mb.png);
  }
  .bbg.s3 a:nth-child(2) {
    width: 38.28125vw;
    height: 48.1770833333vw;
    background-image: url(../img/s3Btn-02-mb.png);
    left: 9.1145833333vw;
    top: auto;
    bottom: -6.5104166667vw;
  }
  .bbg.s3 a:nth-child(2) > div {
    display: none;
  }
  .bbg.s3 a:nth-child(2):hover {
    background-image: url(../img/s3Btn-02-mb.png);
  }
  .bbg.s3 a:nth-child(3) {
    width: 38.28125vw;
    height: 48.1770833333vw;
    background-image: url(../img/s3Btn-03-mb.png);
    left: 52.0833333333vw;
    top: 4.5572916667vw;
  }
  .bbg.s3 a:nth-child(3) > div {
    display: none;
  }
  .bbg.s3 a:nth-child(3):hover {
    background-image: url(../img/s3Btn-03-mb.png);
  }
  .bbg.s3 a:nth-child(4) {
    width: 38.28125vw;
    height: 48.1770833333vw;
    background-image: url(../img/s3Btn-04-mb.png);
    left: 52.0833333333vw;
    bottom: -6.5104166667vw;
  }
  .bbg.s3 a:nth-child(4) > div {
    display: none;
  }
  .bbg.s3 a:nth-child(4):hover {
    background-image: url(../img/s3Btn-04-mb.png);
  }
}

.btnContent.s3 {
  bottom: 9.2592592593vh;
  opacity: 0;
}
.btnContent.s3.move {
  animation: move5 1s 0.7s ease-in-out forwards;
}
@media screen and (max-width: 768px) {
  .btnContent.s3 {
    bottom: auto;
    top: 147.1354166667vw;
    opacity: 1;
  }
}

@keyframes move7 {
  0% {
    opacity: 0;
    left: -40.7407407407vh;
  }
  100% {
    opacity: 1;
    left: -35.1851851852vh;
  }
}
.animate.s3 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 85.9259259259vh;
  height: 83.1481481481vh;
  background-image: url(../img/ani-s3.png);
  position: absolute;
  bottom: -10.1851851852vh;
  left: -35.1851851852vh;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.animate.s3.move {
  animation: move7 1s 1s ease-in-out forwards;
}

.goTop {
  display: none;
  position: fixed;
  width: 7.5925925926vh;
  height: 8.1481481481vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/btn-top-pc.png);
  right: 3.7037037037vh;
  bottom: 3.7037037037vh;
  z-index: 999;
  cursor: pointer;
}
.goTop.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .goTop {
    width: 10.6770833333vw;
    height: 11.4583333333vw;
    right: 3.90625vw;
    bottom: 3.90625vw;
  }
}

.anchorContent {
  position: fixed;
  left: 7.4074074074vh;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vh;
  z-index: 999;
}
.anchorContent div {
  position: relative;
}
.anchorContent div::before {
  display: block;
  content: "";
  width: 0.5555555556vh;
  height: 0.5555555556vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/anchor-dot-disabled.png);
  top: 55%;
  transform: translateY(-50%);
  left: -1.3020833333vw;
  position: absolute;
}
.anchorContent div.active::before {
  width: 1.3888888889vh;
  height: 1.3888888889vh;
  background-image: url(../img/anchor-dot-active.png);
  left: -3.0555555556vh;
}
.anchorContent div.active a {
  font-size: 2.3148148148vh;
  color: #fff;
  text-shadow: 1px 1px 0.9259259259vh #fff000;
}
.anchorContent div a {
  display: flex;
  text-decoration: none;
  font-size: 1.8518518519vh;
  color: #898682;
  position: relative;
}
@media screen and (max-width: 768px) {
  .anchorContent {
    display: none;
  }
}

.gbox-default .gbox-wrap {
  width: 560px;
  height: 385px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-image: url(../img/gbox-bg-01.png);
  background-color: transparent;
}
.gbox-default .gbox-content {
  box-sizing: border-box;
  margin: 0;
  padding: 180px 0 0 0;
}
.gbox-default .gbox-close {
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/gbox-X.png);
  margin: 0;
  padding: 0;
  top: -50px;
  right: -50px;
}
.gbox-default .gboxContent {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.gbox-default .gboxContent a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 141px;
  height: 140px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/gbox-btn.png);
  font-size: 31px;
  color: #ceb384;
}

.gbox.b1 .gbox-wrap {
  background-image: url(../img/gbox-bg-01.png);
}

.gbox.b2 .gbox-wrap {
  background-image: url(../img/gbox-bg-02.png);
}
.gbox.b2 .gboxContent {
  gap: 60px;
}

.landing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: #000;
}
.landing video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .landing {
    display: none;
  }
}

.btn.skip {
  width: 156px;
  height: 70px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/btn-skip.png);
}