@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,400,500,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,400,500,900&display=swap&subset=chinese-traditional");
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: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: #000;
}
a:focus {
  outline: none;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  border: none;
  outline: none;
  background-color: transparent;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
}

select, input {
  -webkit-appearance: none;
  outline: none;
  border: none;
}

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

@font-face {
  font-family: "bmwType";
  src: local("?"), url("../font/bmwtypewebli_all.woff") format("woff"), url("../font/BMWTypeNextLatinTT-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
header {
  height: 100px;
  width: 80%;
  max-width: 1270px;
  padding: 0 2em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  header {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  header {
    font-size: 16px;
    width: 90%;
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    font-size: 14px;
    width: 100%;
    padding: 0 1.5em;
    height: 65px;
    justify-content: space-between;
  }
}

.hide {
  opacity: 0;
  transition: 0.3s;
}

header .logo {
  width: 3.85em;
}
header .logo.hide {
  opacity: 0;
}
@media screen and (max-width: 992px) {
  header .logo {
    width: 2.29em;
  }
}

nav {
  background: url("../img/header/header-bg.png") no-repeat;
  background-position-x: right;
  font-size: 20px;
}
@media screen and (max-width: 1599px) {
  nav {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  nav {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  nav {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  nav {
    background: url("../img/header/header-bg_mo.png") no-repeat;
    background-size: contain;
    font-size: 10px;
  }
}

.nav-M {
  padding: 4em 1.5em;
  box-sizing: border-box;
  position: absolute;
  height: 100vh;
  width: 100%;
  right: 0;
  top: 0px;
  z-index: 49;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  transform: translateX(100%);
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .nav-M {
    display: block;
  }
}

.aniNav {
  opacity: 1;
  transform: translateX(0%);
  transition: 0.3s;
}

.nav-M ul {
  max-width: 1170px;
  margin: auto;
  padding: 1em 2em;
  box-sizing: border-box;
  text-align: right;
  width: 69.5%;
}
@media screen and (max-width: 768px) {
  .nav-M ul {
    padding: 2rem 3rem 0 3rem;
    width: 95%;
    height: 100%;
  }
}

.nav-M li {
  position: relative;
  display: block;
  margin: 1.75em 0;
  letter-spacing: 2px;
  color: #fafcff;
  background: url("../img/header/menu-icon.png") no-repeat;
  width: 22%;
  margin-left: auto;
  background-size: 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .nav-M li {
    width: 50%;
  }
}
.nav-M li:hover {
  background-size: contain;
  transition: 0.3s;
}
.nav-M li:last-child {
  font-size: 0.85em;
  margin-top: 5em;
  opacity: 0;
}
.nav-M li a {
  color: #fafcff;
  display: block;
  width: 100%;
  font-size: 1.35em;
  opacity: 0.5;
  transition: 0.3s;
}
.nav-M li a:hover {
  opacity: 1;
  transition: 0.3s;
}
.nav-M li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  pointer-events: none;
}

header .btn-menu {
  display: flex;
  height: 2.5em;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1em;
  cursor: pointer;
}
header .btn-menu span {
  display: block;
  height: 0.15em;
  width: 2em;
  background-color: #000000;
  margin: 0.25em 0;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  header .btn-menu span {
    height: 2px;
    width: 1.8em;
  }
}

header .btn-menu.aniBtnMenu {
  position: relative;
}
header .btn-menu.aniBtnMenu::before {
  content: "";
  width: 1px;
  height: 18rem;
  background-color: #fafcff;
  opacity: 0.5;
  position: absolute;
  bottom: -20rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  header .btn-menu.aniBtnMenu::before {
    bottom: -19rem;
  }
}

header .aniBtnMenu span {
  transition: 0.4s;
  background-color: #fff;
}
header .aniBtnMenu span:first-child {
  transform: rotate(-45deg) translate(-0.9em, 0.9em);
}
header .aniBtnMenu span:nth-child(2) {
  opacity: 0;
}
header .aniBtnMenu span:nth-child(3) {
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  header .aniBtnMenu span:nth-child(3) {
    transform: rotate(45deg);
  }
}

footer {
  background-color: #292c36;
  position: relative;
  z-index: 2;
  opacity: 0;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 80px;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  footer {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  footer {
    font-size: 16px;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 840px) {
  footer {
    font-size: 14px;
    display: block;
    padding: 30px 0px;
  }
}

footer .copyright-container {
  width: 30%;
}
@media screen and (max-width: 840px) {
  footer .copyright-container {
    width: 100%;
  }
}
footer .btn-container {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 840px) {
  footer .btn-container {
    width: 100%;
    display: block;
  }
}
footer a, footer p {
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 2px;
}
footer a {
  text-align: center;
}
footer p {
  text-align: left;
}
@media screen and (max-width: 840px) {
  footer p {
    text-align: center;
  }
}

footer .btn-1,
footer .btn-2 {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 840px) {
  footer .btn-1,
  footer .btn-2 {
    justify-content: center;
    margin: 20px auto;
    width: 100%;
  }
}

footer .btn-1 a {
  display: inline-block;
  height: 35px;
  width: 35px;
  margin: auto 5px;
}
@media only screen and (max-width: 768px) {
  footer .btn-1 a {
    width: 30px;
    height: 30px;
  }
}
footer .btn-1 a:first-child {
  background: url("../img/footer/icon-fb.png") center/100%;
}
footer .btn-1 a:nth-child(2) {
  background: url("../img/footer/icon-ig.png") center/100%;
}
footer .btn-1 a:nth-child(3) {
  background: url("../img/footer/icon-yt.png") center/100%;
}
footer .btn-1 a:nth-child(4) {
  background: url("../img/footer/icon-line.png") center/100%;
}

footer .btn-2 a {
  margin: auto 0.75em;
  position: relative;
}
footer .btn-2 a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.75em;
  left: auto;
  margin: auto;
  background-color: #fff;
  height: 100%;
  width: 1.5px;
}
@media only screen and (max-width: 768px) {
  footer .btn-2 a:not(:last-child)::before {
    right: -10px;
  }
}

@font-face {
  font-family: "bmwType";
  src: local("?"), url("../font/bmwtypewebli_all.woff") format("woff"), url("../font/BMWTypeNextLatinTT-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html, body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-family: "bmwType", "文鼎UD晶熙黑体PE1XG30_M", "microsoft jhenghei", "Noto Sans TC", Helvetica, Noto Sans, sans-serif;
}
@media only screen and (max-width: 1200px) {
  html, body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  html, body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}

.wrap {
  max-width: 1600px;
  margin: auto;
  position: relative;
}

.wrap::-webkit-scrollbar {
  display: none;
}

.wrap::-webkit-scrollbar {
  -ms-overflow-style: none;
}

.wrap::-webkit-scrollbar {
  overflow: -moz-scrollbars-none;
}

.wrap .kv {
  position: relative;
  z-index: 10;
  opacity: 0;
}
.wrap .kv > img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .wrap .kv > img {
    content: url("../img/1/kv_mo.png");
  }
}

.wrap .btn-back {
  position: absolute;
  z-index: 11;
  left: 8rem;
  top: 5.5em;
  cursor: pointer;
  margin-bottom: 100px;
  height: 1.6rem;
  width: 8rem;
  display: flex;
  justify-content: center;
  background: url("../img/1/btn-back.png") no-repeat;
  background-size: cover;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .wrap .btn-back {
    display: none;
  }
}
.wrap .btn-back:hover > a::before {
  left: -20px;
  transition: left 0.4s;
}
@media only screen and (max-width: 768px) {
  .wrap .btn-back:hover > a::before {
    border-left: 1px solid #10a2e5;
    border-top: 1px solid #10a2e5;
  }
}
@media only screen and (max-width: 768px) {
  .wrap .btn-back:hover > a {
    color: #10a2e5;
  }
}
.wrap .btn-back a {
  font-size: 0.7rem;
  color: #fff;
  position: relative;
  line-height: 1.7rem;
  margin-left: 1.5rem;
}
.wrap .btn-back a::before {
  content: "";
  height: 8px;
  width: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0rem;
  bottom: 0;
  left: -15px;
  right: auto;
  margin: auto;
  pointer-events: none;
  transition: 0.4s;
}

.kv {
  position: relative;
  font-size: 20px;
}
@media screen and (max-width: 1599px) {
  .kv {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  .kv {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .kv {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    font-size: 10px;
  }
}
.kv .kv-title-bg {
  position: absolute;
  top: 0em;
  left: 4em;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .kv .kv-title-bg {
    top: 2em;
  }
}
.kv .kv-title {
  position: absolute;
  left: 12.5em;
  top: 11em;
  width: 22.85em;
}
@media screen and (max-width: 768px) {
  .kv .kv-title {
    left: 4.25em;
    top: 5em;
  }
}
.kv .kv-title .kv-txt h1 {
  font-size: 2.5em;
  position: relative;
  margin-bottom: 0.6em;
  top: 0.5em;
  letter-spacing: 0.15em;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .kv .kv-title .kv-txt h1 {
    margin-bottom: 1.5em;
    font-size: 3.1em;
    top: 1.5em;
  }
}
.kv .kv-title .kv-txt h1::after {
  content: "";
  width: 5em;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  bottom: -0.25em;
  left: 0;
}
.kv .kv-title .kv-txt p {
  color: #696969;
  font-size: 0.8em;
  line-height: 1.68em;
  opacity: 0;
  width: 55%;
  position: relative;
  top: 0.5em;
}
@media screen and (max-width: 768px) {
  .kv .kv-title .kv-txt p {
    font-size: 1.2em;
    line-height: 1.85em;
    width: 100%;
  }
}

.section .bg-pc, .section .bg-mo {
  position: absolute;
}
.section .bg-pc img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .section .bg-pc {
    display: none;
  }
}
.section .bg-mo {
  display: none;
}
@media screen and (max-width: 768px) {
  .section .bg-mo {
    display: block;
  }
}

.wrap .section-contaner {
  opacity: 0;
}

.wrap .section1 {
  background-image: linear-gradient(to right, #454852, #505464, #bbc4d3);
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  color: #fff;
  height: 120px;
  background-position: 100%;
  background-size: 200% 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .wrap .section1 {
    justify-content: flex-start;
    height: 80px;
  }
}

@keyframes aniSec1 {
  0% {
    background-position: 200%;
    background-image: linear-gradient(to right, #454852, #505464, #bbc4d3);
  }
  100% {
    background-position: 100%;
    background-image: linear-gradient(to right, #454852, #505464, #bbc4d3);
  }
}
.wrap .section1 .sec1-title {
  line-height: 120px;
  letter-spacing: 2px;
  margin: auto 20px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .wrap .section1 .sec1-title {
    border-right: 1px solid #fff;
    line-height: 80px;
    font-size: 0.85rem;
    text-align: center;
    margin: 0;
    width: 10%;
  }
}
@media only screen and (max-width: 576px) {
  .wrap .section1 .sec1-title {
    width: 15%;
  }
}
.wrap .section1 .sec1-choice {
  line-height: 120px;
  width: 75%;
  max-width: 1050px;
  position: relative;
  overflow-y: hidden;
}
@media only screen and (max-width: 768px) {
  .wrap .section1 .sec1-choice {
    line-height: 80px;
    width: 85%;
    overflow-x: scroll;
  }
}
.wrap .section1 .sec1-choice a {
  color: #fff;
}
.wrap .section1 .sec1-choice::-webkit-scrollbar {
  display: none;
}
.wrap .section1 .sec1-choice::-webkit-scrollbar {
  -ms-overflow-style: none;
}
.wrap .section1 .sec1-choice::-webkit-scrollbar {
  overflow: -moz-scrollbars-none;
}

.section1 .sec1-title p {
  font-size: 0.85rem;
}
@media only screen and (max-width: 768px) {
  .section1 .sec1-title p:nth-child(1) {
    display: none;
  }
}
.section1 .sec1-title p:nth-child(2) {
  display: none;
  font-size: 0.85rem;
  background-image: linear-gradient(to right, #505464, #616776);
}
@media only screen and (max-width: 768px) {
  .section1 .sec1-title p:nth-child(2) {
    display: block;
  }
}

.wrap .sec1-choice .btn-series {
  outline: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  position: relative;
  transition: 0.4s;
}
.wrap .sec1-choice .btn-series::before {
  content: "";
  position: absolute;
  bottom: 20%;
  top: auto;
  left: 7.5%;
  right: auto;
  margin: auto;
  height: 3px;
  width: 0%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrap .sec1-choice .btn-series::before {
    bottom: 0;
    left: 2.5%;
  }
}
.wrap .sec1-choice .btn-series:hover {
  color: #10a2e5;
}
@media only screen and (max-width: 768px) {
  .wrap .sec1-choice .btn-series:hover {
    color: #fff;
  }
}

.wrap .sec1-choice .aniLine::before {
  width: 85%;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .wrap .sec1-choice .aniLine::before {
    width: 95%;
  }
}

.wrap .section1 .line {
  position: absolute;
  display: block;
  height: 3px;
  background-color: #fff;
  z-index: 5;
  bottom: 18%;
  left: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 540px) {
  .wrap .section1 .line {
    bottom: 0% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.slick-initialized .slick-slide {
  outline: none;
}

.wrap .section2 {
  position: relative;
  background: url("../img/sec2-bg.png") no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .wrap .section2 {
    background: url("../img/sec2-bg_M.png") no-repeat top/cover;
  }
}

.wrap .section2 .sec2-top {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrap .section2 .sec2-top {
    display: block;
    padding-top: 1em;
  }
}

.wrap .section2 .sec2-bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  z-index: 10;
}

.wrap .section2 .sec2-bottom .line-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 5px solid transparent;
  background: 0;
  border-radius: 999px;
  border-top-color: #505464;
  border-left-color: #505464;
  border-right-color: #505464;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1.5s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrap .section2 h1 {
  font-size: 1.15rem;
  text-align: center;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .wrap .section2 h1 {
    margin: 0 auto;
    font-size: 1.25rem;
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translateX(-50%);
  }
}
.wrap .section2 .sec2-model {
  width: 65%;
  padding: 115px 0;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
@media only screen and (max-width: 768px) {
  .wrap .section2 .sec2-model {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: none;
    padding: 0;
  }
}
.wrap .section2 .sec2-info {
  width: 40%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #ccd5e2, #f1f3fa, #f1f3fa);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  padding: 5.5rem 0;
}
@media only screen and (max-width: 768px) {
  .wrap .section2 .sec2-info {
    width: 100%;
    position: static;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: none;
    padding: 0 0 1.5rem 0;
  }
}

.section2 .info-container {
  text-align: center;
  width: 80%;
  margin: auto;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .section2 .info-container {
    padding-right: 0;
  }
}
.section2 .info-container p {
  text-align: left;
  font-size: 1.15rem;
  margin: 10px auto;
  letter-spacing: 0.01em;
  width: 325px;
}
@media only screen and (max-width: 1200px) {
  .section2 .info-container p {
    width: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .section2 .info-container p {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .section2 .info-container p {
    width: 258px;
    margin: 0 auto 20px auto;
    font-size: 1.25rem;
  }
}
.section2 .info-container .hide {
  opacity: 0;
  transition: 0s;
}
.section2 .info-container .show {
  opacity: 1;
}

.section2 .slick-slide {
  width: 30vw;
  max-width: 450px;
  transform: scale(1);
}
@media only screen and (max-width: 768px) {
  .section2 .slick-slide {
    transform: scale(0.7);
  }
}
.section2 .slick-slider {
  margin-bottom: 0;
}

.section2 .slick-opacity {
  opacity: 1;
}

.section2 .slick-slide img {
  opacity: 0.4;
  transition: 0.3s;
}
.section2 .slick-slide.slick-opacity img,
.section2 .slick-slide.slick-active img {
  opacity: 1;
  transition: 0.3s;
}

.section2 .slick-arrow {
  height: 105px;
  width: 85px;
}
@media only screen and (max-width: 1200px) {
  .section2 .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .section2 .slick-arrow {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .section2 .slick-arrow {
    height: 35px;
    width: 40px;
    top: 55%;
  }
}
.section2 .slick-arrow::before {
  display: inline-block;
  height: 105px;
  width: 85px;
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .section2 .slick-arrow::before {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .section2 .slick-arrow::before {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .section2 .slick-arrow::before {
    height: 35px;
    width: 40px;
  }
}
.section2 .slick-next {
  right: 15%;
  transition: 0.3s;
  background: url("../img/arrow-right.png") center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .section2 .slick-next {
    right: 2%;
  }
}
.section2 .slick-next::before {
  content: "";
}
.section2 .slick-next:focus {
  right: 14.3%;
}
.section2 .slick-next:hover {
  right: 14.3%;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .section2 .slick-next:hover {
    right: 5%;
  }
}
.section2 .slick-prev {
  z-index: 1;
  left: 15%;
  transition: 0.3s;
  background: url("../img/arrow-left.png") center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .section2 .slick-prev {
    left: 2%;
  }
}
.section2 .slick-prev::before {
  content: "";
}
.section2 .slick-prev:focus {
  left: 14.3%;
}
.section2 .slick-prev:hover {
  left: 14.3%;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .section2 .slick-prev:hover {
    left: 4%;
  }
}

.slick-pos {
  transform: none !important;
}

.section2 .car-select {
  position: relative;
  display: inline-block;
  margin: 10px auto 20px auto;
}
@media only screen and (max-width: 768px) {
  .section2 .car-select {
    margin: 5px auto 10px auto;
  }
}
.section2 .car-select::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  left: auto;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  height: 10px;
  width: 10px;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .section2 .car-select::after {
    height: 8px;
    width: 8px;
    border-width: 1px;
    right: 20px;
  }
}
.section2 .car-select::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: linear-gradient(to right, rgba(181, 189, 202, 0.2) 15%, rgb(181, 189, 202) 35%, #b5bdca 100%);
  height: 100%;
  width: 30%;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .section2 .car-select::before {
    width: 25%;
  }
}
.section2 .car-select select {
  font-size: 1rem;
  background-color: #b5bdca;
  width: 325px;
  border-radius: 5px;
  padding: 15px 20px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1200px) {
  .section2 .car-select select {
    width: 300px;
    padding: 15px 50px 15px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .section2 .car-select select {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .section2 .car-select select {
    font-size: 0.95rem;
    width: 258px;
    padding: 10px 20px;
  }
}

.section2 .btn-cal,
.section2 .btn-compare {
  box-sizing: border-box;
  margin: 25px auto;
  width: 8.5rem;
  height: 3rem;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.section2 .btn-cal:hover > a,
.section2 .btn-compare:hover > a {
  transform: translate(-5%);
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .section2 .btn-cal:hover > a,
  .section2 .btn-compare:hover > a {
    transform: translate(0);
  }
}
.section2 .btn-cal:hover > span,
.section2 .btn-compare:hover > span {
  transform: translate(10%);
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .section2 .btn-cal:hover > span,
  .section2 .btn-compare:hover > span {
    transform: translate(0);
  }
}
@media only screen and (max-width: 768px) {
  .section2 .btn-cal,
  .section2 .btn-compare {
    margin: 35px 10px;
  }
}
.section2 .btn-cal a,
.section2 .btn-compare a {
  box-sizing: border-box;
  font-size: 0.85rem;
  line-height: 3rem;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .section2 .btn-cal a,
  .section2 .btn-compare a {
    font-size: 1rem;
  }
}
.section2 .btn-cal span,
.section2 .btn-compare span {
  display: inline-block;
  align-self: center;
  height: 22px;
  width: 22px;
  margin-left: 0.5rem;
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .section2 .btn-cal span,
  .section2 .btn-compare span {
    width: 17px;
    height: 18px;
  }
}

.section2 .btn-container {
  display: block;
}
@media only screen and (max-width: 768px) {
  .section2 .btn-container {
    display: flex;
    justify-content: center;
  }
}
.section2 .btn-container .btn-cal {
  background-image: linear-gradient(to right, #2e88da, #11a1e5);
  box-shadow: 0px 15px 15px -12px #3087d9;
}
.section2 .btn-container .btn-cal:hover {
  box-shadow: 0px 20px 15px -15px #2b70af;
  transition: box-shadow 0.4s;
}
@media only screen and (max-width: 768px) {
  .section2 .btn-container .btn-cal:hover {
    background-image: -webkit-linear-gradient(left, #3087d9, #3087d9);
  }
}
@media only screen and (max-width: 768px) {
  .section2 .btn-container .btn-cal {
    order: 1;
  }
}
.section2 .btn-container .btn-cal a {
  color: #fff;
}
.section2 .btn-container .btn-cal span {
  background: url("../img/icon-cal.png") center/cover no-repeat;
}
.section2 .btn-container .btn-compare {
  border: 1px solid #2e88da;
  background-color: transparent;
}
.section2 .btn-container .btn-compare a {
  color: #2e88da;
}
.section2 .btn-container .btn-compare span {
  background: url("../img/icon-compare-blue.png") center/cover no-repeat;
}

.section2 .btn-container .aniClick {
  background-image: linear-gradient(to right, #2e88da, #11a1e5);
  border: none;
}
.section2 .btn-container .aniClick a {
  color: #fff;
}
.section2 .btn-container .aniClick span {
  background: url("../img/icon-compare-white.png") center/cover no-repeat;
}

.section3 {
  position: relative;
  background-color: #f2f2f2;
  padding: 3rem 0;
}
.section3 .bg-pc-1 {
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section3 .bg-pc-2 {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section3 .bg-pc-2 {
    display: none;
  }
}
.section3 .bg-mo-1 {
  top: 0rem;
  left: 0;
}
.section3 .bg-mo-2 {
  bottom: 0rem;
  right: 0;
}
.section3 .container {
  max-width: 1270px;
  margin: auto;
}
.section3 .container h2 {
  font-size: 1.7rem;
  color: #000000;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .section3 .container h2 {
    font-size: 1.785rem;
    margin-bottom: 2rem;
    line-height: 2.5rem;
  }
}
.section3 .container h2::before, .section3 .container h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 15rem);
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .section3 .container h2::before, .section3 .container h2::after {
    content: none;
  }
}
.section3 .container h2::before {
  left: 0.5rem;
}
.section3 .container h2::after {
  right: 0.5rem;
}
.section3 .container h2 .pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .section3 .container h2 .pc {
    display: block;
  }
}
.section3 .container .arrow {
  width: 2rem;
  margin: auto;
  animation: aniArrow infinite both 1.2s;
}

@keyframes aniArrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(9px);
  }
  100% {
    transform: translateY(0px);
  }
}
.section3 .item-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .section3 .item-container {
    flex-wrap: wrap;
  }
}
.section3 .item-container .item {
  background-color: #ffffff;
  padding: 1rem 1rem 0.8rem 1rem;
  width: 11.5rem;
  box-shadow: 0 0 15px #ccc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .section3 .item-container .item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .section3 .item-container .item {
    display: flex;
    align-items: center;
    width: 38%;
    margin: 2rem 0.8rem;
    padding: 1.5rem 0.8rem;
  }
}
@media screen and (max-width: 992px) {
  .section3 .item-container .item:nth-of-type(1) {
    margin: 0 0.8rem 2rem 0;
  }
}
@media screen and (max-width: 992px) {
  .section3 .item-container .item:nth-of-type(4) {
    margin: 0 0 0 0.8rem;
  }
}
.section3 .item-container .item:nth-of-type(2) {
  margin: 0 1rem 0 2rem;
}
@media screen and (max-width: 992px) {
  .section3 .item-container .item:nth-of-type(2) {
    margin: 0 0 2rem 0.8rem;
  }
}
.section3 .item-container .item:nth-of-type(3) {
  margin: 0 2rem 0 1rem;
}
@media screen and (max-width: 992px) {
  .section3 .item-container .item:nth-of-type(3) {
    margin: 0 0.8rem 0 0;
  }
}
.section3 .item-container .item .icon {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .section3 .item-container .item .icon {
    width: 1.8rem;
  }
}
.section3 .item-container .item .pic {
  width: 90%;
  margin: auto;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .section3 .item-container .item .pic {
    width: 80%;
  }
}
.section3 .item-container .item .txt {
  width: 100%;
}
.section3 .item-container .item .txt p {
  color: #899199;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
@media screen and (max-width: 768px) {
  .section3 .item-container .item .txt p {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .section3 .item-container .item .txt p .pc {
    display: none;
  }
}

.btn-fix-container {
  position: fixed;
  right: 0px;
  top: 25%;
  z-index: 48;
  width: 4.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.btn-fix-container .btn {
  display: block;
  writing-mode: vertical-rl;
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  color: #ffffff;
  padding: 1.35rem 1.2rem;
  transform: skewY(-20deg);
  margin-bottom: 1rem;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.btn-fix-container .btn::before {
  content: "";
  height: 0.8rem;
  width: 100%;
  position: absolute;
  top: -0.75rem;
  right: 0;
  transition: 0.3s;
}
.btn-fix-container .btn:hover, .btn-fix-container .btn:hover::before {
  box-shadow: inset 0px 0px 50px 5px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.btn-fix-container .btn span {
  display: block;
  transform: skewY(20deg);
}
.btn-fix-container .btn-1 {
  background-image: linear-gradient(to bottom, #225c6a, #2c6f7f);
}
.btn-fix-container .btn-1::before {
  background-image: linear-gradient(to right, #7abbaa, #92c69d);
}
.btn-fix-container .btn-1:hover {
  text-shadow: 0 0 0.7em #d7d1c1;
}
.btn-fix-container .btn-2 {
  background-image: linear-gradient(to bottom, #2d3b6a, #3e4f80);
}
.btn-fix-container .btn-2::before {
  background-image: linear-gradient(to right, #74abd4, #71b9d9);
}
.btn-fix-container .btn-2:hover {
  text-shadow: 0 0 0.7em #71b9d9;
}

.wrap .loading {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg-loading.png") repeat-x;
  background-size: contain;
}
.wrap .loading::before, .wrap .loading::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  .wrap .loading::before, .wrap .loading::after {
    top: 50%;
    height: 1px;
  }
}
.wrap .loading::before {
  background-color: #fff;
  width: 100%;
}
.wrap .loading::after {
  background-color: #abb0b9;
  width: 0%;
}
.wrap .loading .pattern {
  width: 90px;
  margin-bottom: 2rem;
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrap .loading .pattern {
    width: 50px;
    margin-bottom: 8rem;
  }
}

.wrap .aniLoading::after {
  width: 100%;
  transition: 2s;
  transition-delay: 1s;
}/*# sourceMappingURL=calculate_index.css.map */