<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #F8F8F8;
    overflow: hidden;
}
.header,
.container {
    opacity: 0;
    transition-duration: 1s;
}
.splash {
    background: #fff;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.splash-logo {
    width: 65%;
}
@media screen and (max-width: 968px) {
    .splash-logo {
        width: 100%;
    }
}
/* mv */
.mv .bx-wrapper {
    border: 0;
    box-shadow: none;
    margin: 0;
}
.mv-sliders {
    position: relative;
}
.mv-sliders .swiper-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    left: inherit;
    right: 2%;
    top: 0;
    bottom: 0;
    width: max-content;
}
.mv-sliders .swiper-pagination .swiper-pagination-bullet {
    background: none;
    border: 1px solid #fff;
    height: 11px;
    opacity: 1;
    width: 11px;
}
.mv-sliders .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}
.mv-sliders .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin: 0 0 10px;
}
.scroll {
    position: absolute;
    right: 2%;
    bottom: 10%;
    z-index: 2;
}
.mv-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    position: relative;
    width: 100%;
}
.mv-text {
    margin: auto;
    padding-right: 15%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    width: 92%;
    max-width: var(--main-column);
}
.mv-text h1 {
    color: #fff;
    font-family: var(--ft-en);
    font-size: 70px;
    font-weight: 400;
    margin: 0 0 20px;
}
.mv-text p {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
@media screen and (max-width: 1068px) {
    .mv-text h1 {
        font-size: 60px;
    }
    .mv-text p {
        font-size: 20px;
    }
}
@media screen and (max-width: 968px) {
    .mv-slide {
        height: 75vh;
    }
    .mv-text h1 {
        font-size: 45px;
    }
    .mv-text p {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .mv-text h1 {
        font-size: 32px;
    }
    .mv-text p {
        font-size: 16px;
    }
}

.block-number {
    border: 2px solid #151515;
    height: 220px;
    position: absolute;
    padding: 8px;
    width: 220px;
}
.block-number__in {
    border: 1px solid #151515;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 8px;
    width: 100%;
}
.block-number__in p span {
    color: #151515;
    display: block;
    font-family: var(--ft-en);
    font-weight: 500;
}
.block-number__in p .num {
    font-size: 45px;
    margin: 0 0 6px;
}
.block-number__in p .txt {
    font-size: 28px;
}
@media screen and (max-width: 1268px) {
    .block-number {
        height: 180px;
        padding: 5px;
        width: 180px;
    }
    .block-number__in {
        padding: 5px 10px;
    }
    .block-number__in p .num {
        font-size: 42px;
    }
    .block-number__in p .txt {
        font-size: 22px;
    }
}
@media screen and (max-width: 968px) {
    .block-number {
        height: 140px;
        width: 140px;
    }
    .block-number__in p .num {
        font-size: 32px;
    }
    .block-number__in p .txt {
        font-size: 17px;
    }
}
@media screen and (max-width: 768px) {}
/* about */
.about {
    padding: 250px 0 65px;
}
.about-inner {
    margin: 0 auto;
    width: 95%;
    max-width: var(--main-column);
}
.about-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.about-text {
    width: 50%;
}
.about-image {
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 50px;
}
.about-text .block-btn {
    margin: 45px 0 0 auto;
}
.about .block-number {
    left: 0;
    top: -180px;
}
.about-text h2 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px;
}
.about-text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
}
@media screen and (max-width: 1268px) {
    .about-text h2 {
        font-size: 20px;
    }
    .about-text p {
        font-size: 16px;
    }
    .about-image {
        margin-left: 25px;
    }
    .about .block-number {
        top: -155px;
    }
}
@media screen and (max-width: 968px) {
    .about {
        padding: 200px 0 65px;
    }
    .about-flex {
        flex-direction: column-reverse;
    }
    .about-text {
        width: 100%;
    }
    .about-image {
        flex: inherit;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 25px;
        position: relative;
        width: 100%;
    }
    .about .block-number {
        right: 15%;
        top: -120px;
    }
}
@media screen and (max-width: 768px) {
    .about {
        padding: 180px 0 45px;
    }
    .about-image {
        margin-bottom: 20px;
    }
    .about .block-number {
        right: 10%;
        top: -120px;
    }
    .about-text p {
        font-size: 14px;
    }
}


/* category */
.category {
    background: #3E3E3E;
    margin: 200px 0 0;
    padding: 85px 0 100px;
}
.category-inner {
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: var(--main-column);
}
.category .block-number {
    left: 0;
    top: -260px;
}
.category-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.category-item {
    position: relative;
    width: 47%;
}
.category-item:nth-child(odd) {
    margin-top: 100px;
}
.category-item a::after {
    border: 1px solid #fff;
    content: "";
    height: 100%;
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 100%;
}
.category-item__image {
    line-height: 0;
}
.category-ttl {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5em;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 1268px) {
    .category {
        padding: 45px 0 85px;
    }
    .category .block-number {
        top: -195px;
    }
}
@media screen and (max-width: 968px) {
    .category {
        margin: 125px 0 0;
    }
    .category .block-number {
        top: -165px;
    }
    .category-item a::after {
        right: -10px;
        bottom: -10px;
    }
    .category-ttl {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .category {
        padding: 65px 0 85px;
    }
    .category .block-number {
        top: -185px;
    }
    .category-item {
        width: 98%;
    }
    .category-item:nth-child(odd) {
        margin-top: 0;
    }
    .category-item:not(:last-child) {
        margin: 0 0 25px;
    }
    .category-ttl {
        font-size: 20px;
    }
}

/* newitem */
.newitem {
    margin: 250px 0 65px;
    padding: 150px 0 0;
    position: relative;
}
.newitem::after {
    background: #3E3E3E;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    max-width: 1400px;
}
.newitem-inner {
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: var(--main-column);
}
.newitem .block-number {
    right: 0;
    top: -320px;
}
.newitem-body {
    position: relative;
    z-index: 1;
}
.newitem-card {
    margin: 0 0 0 auto;
    width: 95%;
    max-width: 1134px;
}
.newitem-card:not(:last-child) {
    margin: 0 0 25px auto;
}
.newitem-card a {
    display: inline-block;
    position: relative;
}
.box-arrow {
    background: #151515;
    height: 75px;
    margin: auto;
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;
    width: 70px;
}
.box-arrow::before {
    background: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
}
.box-arrow::after {
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    content: '';
    height: 6px;
    margin: auto;
    position: absolute;
    top: 7px;
    bottom: 0;
    right: -11px;
    left: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    width: 6px;
}
.newitem .block-btn {
    margin: 60px auto 0;
    position: relative;
    top: 35px;
}
@media screen and (max-width: 1268px) {
    .newitem::after {
        width: 65%;
    }
    .newitem .block-number {
        top: -275px;
    }
}
@media screen and (max-width: 968px) {
    .newitem {
        margin: 200px 0 65px;
        padding: 120px 0 0;
    }
    .newitem .block-number {
        top: -210px;
    }
    .box-arrow {
        height: 60px;
        left: -30px;
        width: 60px;
    }
    .newitem .block-btn {
        margin: 40px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .newitem {
        padding: 100px 0 0;
    }
    .newitem::after {
        width: 45%;
    }
    .newitem .block-number {
        top: -195px;
    }
    .box-arrow {
        height: 50px;
        left: -25px;
        width: 50px;
    }
    .newitem .block-btn {
        margin: 25px auto 0;
    }
}

/* recommend */
.recommend {
    margin: 320px 0 0;
    padding: 100px 0;
}
.recommend-head {
    margin: 0 0 -60px;
    text-align: left;
}
.recommend-inner {
    position: relative;
}
.recommend .block-number {
    right: 0;
    top: -275px;
}
.recommend-head {
    position: absolute;
    left: 0;
    top: -125px;
}
.recommend-head h2 {
    color: #D6D6D6;
    font-family: var(--ft-en);
    font-size: 150px;
    font-weight: 400;
}
.recommend-body {
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: var(--main-column);
}
.recommend-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.recommend-items::before,
.recommend-items::after {
    content: "";
    display: block;
    width: 24%;
}
.recommend-items::before {
    order: 1;
}
.recommend-item {
    width: 24%;
}
.recommend-item a {
    display: block;
    position: relative;
}
.recommend-item__image {
    line-height: 0;
}
.recommend-item__text {
    background: rgb(0 0 0 / 80%);
    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.recommend-item__text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
}
.recommend .block-btn {
    margin: 120px auto 0;
}
@media screen and (max-width: 1168px) {
    .recommend-head {
        top: -100px;
    }
    .recommend-head h2 {
        font-size: 120px;
    }
    .recommend-item__text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 968px) {
    .recommend-head {
        top: -60px;
    }
    .recommend-head h2 {
        font-size: 80px;
    }
    .recommend-item {
        margin-top: 25px;
        width: 48.5%;
    }
    .recommend-item:nth-child(-n+2) {
        margin-top: 0;
    }
    .recommend .block-btn {
        margin: 90px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .recommend {
        padding: 0px 0 65px;
    }
    .recommend-head {
        top: 0px;
    }
    .recommend .block-number {
        top: -195px;
    }
    .recommend-head h2 {
        font-size: 50px;
    }
    .recommend .block-btn {
        margin: 65px auto 0;
    }
    .recommend-item__text {
        padding: 5px;
    }
}
@media screen and (max-width: 568px) {
    .recommend {
        padding: 0px 0 65px;
    }
    .recommend-head {
        top: 45px;
    }
    .recommend-head h2 {
        font-size: 36px;
    }
    .recommend .block-number {
        top: -195px;
    }
}

/* news */
.news {
    margin: 320px 0 0;
    padding: 100px 0;
}
.news-head {
    margin: 0 0 -60px;
    text-align: right;
}
.news-inner {
    position: relative;
}
.news .block-number {
    background-color: #fff;
    right: 0;
    top: -275px;
}
.news-head {
    overflow: hidden;
    position: absolute;
    left: 0;
    /* top: -325px; */
    width: 65%;
}
.news-head h2 {
    color: #D6D6D6;
    font-family: var(--ft-en);
    font-size: 150px;
    font-weight: 400;
}
.news-body {
    margin: 0 auto;
    position: relative;
    width: 95%;
    max-width: var(--main-column);
}
.news-items {
    margin: 0 auto;
    width: 100%;
    max-width: 1074px;
}
.news-item {
    border-bottom: 1px solid #C9C9C9;
    padding: 30px 0;
}
.news-item:first-child {
    border-top: 1px solid #C9C9C9;
}
.news-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 920px;
}
.news-item__date {
    color: #151515;
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
    width: 90px;
}
.news-item__cat {
    border: 1px solid #151515;
    border-radius: 6px;
    color: #151515;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
    padding: 3px 0;
    text-align: center;
    width: 77px;
}
.news-item__ttl {
    color: #151515;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    padding-right: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - (105px + 77px + 15px));
}
.news .box-arrow {
    height: 35px;
    right: 0;
    left: inherit;
    width: 35px;
}
.news .block-btn {
    margin: 120px auto 0;
}
@media screen and (max-width: 1168px) {
    .news-head {
        top: 140px;
    }
    .news-head h2 {
        font-size: 120px;
    }
}
@media screen and (max-width: 968px) {
    .news {
        margin: 230px 0 0;
        padding: 0 0 65px;
    }
    /* .news-head {
        top: -45%;
    } */
    .news-head h2 {
        font-size: 80px;
    }
    .news .block-number {
        top: -190px;
    }
    .news .block-btn {
        margin: 90px auto 0;
    }
}
@media screen and (max-width: 768px) {
    .news .block-number {
        top: -195px;
    }
    /* .news-head {
        top: -35%;
    } */
    .news-head h2 {
        font-size: 50px;
    }
    .news-item__ttl {
        margin: 8px 0 0;
        width: 100%;
    }
    .news .block-btn {
        margin: 65px auto 0;
    }
}
@media screen and (max-width: 568px) {
    .news {
        padding: 0px 0 65px;
    }
    .news-head {
        /* top: -55%; */
        width: 65%;
    }
    .news-head h2 {
        font-size: 65px;
    }
    .news .block-number {
        top: -195px;
    }
}
@media screen and (max-width: 468px) {
    .news-head {
        /* top: -42%; */
        width: 65%;
    }
    .news-head h2 {
        font-size: 45px;
    }
    .news .block-number {
        top: -195px;
    }
}
.marquee {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 100px 0 0;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    white-space: nowrap;
}
.marquee span {
    animation: marquee 30s linear infinite;
    color: #D6D6D6;
    display: inline-block;
    font-family: var(--ft-en);
    font-size: 65px;
}
@keyframes marquee {
    from {
        transform: translateX(20%);
    }
    to {
        transform: translateX(-100%);
    }
}
@media screen and (max-width: 768px) {
    .marquee span {
        font-size: 45px;
    }
    @keyframes marquee {
        from {
            transform: translateX(0%);
        }
        to {
            transform: translateX(-100%);
        }
    }
}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}</pre></body></html>