@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: Arial, 'Noto Sans TC', sans-serif;
}

.imgAuto {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.fs30 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 700;
}

.fs22 {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: normal;
}

.fs18 {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: normal;
}

.fc-wh {
    color: #ffffff;
}

.hover-zoom img {
    transition: transform 0.3s;
}

.hover-zoom:hover img {
    transform: scale(1.02);
}

.show-mobile {
    display: block;
}

.show-desktop {
    display: none;
}

.noshow {
    display: none;
}

.sharingTitle {
    color: #94ffe8;
    font-size: clamp(24px, 5vw, 30px);
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.sharingSubTitle {
    font-size: clamp(16px, 5vw, 22px);
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.sharingSubTitle3 {
    font-size: clamp(14px, 3vw, 18px);
    text-align: left;
    letter-spacing: 1px;
    max-width: 700px;
    margin: 0 auto 40px auto;
    font-weight: normal;
}

.wbcWrapper p {
    font-size: 14px;
    line-height: 1.8em;
}

.wbc-txt-title {
    text-align: left;
    font-weight: normal;
    font-size: clamp(16px, 5vw, 22px);
    color: #ffffff;
    margin-bottom: 20px;
}

.bookNameTitle {
    font-weight: normal;
    font-size: clamp(16px, 5vw, 22px);
    color: #ffffff;
    margin-bottom: 10px;
}

.bookSaleBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 20px;
}

.bookSaleTxt {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: row;
}

.bookSaleTxt>div {
    flex: 1 1 50%;
}

.bookSaleTxt .bookCover {
    flex-basis: 30%;
}

.wbc-photo-swiper {
    width: 100%;
    margin: 20px auto 0;
}

.wbc-photo-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wbc-photo-swiper .imgAuto {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wbcPhotoCarousel .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
}

.wbcPhotoCarousel .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.fastLink {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.fastLink a {
    color: #443321;
    background: linear-gradient(to bottom, rgb(236, 229, 220) 0%, rgb(200, 169, 135) 100%);
    text-decoration: none;
    padding: 3px 15px;
    font-size: 15px;
    border-radius: 20px;
    box-shadow: #5c1042 2px 2px 5px;
}

.activBoxLine {
    all: unset;
    display: block;
    width: 30%;
    height: 1px;
    background-color: #b9966c;
    margin: 30px auto 40px;
}

.jhtSharingBox {
    display: flex;
    gap: 30px;
    flex-direction: column;
    border: none;
    margin-bottom: 40px;
}

.jhtSharingTxt p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8em;
}

.sponsoredBox {
    background-color: #fffaf4;
    padding: 0 15px;
}

.sponsoredBox h4 {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    padding: 40px 0;
    letter-spacing: 2px;
    font-style: italic;
    background: linear-gradient(90deg, #ff9100, #562f02);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sponsoredPic {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto 20px;
}

.sponsoredPic img {
    width: 100%;
    height: auto;
}

.sponsoredtext {
    font-size: 12px;
    display: flex;
    color: #666666;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 510px;
    margin: 0 auto;
}

.taktik {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.taktikText {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    justify-content: center;
}

.spNote {
    padding: 10px 10px;
    max-width: 430px;
    margin: 0 auto;
    color: #ffffff;
    text-align: left;
    letter-spacing: 0.6px;
}

.spNote p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
}

.activBox .taktikText p {
    font-size: clamp(24px, 5vw, 36px);
    line-height: 1.3em;
    color: #ffffff;
}

.taktik img {
    max-width: 100px;
}

.takBtn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.takBtn a,
.fastLink a {
    transition: transform 0.3s;
}

.takBtn a:hover,
.fastLink a:hover {
    transform: translateY(-3px);
}



.topLink {
    background-color: #9e1f24;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.topLink img {
    padding: 10px 20px;
}

.social {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    gap: 10px;
}

.topcontent {
    width: 100%;
}

.titlePC {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 2px;
    background: url(../images/titleShunyLine.png) no-repeat right bottom;
    background-size: 100%;
    max-width: 320px;
    margin: 37px auto 60px;
    text-align: center;
    text-shadow: #165d8f 2px 2px 8px;
}

.title50Logo {
    display: inline-block;
    max-width: 120px;
}

.titlePC p {
    © font-size: 22px;
    letter-spacing: 3px;
    margin-top: 10px;
    padding-bottom: 10px;
}

main {
    width: 100%;
    background:
        url(../images/50thTopImgPc.jpg) no-repeat center top;
    background-size: cover;

}

.contentMain {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgba(49, 44, 68, 1) 0%, rgba(49, 44, 68, 0.95) 3%, rgba(140, 50, 91, 1) 29%, rgba(52, 44, 69, 0.4) 60%, rgba(49, 44, 68, 0.4) 61%, rgba(49, 44, 68, 1) 80%, rgba(49, 44, 68, 0.4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.menuBox {
    position: relative;
}

.athMenu {
    max-width: 430px;
    padding: 30px 15px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.menuItem {
    background: linear-gradient(90deg, #c19258, #ede1d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: relative;
    -webkit-text-stroke: 0.4px transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.menuItem::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b9966c;
    margin: 20px 0;
}

.athMenu h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 2px;
}

.athMenu p {
    font-size: 18px;
    letter-spacing: 1px;
}

.menuItem:nth-child(1) img {
    position: absolute;
    max-width: 120px;
    top: -40px;
    left: -5px;
}

.menuItem:nth-child(2) img {
    position: absolute;
    max-width: 120px;
    top: 5px;
    left: 10px;
}

.athMoreBadge {
    max-width: 50px;
    position: fixed;
    bottom: 0;
    left: 10%;
    z-index: 800;
}

.aboutJohnson .show-mobile {
    display: inline-block;
}

.aboutJohnson {
    position: fixed;
    width: 50%;
    bottom: 0px;
    z-index: 700;
    height: 50px;
    background: linear-gradient(to bottom, rgb(243, 243, 243) 30%, rgb(255, 255, 255) 80%, rgb(213, 213, 213) 100%);
    text-align: center;
}

.athMore {
    position: fixed;
    width: 50%;
    height: 50px;
    bottom: 0px;
    left: 50%;
    z-index: 600;
    background: linear-gradient(to bottom, rgba(237, 225, 209, 1) 31%, rgba(185, 150, 108, 1) 100%);
    text-align: center;
}



.athMore a {
    color: #444444;
    text-decoration: none;
    display: inline-block;
    padding: 12px 10px;
}

.aboutJohnson a {
    color: #442200;
    text-decoration: none;
    display: inline-block;
    padding: 12px 10px
}



.athMore h4,
.aboutJohnson h3 {
    font-size: 15px;
    font-weight: 400;
}

.athMore .evrl {
    text-combine-upright: all;
    -webkit-text-combine: horizontal;
}

.activBox {
    padding: 10px 10px;
    max-width: 430px;
    margin: 0 auto;
}

.activFree,
.activmerch {
    display: flex;
    flex-direction: column;
    padding: 0px 0 40px;
}

.activFree .activtxtBox {
    position: relative;
}

.activFree .activtxtBox img,
.activmerch .activtxtBox img {
    max-width: 80px;
}

.activtxtBox h3 {
    background: linear-gradient(90deg, #c19258, #ede1d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: clamp(26px, 5vw, 38px);
    font-weight: 400;
}

.activtxtBox h5 {
    background: linear-gradient(90deg, #c19258, #ede1d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: clamp(20px, 5vw, 26px);
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
}

.activtxtBox .moreItem {
    background: linear-gradient(90deg, #c19258, #ede1d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 18©4px;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
}

.activBox h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b9966c;
    margin: 10px 0;
}

.activtxtBox h3 span {
    font-size: 2em;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    line-height: 0.4em;
    margin-left: 5px;
    display: inline-block;
    padding-top: 15px;
}

.activtxtBox p {
    line-height: 2em;
    ;
}

.soicalBox {
    margin-top: -40px;
}

.activBox p {
    font-size: 14px;
    color: #fff;
}

.activBox strong {
    font-size: 18px;
}

.athButton a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 4px 15px;
    letter-spacing: 1px;
    text-align: center;

}

.athButton a:hover {
    color: #000;
    border: 1px solid #c19258;
    background-color: #c19258;

}

.athButton {
    margin: 30px auto;
    text-align: center;
}

/*回憶錄*/
.activremem {
    position: relative;
    margin-top: 60px;
}

.rememTitle {
    display: flex;
    justify-content: space-between;

}

.rememTitle div {
    width: 50%;
}

.rememTitle h3 {

    width: 80%;
    background: linear-gradient(90deg, #c19258, #ede1d1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: clamp(26px, 5vw, 38px);
    font-weight: 400;
}

.rememTitle h3 span {
    font-size: 2em;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    line-height: 0.4em;
    margin-left: 5px;
    display: inline-block;
    padding-top: 15px;
}

.rememTitle h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b9966c;
    margin: 10px 0;
}

.rememTxtBox {
    background: no-repeat url("../images/rememBgMo.png");
    background-size: 100% 100%;
    padding: 50px 20px 30px 20px;
    text-align: left;
    margin-top: -30px;

}

.rememTxtBox h4 {
    font-size: clamp(26px, 5vw, 38px);
    font-weight: 300;
    color: #b9966c;
    margin-bottom: 10px;
}

.rememTxtBox p {
    color: #000000;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 10px;
    font-size: clamp(6px, 5vw, 14px);
    margin-bottom: 30px;
}

.j50-memor-wrapper {
    background-color: #f1eeea;
    border-radius: 6px;
    margin: 15px auto 40px;
    padding: 15px 15px;
}

.swiper {
    width: 100%;
    padding: 20px;
}

.swiper-slide {
    width: 100%;
}

.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important;
    margin: 5px 7px !important;
}

.swiper-pagination-bullet-active {
    background: rgba(140, 50, 91, 1) !important;
}

.j50-memor-pic {
    width: 100%;
    max-height: 150px;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.j50-memor-pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    width: auto;
    height: auto;
}

.j50-memor-txt {
    height: 170px;
    overflow-y: auto;
    font-size: 13px;
    padding: 10px;
    touch-action: pan-y;
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 40px;
}

.j50-memor-txt::-webkit-scrollbar {
    width: 18px;
}

.j50-memor-txt::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.j50-memor-txt::-webkit-scrollbar-thumb {
    background: #888;
}

.j50-memor-txt::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.delivery {
    text-align: center;
    max-width: 170px;
    margin: 0 auto;
    background-color: #312c44;
    border-radius: 8px;
    padding: 5px 0;
}

.delivery a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.delivery:hover {
    background-color: #000000;
}

.activSoical {
    margin-top: 60px;
    padding-bottom: 40px;
}

.soicalButton {
    display: flex;
    flex-wrap: wrap;
}

.toFB a {
    background-color: #ede1d1;
    color: #000;
}

.toFB a:hover {}

.otherAct {
    background-color: #fffaf4;
    padding: 0px 0 80px 0;
}

.otherAct h4 {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    padding: 40px 15px;
    letter-spacing: 2px;
    font-style: italic;
    background: linear-gradient(90deg, #ff9100, #562f02);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.otherAct h4 span {
    font-family: "Great Vibes", cursive;
    font-size: 2em;
    padding: 0 5px;

}

.otherActBox {
    max-width: 410px;
    margin: 0 auto;
}

.otherBox {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.otherBox>div {
    margin-bottom: 40px;
    padding: 0 10px;
}

.otherActTitle a {
    text-decoration: none;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
}

footer {
    background: #000;
}

.remark {
    padding: 20px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.remarkTitle {
    font-weight: 300;
    color: #ede1d1;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 15px;
}

.remarkTitle span {
    font-family: "Great Vibes", cursive;
    font-size: 1.4em;
    padding: 0 5px;
    font-weight: normal;
}

.notice {
    display: flex;
    color: #fff;

}

.noticeTitle {
    writing-mode: vertical-lr;
    border-right: 1px solid #b9966c;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 21px;
    letter-spacing: 3px;
}

.noticeTxt {
    font-size: 14px;
    line-height: 1.5em;
}

.noticeTxt li {
    margin-bottom: 10px;
}

.authorButton a {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 3px 7px;
    border-radius: 5px;
}

.authorButton a:hover {
    background-color: #e0e0e0;
}

.copyright p {
    font-size: 14px;
    color: #fff;
    padding: 10px 0 80px;
    text-align: center;
    border-top: 1px solid #b9966c;
}

/* =====  平板以上 ===== */
@media (min-width: 768px) {


    .show-mobile {
        display: none;
    }

    .show-desktop {
        display: block;
    }

    .topLink img {
        padding: 10px 30px;
    }

    .social {
        font-size: 18px;
    }

    .jhtSharingBox {
        flex-direction: row;

    }

    .sharingTitle {
        text-align: center;
    }

    .sharingSubTitle {

        text-align: center;
    }

    .sharingSubTitle3 {
        text-align: center;

    }

    .jhtSharingBox>div {
        flex: 1 1 50%;
    }

    .bookSaleTxt {
        flex-direction: row;
    }


    .bookSaleBox {
        flex-direction: row;
    }

    .bookSaleBox>div {
        flex: 1 1 50%;
    }

    .sponsoredtext {
        font-size: 14px;
        gap: 30px;
        max-width: 900px;
    }

    .wbc-photo-swiper {
        margin: 0 auto 0;
    }

    .wbc-txt-title {
        text-align: center;
    }

    .topcontent {
        max-width: 1200px;
        margin: 0 auto;
    }

    .titlePC {
        font-size: 46px;
        line-height: 48px;
        letter-spacing: 3px;
        max-width: 450px;
    }

    .title50Logo {
        max-width: 150px;
    }

    .titlePC p {
        font-size: 32px;
        letter-spacing: 4px;
        padding-bottom: 10px;
    }

    .athMenu {
        display: none;
    }

    .athMenuPc {
        width: 800px;
        padding-top: 40px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }

    .menuItemPc {
        text-align: center;
        background: linear-gradient(90deg, #c19258, #ede1d1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
    }

    .menuItemPc h4 {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .menuItemPc h4::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #b9966c;
        margin: 5px 0 10px;
    }

    .menuItemPc p {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .menuItemPc p span {
        font-size: 22px;
    }

    .athMenuPc div:nth-child(1)::after,
    .athMenuPc div:nth-child(2)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -30%;
        transform: translateY(-50%);
        height: 100%;
        border-right: 1px solid #b9966c;
    }

    .menuItemPc:nth-child(2) img {
        position: absolute;
        max-width: 90px;
        top: 0px;
        left: -40px;
    }

    .menuItemPc:nth-child(3) img {
        position: absolute;
        max-width: 50px;
        top: 50px;
        left: -20px;
    }

    .spNote {
        max-width: 900px;
        padding: 40px 20px 0;
        text-align: center;
    }

    .activBox {
        max-width: 900px;
        padding: 20px;
    }

    .activFree {
        flex-direction: row-reverse;
        align-items: center;
        gap: 40px;
    }

    .activFree>div:first-child {
        flex: 1;
    }

    .activFree>div:last-child {
        flex: 1;
    }

    .athButton {
        text-align: right;
        margin: 30px 0;
    }

    .activmerch {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }

    .activremem {
        display: flex;
        padding: 60px 0 40px;
        margin-top: 0;
    }

    .rememTitle {
        width: 40%;
        display: flex;
        flex-direction: column;
        position: absolute;
    }

    .rememTitle div img {
        width: 260%;
        margin-left: -56px;
    }

    .rememTxtBox {
        width: 60%;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: 40%;
        margin-top: 15px;
    }

    .swiper-slide {
        width: calc(100% / 3);
    }

    .soicalButton {
        justify-content: space-around;
        width: 400px;
        margin: 0 auto;
    }

    .otherActBox {
        max-width: 1200px;
        margin: 0 auto;
    }

    .otherBox {
        display: flex;
        flex-direction: row;
        margin: 0 20px;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .otherBox>div {
        width: 45%;
    }


    .athMoreBadge {
        max-width: 60px;
        right: 0px;
        left: auto;
        top: 30%;
        bottom: auto;
    }

    .aboutJohnson .show-mobile {
        display: none;
    }

    .aboutJohnson {
        right: 10px;
        top: calc(30% + 35px);
        bottom: auto;
        width: 40px;
        padding: 30px 15px 10px;
        height: auto;
        border-radius: 12px;
    }

    .athMore {
        right: 10px;
        top: calc(30% + 160px);
        bottom: auto;
        height: auto;
        left: auto;
        width: 40px;
        padding: 20px 15px 10px;
        border-radius: 12px;
    }


    .athMore a {
        padding: 0px 12px;
    }

    .aboutJohnson a {
        padding: 0px 12px;
    }

    .athMore h4,
    .aboutJohnson h3 {
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        text-orientation: upright;
        -webkit-text-orientation: upright;
        margin: 0 auto;
        display: inline-block;
        margin-left: -17px;
    }

    /*取票資訊*/
    .taktik {
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .taktikText {
        gap: 5px;
    }

    .activBox .taktikText p br {
        display: none;
    }

    .taktikText img {
        max-width: 60px;
    }

    .takBtn {
        gap: 10px;
    }
}


/*  430px 以下 */
@media (max-width: 430px) {



    .titlePC {
        font-size: 24px;
        line-height: 26px;
        margin: 20px auto 30px;
    }

    .titlePC p {
        font-size: 19px;
        margin-top: 8px;
    }

    .title50Logo {
        max-width: 110px;
    }


    .athMenu h4 {
        font-size: 23px;
        line-height: 32px;
    }

    .athMenu p {
        font-size: 16px;
        right: 5px;
    }

    .menuItem:nth-child(1) img {
        max-width: 100px;
        top: -35px;
        left: -10px;
    }

    .menuItem:nth-child(2) img {
        max-width: 45px;
        left: 0px;
    }

}