.images {
    height: 42vw;
    width: 100%;
}

.top-h2 {
    font-size: 2.5vw;
    text-align: center;
    padding: 0 5vw;
    color: var(--text-color-drak2);
    font-family: fantasy;
    letter-spacing: 0.2vw;
    line-height: normal;
    margin-bottom: 15px;
}
.section-description {
    padding: 0 20vw;
    text-align: center;
    color: var(--text-color-lt2);
}
.home-product-wrap {
    padding: 10px 14vw;
}
.home-product-image {
    aspect-ratio: 1 / 1;
    transition: .5s;
}
.home-product-desc {
    font-size: 20px;
}
.home-product-item-btn, .about-us-btn, .contact-us-btn {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--bg-color);
    color: white;
    font-weight: bold;
    border-radius: 3px;
    transition: .3s;
    text-transform: uppercase;
}
.home-product-item-btn {
    margin-top: 7px;
}
.pc-products-wrap {
    display: block;
    visibility: visible;
}
.mobile-products-wrap {
    display: none;
    visibility: hidden;
}
.home-product-wrap .swipe-slide {
    width: calc(25%);
    padding: 10px;
}
.home-product-wrap .swipe-slide a {
    background: white;
    padding: 20px;
    border-radius: 5px;
}
.home-product-title {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
    line-height: 18px;
    font-size: 16px;
}
.home-product-wrap .swipe-indicators {
    margin-top: 20px;
    position: relative;
    justify-content: center;
    gap: 15px;
}
.home-product-wrap .swipe-indicators span {
    background: rgba(0, 0, 0, 0.15);
}
.home-product-desc {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pc-products-wrap .swipe-slide a {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    transition: .5s;
}

.pc-products-wrap .swipe-track {
    flex-wrap: wrap;
}
.pc-products-wrap .home-product-title {
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    line-height: 22px;
    transition: .3s;
}
.pc-products-wrap .home-product-desc {
    margin-top: 5px;
    transition: .3s;
}
.pc-products-wrap .home-product-item-btn {
    height: 40px;
    font-size: 16px;
}
.pc-products-wrap .swipe-slide a:hover {
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.2);
}
.pc-products-wrap .swipe-slide a:hover .home-product-image {
    transform: scale(1.03);
}
.pc-products-wrap .swipe-slide a:hover .home-product-title {
    color: var(--bg-color-acce);
}
.pc-products-wrap .swipe-slide a:hover .home-product-desc {
    color: var(--bg-color);
}
.pc-products-wrap .swipe-slide a:hover .home-product-item-btn {
    background: var(--bg-color-acce);
}

.about-us-info-wrap {
    display: flex;
    margin: 40px 14vw;
    padding: 0 10px;
}
.about-us-iframe-wrap {
    width: 34vw;
    height: 23vw;
    margin-right: 2vw;
}
.about-us-desc-wrap {
    flex: 1;
}
.about-us-desc-wrap h2 {
    margin: 10px 0;
    font-size: 25px;
}
.about-us-desc-wrap p {
    color: var(--text-color-lt2);
}
.about-us-btn {
    height: 45px;
    margin-top: 20px;
    width: auto;
    padding: 0 15px;
}
.about-us-btn:hover, .contact-us-btn:hover {
    background: var(--bg-color-acce);
}

.contact-us-info-wrap {
    width: 100%;
    height: 23vw;
    overflow: hidden;
    margin-top: 40px;
}
.contact-us-info-wrap video {
    width: 100%;
    height: 100%;
}
.contact-us-info-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-us-info-desc h2 {
    font-size: 2.5vw;
    line-height: 2.8vw;
    width: 40%;
    text-align: center;
}
.contact-us-info-desc p {
    margin: 15px 5vw;
    text-align: center;
}
.contact-us-btn {
    height: 45px;
    padding: 0 15px;
}

.our-strengths-info-wrap {
    margin-top: 40px;
}
.about-us-our-strengths-wrap {
    display: flex;
    margin: 20px 14vw;
}
.about-us-our-strengths-wrap li {
    width: 25%;
}
.our-strengths-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
}
.our-strengths-item img {
    height: 70px;
    transition: .5s;
    opacity: .85;
}
.our-strengths-item p {
    text-align: center;
    padding: 20px;
    color: var(--text-color-drak);
    font-size: 18px;
    transition: .5s;
    opacity: .7;
}
.our-strengths-item:hover img {
    opacity: 1;
    transform: scale(1.15);
}

.our-strengths-item:hover p {
    opacity: 1;
}

.news-info-wrap-box {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 14vw;
}
.news-info-item {
    width: 50%;
    transition: background .5s;
}
.news-info-item:hover {
    background: var(--a-hover-bg-color);
}
.news-info-item > a {
    display: block;
    width: 100%;
    height: 100%;
}
.new-info-item-desc {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 25px;
}
.new-left-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding-right: 20px;
    margin-right: 20px;
}
.new-left-time::after {
    content: "";
    display: block;
    position: absolute;
    height: 80%;
    top: 10%;
    right: 0;
    width: 4px;
    border-radius: 3px;
    background: var(--bg-color-acce);
}
.new-left-time-d {
    font-size: 42px;
    font-weight: bold;
}
.new-left-time-y-m {
    color: var(--text-color-lt2);
}
.new-info-item-title {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 20px;
    height: 40px;
}
.new-info-item-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-color-lt2);
    line-height: 20px;
    height: 40px;
}

@media (max-width: 1400px) {
    .pc-products-wrap .swipe-slide {
        width: calc(50%);
    }
}
@media (max-width: 980px) {
    .images {
        height: 48vw;
    }
    .top-h2 {
        font-size: 28px;
        margin: 10px 0;
    }
    .section-description {
        padding: 0 5vw;
    }
    .pc-products-wrap {
        display: none;
        visibility: hidden;
    }
    .mobile-products-wrap {
        display: block;
        visibility: visible;
    }
    .home-product-wrap {
        padding: 10px 0;
    }
    .home-product-wrap .swipe-slide {
        width: calc(50% - 15px);
        padding: 7px;
        transform: translateX(15px);
    }
    .mobile-products-wrap .swipe-slide a {
        padding: 12px;
        border: 1px solid var(--border-color-lt);
    }
    .about-us-info-wrap {
        display: block;
    }

    .about-us-info-wrap {
        margin: 40px 5vw 20px 5vw;
    }
    .about-us-iframe-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
    }
    .about-us-desc-wrap {
        width: 100%;
    }
    .about-us-desc-wrap h2 {
        text-align: center;
        font-size: 18px;
    }
    .about-us-btn {
        margin: 15px auto;
        min-width: 0;
        font-size: 14px;
        height: 40px;
    }

    .contact-us-info-wrap {
        width: 100%;
        height: 50vw;
    }
    .contact-us-info-desc h2 {
        font-size: 5vw;
        line-height: 5vw;
        width: 80%;
    }
    .contact-us-info-desc p {
        margin: 2vw 1vw;
    }
    .contact-us-btn {
        height: 10vw;
        max-height: 45px;
        font-size: 14px;
    }

    .our-strengths-info-wrap {
        margin-top: 20px;
    }
    .about-us-our-strengths-wrap {
        display: block;
        margin: 10px 5vw;
    }
    .about-us-our-strengths-wrap li {
        width: 100%;
    }

    .news-info-wrap-box {
        display: block;
        margin: 20px 5vw;
    }
    .news-info-item {
        width: 100%;
    }
    .news-info-item .new-info-item-desc {
        border-bottom: 1px solid var(--border-color-drak);
        padding: 15px;
    }
    .news-info-item:last-child .new-info-item-desc {
        border-bottom: none;
    }
    .new-left-time::after {
        width: 3px;
    }
}