@charset "UTF-8";

/****banner****/
.banner {
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
}

/**banner背景輪播**/
.banner__bg {
    display: block;
    width: 100%;
    height: 100%;
}

.banner__bg .slick-list,
.banner__bg .slick-track {
    height: 100%;
}

.banner__bg__item {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.banner__bg__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .45;
}

.banner__bg__item img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.banner__bg__item .pad,
.banner__bg__item .mb {
    display: none;
}

/**介紹文字01**/
.banner__text01 {
    position: absolute;
    bottom: 310px;
    right: max(75px, calc(50% - 630px));
    display: block;
    width: 170px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

/**介紹文字02**/
.banner__text02 {
    position: absolute;
    bottom: 310px;
    left: max(50px, calc(50% - 630px));
    display: block;
    width: 400px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

/**裝飾文字**/
.banner__acc01 {
    position: absolute;
    bottom: -170px;
    left: calc(50% - 1250px);
    display: block;
    width: 2500px;
    font-size: 525px;
    line-height: 1;
    color: #fff;
    font-family: "Italiana";
    text-align: center;
    pointer-events: none;
}

/****關於我們****/
.about {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: space-between;
    max-width: 1450px;
    margin: 155px auto 120px auto;
}

/**關於我們頭部**/
.about__head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    width: auto;
    max-width: 100%;
    margin: 0 60px 0 0;
    padding: 0 0 min(245px, calc((100vw - 745px) / 3)) 0;
    flex: 0 0 auto;
}

.about__head__title {
    flex: 0 1 auto;
}

.about__head__link {
    margin: 60px 0 0 0;
    flex: 0 0 auto;
    z-index: 10;
}

.about__box {
    display: block;
    width: 100%;
    max-width: 930px;
    flex: 0 1 auto;
}

/**關於我們資訊**/
.about__box__title {
    display: block;
    width: 100%;
    margin: 0 0 45px 0;
    font-size: 27px;
    line-height: 1.2;
    color: var(--titleColor);
}

.about__box__content {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.about__box__content__text {
    width: calc(50% - 20px);
    max-width: 425px;
}

.about__box__pic {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 80px 0 0 0;
}

.about__box__pic img {
    width: calc((100% - 50px) / 3);
}

/****作品集****/
.case {
    margin: 120px auto 0 auto;
    padding: 220px 0 0 0;
}

.case::before {
    content: 'WORKS';
    position: absolute;
    top: -70px;
    left: calc(50% - 1250px);
    display: block;
    width: 2500px;
    font-size: 510px;
    line-height: 1;
    color: var(--mainColor);
    font-family: "Italiana";
    text-align: center;
    pointer-events: none;
}

/**作品集容器**/
.case__box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.case__box__item {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
}

.case__box__item:nth-child(3n) {
    width: 100%;
}

.case__box__item .c-product__pic {
    padding: 114.5% 0 0 0;
}

.case__box__item:nth-child(3n) .c-product__pic {
    padding: 57% 0 0 0;
}

.case__box__item__link {
    position: absolute;
    top: 0;
    left: 0;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 65px;
    color: #fff;
    font-family: "Italiana";
    background: var(--titleColor);
}

.case__box__item__link::before {
    content: 'MORE WORKS';
}

.case__box__item__link::after {
    margin: 0 0 0 55px;
}

.case__box__item__link:hover::before,
.case__box__item__link:hover span {
    transform: translateX(75px);
}

.case__box__item__link:hover::after {
    transform: translateX(calc(-6.1em - 60px));
}

@media screen and (max-width: 1300px) {

    /****banner****/
    /**介紹文字01**/
    .banner__text01 {
        bottom: 235px;
    }

    /**介紹文字02**/
    .banner__text02 {
        bottom: 235px;
    }

    /**裝飾文字**/
    .banner__acc01 {
        bottom: -90px;
        font-size: 350px;
    }

    /****作品集****/
    .case {
        padding: 120px 0 0 0;
    }

    .case::before {
        top: -50px;
        font-size: 350px;
    }

    .case__box__item__link {
        font-size: 40px;
    }

    .case__box__item__link::after {
        margin: 0 0 0 35px;
    }

    .case__box__item__link:hover::before,
    .case__box__item__link:hover span {
        transform: translateX(50px);
    }

    .case__box__item__link:hover::after {
        transform: translateX(calc(-6.1em - 40px));
    }
}

@media screen and (max-width: 991px) {

    /****banner****/
    /**banner背景輪播**/
    .banner__bg__item .pc {
        display: none;
    }

    .banner__bg__item .pad {
        display: block;
    }

    /**介紹文字01**/
    .banner__text01 {
        bottom: 310px;
        right: 30px;
    }

    /**介紹文字02**/
    .banner__text02 {
        bottom: 45px;
        left: 30px;
        width: calc(100% - 60px);
    }

    /**裝飾文字**/
    .banner__acc01 {
        bottom: 75px;
        font-size: 219px;
    }

    /****關於我們****/
    .about {
        display: block;
        margin: 135px auto 120px auto;
    }

    /**關於我們頭部**/
    .about__head {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: flex-end;
        align-content: flex-end;
        justify-items: flex-start;
        justify-content: space-between;
        width: auto;
        margin: 0 0 50px 0;
        padding: 0;
    }

    .about__head__link {
        top: -10px;
        margin: 0 0 0 30px;
    }

    .about__box {
        max-width: none;
    }

    /**關於我們資訊**/
    .about__box__title {
        margin: 0 0 25px 0;
        font-size: 25px;
    }

    .about__box__content {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }

    .about__box__content__text {
        max-width: none;
    }

    .about__box__pic {
        max-width: 510px;
        margin: 40px 0 0 auto;
    }

    /****作品集****/
    .case {
        padding: 100px 0 0 0;
    }

    .case::before {
        top: -30px;
        font-size: 220px;
    }

    /**作品集容器**/
    .case__box__item {
        width: 100%;
        margin: 0;
    }

    .case__box__item .c-product__pic,
    .case__box__item:nth-child(3n) .c-product__pic {
        padding: 65% 0 0 0;
    }

    .case__box__item-more .c-product__pic,
    .case__box__item-more:nth-child(3n) .c-product__pic {
        padding: 52.25% 0 0 0;
    }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {

    /****banner****/
    .banner {
        min-height: 300px;
    }

    /**banner背景輪播**/
    .banner__bg__item .pad {
        display: none;
    }

    .banner__bg__item .mb {
        display: block;
    }

    /**介紹文字01**/
    .banner__text01 {
        bottom: 35px;
        right: -65px;
        width: 160px;
        font-size: 13px;
        transform-origin: left bottom;
        transform: rotate(-90deg);
    }

    /**介紹文字02**/
    .banner__text02 {
        display: none;
    }

    /**裝飾文字**/
    .banner__acc01 {
        bottom: -25px;
        left: auto;
        right: -495px;
        width: 465px;
        font-size: 132px;
        transform-origin: left bottom;
        transform: rotate(-90deg);
    }

    /****關於我們****/
    .about {
        margin: 70px auto;
    }

    /**關於我們頭部**/
    .about__head {
        position: static;
        margin: 0 0 20px 0;
    }

    .about__head__link {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        margin: 0;
    }

    /**關於我們資訊**/
    .about__box {
        padding: 0 0 55px 0;
    }

    .about__box__title {
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 1.3;
    }

    .about__box__content {
        display: block;
    }

    .about__box__content__text {
        width: 100%;
        margin: 0 0 5px 0;
    }

    .about__box__content__text:last-child {
        margin: 0;
    }

    .about__box__pic {
        display: none;
    }

    /****作品集****/
    .case {
        margin: 70px auto 0 auto;
        padding: 60px 0 0 0;
    }

    .case::before {
        top: -15px;
        font-size: 100px;
    }

    .case__box__item-more .c-product__pic,
    .case__box__item-more:nth-child(3n) .c-product__pic {
        padding: 42.85% 0 0 0;
    }

    .case__box__item__link {
        font-size: 20px;
    }

    .case__box__item__link::after {
        width: 15px;
        height: 15px;
        margin: 0 0 0 20px;
    }

    .case__box__item__link:hover::before,
    .case__box__item__link:hover span {
        transform: translateX(45px);
    }

    .case__box__item__link:hover::after {
        transform: translateX(calc(-6.1em - 20px));
    }
}

/****觸控螢幕****/
@media (any-hover: none) {

    /****作品集****/
    .case__box__item__link:hover::before,
    .case__box__item__link:hover::after,
    .case__box__item__link:hover span {
        transform: none;
    }
}

/****IOS樣式****/
@supports (-webkit-touch-callout: none) {}