@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");

@font-face {
    font-family: "Futura Std Medium";
    src: url(../fonts/Futura\ Std\ Medium.otf);
}

@font-face {
    font-family: "Futura Std Heavy";
    src: url(../fonts/Futura\ Std\ Heavy.otf);
}

@font-face {
    font-family: "Futura Std Bold";
    src: url(../fonts/Futura\ Std\ Bold.otf);
}

@font-face {
    font-family: "Futura Std Light";
    src: url(../fonts/Futura\ Std\ Light.otf);
}

@font-face {
    font-family: "Futura Std Book";
    src: url(../fonts/Futura\ Std\ Book.otf);
}

.Futura-Std-light {
    font-family: "Futura Std light";
}


.Futura-Std-light-l {
    font-family: "Futura Std light";
    font-weight: lighter;
    opacity: 0.8;
}

.Futura-Std-Book {
    font-family: "Futura Std Book";
}

.Futura-Std-Medium {
    font-family: "Futura Std Medium";
}

.Futura-Std-Heavy {
    font-family: "Futura Std Heavy";
}

[data-aos="opacity-up"] {
    opacity: 1;
    clip-path: inset(100% 0 0% 0);
    /* 初始状态下完全隐藏 */
}

    [data-aos="opacity-up"].aos-animate {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 显示全部图片 */
    }


[data-aos="opacity-down"] {
    opacity: 1;
    clip-path: inset(0% 0 100% 0);
    /* 初始状态下完全隐藏 */
}

    [data-aos="opacity-down"].aos-animate {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 显示全部图片 */
    }

[data-aos="opacity-left"] {
    opacity: 0;
    clip-path: inset(0% 100% 0 0);
    /* 初始状态下完全隐藏 */
}

    [data-aos="opacity-left"].aos-animate {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 显示全部图片 */
    }

[data-aos="opacity-right"] {
    opacity: 0;
    clip-path: inset(0 0 0% 100%);
    /* 初始状态下完全隐藏 */
}

    [data-aos="opacity-right"].aos-animate {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 显示全部图片 */
    }


[data-aos="opacity-x"] {
    opacity: 1;
    clip-path: inset(0% 100% 0 100%);
    /* 初始状态下完全隐藏 */
}

    [data-aos="opacity-x"].aos-animate {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 显示全部图片 */
    }

[data-aos="opacity-filter"] {
    opacity: 0;
    filter: sepia(100%);
}

    [data-aos="opacity-filter"].aos-animate {
        opacity: 1;
        filter: sepia(0%);
    }

[data-aos="test-right"] {
    opacity: 1;
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    /* 初始状态下完全隐藏 */
}

    [data-aos="test-right"].aos-animate {
        opacity: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        /* 显示全部图片 */
    }


:root {
}

body,
html {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    --vw-base: calc(100vw / 1920);
}

    body > * {
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

button,
input,
textarea,
select,
option {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pic-txt {
    position: absolute;
    bottom: calc(15* var(--vw-base));
    left: calc(15* var(--vw-base));
    color: #fff;
    font-size: calc(18* var(--vw-base));
    font-family: "FZLTZHB";
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: calc(20* var(--vw-base));
    z-index: 10;
    text-shadow: #4e484698 1px 1px 1px;
}

.container {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 0;
    display: flex;
    overflow: clip;
}

::-webkit-scrollbar {
    width: 0px;
}


.desktop {
    opacity: 1;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #fff;
}

.spinner {
    width: 5vw;
    height: 5vw;
    position: absolute;
    left: 47.5%;
    top: 47.5%;
    transform: translate(-50%, -50%);
    background-color: #D5C1AA;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

.header {
    background-color: #fff;
}

.header-bg-light {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(147*var(--vw-base));
    height: 100%;
    border-right: rgba(0, 0, 0, 0.3) 1px solid;
    z-index: 10 !important;
}

.tree1 {
    position: absolute;
    left: calc(145*var(--vw-base));
    top: calc(500*var(--vw-base));
    width: calc(342*var(--vw-base));
    height: calc(768*var(--vw-base));
    z-index: 10;
    pointer-events: none;
}

.tree2 {
    position: absolute;
    right: calc(-20*var(--vw-base));
    bottom: calc(-50*var(--vw-base));
    width: calc(540*var(--vw-base));
    height: calc(300*var(--vw-base));
    pointer-events: none;
}

.tree2 {
}

    .tree1 img,
    .tree2 img {
        object-fit: contain;
    }

.main1 {
    position: relative;
    width: calc(1773*var(--vw-base));
    min-height: calc(1200*var(--vw-base));
    z-index: 1;
    overflow: hidden;
}

.sw-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m1-swiper {
    position: relative;
    width: 100%;
    overflow: clip;
    /* height: auto !important; */
    min-height: calc(1200*var(--vw-base));
}

    .m1-swiper .swiper-wrapper {
        position: relative;
    }

.main1 .swiper-slide.sw1,
.main1 .swiper-slide.sw2,
.main1 .swiper-slide.sw3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main1 .swiper-slide.sw1,
.main1 .swiper-slide.sw2 {
    height: calc(950*var(--vw-base)) !important;
}

.main1 .swiper-slide.sw3 {
    height: calc(2005*var(--vw-base)) !important;
    z-index: 999 !important;
}


.sw-txt1 {
    position: relative;
    margin-top: calc(387*var(--vw-base));
    width: calc(619*var(--vw-base));
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: width 1.4s ease-in-out 0.5s, opacity 0.5s ease 0.5s;
}

    .sw-txt1 .t1,
    .sw-txt1 .t2 {
        position: relative;
        font-size: calc(30*var(--vw-base));
        font-family: "Noto Sans TC", serif;
        font-weight: 100;
        letter-spacing: 0.5em;
        color: #000000;
        transition: left 1s ease-in-out 0.5s, right 1s ease-in-out 0.5s, opacity 0.8s ease 0.5s;
    }

    .sw-txt1 .t1 {
        right: calc(60*var(--vw-base));
        opacity: 0;
    }

    .sw-txt1 .t2 {
        left: calc(60*var(--vw-base));
        opacity: 0;
    }

.swiper-slide-active .sw-txt1 .t1 {
    right: 0;
    opacity: 1;
}

.swiper-slide-active .sw-txt1 .t2 {
    left: 0;
    opacity: 1;
}

.sw-txt2 {
    position: relative;
    top: calc(0*var(--vw-base));
    margin-top: calc(72*var(--vw-base));
    font-family: "Noto Sans TC", serif;
    font-weight: 200;
    color: #020202;
    font-size: calc(18*var(--vw-base));
    line-height: calc(36*var(--vw-base));
    letter-spacing: 0.1em;
    text-align: center;
    opacity: 0;
    transition: opacity 1.2s ease 1.5s;
}

.swiper-slide-active .sw-txt2 {
    opacity: 1;
}

.sw1 .sw-logo {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    width: calc(171*var(--vw-base));
    height: calc(88*var(--vw-base));
    opacity: 0;
    filter: invert(0.9);
    transition: filter 1s ease-in-out 1s, opacity 0.8s ease 0.1s;
}

.swiper-slide-active.sw1 .sw-logo {
    filter: invert(0);
    opacity: 1;
}

.main1 .red-line-title {
    position: absolute;
    top: calc(450*var(--vw-base));
    left: calc(526*var(--vw-base));
    width: calc(85*var(--vw-base));
    height: 2px;
    background-color: #a72126;
    z-index: 10;
    transition: left 1s ease-in-out 0.1s;
}

.red-line-title.r1 {
    left: calc(526*var(--vw-base));
}

.red-line-title.r2 {
    left: calc(611*var(--vw-base));
}

.red-line-title.r3 {
    left: calc(1140*var(--vw-base));
}

.sw2 .sw-logo {
    position: absolute;
    left: 50%;
    bottom: calc(-32*var(--vw-base));
    transform: translate(-50%, 50%);
    width: calc(153*var(--vw-base));
    height: calc(160*var(--vw-base));
    filter: sepia(80%);
    opacity: 0;
    transition: filter 1.2s ease 1s, opacity 1s ease 1s, transform 1.4s ease-in-out 1s;
}

.swiper-slide-active.sw2 .sw-logo {
    transform: translate(-50%, 0%);
    filter: sepia(0);
    opacity: 1;
}

.sw3 .sw-logo {
    position: absolute;
    left: 50%;
    bottom: calc(-46*var(--vw-base));
    transform: translate(-50%, -50%);
    width: calc(171*var(--vw-base));
    height: calc(191*var(--vw-base));
    filter: contrast(150%);
    opacity: 0;
    transition: filter 1.2s ease 0.4s, opacity 1s ease 0.4s, transform 1.4s ease-in-out 0.4s;
}

.swiper-slide-active.sw3 .sw-logo {
    transform: translate(-50%, 0%);
    filter: contrast(100%);
    opacity: 1;
}

.m1-arrow {
    position: absolute;
    left: calc(875*var(--vw-base));
    top: calc(720*var(--vw-base));
    width: calc(21*var(--vw-base));
    height: calc(28*var(--vw-base));
    z-index: 10;
}

    .m1-arrow > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    .m1-arrow img {
        object-position: left top;
        object-fit: contain;
    }

.main1 .ar1 {
    animation: arr-opacity1 4s ease 1.4s infinite;
}

@keyframes arr-opacity1 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.main1 .ar2 {
    animation: arr-opacity2 4s ease 1.4s infinite;
}

@keyframes arr-opacity2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.main1 .ar3 {
    animation: arr-opacity3 1s ease 1s forwards;
}

@keyframes arr-opacity3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.m1-bottom {
    position: absolute;
    right: calc(90*var(--vw-base));
    top: calc(841*var(--vw-base));
    width: calc(1580*var(--vw-base));
    height: calc(55*var(--vw-base));
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.m1 .b-txt {
    color: RGB(0, 0, 0, 0.5);
    font-size: calc(20*var(--vw-base));
    font-family: "Noto Sans TC", serif;
    font-weight: 100;
    letter-spacing: 0.1em;
}

.m1 .mb-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: RGB(0, 0, 0, 0.3);
}

.m1-sw3-1 {
    position: relative;
    width: calc(1773*var(--vw-base));
    height: calc(950*var(--vw-base));
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m1-sw3-2 {
    position: relative;
    width: calc(1773*var(--vw-base));
    height: calc(1055*var(--vw-base));
    z-index: 10;
}

.red-txt {
    color: #ca3923;
}

.m2-ooo {
    position: absolute;
    left: calc(130*var(--vw-base));
    top: calc(83*var(--vw-base));
    width: calc(764*var(--vw-base));
    height: calc(715*var(--vw-base));
}

.circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m2-ooo img {
    object-fit: contain;
}

.m2-logo {
    position: absolute;
    left: calc(238*var(--vw-base));
    top: calc(270*var(--vw-base));
    width: calc(193*var(--vw-base));
    height: calc(199*var(--vw-base));
}

.o-txt {
    position: absolute;
    width: calc(172*var(--vw-base));
    height: calc(90*var(--vw-base));
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3e3a39;
    transition: color 0.4s ease 0.2s;
    cursor: pointer;
}

    .o-txt:hover {
        color: #ca3923;
    }

    .o-txt.show {
        color: #ca3923;
    }

    .o-txt .chi {
        font-family: "Noto Sans TC", serif;
        font-weight: 400;
        font-size: calc(30*var(--vw-base));
        transition: color 0.4s ease 0.2s;
    }

    .o-txt .en {
        font-family: "Futura Std Light";
        font-size: calc(18.4*var(--vw-base));
        letter-spacing: 0.05em;
        transition: color 0.4s ease 0.2s;
    }

.ot1 {
    left: calc(60*var(--vw-base));
    top: calc(70*var(--vw-base));
}

.ot2 {
    left: calc(572*var(--vw-base));
    top: calc(330*var(--vw-base));
}

.ot3 {
    left: calc(32*var(--vw-base));
    top: calc(565*var(--vw-base));
}

.o-1 img {
    transform-origin: calc(160*var(--vw-base)) calc(107*var(--vw-base));
}

.o-2 img {
    transform-origin: calc(620*var(--vw-base)) calc(370*var(--vw-base));
}

.o-3 img {
    transform-origin: calc(100*var(--vw-base)) calc(600*var(--vw-base));
}

.o-1 img,
.o-2 img,
.o-3 img {
    transition: all 1s ease;
}

.img-scale {
    scale: 1.2;
}


.o-up img {
    transform-origin: 43.4% 51.8%;
    animation: o-up 3s cubic-bezier(0.65, 0, 0.35, 1) 0.1s infinite;
}

.o-up.show img {
}

@keyframes o-up {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.o-down.show img {
    animation: o-down 2s cubic-bezier(0.65, 0, 0.35, 1) 0.1s;
}

@keyframes o-down {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    25% {
        clip-path: inset(0% 0% 0% 100%);
    }

    30% {
        opacity: 0;
        clip-path: inset(0% 0% 0% 100%);
    }

    80% {
        opacity: 1;
    }

    100% {
        clip-path: inset(0% 0% 0% 0);
    }
}


.m2-swiper {
    position: absolute;
    right: calc(150*var(--vw-base));
    top: calc(40*var(--vw-base));
    width: calc(690*var(--vw-base));
    height: calc(950*var(--vw-base));
}

.sw-item1 {
    position: absolute;
    height: calc(198*var(--vw-base));
    width: calc(289*var(--vw-base));
}

.m2-swiper .en {
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(62, 58, 57, 0.2);
    font-size: calc(31*var(--vw-base));
    font-family: "Futura Std Bold";
    letter-spacing: 0;
    writing-mode: vertical-rl;
    /* 文字從上到下，並由右至左排列 */
    text-orientation: mixed;
}

.m2-swiper .swiper-slide-active .en {
    animation: enIn 1.4s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}

@keyframes enIn {
    0% {
        transform: translateY(-50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.m2-swiper .chi1 {
    position: absolute;
    top: calc(57*var(--vw-base));
    left: calc(34*var(--vw-base));
    color: #000000;
    font-size: calc(30*var(--vw-base));
    font-family: "Noto Sans TC", serif;
    font-weight: 100;
    letter-spacing: 0.1em;
    writing-mode: vertical-rl;
}

.m2-swiper .swiper-slide-active .chi1 {
    /* animation: chi1In 2s ease-in-out forwards; */
}

@keyframes chi1In {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.m2-swiper .chi2 {
    position: absolute;
    left: calc(151*var(--vw-base));
    bottom: calc(8*var(--vw-base));
    color: #020202;
    font-size: calc(24*var(--vw-base));
    font-family: "Noto Sans TC", serif;
    font-weight: 200;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.m2-swiper .swiper-slide-active .chi2 {
    animation: chi2In 1.4s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}

@keyframes chi2In {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }


    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.m2-sw1 .sw-item1 {
    top: calc(0*var(--vw-base));
    left: calc(140*var(--vw-base));
}

.m2-sw2 .sw-item1,
.m2-sw3 .sw-item1 {
    top: calc(120*var(--vw-base));
    left: calc(140*var(--vw-base));
}

.sw-item1 .red-line {
    position: absolute;
    left: calc(0*var(--vw-base));
    top: auto;
    bottom: calc(0*var(--vw-base));
    width: 100%;
    height: 1px;
    background-color: #d40c13;
}

.sw-item2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.m2-sw1 .sw-item2 {
    margin-top: calc(198*var(--vw-base));
}

.m2-sw2 .sw-item2,
.m2-sw3 .sw-item2 {
    margin-top: calc(317*var(--vw-base));
}

.sw-box {
    position: relative;
    width: calc(417*var(--vw-base));
    margin: calc(0*var(--vw-base)) 0 calc(20*var(--vw-base)) 0;
    box-sizing: border-box;
    padding: calc(0*var(--vw-base)) 0 0 calc(20*var(--vw-base));
}

.sw-box1 {
    padding: calc(10*var(--vw-base)) 0 0 calc(20*var(--vw-base));
}

.sw-box .b1 {
    position: relative;
    color: #020202;
    font-family: "Noto Sans TC", serif;
    font-weight: 100;
    font-size: calc(20*var(--vw-base));
    line-height: calc(36*var(--vw-base));
    letter-spacing: 0.05em;
}

.sw-box .b2 {
    position: relative;
    color: #020202;
    font-family: "Noto Sans TC", serif;
    font-weight: 200;
    font-size: calc(18*var(--vw-base));
    line-height: calc(36*var(--vw-base));
    letter-spacing: 0.05em;
    text-align: justify;
    vertical-align: bottom;
}

.sw-box .red-line1 {
    position: absolute;
    left: 0%;
    top: 0;
    width: 1px;
    /* height: calc(100% - 10*var(--vw-base)); */
    height: 100%;
    background-color: #ca3923;
}

.sw-box .red-line {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 10*var(--vw-base));
    background-color: #ca3923;
}

.flower-fb {
    position: relative;
    display: inline-block;
    top: calc(2*var(--vw-base));
    left: calc(5*var(--vw-base));
    width: calc(22*var(--vw-base));
    height: calc(22*var(--vw-base));
}

    .flower-fb img {
        object-fit: contain;
    }

.m2-swiper .swiper-pagination {
    position: absolute;
    top: calc(380*var(--vw-base));
    left: calc(32*var(--vw-base));
    height: calc(30*var(--vw-base));
    width: calc(200*var(--vw-base));
    object-position: left top;
}

.m2-swiper .swiper-pagination-bullet {
    margin: calc(0*var(--vw-base)) calc(17*var(--vw-base)) !important;
    width: calc(6.5*var(--vw-base));
    height: calc(6.5*var(--vw-base));
    background-color: #fff;
    border: #ca3923 1px solid;
    transition: background-color ease 0.4s;
}

.m2-swiper .swiper-pagination-bullet-active {
    background-color: #ca3923;
}
