@charset "UTF-8";
/* 色の設定 ⋈・。・。⋈・。・。⋈・。・。⋈*/
/* フォントの設定 ⋈・。・。⋈・。・。⋈・。・。⋈*/
/* @font-face {
  font-family: DINProB;
  font-weight: normal;
  src: url("../../font/DINPro-CondBold.ttf");
} */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* SCROLLBAR */
/* ----------Extend---------- */
/*background*/
/* ----------RESET---------- */
* {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  width: 100%;
  min-width: 320px;
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

ul, li {
  list-style: none;
  font-size: inherit;
}

img {
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

input,
textarea,
keygen,
select,
a,
a:active,
a:hover,
a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=search],
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
input[type=submit],
input[type=reset] {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font: inherit;
}

table {
  border-collapse: collapse;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
a,
p,
b,
small {
  font: inherit;
  color: inherit;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1.3px;
}

/* 59 */
h1,
.h1 {
  font-size: 3.7rem;
}

/* 50 */
h2,
.h2 {
  font-size: 3rem;
  letter-spacing: 5px;
}

/* 36 */
h3,
.h3 {
  font-size: 2.25rem;
}

/* 28 */
h4,
.h4 {
  font-size: 1.75rem;
}

/* 22 */
h5,
.h5 {
  font-size: 1.35rem;
}

/* 18 */
h6,
.h6 {
  font-size: 1.1rem;
}

/* 16 */
p,
.p {
  font-size: 1rem;
}

a {
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
}

/* 14 */
small,
.small {
  font-size: 0.88rem;
}

b,
strong {
  font-weight: bolder;
}

.class_title {
  margin: 10px 0;
  padding-left: 10px;
  position: relative;
  font-weight: bold;
  color: #a77752;
  line-height: 1.1;
}
.class_title::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #a77752;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.ls6 {
  letter-spacing: 6px;
}

.ls7 {
  letter-spacing: 7px;
}

.ls8 {
  letter-spacing: 8px;
}

.ls9 {
  letter-spacing: 9px;
}

.ls10 {
  letter-spacing: 10px;
}

.txt-white {
  color: #ffffff;
}

.txt-lightgrey {
  color: #a8a8a8;
}

.txt-grey {
  color: #8e8e8e;
}

.txt-normal {
  color: #4d4d4d;
}

.txt-darkgrey {
  color: #222222;
}

.txt-black {
  color: #000000;
}

.txt-silver {
  display: inline-block;
  padding-bottom: 5px;
  color: #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(30%, #777777), color-stop(60%, #ffffff), color-stop(90%, #777777));
  background: linear-gradient(to right, #ffffff 0%, #777777 30%, #ffffff 60%, #777777 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-link {
  text-decoration: underline;
}

.txt-thin {
  font-weight: 100;
}

.txt-light {
  font-weight: 300;
}

.txt-regular {
  font-weight: 400;
}

.txt-medium {
  font-weight: 500;
}

.txt-bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-family-eb {
  font-family: "EB Garamond", "Noto Serif TC", "Noto Serif SC";
}

.lh-l {
  line-height: 2.2;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1280px) {
  h2,
.h2 {
    font-size: 2.2rem;
  }
  h4,
.h4 {
    font-size: 1.5rem;
  }
  h5,
.h5 {
    font-size: 1.3rem;
  }
  h6,
.h6 {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 768px) {
  h2,
.h2 {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
  h4,
.h4 {
    font-size: 1.3rem;
  }
  h5,
.h5 {
    font-size: 1.1rem;
  }
  h6,
.h6 {
    font-size: 1rem;
  }
  p,
.p {
    font-size: 0.9rem;
  }
  small,
.small {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  h2,
.h2 {
    font-size: 1.5rem;
  }
  h4,
.h4 {
    font-size: 1.2rem;
  }
  h5,
.h5 {
    font-size: 1.05rem;
  }
  h6,
.h6 {
    font-size: 0.95rem;
  }
  p,
.p {
    font-size: 0.85rem;
  }
}
/* ----------BLOCK---------- */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w800,
.w900,
.w1000,
.w1200,
.w1300,
.w1400 {
  width: 80%;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
}

.w900 {
  max-width: 900px;
}

.w1000 {
  max-width: 1000px;
}

.w1200 {
  max-width: 1200px;
}

.w1300 {
  max-width: 1300px;
}

.w1400 {
  max-width: 1400px;
}

.col100,
.col90,
.col80,
.col75,
.col70,
.col66,
.col60,
.col50,
.col40,
.col33,
.col30,
.col25,
.col20,
.col15,
.col05 {
  display: inline-block;
  vertical-align: top;
}

.col100 {
  width: 100%;
}

.col90 {
  width: 90%;
}

.col80 {
  width: 80%;
}

.col75 {
  width: 75%;
}

.col70 {
  width: 70%;
}

.col66 {
  width: 66.6666%;
}

.col60 {
  width: 60%;
}

.col50 {
  width: 50%;
}

.col50:nth-child(odd) {
  margin-left: 0px;
}

.col40 {
  width: 40%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col25 {
  width: 25%;
}

.col20 {
  width: 20%;
}

.col15 {
  width: 15%;
}

.col05 {
  width: 5%;
}

.ib-middle {
  display: inline-block;
  vertical-align: middle;
}

.ib-top {
  display: inline-block;
  vertical-align: top;
}

.main_padding {
  padding: 5% 0;
}

.main_padding-b {
  padding-bottom: 5%;
}

.main_padding-t {
  padding-top: 5%;
}

.main_margin {
  margin: 5% 0;
}

.main_margin-b {
  margin-bottom: 5%;
}

.main_margin-t {
  margin-top: 5%;
}

.header-top {
  position: relative;
}

.header-top::before {
  content: "";
  display: block;
  height: 78px;
  position: relative;
}

.show-MO {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-PC {
    display: none;
  }
  .show-MO{
    display: block;
  }
}

/* ----------RWD----------------------- */
@media screen and (max-width: 768px) {
  .w800,
.w900,
.w1000,
.w1200,
.w1300,
.w1400 {
    width: 90%;
  }
  .main_padding {
    padding: 50px 0;
  }
  .main_padding-b {
    padding-bottom: 50px;
  }
  .main_padding-t {
    padding-top: 50px;
  }
  .main_margin {
    margin: 50px 0;
  }
  .main_margin-b {
    margin-bottom: 50px;
  }
  .main_margin-t {
    margin-top: 50px;
  }
}
/* ----------FORM----------- */
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
  width: 100%;
  margin: 7px 0px;
  border: 1px solid #8e8e8e;
  background-color: #FAF9F8;
  padding: 7px;
  letter-spacing: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #A77752;
}

select {
  padding: 7px;
  border-radius: 5px;
  border-radius: 1px;
  border: 1px solid #8e8e8e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/icon/down_b.svg") no-repeat calc(100% - 10px) center transparent;
  background-size: 10px;
  background-color: #FAFDFD;
  text-align: center;
}

option {
  text-align: center;
}

label.select {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

label.select:before {
  content: "";
  display: block;
  width: 50px;
  height: 27px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  margin: auto 0;
  pointer-events: none;
}

label.select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #003979 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  pointer-events: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

/*radio&checkbox樣式覆蓋*/
input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin: 7px 0px;
  margin-right: 10px;
  cursor: pointer;
  letter-spacing: 0;
}

input[type=radio]:not(old) + label > span,
input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 3px 8px 3px 5px;
  position: relative;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #cccccc;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]:not(old) + label > span {
  border-radius: 0;
}

input[type=radio]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #DEBE98;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #DEBE98;
}

/* ANIMATION ⋈・。・。⋈・。・。⋈・。・。⋈*/
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes arrow_v {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes arrow_v {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes arrow_h {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrow_h {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes arrow_next {
  0% {
    -webkit-transform: translateX(0) translateY(-20%);
            transform: translateX(0) translateY(-20%);
  }
  50% {
    -webkit-transform: translateX(-15px) translateY(-20%);
            transform: translateX(-15px) translateY(-20%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-20%);
            transform: translateX(0) translateY(-20%);
  }
}
@keyframes arrow_next {
  0% {
    -webkit-transform: translateX(0) translateY(-20%);
            transform: translateX(0) translateY(-20%);
  }
  50% {
    -webkit-transform: translateX(-15px) translateY(-20%);
            transform: translateX(-15px) translateY(-20%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(-20%);
            transform: translateX(0) translateY(-20%);
  }
}
@-webkit-keyframes rotateoo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateoo {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  background-color: #000;
}
/* asus cookie banner */
#cookie-policy-info div {
  color: inherit;
}
#hd {
  overflow: hidden;
}

#series .op0.op0.op0 {
  opacity: 0.5;
}

.disabled {
  display: none;
}

.next-icon,
.prev-icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.main-title {
  text-align: center;
  padding-top: 100px;
  color: #ff9e1b;
  font-size: 52px;
  font-family: var(--base-font-title);
  letter-spacing: 2px;
}
.main-title .title1 {
  width: 50px;
  margin-right: 24px;
}
.main-title .title2 {
  width: 50px;
  margin-left: 24px;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
}
.main-title .title3 {
  width: 50px;
  margin-left: 24px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media screen and (max-width: 1080px) {
  .main-title {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .main-title {
    font-size: 42px;
  }
  .main-title .title1,
.main-title .title2,
.main-title .title3 {
    width: 42px;
  }
  .main-title .title2 {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media screen and (max-width: 520px) {
  .main-title {
    padding-top: 40px;
    font-size: 30px;
  }
  .main-title .title1,
.main-title .title2,
.main-title .title3 {
    width: 28px;
  }
  .main-title .title3 {
    margin-left: 0;
  }
}

.container {
  padding-bottom: 100px;
}

#banner {
  width: 100%;
  position: relative;
}
#banner .banner-image {
  display: block;
  width: 100%;
}
#banner .banner-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  height: 50px;
  cursor: pointer;
}
#banner .banner-arrow:hover {
  opacity: 0.6;
}
#banner .arrow-right {
  right: 2%;
}
#banner .arrow-left {
  left: 2%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#banner .banner-pagination {
  text-align: center;
  margin-top: 20px;
}

#bannerMO {
  display: none;
}

@media screen and (max-width: 768px) {
  #banner {
    display: none;
  }
  #bannerMO {
    width: 100%;
    position: relative;
    display: block;
  }
  #bannerMO .banner-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    height: 50px;
    cursor: pointer;
  }
  #bannerMO .banner-pagination {
    text-align: center;
    margin-top: 20px;
  }
  #decoration00,
#decoration03 .right,
#decoration03 .right-txt,
.deco00 {
    display: none;
  }
}
#tabMo {
  display: none;
}

@media screen and (max-width: 768px) {
  #tabPc {
    display: none;
  }
  #tabMo {
    display: block;
  }
}
#tabPc .swiper-slide {
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
}

#series {
  position: relative;
  z-index: 99;
}
#series .series-tab-bottom .active:hover {
  font-family: var(--base-font-normal);
}
#series .series-tab-bottom .active:hover button {
  -webkit-transform: scaleX(-1) translateX(0px);
          transform: scaleX(-1) translateX(0px);
}
#series .series-tab-top .active:hover {
  font-family: var(--base-font-normal);
}
#series .series-tab-top .active:hover button {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#series .series-tab-top,
#series .series-tab-bottom {
  font-family: var(--base-font-normal);
  color: #fff;
}
#series .series-tab-top p,
#series .series-tab-bottom p {
  background-color: #fff;
  position: absolute;
  width: 200px;
  height: 50px;
}
#series .series-tab-top li,
#series .series-tab-bottom li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#series .series-tab-top li .frame,
#series .series-tab-bottom li .frame {
  width: 100%;
  height: 100%;
  background-image: url(../img/index/index_series_tab.svg);
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  #series .series-tab-top li,
#series .series-tab-bottom li {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#series .series-tab-top .box,
#series .series-tab-bottom .box {
  width: 100%;
  height: 100%;
}
#series .series-tab-top .active .box,
#series .series-tab-bottom .active .box {
  background-color: #fff;
  -webkit-transform: skewX(30deg) scale(0.8);
          transform: skewX(30deg) scale(0.8);
}
#series .series-tab-top .active .frame,
#series .series-tab-bottom .active .frame {
  background-image: url(../img/index/index_series_tab_2.svg);
  position: relative;
  z-index: 5;
  color: #000;
  -webkit-transform: skewX(-30deg) scale(1.25);
          transform: skewX(-30deg) scale(1.25);
}
#series .series-tab-top button,
#series .series-tab-bottom button {
  font-size: 20px;
  letter-spacing: 1.5px;
  width: 100%;
  height: 100%;
}
.lang-vn #series .series-tab-top button,
.lang-vn #series .series-tab-bottom button {
  letter-spacing: 0;
}
#series .series-tab-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
}
#series .series-tab-top li {
  min-width: 240px;
  height: 56px;
}
#series .series-tab-top li:hover {
  font-family: var(--base-font-normal-i);
}
#series .series-tab-top li:nth-child(1) {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#series .series-tab-top li:nth-child(2) {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
#series .series-tab-top li:nth-child(4) {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
#series .series-tab-top li:nth-child(5) {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
#series .series-tab-top button:hover {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}
@media screen and (max-width: 1080px) {
  #series .series-tab-top li:nth-child(1) {
    -webkit-transform: translateX(60px) scale(0.9);
            transform: translateX(60px) scale(0.9);
  }
  #series .series-tab-top li:nth-child(2) {
    -webkit-transform: translateX(30px) scale(0.9);
            transform: translateX(30px) scale(0.9);
  }
  #series .series-tab-top li:nth-child(3) {
    -webkit-transform: translateX(0px) scale(0.9);
            transform: translateX(0px) scale(0.9);
  }
  #series .series-tab-top li:nth-child(4) {
    -webkit-transform: translateX(-30px) scale(0.9);
            transform: translateX(-30px) scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  #series .series-tab-top li:nth-child(1) {
    -webkit-transform: translateX(30px) scale(0.8);
            transform: translateX(30px) scale(0.8);
  }
  #series .series-tab-top li:nth-child(2) {
    -webkit-transform: translateX(-20px) scale(0.8);
            transform: translateX(-20px) scale(0.8);
  }
  #series .series-tab-top li:hover {
    font-family: var(--base-font-normal-i);
  }
  #series .series-tab-top button:hover {
    -webkit-transform: none;
            transform: none;
  }
}
#series .series-tab-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
}
#series .series-tab-bottom li {
  min-width: 240px;
  height: 56px;
}
#series .series-tab-bottom li:hover {
  font-family: var(--base-font-normal-i);
}
#series .series-tab-bottom button {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#series .series-tab-bottom button:hover {
  -webkit-transform: scaleX(-1) translateX(14px);
          transform: scaleX(-1) translateX(14px);
}
#series .series-tab-bottom li:nth-child(1) {
  -webkit-transform: scaleX(-1) translateX(-20px);
          transform: scaleX(-1) translateX(-20px);
}
#series .series-tab-bottom li:nth-child(2) {
  -webkit-transform: scaleX(-1) translateX(-10px);
          transform: scaleX(-1) translateX(-10px);
}
#series .series-tab-bottom li:nth-child(3) {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
#series .series-tab-bottom li:nth-child(4) {
  -webkit-transform: scaleX(-1) translateX(10px);
          transform: scaleX(-1) translateX(10px);
}
#series .series-tab-bottom li:nth-child(5) {
  -webkit-transform: scaleX(-1) translateX(20px);
          transform: scaleX(-1) translateX(20px);
}
@media screen and (max-width: 1080px) {
  #series .series-tab-bottom li:nth-child(1) {
    -webkit-transform: scaleX(-1) translateX(-60px) scale(0.9);
            transform: scaleX(-1) translateX(-60px) scale(0.9);
  }
  #series .series-tab-bottom li:nth-child(2) {
    -webkit-transform: scaleX(-1) translateX(-30px) scale(0.9);
            transform: scaleX(-1) translateX(-30px) scale(0.9);
  }
  #series .series-tab-bottom li:nth-child(3) {
    -webkit-transform: scaleX(-1) translateX(0px) scale(0.9);
            transform: scaleX(-1) translateX(0px) scale(0.9);
  }
  #series .series-tab-bottom li:nth-child(4) {
    -webkit-transform: scaleX(-1) translateX(30px) scale(0.9);
            transform: scaleX(-1) translateX(30px) scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  #series .series-tab-bottom li:nth-child(1) {
    -webkit-transform: scaleX(-1) translateX(-30px) scale(0.8);
            transform: scaleX(-1) translateX(-30px) scale(0.8);
  }
  #series .series-tab-bottom li:nth-child(2) {
    -webkit-transform: scaleX(-1) translateX(20px) scale(0.8);
            transform: scaleX(-1) translateX(20px) scale(0.8);
  }
  #series .series-tab-bottom li:hover {
    font-family: var(--base-font-normal);
  }
  #series .series-tab-bottom button:hover {
    -webkit-transform: scaleX(-1) translateX(0px);
            transform: scaleX(-1) translateX(0px);
  }
}
@media screen and (max-width: 1080px) {
  #series .series-tab-bottom {
    margin-top: 12px;
  }
}
#series .tabMask-front::before {
  content: url(../img/index/shadow-mask.png);
  width: 168px;
  height: 168px;
  position: absolute;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #series .tabMask-front::before {
    left: -10%;
  }
}
#series .tabMask-after::after {
  content: url(../img/index/shadow-mask.png);
  width: 168px;
  height: 168px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  #series .tabMask-after::after {
    right: -10%;
  }
}
#series .tab-swiper-container {
  overflow: hidden;
  position: relative;
}
#series .next-icon,
#series .prev-icon {
  position: absolute;
  z-index: 5;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  top: 50%;
  right: 5%;
  width: 25px;
  height: 25px;
  opacity: 0.8;
}
#series .next-icon:hover,
#series .prev-icon:hover {
  cursor: pointer;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
@media screen and (max-width: 520px) {
  #series .next-icon:hover,
#series .prev-icon:hover {
    -webkit-filter: none;
            filter: none;
  }
}
#series .prev-icon {
  left: 5%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#series .swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  #series .next-icon {
    right: 0;
  }
  #series .prev-icon {
    left: 0;
  }
}
@media screen and (max-width: 1080px) {
  #series {
    width: 90%;
  }
}
#series #tabMoo {
  display: none;
}
@media screen and (max-width: 520px) {
  #series {
    margin-top: 30px;
  }
  #series #tabMo {
    display: none;
  }
  #series #tabMoo {
    display: block;
  }
  #series #tabMoo .swiper-slide {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
}

#series_contents {
  position: relative;
  padding: 100px 60px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #series_contents {
    width: 100%;
  }
  #series_contents .deco00 {
    left: -5%;
  }
}
#series_contents .tuf-icon {
  width: 16%;
  display: block;
}
@media screen and (max-width: 768px) {
  #series_contents .tuf-icon {
    width: 32%;
  }
}
#series_contents .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
#series_contents .txt {
  width: 60%;
  padding-left: 60px;
  padding-right: 50px;
  color: #fff;
}
#series_contents .txt h3 {
  font-family: var(--base-font-title);
  font-size: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #series_contents .txt h3 {
    font-size: 24px;
  }
}
#series_contents .txt p {
  color: #bcbcbc;
  font-family: var(--base-font-text);
}
@media screen and (max-width: 1080px) {
  #series_contents .txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#series_contents .pic {
  width: 40%;
  color: #fff;
}
#series_contents .learn-more {
  margin-top: 40px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}
#series_contents .learn-more .deco-bar {
  width: 42%;
}
#series_contents .learn-more button {
  color: #fff;
  font-family: var(--base-font-normal);
  letter-spacing: 2px;
  min-width: 205px;
  height: 44px;
  background-image: url(../img/index/index_btn_learn.svg);
  background-size: cover;
  -ms-flex-item-align: end;
      align-self: end;
}
#series_contents .learn-more button:hover {
  padding-left: 20px;
  font-family: var(--base-font-normal-i);
}
@media screen and (max-width: 1080px) {
  #series_contents .learn-more button {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 768px) {
  #series_contents .learn-more button {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #series_contents .learn-more button:hover {
    padding-left: 0px;
    font-family: var(--base-font-normal);
  }
}
#series_contents .Mo {
  display: none;
}
@media screen and (max-width: 768px) {
  #series_contents {
    padding: 60px 30px;
  }
  #series_contents .PC {
    display: none;
  }
  #series_contents .Mo {
    display: block;
  }
  #series_contents .Mo .txt {
    width: 100%;
  }
  #series_contents .Mo .txt h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  #series_contents .Mo .pic {
    width: 80%;
    margin: 0 auto;
  }
  #series_contents .Mo .deco-bar {
    display: block;
    width: 60%;
    position: relative;
    left: -28%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #series_contents .Mo .learn-more {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#video {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  #video {
    width: 90%;
  }
}
#video h3 {
  margin-bottom: 90px;
}
@media screen and (max-width: 520px) {
  #video h3 {
    margin-bottom: 40px;
  }
}
#video .video-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#video .video-contents::after {
  width: 31%;
  display: block;
  content: "";
}
#video .video-contents li {
  width: 31%;
  margin-bottom: 30px;
}
#video .video-contents .video {
  position: relative;
  color: #fff;
}
#video .video-contents .video:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  #video .video-contents .video:hover {
    -webkit-filter: none;
            filter: none;
    cursor: pointer;
  }
}
#video .video-contents .playBTN {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 40px;
  background-size: cover;
  background-image: url(../img/index/index_video_play.svg);
}
#video .video-contents .content {
  width: 70%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}
#video .video-contents a {
  color: #fff;
  font-family: var(--base-font-normal);
  font-size: 18px;
  display: inline-flex;
}
#video .video-contents a span {
  padding-right: 16px;
}
#video .video-contents a:hover {
  font-family: var(--base-font-normal-i);
  margin-left: 12px;
}
#video .video-contents h6 {
  color: #ff9e1b;
  font-family: var(--base-font-title);
  font-size: 18px;
  margin-left: 32px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #video .video-contents {
    -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;
  }
  #video .video-contents li {
    width: 80%;
  }
  #video .video-contents .content {
    width: 60%;
    margin-bottom: 30px;
    margin-left: 20%;
  }
  #video .video-contents .content span {
    display: none;
  }
  #video .video-contents .content a {
    position: relative;
  }
  #video .video-contents .content a::before {
    content: ">>";
    position: absolute;
    left: -25px;
  }
  #video .video-contents h6 {
    margin-left: 0;
  }
}
#video .overflow-h {
  height: 330px;
  overflow: hidden;
}
#video .overflow-n {
  height: auto;
  overflow: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#video .view-more {
  margin-top: 60px;
  margin-bottom: 80px;
  min-width: 188px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background-image: url(../img/index/index_btn_view_1.svg);
  font-family: var(--base-font-normal);
  font-size: 18px;
  letter-spacing: 2px;
}
#video .view-more img {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#video .view-more:hover {
  font-family: var(--base-font-normal);
}
#video .view-more:hover img {
  -webkit-transform: translateX(-20px) rotate(90deg);
          transform: translateX(-20px) rotate(90deg);
}
@media screen and (max-width: 768px) {
  #video h3 {
    margin-bottom: 60px;
  }
}

#getTUF {
  position: relative;
  z-index: 2;
}
#getTUF h3 {
  margin-bottom: 40px;
}
#getTUF .grid {
  width: 100%;
  height: min(45vw, 760px); /* image size: 650x760*/
}
#getTUF .grid01 {
  background-size: cover;
  background-position: center center;
}
#getTUF .grid02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
#getTUF .grid02 .pic1 {
  width: min(50%, 650px); /* image size: 650x760 */
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#getTUF .grid02 ul {
  width: min(50%, 650px); /* image size: 650x760 */
  height: 100%;
}
#getTUF .grid02 ul li {
  height: 50%;
}
#getTUF .grid02 ul .pic2 {
  background-size: cover;
  background-position: center center;
}
#getTUF .grid02 ul .pic3 {
  background-size: cover;
  background-position: center center;
}
#getTUF .grid03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#getTUF .grid03 .pic1 {
  width: 40%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
#getTUF .grid03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  height: 100%;
}
#getTUF .grid03 ul li {
  width: 50%;
  height: 50%;
}
#getTUF .grid03 ul .pic2 {
  background-size: cover;
  background-position: center center;
}
#getTUF .grid03 ul .pic3 {
  background-size: cover;
  background-position: center center;
}
#getTUF .grid03 ul .pic4 {
  background-size: cover;
  background-position: center center;
}
#getTUF .grid03 ul .pic5 {
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1280px) {
  #getTUF {
    width: 86%;
  }
  #getTUF .grid {
    height: 45vw;
  }
}

#decoration00,
#decoration01,
#decoration02,
#decoration03,
#decoration04 {
  width: 100%;
  position: relative;
}

#decoration00 .earth {
  position: absolute;
  margin-top: 4%;
  left: 3.5%;
  color: #fff;
}
#decoration00 .earth img {
  opacity: 0.7;
  width: 2.5vw;
  height: 2.5vw;
  color: #fff;
}
#decoration00 .bar {
  position: absolute;
  margin-top: 4%;
  right: 3.5%;
  color: #fff;
}
#decoration00 .bar img {
  display: block;
  opacity: 0.7;
  height: 450px;
  color: #fff;
}
#decoration00 .bar small {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #777777;
  font-family: var(--base-font-title);
  margin-top: 60px;
}
@media screen and (max-width: 1380px) {
  #decoration00 .bar {
    right: 2%;
  }
}

.deco00 {
  position: absolute;
  left: -18%;
  top: -10%;
}
.deco00 .plus {
  opacity: 0.7;
  width: 20px;
  height: 20px;
  margin-bottom: 4px;
  color: #fff;
}
.deco00 .txt-deco {
  margin-top: 30px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.deco00 .txt-deco img {
  width: 55vw;
  color: #fff;
}

.bg {
  position: absolute;
  right: 9%;
  -webkit-transform: translateY(-8%);
          transform: translateY(-8%);
  color: #fff;
}
.bg img {
  height: 560px;
  width: 440px;
}
@media screen and (max-width: 768px) {
  .bg {
    right: -50%;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

#decoration02 .left {
  position: absolute;
}
#decoration02 .left img {
  width: 38vw;
  color: #fff;
}
#decoration02 .left-line {
  position: absolute;
  margin-top: 4%;
  left: 2%;
}
#decoration02 .left-line img {
  width: 2vw;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #decoration02 .left-line {
    display: none;
  }
}
@media screen and (max-width: 1380px) {
  #decoration02 .left-tuf {
    left: 2%;
  }
}
#decoration02 .right {
  right: 10%;
  position: absolute;
  color: #fff;
}
#decoration02 .right img {
  width: 5vw;
}
@media screen and (max-width: 1380px) {
  #decoration02 .right {
    right: 4%;
  }
}
@media screen and (max-width: 768px) {
  #decoration02 {
    display: none;
  }
}

#decoration03 .left-tuf {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 8%;
}
#decoration03 .left-tuf img {
  width: 14vw;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #decoration03 .left-tuf img {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #decoration03 .left-tuf img {
    width: 40vw;
    opacity: 0.5;
  }
}
#decoration03 .right {
  position: absolute;
  right: 3%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  color: #fff;
}
#decoration03 .right img {
  width: 20vw;
  color: #fff;
}
#decoration03 .right-txt {
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-40vh);
          transform: translateY(-40vh);
  color: #fff;
}
#decoration03 .right-txt small {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #777777;
  font-family: var(--base-font-title);
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  #decoration03 .right-txt {
    right: 2%;
  }
}
@media screen and (max-width: 1420px) {
  #decoration03 .left-tuf {
    left: 4%;
  }
  #decoration03 .right-txt small {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #decoration03 .left-tuf {
    left: 0%;
  }
}

#decoration04 .left {
  position: absolute;
  left: 4%;
  margin-top: 7%;
}
#decoration04 .right {
  position: absolute;
  right: -20%;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  margin-top: 7%;
}
@media screen and (max-width: 1280px) {
  #decoration04 {
    display: none;
  }
}

#getTUF .deco-bar {
  position: absolute;
  bottom: -20px;
}
#getTUF .g1 {
  right: -5px;
}
#getTUF .g3 {
  left: 5%;
}
@media screen and (max-width: 1280px) {
  #getTUF .deco-bar {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  #getTUF .deco-bar {
    height: 16px;
    width: 50%;
    bottom: -10px;
  }
}
@media screen and (max-width: 520px) {
  #getTUF .grid02 {
    height: 100vh;
    display: block;
  }
  #getTUF .grid02 .pic1 {
    height: 60vh;
    width: 100%;
  }
  #getTUF .grid02 ul {
    display: block;
    width: 100%;
    height: 40vh;
  }
  #getTUF .grid02 ul li {
    width: 100%;
    height: 50%;
  }
  #getTUF .grid03 {
    height: 100vh;
    display: block;
  }
  #getTUF .grid03 .pic1 {
    height: 60vh;
    width: 100%;
  }
  #getTUF .grid03 ul {
    width: 100%;
    height: 40vh;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #getTUF .grid03 ul li {
    width: 50%;
    height: 50%;
  }
}

.swiper-wrapper,
.swiper-slide,
.series-tab-top,
.series-tab-bottom {
  color: #fff;
}

div {
  color: #fff;
}

#video .view-more::before {
  border-color: transparent transparent transparent #000000;
}
#video .view-more::after {
  border-color: transparent #000000 transparent transparent;
}

.series-txt {
  text-align: center;
  font-size: 16px;
  color: #bcbcbc;
  font-family: var(--base-font-text);
}

#video .video-contents .video-alink:hover {
  margin-left: 0px;
}

#article ul::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 1440px) {
  #article ul::after {
    width: 320px;
  }
}

.top4 {
  display: none;
}

.videoDisplay {
  display: block;
}/*# sourceMappingURL=main.css.map */