@import url(../lib/swiper/swiper-bundle.min.css);
@import url(../lib/lightbox/css/lightbox.min.css);
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
.lb-outerContainer {
    background: black
}
.lightbox .lb-image {
    border: none
}
.bg-dark {
    background: #2b2b2b
}
html, body {
    margin: 0
}
#hd {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    background: black;
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 0
}
#hd * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word
}
#hd * ::selection {
    background: #1d2124;
    color: #8b9191
}
#hd * ::-moz-selection {
    background: #1d2124;
    color: #ffffff
}
#hd ul, #hd li, #hd figure, #hd p {
    margin: 0;
    padding: 0
}
#hd h1, #hd h2, #hd h3, #hd h4, #hd p, #hd a, #hd li, #hd button {
    font: inherit;
    padding: 0;
    margin: 0
}
#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0 auto
}
#hd iframe, #hd video {
    display: block;
    max-width: 100%
}
#hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}
#hd a:focus-visible, #hd button:focus-visible, #hd input:focus-visible, #hd select:focus-visible, #hd textarea:focus-visible, #hd [role="button"]:focus-visible, #hd [tabindex="0"]:focus-visible {
    outline: 1px solid #8b9191
}
#hd a:focus:not(:focus-visible), #hd button:focus:not(:focus-visible), #hd input:focus:not(:focus-visible), #hd select:focus:not(:focus-visible), #hd textarea:focus:not(:focus-visible), #hd [role="button"]:focus:not(:focus-visible), #hd [tabindex="0"]:focus:not(:focus-visible) {
    outline: none
}
#hd button {
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}
#hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}
#hd a:focus-visible, #hd button:focus-visible, #hd input:focus-visible, #hd select:focus-visible, #hd textarea:focus-visible, #hd [role="button"]:focus-visible, #hd [tabindex="0"]:focus-visible {
    outline: 1px solid #8b9191
}
#hd a:focus:not(:focus-visible), #hd button:focus:not(:focus-visible), #hd input:focus:not(:focus-visible), #hd select:focus:not(:focus-visible), #hd textarea:focus:not(:focus-visible), #hd [role="button"]:focus:not(:focus-visible), #hd [tabindex="0"]:focus:not(:focus-visible) {
    outline: none
}
@-webkit-keyframes rainbow {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}
@-moz-keyframes rainbow {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}
@-ms-keyframes rainbow {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}
@-o-keyframes rainbow {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}
@keyframes rainbow {
    0% {
        background-position: 100% 0
    }
    100% {
        background-position: 0 0
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes slideInLeft {
    0% {
        -moz-transform: translateX(-2em);
        -o-transform: translateX(-2em);
        -ms-transform: translateX(-2em);
        -webkit-transform: translateX(-2em);
        transform: translateX(-2em);
        opacity: 0
    }
    100% {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
@-moz-keyframes slideInLeft {
    0% {
        -moz-transform: translateX(-2em);
        -o-transform: translateX(-2em);
        -ms-transform: translateX(-2em);
        -webkit-transform: translateX(-2em);
        transform: translateX(-2em);
        opacity: 0
    }
    100% {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
@-ms-keyframes slideInLeft {
    0% {
        -moz-transform: translateX(-2em);
        -o-transform: translateX(-2em);
        -ms-transform: translateX(-2em);
        -webkit-transform: translateX(-2em);
        transform: translateX(-2em);
        opacity: 0
    }
    100% {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
@-o-keyframes slideInLeft {
    0% {
        -moz-transform: translateX(-2em);
        -o-transform: translateX(-2em);
        -ms-transform: translateX(-2em);
        -webkit-transform: translateX(-2em);
        transform: translateX(-2em);
        opacity: 0
    }
    100% {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
@keyframes slideInLeft {
    0% {
        -moz-transform: translateX(-2em);
        -o-transform: translateX(-2em);
        -ms-transform: translateX(-2em);
        -webkit-transform: translateX(-2em);
        transform: translateX(-2em);
        opacity: 0
    }
    100% {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}
@-webkit-keyframes zoomIn {
    0% {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@-moz-keyframes zoomIn {
    0% {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@-ms-keyframes zoomIn {
    0% {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@-o-keyframes zoomIn {
    0% {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@keyframes zoomIn {
    0% {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}
@font-face {
    font-family: 'ROGFonts';
    src: url("../fonts/ROGFonts-Regular_ES.eot") format("embedded-opentype"), url("../fonts/ROGFonts-Regular_ES.otf") format("opentype"), url("../fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("../fonts/ROGFonts-Regular_ES.woff") format("woff"), url("../fonts/ROGFonts-Regular_ES.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family: 'TradeGothicLTPro';
    src: url("../fonts/TradeGothicLTPro-Bold.ttf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
#hd {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 16px
}
#hd h1 {
    font-family: "ROGFonts", "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 3.5em;
    margin-bottom: .5em
}
#hd h2, #hd .h2 {
    font-family: "ROGFonts", "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 4.25em;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: .85;
    color: #8b9191 !important;
    word-break: normal;
    word-wrap: normal;
    padding-bottom: .25em
}
#hd h3, #hd .h3 {
    font-family: "ROGFonts", "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    color: white !important;
    letter-spacing: .018em;
    line-height: 1;
    margin-bottom: .25em
}
#hd h4, #hd .h4 {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.35em;
    font-weight: bold;
    letter-spacing: .018em;
    line-height: 1.2;
    margin-bottom: 0
}
#hd h5, #hd .h5 {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    letter-spacing: .018em;
    font-weight: 400;
    line-height: 1.25
}
#hd h6, #hd .h6 {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5
}
#hd p, #hd small, #hd a, #hd li {
    font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}
#hd p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: .018em;
    font-weight: 400
}
#hd b, #hd strong {
    font-weight: bold
}
#hd small {
    font-size: .875em;
    font-weight: 400;
    letter-spacing: .018em
}
#hd .align-center {
    text-align: center
}
#hd .align-left {
    text-align: left
}
#hd .align-right {
    text-align: right
}
#hd .align-italic {
    font-style: italic
}
#hd .txt-link {
    display: inline-block;
    text-decoration: underline;
    color: inherit;
    font-weight: 400;
    margin-top: .5em;
    word-break: break-all
}
#hd .txt-link:hover {
    color: #8b9191
}
#hd .color-primary {
    color: #8b9191 !important
}
#hd .color-grey {
    color: #aaa !important
}
#hd .color-white {
    color: white !important
}
#hd .color-light-grey {
    color: #d6d6d6 !important
}
#hd .font-rog {
    font-family: "ROGFonts", "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}
#hd .font-title {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}
#hd .hd-uppercase {
    text-transform: uppercase
}
@media screen and (min-width: 2560px) {
    #hd {
        font-size: 20px
    }
}
@media screen and (min-width: 3000px) {
    #hd {
        font-size: 28px
    }
}
@media screen and (max-width: 1440px) {
    #hd h2, #hd .h2 {
        font-size: 3.5em
    }
    #hd h3, #hd .h3 {
        font-size: 1.125em
    }
    #hd h4, #hd .h4 {
        font-size: 1.25em
    }
}
@media screen and (max-width: 1280px) {
    #hd small {
        font-size: .75em
    }
}
@media screen and (max-width: 1024px) {
    #hd h2, #hd .h2 {
        font-size: 3em
    }
    #hd h3, #hd .h3 {
        font-size: 1em
    }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
    #hd h2, #hd .h2 {
        font-size: 2.5em
    }
}
@media screen and (max-width: 480px) {
    #hd h2, #hd .h2 {
        font-size: 1.75em
    }
    #hd h3, #hd .h3 {
        font-size: .7em
    }
}
#hd .hd-w1000, #hd .hd-w1100, #hd .hd-w1200, #hd .hd-w1600 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}
#hd .hd-w1000 {
    max-width: 1000px
}
#hd .hd-w1100 {
    max-width: 1100px
}
#hd .hd-w1600 {
    width: 90%;
    max-width: 1600px
}
#hd .hd-col20 {
    width: 20%
}
#hd .hd-col25 {
    width: 25%
}
#hd .hd-col30 {
    width: 30%
}
#hd .hd-col33 {
    width: 33.3333%
}
#hd .hd-col35 {
    width: 35%
}
#hd .hd-col40 {
    width: 40%
}
#hd .hd-col45 {
    width: 45%
}
#hd .hd-col50 {
    width: 50%
}
#hd .hd-col55 {
    width: 55%
}
#hd .hd-col60 {
    width: 60%
}
#hd .hd-col65 {
    width: 65%
}
#hd .hd-col66 {
    width: 66.6666%
}
#hd .hd-col70 {
    width: 70%
}
#hd .hd-col75 {
    width: 75%
}
#hd .hd-col80 {
    width: 80%
}
#hd .hd-col90 {
    width: 90%
}
#hd .hd-col100 {
    width: 100%
}
#hd .ib-top {
    display: inline-block;
    vertical-align: top
}
#hd .ib-bottom {
    display: inline-block;
    vertical-align: bottom
}
#hd .flex-wrap {
    display: flex;
    flex-wrap: wrap
}
#hd .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}
#hd .align-items-center {
    align-items: center
}
#hd .align-items-start {
    align-items: flex-start
}
#hd .align-items-end {
    align-items: flex-end
}
#hd .justify-content-center {
    justify-content: center
}
#hd .justify-content-start {
    justify-content: flex-start
}
#hd .justify-content-end {
    justify-content: flex-end
}
#hd .justify-content-between {
    justify-content: space-between
}
#hd .justify-content-around {
    justify-content: space-around
}
#hd .flex-row-reverse {
    flex-direction: row-reverse
}
#hd .hd-d-none {
    display: none
}
#hd .hd-d-ib {
    display: inline-block
}
#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}
@media screen and (min-width: 2560px) {
    #hd .hd-w1000 {
        max-width: 1400px
    }
    #hd .hd-w1100 {
        max-width: 1500px
    }
    #hd .hd-w1200 {
        max-width: 1600px
    }
    #hd .hd-w1600 {
        max-width: 2000px
    }
}
@media screen and (min-width: 3000px) {
    #hd .hd-w1000 {
        max-width: 1800px
    }
    #hd .hd-w1100 {
        max-width: 2000px
    }
    #hd .hd-w1200 {
        max-width: 2560px
    }
    #hd .hd-w1600 {
        max-width: 3000px
    }
}
@media screen and (max-width: 1023px) {
    #hd .hd-w1000, #hd .hd-w1100, #hd .hd-w1200, #hd .hd-w1600 {
        width: 90%
    }
}
@media screen and (max-width: 1023px) {
    #hd .hd-d-1023-none {
        display: none
    }
    #hd .hd-d-1023-block {
        display: block
    }
    #hd .hd-d-1023-inline-block {
        display: inline-block
    }
}
@media screen and (max-width: 768px) {
    #hd .hd-d-768-none {
        display: none
    }
    #hd .hd-d-768-block {
        display: block
    }
    #hd .hd-d-768-flex {
        display: flex
    }
}
@media screen and (max-width: 620px) {
    #hd .hd-d-620-none {
        display: none
    }
    #hd .hd-d-620-block {
        display: block
    }
}
@media screen and (max-width: 480px) {
    #hd .hd-d-480-none {
        display: none
    }
    #hd .hd-d-480-block {
        display: block
    }
}
#hd .hd-btn {
    display: inline-block;
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.25;
    outline: none;
    background: #007f9f;
    color: white;
    border: none;
    padding: .5em 1.5em .25em;
    margin: .25em 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1.25em 100%, 0 1.5em);
    position: relative;
    overflow: hidden
}
#hd .hd-btn.btn-fold {
    background-color: #56585d;
    background-image: -moz-linear-gradient(90deg, #56585d, #202125);
    background-image: -webkit-linear-gradient(90deg, #56585d, #202125);
    background-image: linear-gradient(90deg, #56585d, #202125)
}
#hd .hd-btn.btn-fold:before {
    content: '';
    display: block;
    width: 1.125em;
    height: .5em;
    background: #1b1b1c;
    position: absolute;
    bottom: 0;
    left: 0;
    -moz-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg)
}
@media screen and (max-width: 480px) {
    #hd .hd-btn {
        font-size: 1.125em
    }
}
#hd .list-disc > li {
    line-height: 1.5;
    position: relative;
    padding-left: .75em;
    margin-bottom: .125em
}
#hd .list-disc > li:before {
    content: '';
    display: block;
    width: .25em;
    height: .25em;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: .6em;
    left: 0
}
#hd .swiper-button-prev, #hd .swiper-button-next {
    width: 6em;
    height: 6em;
    background: url(../img/product/arrow-right.svg) center no-repeat;
    background-size: contain;
    top: 36%
}
#hd .swiper-button-prev:after, #hd .swiper-button-next:after {
    display: none
}
#hd .swiper-button-prev {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-left: -6em
}
#hd .swiper-button-next {
    margin-right: -6em
}
@media screen and (max-width: 1280px) {
    #hd .swiper-button-prev, #hd .swiper-button-next {
        width: 4em;
        height: 4em
    }
    #hd .swiper-button-prev {
        margin-left: -4em
    }
    #hd .swiper-button-next {
        margin-right: -4em
    }
}
@media screen and (max-width: 768px) {
    #hd .swiper-button-prev, #hd .swiper-button-next {
        width: 3em;
        height: 3em;
        top: 37%
    }
    #hd .swiper-button-prev {
        margin-left: -2em
    }
    #hd .swiper-button-next {
        margin-right: -2em
    }
}
@media screen and (max-width: 480px) {
    #hd .swiper-button-prev, #hd .swiper-button-next {
        width: 2em;
        height: 2em;
        top: 30%
    }
    #hd .swiper-button-prev {
        margin-left: -1em
    }
    #hd .swiper-button-next {
        margin-right: -1em
    }
}
#hd {
    background: #221e1f;
    background-color: #221e1f;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 1.875em 1.875em;
    background-position: -1px -1px
}
@media screen and (max-width: 1280px) {
    #hd {
        background-size: 1.5em 1.5em
    }
}
@media screen and (max-width: 480px) {
    #hd {
        background-size: 1.25em 1.25em
    }
}
#hd .trigger-motionReduced, #hd .vid-control {
    width: 80px;
    height: 80px;
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    bottom: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 5;
    pointer-events: all;
    cursor: pointer
}
#hd .trigger-motionReduced svg, #hd .vid-control svg {
    width: 100%;
    height: 100%
}
#hd .trigger-motionReduced .play, #hd .vid-control .play {
    display: none
}
#hd .trigger-motionReduced.hd-active .play, #hd .vid-control.hd-active .play {
    display: block
}
#hd .trigger-motionReduced.hd-active .pause, #hd .vid-control.hd-active .pause {
    display: none
}
#hd .trigger-motionReduced {
    background: black;
    position: fixed
}
#hd .trigger-motionReduced img {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}
body.is-reduced-motion #hd .trigger-motionReduced .play {
    display: block
}
body.is-reduced-motion #hd .trigger-motionReduced .pause {
    display: none
}
@media (perfers-reduced-motion: reduce) {
    #hd .trigger-motionReduced .play {
        display: block
    }
    #hd .trigger-motionReduced .pause {
        display: none
    }
}
@media screen and (max-width: 1280px) {
    #hd .trigger-motionReduced, #hd .vid-control {
        width: 50px;
        height: 50px
    }
}
@media screen and (max-width: 768px) {
    #hd .trigger-motionReduced, #hd .vid-control {
        width: 44px;
        height: 44px
    }
}
#hd .sec-kv {
    padding-top: 100px;
    padding-bottom: 3em
}
#hd .sec-kv .hd-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 2
}
#hd .sec-kv .hd-bg {
    width: 98%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: darken;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1
}
#hd .sec-kv .hd-deco {
    position: absolute
}
#hd .sec-kv .deco-left {
    width: 1.9%;
    top: 0;
    bottom: 0;
    left: .3%;
    margin: auto 0
}
#hd .sec-kv .deco-speed {
    width: 16%;
    top: 1em;
    left: 15.5%
}
#hd .sec-kv .deco-right {
    width: 1.1%;
    top: 14%;
    right: 12%;
    z-index: 2
}
#hd .sec-kv .deco-frame {
    width: 25%;
    top: 3%;
    right: 7%
}
#hd .sec-kv .hd-title {
    width: 30%;
    margin-bottom: 1em
}
#hd .sec-kv .hd-pd {
    width: 75%;
    margin: 0 auto;
    position: relative
}
#hd .sec-kv .hd-copyright {
    width: 26%;
    margin-top: -1.5%;
    position: relative;
    z-index: 2
}
@media screen and (min-width: 3000px) {
    #hd .sec-kv .hd-container {
        max-width: 2560px
    }
}
@media screen and (max-width: 1440px) {
    #hd .sec-kv .hd-pd {
        width: 80%
    }
}
@media screen and (max-width: 1280px) {
    #hd .sec-kv .hd-title {
        width: 25%
    }
    #hd .sec-kv .hd-pd {
        width: 75%
    }
}
@media screen and (max-width: 1024px) {
    #hd .sec-kv {
        padding-top: 50px
    }
    #hd .sec-kv .hd-title {
        margin-bottom: 2em
    }
}
@media screen and (max-width: 768px) {
    #hd .sec-kv .hd-container {
        padding: 4em 0 2em
    }
    #hd .sec-kv .deco-left {
        left: 1%
    }
    #hd .sec-kv .deco-speed {
        width: 20%;
        left: 8%
    }
    #hd .sec-kv .deco-right {
        width: 2%;
        top: 12%;
        right: 10%
    }
    #hd .sec-kv .deco-frame {
        width: 30%;
        top: 3%;
        right: 4%
    }
    #hd .sec-kv .hd-title {
        width: 40%;
        margin-bottom: 2em
    }
    #hd .sec-kv .hd-pd {
        width: 90%
    }
    #hd .sec-kv .hd-copyright {
        width: 38%;
        margin-top: -2%
    }
}
@media screen and (max-width: 480px) {
    #hd .sec-kv {
        padding-bottom: 2em
    }
    #hd .sec-kv .hd-container {
        padding-bottom: 2em
    }
    #hd .sec-kv .hd-bg {
        width: 100%
    }
    #hd .sec-kv .deco-speed {
        width: 25%;
        left: 2%
    }
    #hd .sec-kv .deco-right {
        width: 2.5%;
        top: 23%;
        right: 8%
    }
    #hd .sec-kv .deco-frame {
        width: 40%;
        top: 3%;
        right: 2%
    }
    #hd .sec-kv .hd-title {
        width: 70%;
        max-width: 400px !important;
        margin-bottom: 2em
    }
    #hd .sec-kv .hd-copyright {
        width: 75%;
        max-width: 400px !important;
        margin-top: -4%
    }
}
#hd .sec-intro {
    padding-bottom: 10%;
    position: relative;
    overflow: hidden
}
#hd .sec-intro .hd-bg {
    width: 100%;
    max-width: 1920px !important;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: saturation;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none
}
#hd .sec-intro .hd-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}
#hd .sec-intro .hd-content {
    width: 80%;
    padding-right: 3%;
    padding-bottom: 11%
}
#hd .sec-intro .deco-top {
    width: 33%;
    margin-left: 0;
    margin-bottom: 3%
}
#hd .sec-intro .deco-frame {
    width: 50%;
    position: absolute;
    bottom: 8%;
    left: 0
}
#hd .sec-intro .deco-right {
    width: auto;
    height: 96%;
    position: absolute;
    top: 0;
    left: 80%;
    opacity: .6
}
#hd .sec-intro .deco-bottom {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 55%
}
#hd .sec-intro .hd-title {
    width: 56%;
    margin: 0 auto 2em
}
#hd .sec-intro p {
    font-size: 1.5em;
    max-width: 37em;
    margin: 0 auto
}
@media screen and (min-width: 2560px) {
    #hd .sec-intro .deco-right {
        left: 75%
    }
    #hd .sec-intro p {
        font-size: 1.25em
    }
}
@media screen and (min-width: 3000px) {
    #hd .sec-intro .hd-container {
        max-width: 2560px
    }
    #hd .sec-intro .hd-bg {
        max-width: 2560px !important
    }
}
@media screen and (max-width: 1440px) {
    #hd .sec-intro .deco-right {
        left: 78%
    }
    #hd .sec-intro p {
        font-size: 1.25em
    }
}
@media screen and (max-width: 1024px) {
    #hd .sec-intro p {
        font-size: 1.125em
    }
}
@media screen and (max-width: 768px) {
    #hd .sec-intro .hd-content {
        width: 90%;
        padding-right: 0;
        padding-bottom: 22%
    }
    #hd .sec-intro .deco-top {
        width: 40%
    }
    #hd .sec-intro .hd-title {
        width: 64%
    }
    #hd .sec-intro p {
        font-size: 1.125em;
        max-width: 37em
    }
    #hd .sec-intro .deco-frame {
        width: 65%
    }
    #hd .sec-intro .deco-bottom {
        width: 80%;
        left: 40%
    }
}
@media screen and (max-width: 480px) {
    #hd .sec-intro .hd-title {
        width: 78%
    }
    #hd .sec-intro p {
        font-size: .9em
    }
    #hd .sec-intro .deco-bottom {
        width: 100%;
        left: 20%
    }
}
#hd .sec-product {
    margin-top: -5%;
    padding-bottom: 5%;
    position: relative;
    overflow: hidden
}
#hd .sec-product .hd-bg {
    width: 80%;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    left: 0;
    right: 0;
    top: 12%;
    margin: 0 auto;
    mix-blend-mode: luminosity
}
#hd .sec-product .hd-container {
    width: 75%;
    position: relative
}
#hd .sec-product .hd-container .frame-top {
    width: 110%;
    max-width: none !important;
    margin-left: -5%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    opacity: 0;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}
#hd .sec-product .hd-container.is-animated .frame-top {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}
#hd .sec-product .swiper-container {
    overflow: visible
}
#hd .sec-product .swiper-slide {
    opacity: 0;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease
}
#hd .sec-product .swiper-slide figure {
    padding-left: 8%;
    position: relative
}
#hd .sec-product .swiper-slide img {
    width: 100%;
    -moz-transform: scale(.5, .5);
    -o-transform: scale(.5, .5);
    -ms-transform: scale(.5, .5);
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5);
    -moz-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out
}
#hd .sec-product .swiper-slide.swiper-slide-active {
    opacity: 1
}
#hd .sec-product .swiper-slide.swiper-slide-active img {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
#hd .sec-product .swiper-slide.swiper-slide-active a {
    -webkit-animation-delay: .45s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .45s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .45s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .45s;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}
#hd .sec-product .swiper-slide.swiper-slide-active h2 {
    -webkit-animation-delay: .6s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .6s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .6s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .6s;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}
#hd .sec-product a {
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2em;
    line-height: .9;
    display: inline-block;
    border-bottom: 2px solid white;
    color: white;
    opacity: 0;
    position: absolute;
    bottom: 10%;
    left: 3%
}
#hd .sec-product a:before, #hd .sec-product a:after {
    content: '';
    display: block;
    position: absolute;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease
}
#hd .sec-product a:before {
    width: 10em;
    height: 1em;
    background: url(../img/product/learn-more-arrows.svg) left bottom no-repeat;
    background-size: contain;
    left: -.25em;
    top: 95%
}
#hd .sec-product a:after {
    width: 1.8em;
    height: 1.8em;
    background: url(../img/product/learn-more-target.svg) center no-repeat;
    top: 0;
    left: 120%;
    opacity: .5
}
#hd .sec-product a:hover:before {
    -moz-transform: translate(5%, 0);
    -o-transform: translate(5%, 0);
    -ms-transform: translate(5%, 0);
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0)
}
#hd .sec-product a:hover:after {
    -moz-transform: scale(0.9, 0.9) translateY(-20%);
    -o-transform: scale(0.9, 0.9) translateY(-20%);
    -ms-transform: scale(0.9, 0.9) translateY(-20%);
    -webkit-transform: scale(0.9, 0.9) translateY(-20%);
    transform: scale(0.9, 0.9) translateY(-20%)
}
#hd .sec-product h2 {
    opacity: 0
}
#hd .sec-product h2 small {
    font: inherit;
    font-size: .5em;
    letter-spacing: .02em;
    white-space: nowrap
}
#hd .sec-product h2 span {
    display: inline-block;
    font-family: "TradeGothicLTPro", "Xolonium", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: .3em;
    line-height: 1;
    padding: .4em 1.5em .15em 1.25em;
    margin-bottom: -.2em;
    border-top: 1px solid #8b9191;
    border-left: 1px solid #8b9191;
    position: relative;
    overflow: hidden
}
#hd .sec-product h2 span:before, #hd .sec-product h2 span:after {
    content: '';
    display: block;
    position: absolute
}
#hd .sec-product h2 span:before {
    width: 100%;
    height: .75em;
    border-bottom: 1px solid #8b9191;
    border-right: 2px solid #8b9191;
    -moz-transform: skew(-40deg, 0deg);
    -o-transform: skew(-40deg, 0deg);
    -ms-transform: skew(-40deg, 0deg);
    -webkit-transform: skew(-40deg, 0deg);
    transform: skew(-40deg, 0deg);
    bottom: 1px;
    right: 0
}
#hd .sec-product h2 span:after {
    width: 1px;
    height: calc(100% - .5em);
    background: #8b9191;
    top: 0;
    right: 0
}
#hd .sec-product .deco-bottom {
    width: 25%;
    position: absolute;
    bottom: 2%;
    left: 60%
}
@media screen and (max-width: 1800px) {
    #hd .sec-product .deco-bottom {
        left: 70%
    }
}
@media screen and (max-width: 1440px) {
    #hd .sec-product .deco-bottom {
        left: 75%
    }
}
@media screen and (max-width: 1280px) {
    #hd .sec-product .hd-container {
        width: 60%
    }
    #hd .sec-product a {
        font-size: 1.5em
    }
}
@media screen and (max-width: 768px) {
    #hd .sec-product .hd-container {
        width: 90%
    }
    #hd .sec-product .hd-container .frame-top {
        width: 100%;
        margin-left: 0
    }
    #hd .sec-product .swiper-slide img {
        margin-bottom: -1em
    }
    #hd .sec-product a {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: -1em;
        margin-left: -8%;
        margin-bottom: 2em
    }
}
@media screen and (max-width: 480px) {
    #hd .sec-product a {
        font-size: 1.25em
    }
}
#hd .sec-list {
    position: relative;
    overflow: hidden
}
#hd .sec-list .hd-bg {
    width: 240%;
    max-width: none !important;
    position: absolute;
    top: 5em;
    left: 0;
    pointer-events: none
}
#hd .sec-list .product-container {
    align-items: stretch;
    margin-left: -1em;
    margin-right: -2em;
    position: relative;
    z-index: 2
}
#hd .sec-list .product-item {
    display: flex;
    flex-direction: column;
    width: 33.3333%;
    padding: 1em
}
#hd .sec-list .product-item figure {
    margin-top: auto;
    padding: 5% 0 15%;
    position: relative;
    z-index: 2
}
#hd .sec-list .product-item figure:before, #hd .sec-list .product-item figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}
#hd .sec-list .product-item figure:before {
    background-image: url(../img/list/frame-green.svg);
    opacity: 0;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease
}
#hd .sec-list .product-item figure:after {
    background-image: url(../img/list/frame.svg)
}
#hd .sec-list .product-item img {
    width: 88%;
    margin-left: 0;
    position: relative;
    z-index: 2
}
#hd .sec-list .product-item:hover figure:before {
    opacity: 1
}
#hd .sec-list .deco-footer {
    margin-top: -43%;
    margin-bottom: -47%;
    mix-blend-mode: luminosity;
    position: relative
}
#hd .sec-list .deco-footer .hd-field {
    width: 112%;
    max-width: none !important;
    margin-top: -6%;
    margin-left: -6%;
    opacity: 0;
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out
}
#hd .sec-list .deco-footer .hd-rog {
    width: 16.5%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1%;
    left: 0;
    margin: auto;
    opacity: 1;
    -moz-transform: scale(.9, .9);
    -o-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9);
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}
#hd .sec-list .deco-footer.is-animated .hd-field {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .75
}
#hd .sec-list .deco-footer.is-animated .hd-rog {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .4
}
#hd .sec-list .deco-bottom {
    width: 48%;
    margin: 0 auto 2em;
    position: relative;
    z-index: 2
}
#hd .note-container {
    position: relative;
    z-index: 2;
    padding: 2em 0
}
@media screen and (min-width: 2560px) {
    #hd .sec-list .hd-bg {
        width: 200%
    }
    #hd .sec-list .deco-footer .hd-field {
        width: 100%;
        margin-top: 0;
        margin-left: 0
    }
    #hd .sec-list .deco-footer .hd-rog {
        width: 15%
    }
}
@media screen and (max-width: 1024px) {
    #hd .sec-list .product-item {
        padding: .5em
    }
}
@media screen and (max-width: 768px) {
    #hd .sec-list .product-container {
        max-width: 700px;
        margin: 0 auto
    }
    #hd .sec-list .deco-footer {
        margin-top: -55%;
        margin-bottom: -63%
    }
    #hd .sec-list .deco-footer .hd-field {
        width: 150%;
        margin-top: -25%;
        margin-left: -25%
    }
    #hd .sec-list .deco-footer .hd-rog {
        width: 23%
    }
    #hd .sec-list .deco-bottom {
        width: 65%
    }
}
@media screen and (max-width: 620px) {
    #hd .sec-list .product-container {
        margin-left: -.5em;
        margin-right: -.5em
    }
    #hd .sec-list .product-item {
        width: 50%;
        padding: 1em .5em
    }
}
@media screen and (max-width: 480px) {
    #hd .sec-list .product-item {
        padding: .5em
    }
    #hd .sec-list .deco-bottom {
        width: 80%
    }
}
#hd .sec-partner {
    padding-top: 10em;
    position: relative;
    overflow: hidden
}
#hd .sec-partner .hd-bg {
    width: 240%;
    max-width: none !important;
    position: absolute;
    top: 5em;
    left: 0;
    pointer-events: none
}
#hd .sec-partner .hd-container {
    position: relative;
    z-index: 2
}
#hd .sec-partner .partner-container {
    align-items: stretch;
    margin-left: -1em;
    margin-right: -2em;
    position: relative;
    z-index: 2
}
#hd .sec-partner .partner-item {
    display: flex;
    flex-direction: column;
    width: 33.3333%;
    padding: 1em
}
#hd .sec-partner .partner-item figure {
    width: 88%;
    height: 0;
    padding-bottom: 88%;
    position: relative;
    z-index: 2
}
#hd .sec-partner .partner-item figure:before, #hd .sec-partner .partner-item figure:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}
#hd .sec-partner .partner-item figure:after {
    background-image: url(../img/partner/frame-partner.svg)
}
#hd .sec-partner .partner-item img {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 0;
    right: 10%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: contain;
    z-index: 2;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    backface-visibility: hidden
}
#hd .sec-partner .partner-item:hover figure img {
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}
#hd .sec-partner .deco-footer {
    margin-top: -43%;
    margin-bottom: -47%;
    mix-blend-mode: luminosity;
    position: relative
}
#hd .sec-partner .deco-footer .hd-field {
    width: 112%;
    max-width: none !important;
    margin-top: -6%;
    margin-left: -6%;
    opacity: 0;
    -moz-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out
}
#hd .sec-partner .deco-footer .hd-rog {
    width: 16.5%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1%;
    left: 0;
    margin: auto;
    opacity: 1;
    -moz-transform: scale(.9, .9);
    -o-transform: scale(.9, .9);
    -ms-transform: scale(.9, .9);
    -webkit-transform: scale(.9, .9);
    transform: scale(.9, .9);
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}
#hd .sec-partner .deco-footer.is-animated .hd-field {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .75
}
#hd .sec-partner .deco-footer.is-animated .hd-rog {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .4
}
#hd .sec-partner .deco-top, #hd .sec-partner .deco-bottom {
    width: 48%;
    margin: 0 auto 2em;
    position: relative;
    z-index: 2
}
#hd .note-container {
    position: relative;
    z-index: 2;
    padding: 2em 0
}
@media screen and (min-width: 2560px) {
    #hd .sec-partner .hd-bg {
        width: 200%
    }
    #hd .sec-partner .deco-footer .hd-field {
        width: 100%;
        margin-top: 0;
        margin-left: 0
    }
    #hd .sec-partner .deco-footer .hd-rog {
        width: 15%
    }
}
@media screen and (max-width: 1024px) {
    #hd .sec-partner .partner-item {
        padding: .5em
    }
}
@media screen and (max-width: 768px) {
    #hd .sec-partner .partner-container {
        max-width: 700px;
        margin: 0 auto
    }
    #hd .sec-partner .deco-footer {
        margin-top: -55%;
        margin-bottom: -63%
    }
    #hd .sec-partner .deco-footer .hd-field {
        width: 150%;
        margin-top: -25%;
        margin-left: -25%
    }
    #hd .sec-partner .deco-footer .hd-rog {
        width: 23%
    }
    #hd .sec-partner .deco-top, #hd .sec-partner .deco-bottom {
        width: 65%
    }
}
@media screen and (max-width: 620px) {
    #hd .sec-partner .partner-container {
        margin-left: -.5em;
        margin-right: -.5em
    }
    #hd .sec-partner .partner-item {
        width: 50%;
        padding: 1em .5em
    }
}
@media screen and (max-width: 480px) {
    #hd .sec-partner .partner-item {
        padding: .5em
    }
    #hd .sec-partner .partner-item figure {
        width: 95%;
        padding-bottom: 95%
    }
    #hd .sec-partner .deco-top, #hd .sec-partner .deco-bottom {
        width: 80%
    }
}
/*# sourceMappingURL=hd-style.css.map */



/* 20220618------------------------------------------------------------------------------------------------------------------------- */
#hd .sec-intro .to-youtube{
    display: block;
    margin: 2em auto;
    position: relative;
    z-index: 1;
    width: 480px;
}
@media screen and (max-width: 580px){
    #hd .sec-intro .to-youtube{
        width: 85.75vw;
    }
}
#hd .sec-intro .to-youtube figure{
    transition: .3s ease;
}
#hd .sec-intro .to-youtube figure:hover{
    opacity: .7;
}
#hd .yt-link{
    position: relative;
}
#hd .yt-link::after{
    background: url("../img/yt-btn.png") center center /80px auto no-repeat;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 580px){
    #hd .yt-link::after{
        background: url("../img/yt-btn.png") center center /13.79vw auto no-repeat;
    }
}

#hd .sec-product .deco-bottom {
    width: 25%;
    position: absolute;
    bottom: 6%;
    left: 60%;
}
    @media screen and (max-width: 1280px){
        #hd .sec-product .deco-bottom {
            bottom: 4%;
        }
    }
    @media screen and (max-width: 620px){
        #hd .sec-product .deco-bottom {
            bottom: 2%;
        }
    }

#hd .sales-box{
    display: flex;
}
    @media screen and (max-width: 620px){
        #hd .sales-box{
            flex-direction: column;
        }
    }

#hd .sales-box p.price{
    color: #FF0000;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    margin: auto 0 0 0;
}
    @media screen and (max-width: 1100px){
        #hd .sales-box p.price{
            font-size: 2.7vw;
        }
    }
    @media screen and (max-width: 620px){
        #hd .sales-box p.price{
            font-size: 5.4vw;
            margin: 0 0 2vw;
        }
    }

#hd .sales-box p.price span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5!important;
}
    @media screen and (max-width: 1100px){
        #hd .sales-box p.price span {
            font-size: 1.27vw;
        }
    }
    @media screen and (max-width: 620px){
        #hd .sales-box p.price span {
            font-size: 2.57vw;
        }
    }

#hd .sales-box .button-box{
    align-items: flex-end;
    display: flex;
    padding-left: 75px;
}
    @media screen and (max-width: 1280px){
        #hd .sales-box .button-box{
            padding-left: 3.9vw;
        }
    }
    @media screen and (max-width: 620px){
        #hd .sales-box .button-box{
            padding-left: 0;
        }
    }

#hd .sales-box .button-box a{
    align-items: center;
    border-bottom: none;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 20px;
    justify-content: center;
    height: 50px;
    position: static;
    text-decoration: none;
    margin: 0 0 0 15px;
    transition: .3s ease-out;
    padding: 0;
}
    @media screen and (max-width: 1280px){
        #hd .sales-box .button-box a{
            border-radius: .46vw;
            font-size: 1.56vw;
            justify-content: center;
            height: 3.9vw;
            margin: 0 0 0 1.17vw;
        }
    }
    @media screen and (max-width: 620px){
        #hd .sales-box .button-box a{
            border-radius: .46vw;
            font-size: 3.02vw;
            justify-content: center;
            height: 6.9vw;
            margin: 0 2.34vw 0 0;
        }
    }

#hd .sales-box .button-box a::before,
#hd .sales-box .button-box a::after{
    content: none;
}
#hd .sales-box .button-box a.to-detail-button{
    background: #35d200;
    width: 90px;
}
    @media screen and (max-width: 1280px){
        #hd .sales-box .button-box a.to-detail-button{
            width: 7.03vw;
        }
    }
    @media screen and (max-width: 620px){
        #hd .sales-box .button-box a.to-detail-button{
            width: 14.06vw;
        }
    }

#hd .sales-box .button-box a.to-detail-button:hover{
    background: #441F96;
    opacity: .5;
}
#hd .sales-box .button-box a.to-buy-button{
    background: #7143d8;
    width: 190px;
}
    @media screen and (max-width: 1280px){
        #hd .sales-box .button-box a.to-buy-button{
            background: #7143d8;
            width: 14.8vw;
        }
    }
    @media screen and (max-width: 620px){
        #hd .sales-box .button-box a.to-buy-button{
            width: 29.6vw;
        }
    }

#hd .sales-box .button-box a.to-buy-button:hover{
    background: #1E7900;
    opacity: .5;
}
#hd .sales-box .button-box .stock-info{
    font-size: 16px;
    padding-left: 15px;
}
    @media screen and (max-width: 1280px){
        #hd .sales-box .button-box .stock-info{
            font-size: 1.25vw;
            padding-left: 1.2vw;
        }
    }
    @media screen and (max-width: 620px){
        #hd .sales-box .button-box .stock-info{
            font-size: 2.5vw;
            padding: 0;
            line-height: 1;
        }
    }


#hd .sec-list .product-outer-wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 2em;
    width: 33.3333%;
}
    @media screen and (max-width: 620px){
        #hd .sec-list .product-outer-wrap{
            width: 50%;
        }
    }

#hd .sec-list .product-outer-wrap .product-item{
    flex: 1;
    width: 100%;
}
#hd .sec-list .product-outer-wrap .sales-box.prd{
    flex-direction: column;
    align-items: center;
    padding: 0 17% 0 7%;
}

#hd .sec-list .product-outer-wrap .sales-box.prd .button-box{
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}
#hd .sec-list .product-outer-wrap .sales-box.prd .button-box{
    justify-content: space-between;
}
#hd .sec-list .product-outer-wrap .sales-box.prd .button-box .stock-info{
    order: 1;
    text-align: center;
    padding: .8em 0 1.2em;
    width: 100%;
}
#hd .sec-list .product-outer-wrap .sales-box.prd .button-box .to-detail-button{
    margin: 0;
    order: 2;
    width: 32%;
}
#hd .sec-list .product-outer-wrap .sales-box.prd .button-box .to-buy-button{
    margin: 0;
    order: 3;
    width: 63%;
}












