/* 各頁面CSS */

/*切換PC置頂選單*/
.cantantBase1{ display: block; }
.cantantBase2{ display: none; }




/*momo幣這裡用*/
@media screen and (min-width: 768px) {
	.Area_grabmoney_coupon .PD_layout ul { padding: 0 25px; grid-gap: 15px;}
	.Area_grabmoney_coupon .PD_layout img {	border-radius: 10px;}
}
@media screen and (max-width: 767px) {
	.Area_grabmoney_coupon .PD_layout ul { grid-gap: 1.8vw;}
	.Area_grabmoney_coupon .PD_layout img { border-radius: .5em;}
}

/*調整*/

.hero-title .md-text {
    position: relative;
    padding: 0 10px;
    line-height: 125%;
}

.hero-title .lg-text {
    width: 960px;
    font-size: 105px;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: var(--lg-title);
    margin-top: 0vw;
    line-height: 120px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin: 28px auto;
}
.my-3-2 {
    margin-top: 6.5rem;
    margin-bottom: 0.35rem;
}

    .my-4 {
        margin-top: 0.1rem;
        margin-bottom: 1.1rem;
    }


@media screen and (max-width: 767px) {
    .my-3-2 {
        margin-top: 1.5rem;
        margin-bottom: -0.05em;
    }
    
}

@media screen and (max-width: 767px) {
    .hero-title .lg-text {
        width: 100%;
        position: relative;
        font-size: 10vw;
        font-weight: 900;
        letter-spacing: -0.05em;
        margin-top: 2vw;
        background-size: auto 100%;
        height: 16vw;
        line-height: 17vw;
    }
}
@media screen and (max-width: 767px) {
    .my-4 {
        margin-top: 0.1rem;
        margin-bottom: 1.1rem;
    }
}
