/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  -webkit-font-variant-ligatures: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  -webkit-font-kerning: inherit;
  font-kerning: inherit;
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  vertical-align: baseline;
  text-shadow: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

a[href^="x-apple-data-detectors:"] {
  color: inherit;
  text-decoration: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}


body.freeze {
  overflow: hidden;
  height: auto;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 400;
}

.text-jfo {
  font-family: "jf-openhuninn";
  font-weight: normal;
  font-style: normal;
}

.text-red {
  color: #993718;
}

.indent {
  text-indent: 1em;
}

.font-gill {
  font-family: "gill_sans_mt_ext_condensed_Rg", "Voltaire", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-yellow {
  color: #E6D2A0;
}

.text-green-dark {
  color: #033C1C;
}

.container {
  font-size: 0;
}

.hidebg {
  opacity: 0;
}

.container-float {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-c {
  text-align: center;
}

.col {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-6 {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: unset;
  outline: unset;
}

button:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.six-caps-regular {
  font-family: "Six Caps", sans-serif;
  font-weight: 400;
  font-style: normal;
}

[class*=card-img] img {
  width: 100%;
}

.img {
  width: 100%;
  position: relative;
}

.img img {
  width: 100%;
}

.frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}

.frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg {
  overflow: hidden;
}

.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.move {
  position: absolute;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.move img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(120%);
  transform: scale(120%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }
}

.section-1 {
  /* background-image: url("/sysy_front/new/src/index/section-1-bg.jpg"); */
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-animation: fade-in-bg 1.5s 0.2s ease forwards;
  animation: fade-in-bg 1.5s 0.2s ease forwards;
  opacity: 0;
  padding-bottom: 64px;
}

.section-1 .container {
  padding-top: 50vh;
}

.index-swiper-1 {
  padding-left: 5%;
  padding-right: 5%;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .index-swiper-1 {
    top: 0px;
  }
}

.character-card {
  background-image: url("/sysy_front/new/src/character/character-bg.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.character-card-img {
  margin-top: -1px;
  text-align: center;
}

.character-card-img img {
  width: 80%;
}

.character-card-name {
  text-align: center;
  padding-bottom: 1rem;
  font-size: 3rem;
  font-family: "gill_sans_mt_ext_condensed_Rg", "Voltaire", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
}

@-webkit-keyframes fade-in-bg {
  0% {
    background-size: 100% auto;
    opacity: 0;
  }

  100% {
    background-size: 110% auto;
    opacity: 1;
  }
}

@keyframes fade-in-bg {
  0% {
    background-size: 100% auto;
    opacity: 0;
  }

  100% {
    background-size: 110% auto;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .section-1 {
    padding-bottom: 5vw;
  }

  .section-1 .container {
    padding-top: 40vw;
  }

  .section-1 .character-card-name {
    font-size: 1.6rem;
    padding-bottom: 0.25rem;
    margin-top: 5px;
  }
}

.origin-slide {
  position: relative;
}

.origin-slide .bg img {
  width: 100%;
}

.origin-slide .bg video {
  width: 100%;
}

.origin-slide .content {
  position: absolute;
  top: 5%;
  bottom: 20%;
  left: 4%;
  right: 4%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.origin-slide .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.origin-slide .info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.origin-slide .info-tag {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: clamp(56px, 5.0vw, 128px);
  letter-spacing: 0.02em;
  padding-top: 80px;
}

.origin-slide .title span {
  display: block;
  line-height: 1.34;
  font-size: clamp(48px, 1.8vw, 128px);
  letter-spacing: 0.05em;
  font-weight: 700;
}

.origin-slide .title .subtitle {
  font-size: clamp(48px, 1.8vw, 128px);
  letter-spacing: 0.02em;
  line-height: 1.1;
  font-weight: 400;
}

.origin-slide .text {
  font-size: clamp(12px, 1.6vw, 128px);
  letter-spacing: 0.05em;
  margin-left: -0.2em;
  line-height: 1.2;
  font-weight: 600;
}

.origin-slide .cta {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(4px, 0.2vw, 128px);
}

.origin-slide .cta span {
  font-weight: 500;
  color: white;
  font-size: clamp(14px, 1.6vw, 128px);
  white-space: nowrap;
  letter-spacing: 0.02em;
  margin-bottom: 0.05em;
}

.origin-slide .icon-video-play {
  display: inline-block;
  width: clamp(20px, 1.6vw, 128px);
  padding-top: 15px;
}

@media screen and (max-width: 768px) {
  .origin-slide .icon-video-play {
    padding-top: 11px;
  }

}

.origin-slide .icon-video-play img {
  width: 100%;
}

.video-slide .swiper-button-next,
.video-slide .swiper-button-prev {
  width: 3vw;
  height: 3vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.video-slide .swiper-button-next:after,
.video-slide .swiper-button-prev:after {
  content: unset;
}

.video-slide .swiper-button-next {
  right: 0.5%;
  top: 46%;
  background-image: url("/sysy_front/new/src/icon-chevron-right.svg");
}

.video-slide .swiper-button-prev {
  top: 46%;
  left: 0.5%;
  background-image: url("/sysy_front/new/src/icon-chevron-left.svg");
}

.section-char,
.section-villain {
  position: relative;
  background: #F7DCD1;
}

.section-char .container-float,
.section-villain .container-float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  padding: 10% 0 8% 0;
  margin: 0 auto;
}

.section-char .img-title,
.section-villain .img-title {
  width: 40%;
  margin: 0 auto;
}

.section-char .info,
.section-villain .info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-char p,
.section-villain p {
  color: white;
  font-size: clamp(10px, 0.8vw, 56px);
  line-height: 1.5;
}

.char-slide-page {
  position: relative;
}

.char-slide-page .content {
  position: absolute;
  left: 14%;
  right: 14%;
  top: 65%;
  bottom: 12%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.char-slide .swiper-button-next,
.char-slide .swiper-button-prev {
  width: 3vw;
  height: 3vw;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.char-slide .swiper-button-next:after,
.char-slide .swiper-button-prev:after {
  content: unset;
}

.char-slide .swiper-button-next {
  right: 0.5%;
  top: 46%;
  background-image: url("/sysy_front/new/src/icon-chevron-right_light.svg");
}

.char-slide .swiper-button-prev {
  top: 46%;
  left: 0.5%;
  background-image: url("/sysy_front/new/src/icon-chevron-left_light.svg");
}

.character-img {
  position: absolute;
  top: 1%;
  left: 0;
  right: 0;
  margin: auto;
  width: 24.5%;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.character-img img {
  width: 100%;
}

.mbti {
  color: white;
  font-size: clamp(13px, 1.3vw, 56px);
  text-align: center;
  margin-bottom: clamp(3px, 0.5vw, 28px);
  line-height: 1.3;
  display: inline-block;
}

.character-name {
  color: white;
  font-size: clamp(14px, 1.5vw, 64px);
  position: relative;
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  margin: 0 auto;
}

.character-name:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 95%;
  bottom: 0;
  background-image: url("/sysy_front/new/src/origin/icon-pause.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: clamp(36px, 3.2vw, 64px);
  height: clamp(36px, 3.2vw, 64px);
  right: 0;
  -webkit-transform: translateX(125%);
  transform: translateX(125%);
}

audio {
  opacity: 0;
  display: none;
}

.section-villain {
  background: #D3BA92;
  margin-top: -8px;
}

.playing .character-name:after {
  background-image: url("/sysy_front/new/src/origin/icon-play.png");
}

.playing .icon-audio .play {
  opacity: 1;
}

.content+.icon-audio {
  display: none;
}

.playing .icon-audio .pause {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .origin-slide {
    overflow: hidden;
  }

  .origin-slide .bg img {
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    height: 99vh;
    -o-object-position: right top;
    object-position: right top;
    min-height: 630px;
  }
  .origin-slide .bg video {
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    height: 99vh;
    -o-object-position: right top;
    object-position: right top;
    min-height: 630px;
  }
  .origin-slide .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    top: 50%;
  }

  .origin-slide .main {
    padding-bottom: 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .origin-slide .info-tag {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-top: 0px;

  }

  .origin-slide .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .origin-slide .text {
    line-height: 1.66;
  }

  .origin-slide .cta {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .section-char  {
    margin-top: -2.5%;
  }
  .section-char p,
  .section-villain p {
    font-size: clamp(12px, 2.5vw, 32px);
    text-align: left;
    margin-bottom: clamp(4px, 1vw, 16px);
  }

  .char-slide-page .content {
    top: 61%;
    bottom: 5%;
  }

  .character-img {
    top: 8%;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }

  .character-img img {
    width: 100%;
  }

  .mbti {
    font-size: clamp(13px, 3.5vw, 56px);
    margin-bottom: clamp(12px, 2vw, 28px);
    text-shadow: 0 0 2px #033C1C;
  }

  .character-name {
    font-size: clamp(14px, 4vw, 64px);
    line-height: 1.3;
    text-shadow: 0 0 2px #033C1C;
  }

  .character-name:after {
    content: unset;
  }

  .content+.icon-audio {
    display: block;
  }

  .icon-audio {
    text-align: center;
    position: absolute;
    bottom: 4.5%;
    left: 0;
    right: 0;
    width: 17.5%;
    margin: auto;
  }

  .icon-audio img {
    width: 100%;
    opacity: 0;
  }

  .icon-audio .pause {
    position: absolute;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {

  .video-slide .swiper-button-next,
  .video-slide .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }

  .char-slide .swiper-button-next,
  .char-slide .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
  }
}

a.fixed-add-to-cart {
  font-size: 1.2rem;
  line-height: 52px;
  color: #373535;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  display: none;
  background-image: url(/sysy_front/images/addcar_drift.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
}

a.fixed-add-to-cart:not(.show) {
  background: transparent !important;
  color: transparent !important;
  pointer-events: none;
}

@media (max-width: 600px) {
  a.fixed-add-to-cart {
    font-size: 0.875rem;
    line-height: 52px;
    margin-bottom: 10px;
  }
}

a.fixed-add-to-cart.show {
  display: inline-block;
}

.origin-swiper-1 {
  padding-top: 100px;
}

@media screen and (max-width: 1200px) {

  .origin-swiper-1 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 600px) {
  .origin-swiper-1 {
    padding-top: 40px;
  }

}