.dis-set {
    display: none;
}

.paetnershops-text {
    font-size: 21px;
    line-height: 30px;
    color: #777777;
}

.paetnershops-text-main {
    max-width: 86%;
    margin: 0 auto;
    padding: 98px 0px;
}

.paetnershops-mark {
    display: 21px;
    font-weight: bold;
}

.partnershops-video-container {
    display: flex;
    gap: 16px;
}

.paetnershops-container {
    max-width: 1200px;
    overflow-x: hidden;
    margin: 0 auto;
}

.partnershops-video {
    flex: 1;
    max-width: 100%;
    aspect-ratio: 536 / 308;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partnershops-video video {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.paetnershops-relative {
    position: relative;
    overflow: hidden;
}

.paetnershops-marquee-content {
    position: absolute;
    top: 156px;
    z-index: -1;
}


.p-marquee01__content {
    display: flex;
    align-items: center;
    -webkit-animation: marquee 100s linear infinite;
    animation: marquee 100s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-4000px);
    }
}

/*2*/
.paetnershops-PFO-img {
    display: flex;
    justify-content: space-between;
}

.paetnershops-title {
    align-self: flex-end;
    margin-bottom: 8%;
    margin-left: min(1000px, 21vw);
}

.paetnershops-title p {
    font-size: 48px;
    line-height: 52px;
    font-weight: 500;
    color: #ecd72f;
    text-shadow: black 0.1em 0.1em 0.2em
}

.paetnershops-PFO-img {
    background: url(../img/PFO_bg01.webp) no-repeat top center / 100% 80%;
    position: relative;
    aspect-ratio: 2000 / 434;
    overflow: hidden;
}

.paetnershops-PFO-img::after {
    position: absolute;
    content: '';
    background: url(../img/PFO_bg-text01.png) no-repeat bottom right;
    max-width: 1520px;
    max-height: 97px;
    width: 80%;
    height: auto;
    aspect-ratio: 1520 / 97;
    background-size: contain;
    bottom: 100px;
    right: 0;
}

.paetnershop-PFO-image {
    aspect-ratio: 677 / 527;
    margin-right: 5%;
    position: relative;
    z-index: 2;

    img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.paetnershops-PFO-container {
    background: #0c0c04;
    padding-bottom: 80px;
}

.paetnershop-PFO-mob-image {
    display: none;
}

.paetnershops-PFO-text-main {
    max-width: 42%;
    margin-left: min(1000px, 21vw);
    margin-top: -36px;
}

/*3*/
.partner-container {
    position: relative;
    background: #ffe471;
    border-radius: 6px;
    max-width: 90%;
    margin: 5% auto 0px;
    padding-top: 140px;
    padding-bottom: 32px;
}

.partner-containe::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg_partner_pc.png) no-repeat bottom right / cover;
    top: 0;
    left: 0;
}

.partner-total__area-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;

}

.partner-total__map {
    position: absolute;
    top: 0;
    left: 1%;
    aspect-ratio: 850 / 800;
    width: 850px;
    height: 800px;
    mix-blend-mode: multiply;
}

.partner-total__map img {
    background-blend-mode: luminosity;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-total__img {
    position: relative;
    z-index: 2;
    width: 560px;
}

.partner-total__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.partner-total_content {
    width: 40%;
    margin-left: 8%;
}

/*跑馬燈*/
:root {
    --marquee-speed: 80s;
}

.home-total__marquee {
    height: 90px;
    overflow: hidden;
    position: relative;
    --marquee-speed: 80s;
}

.partner-container::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg_partner_pc.png) no-repeat bottom right / cover;
    opacity: 0.5;
    top: 0;
    left: 0;
}



.c-marquee01 {
    display: block;
}

.c-marquee01__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: marquee var(--marquee-speed) linear infinite;
}

/* hover pause */
.home-total__marquee:hover .c-marquee01__track {
    animation-play-state: paused;
}

.c-marquee01__content {
    display: flex;
    flex-shrink: 0;
}

.c-marquee01__content img {
    height: 90px;
    width: auto;
    flex-shrink: 0;
    display: block;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.partner-total_title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 24px;
}

/*Contact Information*/
.information-fluid {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.information-fluid::before {
    font-size: 102px;
    font-weight: bold;
    color: rgba(238, 202, 0, 0.2);
    content: "Contact Information";
    position: absolute;
    z-index: -1;
    white-space: nowrap;
    left: 21%;
    top: 14%;
}

.information-container {
    position: relative;
    border-radius: 6px;
    max-width: 90%;
    margin: 0px auto 80px;
    padding-bottom: 40px;

}

.information-content {
    margin-left: 48px;
}

.information-content {
    padding-bottom: 145px;
    max-width: 67%;
    margin: 0 auto;
}

.paetnershops-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #777777;
    margin-bottom: 24px;
}

.information-title-content {
    padding: 194px 0px 122px;
}

.information-text-content {
    width: 70%;
}

.information-r-img {
    width: 501px;
    height: 389px;
    aspect-ratio: 501 / 389;
    position: absolute;
    top: 0;
    left: 0;
}

.information-r-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.information-l-img {
    width: 558px;
    height: 416px;
    aspect-ratio: 501 / 389;
    position: absolute;
    right: 0;
    bottom: 0;
}

.information-l-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.information-title {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: flex-end;
}


.information-mb {
    margin-bottom: 24px;
}

.paetnershops-email {
    color: #777777;
    font-size: 21px;
}

@media screen and (max-width:1800px) {
    .information-content {
        max-width: 76%;
    }

    .information-fluid::before {
        left: 18%;
    }
}

@media screen and (max-width:1600px) {
    .paetnershops-PFO-img::after {
        right: 144px;
    }

    .paetnershops-title {
        margin-left: min(1000px, 23vw);
        margin-bottom: 7%;

    }

    .paetnershops-PFO-text-main {
        max-width: 54%;
    }

    .paetnershops-PFO-img {
        width: 2000px;
    }

    .paetnershop-PFO-image {
        margin-right: 26%;
    }

    .paetnershop-PFO-image {
        width: 500px;
        height: auto;
    }

    /*4*/
    .information-fluid::before {
        top: 10%;
    }

    .information-title-content {
        padding: 164px 0px 164px;
    }

    .information-content {
        max-width: 80%;
    }
}

@media screen and (max-width:1500px) {
    .paetnershops-PFO-img {
        width: 1600px;
    }

    .paetnershops-title {
        margin-left: min(1000px, 20vw);
    }

    .paetnershops-PFO-text-main {
        margin-left: min(1000px, 20vw);
    }

    .paetnershop-PFO-image {
        width: 400px;
        margin-right: 12%;
    }

    .paetnershops-PFO-img::after {
        right: 144px;
        width: 74%;
        bottom: 78px;
    }

    .partner-total__map {
        width: 750px;
        height: auto;
    }

    .partner-container {
        padding-top: 100px;
    }

    .partner-total__img {
        width: 510px;
    }

    /*4*/
    .information-text-content {
        width: 57%;
    }
}

@media screen and (max-width:1400px) {
    .paetnershop-PFO-image {
        margin-right: 19%;
    }
}

@media screen and (max-width:1320px) {
    .paetnershops-PFO-img {
        width: 1400px;
    }

    .paetnershops-title p {
        font-size: 40px;
        line-height: 42px;
    }

    .paetnershops-PFO-img::after {
        right: 114px;
    }

    .paetnershop-PFO-image {
        width: 340px;
    }

    .paetnershops-text-main {
        max-width: 95%;
        padding: 60px 0px;
    }

    .paetnershops-marquee-content {
        top: 132px;
    }

    .p-marquee01__content img {
        height: 70px;
        width: auto;
        flex-shrink: 0;
        display: block;
    }

    .partnershops-video {
        aspect-ratio: 680 / 308;
    }

    /*3*/
    .partner-total__map {
        width: 698px;
        left: -3%;
    }

    .partner-total_content {
        margin-left: 2%;
    }

    .c-marquee01__content img {
        height: 72px;
    }

    /*4*/
    .information-container {
        margin: 0px auto 60px;
    }

    .information-fluid::before {
        font-size: 86px;
        top: 12%;
        left: 22%;
    }

    .information-title {
        margin-left: 68px;
    }

    .information-r-img {
        width: 426px;
        height: auto;
    }

    .information-title-content {
        padding: 163px 0px 130px;
    }

    .information-l-img {
        width: 510px;
        height: auto;
    }
}



@media screen and (max-width:1200px) {
    .paetnershops-container {
        max-width: calc(100% - 100px);
    }

    /*4*/
    .information-r-img {
        width: 390px;
    }

    .information-fluid::before {
        top: 7%;
        font-size: 80px;
    }

    .information-title-content {
        padding: 130px 0px 124px;
    }

    .information-fluid::before {
        top: 9%;
        left: 23%;
    }
}

@media screen and (max-width:1150px) {
    .paetnershop-PFO-image {
        margin-right: 26%;
    }

    /*3*/
    .partner-total__map {
        top: 33px;
        width: 671px;
    }

    /*4*/
    .information-content {
        padding-bottom: 0px;
    }

    .information-l-img {
        width: 400px;
    }

    .information-title {
        margin-left: 54px;
    }

    .information-fluid::before {
        top: 12%;
        left: 22%;
    }
}

@media screen and (max-width:1100px) {
    .partner-total__map {
        width: 660px;
        top: 48px;
    }

    .partner-container {
        max-width: 95%;
        margin: 3% auto 0px;
    }

    .partner-total__img {
        width: 480px;
    }

    .partner-total__area-txt {
        margin-bottom: 24px;
    }
}

@media screen and (max-width:1050px) {
    .paetnershops-PFO-img {
        width: 1600px;
    }

    .paetnershops-title {
        margin-left: min(1000px, 27vw);
    }

    .paetnershops-PFO-img::after {
        right: 145px;
    }

    .paetnershop-PFO-image {
        margin-right: 34%;
    }
}

@media screen and (max-width:1000px) {
    .paetnershops-PFO-img {
        background: url(../img/PFO_pad_bg01.png) no-repeat top center / 100% 80%;
        position: relative;
        aspect-ratio: 2000 / 481;
        overflow: hidden;
    }

    .paetnershops-PFO-img::after {
        right: 294px;
    }

    .paetnershops-title {
        margin-left: min(1000px, 14vw);
    }

    .paetnershops-PFO-text-main {
        margin-left: min(1000px, 14vw);
    }

    .paetnershop-PFO-image {
        margin-right: 40%;
        width: 420px;
    }

    .paetnershops-PFO-text-main {
        max-width: 76%;
    }

    .paetnershops-marquee-content {
        top: 180px;
    }

    .partnershops-video-container {
        flex-direction: column;
    }

    .paetnershops-text-main {
        max-width: 100%;
        padding: 48px 0px;
    }

    .partnershops-video {
        width: 100%;
        height: auto;
    }

    /*3*/
    .partner-container {
        padding-top: 84px;
        padding-bottom: 0px;
    }

    .partner-total__area-txt {
        margin-bottom: 8px;
    }

    .partner-total__map {
        width: 600px;
        top: 19px;
    }

    .partner-total_title {
        font-size: 32px;
    }

    .paetnershops-text {
        font-size: 18px;
        line-height: 24px;
    }

    /*4*/
    .information-r-img {
        width: 340px;
    }

    .information-title-content {
        padding: 120px 0px 94px;
    }

    .information-fluid::before {
        top: 13%;
        left: 22%;
        font-size: 70px;
    }
}

@media screen and (max-width:900.98px) {
    .paetnershop-PFO-image {
        margin-right: 46%;
        width: 425px;
    }

    .paetnershops-PFO-img::after {
        right: 325px;
    }

    .paetnershops-title {
        margin-left: min(1000px, 12vw);
        margin-bottom: 8%;
    }

    /*3*/
    .partner-total__img {
        width: 440px;
    }

    .partner-total__map {
        width: 562px;
        top: 44px;
    }

    /*4*/
    .information-title {
        margin-left: 35px;
    }

    .information-r-img {
        width: 300px;
    }

    .information-fluid::before {
        top: 6%;
        font-size: 64px;
    }

    .information-title-content {
        padding: 72px 0px 94px;
    }

    .information-l-img {
        width: 340px;
    }

    .information-text-content {
        width: 60%;
    }
}

@media screen and (max-width:834.98px) {
    .paetnershops-PFO-img {
        background: url(../img/PFO_img01_sp.webp) no-repeat center center / 100% 100%;
        position: relative;
        aspect-ratio: 834 / 594;
        background-size: cover;
        width: 100%;
        height: 415px;
    }

    .paetnershops-PFO-img::after {
        display: none;
    }

    .paetnershops-PFO-text-main {
        max-width: 80%;
        margin: 48px auto 0px;
    }

    .paetnershops-title {
        margin-left: min(1000px, 9vw);
        margin-bottom: 8%;
    }

    .paetnershops-title p {
        font-size: 48px;
        line-height: 52px;
    }

    .paetnershop-PFO-image {
        display: none;
    }

    /*3*/
    .partner-container {
        padding-top: 84px;
        overflow-x: hidden;
    }

    .partner-total__area-txt {
        flex-wrap: wrap;
    }

    .partner-total__img {
        width: 100%;
        margin: 0px auto 96px;
    }

    .partner-total_content {
        width: 90%;
        margin: 0 auto;
    }

    .disp-834-none {
        display: none;
    }

    .partner-container::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: url(../img/bg_partner_sp.png) no-repeat bottom right / cover;
        opacity: 0.5;
        top: 0px;
        left: 0;
    }

    .partner-total__map {
        width: 89%;
        top: 122px;
        left: 0%;
    }

    .dis-set {
        display: block;
        max-width: 90%;
        margin: 0 auto 48px;
    }

    .partner-total_title {
        font-size: 36px;
        line-height: 42px;
    }

    /*4*/
    .information-fluid::before {
        font-size: 102px;
        top: 5%;
    }

    .information-r-img {
        width: 420px;
    }

    .information-title-content {
        padding: 136px 0px 156px;
    }

    .information-text-content {
        width: 100%;
        margin-bottom: 48px;
    }

    .information-l-img {
        position: relative;
        float: right;
        margin-bottom: 64px;
    }

    .information-l-img {
        width: 400px;
    }

    .information-container {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:768.98px) {
    .partner-container::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: url(../img/bg_partner_sp.png) no-repeat bottom right / contain;
        top: 0;
        left: 0;
    }

    .partner-total__map {
        width: 100%;
        left: -2%;
    }

    .partner-total__img {
        width: 100%;
        margin: 0px auto 108px;
    }

    .dis-set {
        margin: 0 auto 66px;
    }
}

@media screen and (max-width:716.98px) {
    .information-title {
        margin-left: 6px;
    }

    .information-r-img {
        width: 340px;
    }

    .information-title-content {
        padding: 105px 0px 130px;
    }

    .information-fluid::before {
        top: 3%;
        left: 19%;
    }
}

@media screen and (max-width:660.98px) {

    .partner-total__map {
        width: 119%;
        left: -8%;
    }

    /*4*/
    .information-content {
        max-width: 90%;
    }
}

@media screen and (max-width:604.98px) {
    .information-r-img {
        width: 88%;
        left: -22px;
    }

    .information-title {
        margin-left: 42px;
    }

    .information-fluid::before {
        top: 18%;
    }
}

@media screen and (max-width:560.98px) {
    .partner-total__img {
        margin: 0px auto 88px;
    }
}

@media screen and (max-width:540.98px) {
    .paetnershops-container {
        max-width: calc(100% - 48px);
    }

    .paetnershops-marquee-content {
        top: 215px;
    }

    .paetnershops-text-main {
        padding: 36px 0px;
    }

    .partner-container {
        padding-top: 54px;
    }
}

@media screen and (max-width:500.98px) {
    .information-title {
        line-height: 52px;
    }

    .information-title-content {
        padding: 78px 0px 130px;
    }

    .information-fluid::before {
        top: 16%;
    }

    .information-l-img {
        width: 90%;
    }
}

@media screen and (max-width:460.98px) {
    .partner-total_title {
        font-size: 32px;
        line-height: 38px;
    }

    .partner-total__map {
        top: 93px;
    }

    .partner-total__img {
        margin: 0px auto 48px;
    }
}

@media screen and (max-width:430.98px) {
    .paetnershops-PFO-img {
        width: 100%;
        height: auto;
        background-size: contain;
        background-position: top center;
    }

    .paetnershops-title {
        margin-left: min(1000px, 6vw);
        margin-bottom: 4%;
    }

    .paetnershops-title p {
        font-size: 42px;
        line-height: 48px;
    }

    .paetnershops-PFO-text-main {
        max-width: 86%;
        margin: 48px auto 0px;
    }

    .paetnershops-text {
        font-size: 18px;
        line-height: 24px;
    }

    /*4*/
    .paetnershops-email {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width:417.98px) {
    .partner-total_title {
        font-size: 36px;
        line-height: 42px;
    }

    .partner-total__map {
        top: 149px;
        width: 122%;
        left: -10%;
    }

    .partner-total__img {
        margin: 0px auto 64px;
    }

    /*4*/
    .information-fluid::before {
        top: 14%;
        left: 13%;
    }

    .information-title {
        margin-left: 0px;
    }

    .information-title-content {
        padding: 78px 0px 90px;
    }
}

@media screen and (max-width:360.98px) {
    .paetnershops-title p {
        font-size: 32px;
        line-height: 35px;
    }

    .paetnershops-text-main {
        padding: 24px 0px;
    }

    .paetnershops-PFO-text-main {
        margin: 24px auto 0px;
    }

    .paetnershops-PFO-container {
        padding-bottom: 48px;
    }

    .partner-total_title {
        font-size: 32px;
        line-height: 35px;
    }

    /*4*/
    .information-title {
        font-size: 32px;
        line-height: 35px;
    }

    .information-fluid::before {
        top: 8%;
    }

    .information-title-content {
        padding: 54px 0px 91px;
    }
}