@charset "utf-8";

/*---- common ----*/
@import url('https://ids.iwplay.com.tw/includ/footer/footer.css');


*,
a,
span {
    font-family: 'Noto Sans TC', Arial, Helvetica, 微軟正黑體, Microsoft JhengHei, sans-serif;
}

a {
    text-decoration: none !important;
}




/*====卷軸===*/
/* 細捲軸開始 */
::-webkit-scrollbar {
    height: 5px;
    overflow: visible;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #94beee;
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 0px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0), inset 0 -1px 0 rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e08d00;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:active {
    background-color: #e08d00;
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
    background-color: #19181e;
}

/* 細捲軸結束 */





html,
body {
    padding: 0;
    margin: 0;
    /* 防止抖動 */
    overflow-x: hidden;
}

section {
    width: 100%;
    display: inline-block;
    margin: 0;
}

img {
    width: 100%;
    height: 100%;
}

.display_none {
    display: none;
}

/*禁止滑動*/
.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}



/*--大背景--*/

.wrapper {
	width: 100%;
	height: auto;
	padding-bottom: 0%;

	/* 背景改由各區塊自己負責，wrapper 只留深色打底 */
	background-color: #19181e;

    overflow: hidden;
}




@media (max-width:1100px) {
	.wrapper {

	}
}


@media (max-width:767px) {
	.wrapper {

	}
}













/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
            浮水印
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
/* 背景改用參考檔 260615 的動畫 webp（437x782，高/寬 178.9%），
   幾何參數一併沿用該檔，按鈕才對得準。 */
.fixed_nav_pc {
    position: fixed;
    width: 12%;
    height: auto;
    padding-bottom: 24.75%;   /* 等比縮小：參考檔 14% / 28.88% 各乘 12/14 */
    top: 35%;
    right: 0%;

    background-color: rgba(38, 226, 21, 0);
    /*顏色標記*/

    z-index: 80;
    display: block;


    background-image: url(https://images3.iwplay.com.tw/image/mhxzx/events/20260806/image/flex/flex.webp);
    background-repeat: no-repeat;
    background-size: 100%;

}



/*--按鈕--*/
.fixed_nav_pc .btn_box {
    position: absolute;
    width: 58%;
    height: auto;
    padding-bottom: 75%;
    top: 41%;
    left: 21.5%;
    z-index: 80;

    background-color: rgba(226, 21, 21, 0);
    /*顏色標記*/
}

/* .fixed_nav_pc .btn_box .events_btn {
    position: absolute;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    top: 0%;
    left: 0%;
    z-index: 3;
    cursor: pointer;
} */

.fixed_nav_pc .btn_box .home_btn {
    position: absolute;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    top: 10%;
    left: 0%;
    z-index: 3;
    cursor: pointer;
}

.fixed_nav_pc .btn_box .download_btn {
    position: absolute;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    top: 40%;
    left: 0%;
    z-index: 3;
    cursor: pointer;
}

.fixed_nav_pc .btn_box .go_fb_btn {
    position: absolute;
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    top: 70%;
    left: 0%;
    z-index: 3;
    cursor: pointer;
}
/* 繩結：新的浮水印背景（動畫 webp）本身已含裝飾，參考檔 260615 也把繩結註解掉了。
   舊的 knot_top / knot_bottom 若要用，位置需依新版面重調。 */
/*
.fixed_nav_pc .knot {
    position: absolute;
    width: 90%;
    height: auto;
    top: 92%;
    left: 10%;
    background-color: rgba(221, 33, 158, 0);
}
.fixed_nav_pc .knot .top {
    position: absolute;
    background-color: rgba(33, 136, 221, 0);
    z-index: 80;
}
.fixed_nav_pc .knot .bottom {
    background-color: rgba(33, 221, 111, 0);
    z-index: 50;
}
*/




@media (max-width:1100px) {
    .fixed_nav_pc {
        display: none;
    }
}








/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
            浮水印_tb_mob
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.noke_flex_sp {
    display: none;
}


@media (max-width: 1100px) {
    .noke_flex_sp {
        position: fixed;
        width: 100%;
        height: auto;
        padding-bottom: 17.5%;
        bottom: -26%;
        left: 0%;
        z-index: 99;
        /*overflow: hidden;*/
        background-image: url(https://images3.iwplay.com.tw/image/mhxzx/events/20260806/image/flex/flex_m.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: rgba(127, 255, 212, 0);
        /*顏色標記*/
        cursor: pointer;
        transition: all 0.5s ease;
        display: none;
        /*左邊*/
    }

    .noke_flex_sp.scroll {
        bottom: -2.6%;
    }



    /*寶箱*/
    /*
    .noke_flex_sp .gift_item {
        position: absolute;
        width: 28%;
        height: auto;
        padding-bottom: 0%;
        top: -81%;
        left: -1%;
        z-index: 20;
        pointer-events: none;
    }
    */

    /*按鈕*/
    .noke_flex_sp .events_btn {
        position: absolute;
        width: 15%;
        height: auto;
        padding-bottom: 0%;
        top: 37%;
        left: 38%;
        z-index: 3;
        cursor: pointer;
    }

    .noke_flex_sp .go_fb_btn {
        position: absolute;
        width: 15%;
        height: auto;
        padding-bottom: 0%;
        top: 37%;
        left: 57%;
        z-index: 3;
        cursor: pointer;
    }
}



@media (max-width: 767px) {
    .noke_flex_sp {
        width: 100%;
        /* 比照參考檔 260615 的數值（新素材 1080x281，原生比例 26.0%） */
        padding-bottom: 25.5%;
        background-image: url(https://images3.iwplay.com.tw/image/mhxzx/events/20260806/image/flex/flex_m.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        background-color: rgba(167, 13, 39, 0);
	    /*顏色標記*/
    }

    .noke_flex_sp.scroll {
        bottom: 0%;
    }


    /*
    .noke_flex_sp .gift_item {
        width: 33%;
        top: -44%;
        left: 67%;
        z-index: 50;
    }
    */

    .noke_flex_sp .btn-hover{
        position: absolute;
        width: 20%;
        top: 64%;
        padding-bottom: 0;
        z-index: 60;
        background-color: #0d95a700;
	    /*顏色標記*/
    }

    .noke_flex_sp .home_btn {

        left: 32.95%;
        /* padding-bottom: 0%; */
        background-color: #0d95a700;
	    /*顏色標記*/
    }
    .noke_flex_sp .download_btn {

        left: 55.45%;

    }
    .noke_flex_sp .go_fb_btn {

        left: 77.95%;

    }
}










/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
            主視覺區域
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.kv_zone {
  width: 100%;
  height: 54.79vw;
  background: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/kv/KV_bg_2.webp) center bottom no-repeat;
  background-size: cover;
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.kv_zone .down_cover{
    bottom: -2.8%;
}


.kv_zone .kv_bg_screen_1,
.kv_zone .kv_bg_screen_2,
.kv_zone .kv_bg_dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  pointer-events: none;   /* 不擋下方按鈕的點擊 */
}

.kv_zone .kv_bg_screen_1,
.kv_zone .kv_bg_screen_2 {
  mix-blend-mode: screen;
}

.kv_zone .kv_bg_dark {
  background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/kv/KV_bg_dark.webp);
  z-index: 6;
}

.kv_zone .kv_bg_screen_1 {
  background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/kv/KV_bg_screen_1.webp);
  z-index: 5;
  opacity: 0;
  animation-name: kvScreenIn, kvScreenPulse;
  animation-duration: 0.8s, 3s;
  animation-delay: 1.3s, 2.1s;
  animation-timing-function: ease-out, ease-in-out;
  animation-fill-mode: forwards, none;
  animation-iteration-count: 1, infinite;
}

.kv_zone .kv_bg_screen_2 {
  background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/kv/KV_bg_screen_2.webp);
  z-index: 2;
}

@keyframes kvScreenIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes kvScreenPulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.35; }
}

.kv_zone .big_logo {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  width: 17vw;
  z-index: 8;
}
.kv_zone .big_logo h1 {
  margin: 0;
}
.kv_zone .big_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.kv_zone .big_title {
  position: absolute;
  width: 25%;
  top: 10%;
  left: 4%;
  z-index: 7;
}
.kv_zone .big_title .kv_title {
  width: 100%;
  opacity: 0;
  animation: title 1s forwards 0.1s ease-in-out;
}
.kv_zone .big_title .kv_title_light {

  position: absolute;
  width: 100%;
  left: 0%;
  mix-blend-mode: screen;
}
.kv_zone .go_event1_btn {
  cursor: pointer;
  position: absolute;
  left: calc(50% - 9vw);
  width: 18vw;
  height: 5.375vw;
  bottom: 10vw;
  background-image: url(https://images3.iwplay.com.tw/image/mhxzx/events/20260806/image/kv/go_btn_2.webp);
  background-repeat: no-repeat;
  background-size: 100% 200%;
  background-position: 0 0;
  opacity: 0;
  animation-name: show_btn, btnFloat;
  animation-duration: 1s, 2.4s;
  animation-delay: 1.2s, 2.2s;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94), ease-in-out;
  animation-fill-mode: forwards, none;
  animation-iteration-count: 1, infinite;
  transition: bottom 0.3s;
  z-index: 10;
}
.kv_zone .go_event1_btn:hover {
  background-position: 0 100%;
  bottom: 11vw;
  animation-name: show_btn, none;
}

@keyframes btnFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10%); }
}

.kv_zone .kv_chara {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  z-index: 3;
  opacity: 0;
  animation: kvCharaIn 0.9s 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

@keyframes kvCharaIn {
  from { opacity: 0; transform: translateY(8%); }
  to   { opacity: 1; transform: translateY(0); }
}


@media (max-width: 768px) {
    .kv_zone {
        height: auto;
        aspect-ratio: 1080 / 1922;
        background: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/kv/kv_bg_m_1.webp) center top no-repeat;
        background-size: cover;
    }
    .kv_zone .kv_bg_screen_1,
    .kv_zone .kv_bg_screen_2,
    .kv_zone .kv_bg_dark {
        display: none;
    }
    .kv_zone .big_logo{
        width: 40vw;
        top: 0vw;
        left: 0vw;
    }
    .kv_zone .big_title {
        position: absolute;
        width: 34%;
        top: 13%;
        left: 2%;
    }
    .kv_zone .go_event1_btn{
        width: 50vw;
        height: 14.93vw;
        bottom: 33vw;
        left: 25%;
    }
    .kv_zone .go_event1_btn:hover{
        bottom: 36vw;
    }
    .kv_zone .kv_chara {
        display: none;
    }
}

/*--↑主視覺區域↑--*/











/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
            登入區塊_區域
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
/* events_2 ＋ events_3 共用背景容器 */
.events_23_bg {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: -12%;
    /* padding-top: 12%; */
    background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/event2/event2_bg_2.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0);
}

.events_23_bg .women,
.events_23_bg .men,
.events_23_bg .deco_1,
.events_23_bg .deco_2 {
    position: absolute;
    height: auto;
    z-index: 5;
    pointer-events: none;
    background-color: rgba(226, 21, 134, 0);
    /*顏色標記*/
}

.events_23_bg .women img,
.events_23_bg .men img,
.events_23_bg .deco_1 img,
.events_23_bg .deco_2 img {
    width: 100%;
    height: auto;
    display: block;
}

.events_23_bg .women {
    width: 58%;
    top: 18%;
    left: -33%;
    z-index: 61;
}

.events_23_bg .men {
    width: 45%;
    top: 55%;
    right: -9%;
}

.events_23_bg .deco_1 {
    width: 14%;
    top: 33%;
    right: 10%;
}

.events_23_bg .deco_2 {
    width: 17%;
    top: 72%;
    left: 8%;
}


@media (max-width:767px) {
    .events_23_bg {
        background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/event2/event2_bg_m_1.webp);
        background-size: 100% 100%;
        margin-top: -20%;
    }

    .events_23_bg .men,
    .events_23_bg .deco_1,
    .events_23_bg .deco_2 {
        display: none;
    }

    .events_23_bg .women {
        display: block;
        width: 150%;
        top: 65%;
        left: -92%;
        z-index: 59;
    }
}


.events_2 {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 42%;
    background-color: rgba(255, 0, 0, 0); 
}


/*中央*/
.events_2 .main_center {
    position: absolute;
    width: 72vw;
    height: auto;
    padding-bottom: 0%;
    top: 23%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 60;
    background-color: rgba(17, 187, 82, 0);
    /*顏色標記*/
}



/*登入區*/

/*大標*/
.events_2 .zone_title {
    position: absolute;
    width: 58.5%;
    height: auto;
    padding-bottom: 0%;
    top: 2%;
    left: 20.75%;

    z-index: 65;


	animation-delay: 0.6s;
	animation-duration: 0.6s !important;
}


/*小標*/
.events_2 .lv_s_title {
	position: absolute;
	width: 50%;
	height: auto;
	padding-bottom: 0%;
	background-color: #99232300;
	/*顏色標記*/
	top: 17%;
	left:24.5%;
	/* transform: translate(-50%, -50%); */
	z-index: 66;

	animation-delay: 0.9s;
	animation-duration: 0.6s !important;
}
.events_2 .lv_s_title p {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 0.9vw;
	line-height: 153%;
	margin-block-start: 0em;
	margin-block-end: 0em;
	color: #ffffff;
	font-weight: 300;
	margin-top: 0.5%;
	text-align: center;
	text-shadow: #001e25 0.1em 0.1em 0.8em;
}


.events_2  .main_center .frame_out {
    position: absolute;
    width: 60vw;
    height: auto;
    aspect-ratio: 1082 / 440;
    top: 30%;
    left: 8.33%;
    z-index: 63;
	background-color: #1ee22800;
	/*顏色標記*/
    background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/event2/out_frame_pc.webp);
    background-repeat: no-repeat;
    background-size: 100%;
}




.events_2  .main_center .frame_out .log_befor {
    position: absolute;
    width: 88%;
    height: auto;
    aspect-ratio: 200 / 83;
    top: 5%;
    left: 6%;
    z-index: 5;

    background-color: rgba(123, 226, 6, 0);
}

.events_2  .log_befor .log_title,
.events_2  .log_after .log_title,
.events_2  .log_afterB .log_title
{
    position: absolute;
    width: 32%;
    height: auto;
    aspect-ratio: 326 / 72;
    top: 7%;
    left: 14%;
    background-color: rgba(45, 69, 177, 0);
    /*顏色標記*/
}


.events_2  .log_befor .lv2_word_2_1 {
    position: absolute;
    width: 40%;
    height: 35%;
    top: 30%;
    left: 10%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(43, 78, 233, 0);
    /*顏色標記*/
}
.login_befor_word{
    font-size: 1vw;
    font-weight: 600;
    line-height: 2vw;
    text-align: start;
}
.lv2_word_2_1 .login_befor_hint{
    color: #fee397;

}

.events_2  .log_befor .lv2_word_2_1 p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.9vw;
    line-height: 153%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #ffffff;
    font-weight: 500;
    margin-top: 0.5%;
    text-align: center;
}



.events_2  .log_befor .button_2_1,
.events_2  .log_after .button_2_2,
.events_2  .log_afterB .button_2_3
{
    position: absolute;
    width: 30%;
    height: auto;
    aspect-ratio: 337 / 70;
    top: 70%;
    left: 15%;
    z-index: 65;
    background-color: rgba(33, 74, 255, 0);
    /*顏色標記*/
}

.events_2  .log_befor .log_gift_sp,
.events_2  .log_after .log_gift_sp ,
.events_2  .log_afterB .log_gift_sp
 {
    position: absolute;
    width: 45%;
    height: auto;
    aspect-ratio: 461 / 372;
    top: 6%;
    left: 53%;
    z-index: 65;
    background-color: rgba(37, 255, 190, 0);
    /*顏色標記*/
}

.events_2  .log_befor .button_2_1 img,
.events_2  .log_afterA .button_2_2 img,
.events_2  .log_afterB .button_2_3 img
 {
    transform: scale(1);
    transition: 0.3s;
}

.events_2  .log_befor .button_2_1 img:hover,
.events_2  .log_afterA .button_2_2 img:hover,
.events_2  .log_afterB .button_2_3 img:hover

 {
    transform: scale(1.1);
    transition: 0.3s;
}




.events_2  .main_center .frame_out .log_after,
.events_2  .main_center .frame_out .log_afterB
 {
    position: absolute;
    width: 88%;
    height: auto;
    aspect-ratio: 200 / 83;
    top: 5%;
    left: 6%;
    z-index: 5;

    background-color: rgba(255, 196, 0, 0);
}

.events_2  .log_after .lv2_word_2_2 ,
.events_2  .log_afterB .lv2_word_2_3
 {
    position: absolute;
    width: 40%;
    height: 35%;
    top: 30%;
    left: 10%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(110, 43, 233, 0);
    /*顏色標記*/
}


.events_2  .log_after .lv2_word_2_2 p,
.events_2  .log_afterB .lv2_word_2_3 p
 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 0.9vw;
    line-height: 153%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #ffffff;
    font-weight: 500;
    margin-top: 0.5%;
    text-align: center;
}




@media (max-width:1470px) {}

/*@media (max-width:1100px) {
	.events_2 {
		padding-bottom: 135%;
		background-color: rgb(226, 195, 21);
	}
}*/

@media (max-width:767px) {
    .events_2 {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 210%;
        /* 背景由 .events_23_bg 統一負責 */
        background-color: transparent;
    }
    /*--中央區--*/
    .events_2 .main_center {
        width: 90vw;
        top: 13%;
        background-color: rgba(0, 183, 255, 0);
        /*顏色標記*/
    }
    
    /*大標*/
    .events_2 .zone_title {
        width: 96%;
        left: 2%;
    }


    .events_2  .main_center .frame_out{
        left: 0%;
        width: 100%;
        aspect-ratio: 980 / 1645;
        top: 20%;
        background-color: #1ee22800;
        /*顏色標記*/
        background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/event2/out_frame_mo.webp);
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .events_2  .main_center .frame_out .log_befor,
    .events_2  .main_center .frame_out .log_after,
    .events_2  .main_center .frame_out .log_afterB
    {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        top: 0%;
        left: 0%;
        background-color: rgba(226, 30, 200, 0);
        /*顏色標記*/
    }

    .events_2  .log_befor .log_gift_sp,
    .events_2  .log_after .log_gift_sp ,
    .events_2  .log_afterB .log_gift_sp
    {
        width: 90%;
        height: 52.75%;
        top: 3%;
        left: 5%;
        background-color: rgba(30, 226, 118, 0);
        /*顏色標記*/
    }

    .events_2  .log_befor .log_title,
    .events_2  .log_after .log_title,
    .events_2  .log_afterB .log_title
    {
        width: 75%;
        height: auto;
        aspect-ratio: 326 / 72;
        top: 54%;
        left: 12.5%;
        background-color: rgba(45, 69, 177, 0);
        /*顏色標記*/
    }

    .events_2  .log_befor .lv2_word_2_1,
    .events_2  .log_after .lv2_word_2_2 ,
    .events_2  .log_afterB .lv2_word_2_3
    {
        width: 90%;
        height: 18%;
        top: 63.87%;
        left: 5%;
        background-color: rgba(30, 226, 183, 0);
        /*顏色標記*/
    }

    .events_2  .log_befor .lv2_word_2_1 p,
    .events_2  .log_after .lv2_word_2_2 p,
    .events_2  .log_afterB .lv2_word_2_3 p
    {
        font-size: 3.4vw;
    }

    .events_2  .log_befor .button_2_1,
    .events_2  .log_after .button_2_2,
    .events_2  .log_afterB .button_2_3
    {
        width: 80.8%;
        height: 10%;
        top: 83.57%;
        left: 9.6%;
        background-color: rgba(0, 0, 0, 0);
        /*顏色標記*/
    }
}












/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
            135達成_區域
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.events_3 {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 55%;
    background-color: rgba(59, 21, 226, 0);
    /*顏色標記*/
}


/*中央*/
.events_3 .main_center {
    position: absolute;
    width: 72vw;
    height: auto;
    padding-bottom: 0%;
    top: 6%;
    left: 0;
    right: 0;
    bottom: -7%;
    margin: auto;
    z-index: 60;
    background-color: rgba(21, 226, 100, 0);
    /*顏色標記*/
}



/*大標*/
.events_3 .big_title {
    position: absolute;
    width: 58.5%;
    height: auto;
    padding-bottom: 0%;
    top: 0%;
    left: 20.75%;
    background-color: rgba(21, 127, 226, 0);
    /*顏色標記*/
    z-index: 65;
}


.mo_br {
    display: none;
}

/*文字*/
.events_3 .s_tt {
    position: absolute;
    width: 59.5%;
    height: auto;
    padding-bottom: 0%;
    top: 18%;
    left: 20.25%;
    z-index: 2;
    background-color: rgba(226, 21, 21, 0);
    /*顏色標記*/
}

.events_3 .s_tt p {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.02vw;
    line-height: 153%;
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #434343;
    font-weight: 500;
    margin-top: 0.5%;
    text-align: center;
    /*text-shadow: #ffffff 0.1em 0.1em 0.4em, #ffffff 0.1em 0.1em 0.4em;*/
}


.events_3 .s_tt p span {
    color: #0d1c73;
}


.events_3 .s_tt p .hint {
    color: #af0f11;
}


/*--SNS--*/
.events_3 .sns_box {
    position: absolute;
    width: 18.7%;
    height: auto;
    padding-bottom: 5.5%;
    top: 23.5%;
    left: 39.65%;

    z-index: 5;

    background-color: rgba(200, 241, 16, 0);
    /*顏色標記*/
}
.events_3 .sns_box .btn-hover
{   
    transform: scale(1);
    transition: 0.3s;
}
.events_3 .sns_box .btn-hover:hover
{   
    transform: scale(1.2);
    transition: 0.3s;
}
.events_3 .sns_box .fb_btn {
    position: absolute;
    width: 23%;
    height: auto;
    padding-bottom: 0%;
    top: 0%;
    left: 6%;
    z-index: 3;
    cursor: pointer;
}

.events_3 .sns_box .line_btn {
    position: absolute;
    width: 23%;
    height: auto;
    padding-bottom: 0%;
    top: 0%;
    left: 38%;
    z-index: 3;
    cursor: pointer;
}

.events_3 .sns_box .copy_btn {
    position: absolute;
    width: 23%;
    height: auto;
    padding-bottom: 0%;
    top: 0%;
    left: 70%;
    z-index: 3;
    cursor: pointer;
}


.events_3 .event_2_title {
    position: absolute;
	width: 42.5%;
	height: auto;
	padding-bottom: 0%;
	background-color: #99232300;
	/*顏色標記*/
	top: 27.5%;
	left:27.75%;
	/* transform: translate(-50%, -50%); */
	z-index: 66;
}
.events_3 .event_2_title p{
    font-family: 'Noto Sans TC', sans-serif;
	font-size: 1.36vw;
	line-height: 153%;
	margin-block-start: 0em;
	margin-block-end: 0em;
	color: #434343;
	font-weight: 700;
	margin-top: 3.5%;
	text-align: center;
}
.event3_hint{
    color: #e94244;
    font-size: 1.955vw;
    line-height: 153%;
    margin-block-start: 0em;
	margin-block-end: 0em;
    /* text-shadow: #250000 0.1em 0.1em 0.9em; */

}



.swoopInTop{
    animation-duration: 1s;
}


.events_3 .join_card_box {
    position: absolute;
    width: 90%;
    height: auto;
    padding-bottom: 38%;
    top: 36%;
    left: 5%;
    z-index: 66;

    background-color: rgba(21, 86, 226, 0);
        /*顏色標記*/
}

/* 紙牌和按鈕固定格式 */

.events_3 .pp_card{
    position: absolute;
    width: 30%;
    height: auto;
    padding-bottom: 35%;
    top: 0%;
    z-index: 3;    
    
    animation-delay: 1.7s;
    animation-duration: 0.6s !important;
}
.events_3 .pp_card .not_get_gift_btn,
.events_3 .pp_card .get_gift_btn {
    position: absolute;
    width: 50%;
    height: auto;
    padding-bottom: 0%;
    top: 74%;
    right: 22%;
    z-index: 80;
    background-color: rgba(0, 255, 255, 0);
    /* cursor: pointer; */
    /*顏色標記*/
}
.events_3 .pp_card .not_get_gift_btn:hover,
.events_3 .pp_card .get_gift_btn:hover 
{
    /* transform: scale(1.1);
    transition: 0.3s; */
}

/*未達成*/
.events_3 .pp_card .not_get_gift_btn {

}


/*已達成*/
.events_3 .pp_card .get_gift_btn {

}


/*1人*/
.events_3 .pp_1_box {

    left: 5%;

    background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/event3/pp_1_bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;

    background-color: rgba(255, 0, 170, 0);
    /*顏色標記*/
}

/*3人*/
.events_3 .pp_3_box {

    left: 35%;

    background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/event3/pp_3_bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;

    background-color: rgba(9, 255, 0, 0);
    /*顏色標記*/
}


/*5人*/
.events_3 .pp_5_box {

    left: 65%;

    background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/event3/pp_5_bg.webp);
    background-repeat: no-repeat;
    background-size: 100%;

    background-color: rgba(145, 255, 0, 0);
    /*顏色標記*/

}




@media (max-width:1470px) {}


/*@media (max-width:1100px) {
	.events_3 {
		padding-bottom: 135%;
		background-color: rgb(42, 21, 226);
	}
}*/

@media (max-width:767px) {
    .events_3 {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 215%;
        /* 背景由 .events_23_bg 統一負責 */
        background-color: transparent;
    }
    /*--中央區--*/
    .events_3 .main_center {
        width: 90vw;
        background-color: rgba(255, 102, 0, 0);
        /*顏色標記*/
    }
    /*大標*/
    .events_3 .big_title {
        width: 96%;
        left: 2%;
        background-color: rgba(21, 127, 226, 0);
        /*顏色標記*/
    }
    .events_3 .s_tt{
        width: 90%;
        top: 14%;
        left: 5%;
         background-color: rgba(21, 127, 226, 0);
        /*顏色標記*/

    }
    .events_3 .s_tt p {
        font-size: 3vw;
        /* white-space:nowrap; */
    }
    .mo_br {
        display: inline;
    }





    /*--SNS--*/
    .events_3 .sns_box {
        width: 52%;
        top: 20%;
        left: 24%;

        background-color: rgba(122, 139, 46, 0);
        /*顏色標記*/
    }
    .events_3 .event_2_title{
        width: 64%;
        top: 25%;
        left: 18%;
    }
    .events_3 .event_2_title p{
        font-size: 4.2vw;
    }
    .events_3 .event_2_title .event3_hint{
        font-size: 5.63vw;
        font-weight: 900;
    }

    .events_3 .join_card_box{
        top: 30%;
    }

.events_3 .pp_card{
        width: 55%;
        height: auto;
        padding-bottom: 0%;
        aspect-ratio: 424 / 485;
        background-color: rgba(21, 127, 226, 0);
        /*顏色標記*/
    }

    /*1人*/
.events_3 .pp_1_box {
    top: 10%;
    left: 50%;

    background-color: rgba(255, 0, 170, 0);
    /*顏色標記*/
}

/*3人*/
.events_3 .pp_3_box {
    top: 180%;
    left: -5%;

    background-color: rgba(9, 255, 0, 0);
    /*顏色標記*/
}


/*5人*/
.events_3 .pp_5_box {

    left: 50%;
    top: 180%;

    background-color: rgba(145, 255, 0, 0);
    /*顏色標記*/

}

} 










/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
            商店圖_區域
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
.events_4 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin-top: -10%;
    padding-bottom: 60%;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/event4/event4_bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}


.events_4 .bg_pp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/event4/event4_bg_pp.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
    animation-name: ppInLeft;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-fill-mode: both;
}

@keyframes ppInLeft {
    from { opacity: 0; transform: translateX(-12%); }
    to   { opacity: 1; transform: translateX(0); }
}


/*中央*/
.events_4 .main_center {
    position: absolute;
    width: 70vw;
    height: auto;
    padding-bottom: 0%;
    top: 18%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 60;
    background-color: rgba(21, 76, 226, 0);
    /*顏色標記*/
}


.events_4 .big_title {
    position: absolute;
    width: 58.5%;
    height: auto;
    padding-bottom: 0%;
    top: 2%;
    left: 20.75%;
    /* margin: auto; */
    background-color: rgba(21, 226, 113, 0);
    z-index: 5;
}



/*商店圖*/
.events_4 .gallery {
    position: absolute;
    width: 62vw;
    height: auto;
    padding-bottom: 0%;
    top: 26%;
    left: 5.714%;
    z-index: 6;
    background-color: rgba(226, 21, 21, 0);
    /*顏色標記*/
}

.events_4 .gallery .gallery_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 39.95%;
}

.events_4 .gallery .g_item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 69.6%;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0))
            drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                opacity 0.45s ease,
                filter 0.45s ease;
    will-change: transform, opacity;
}

.events_4 .gallery .g_item img {
    width: 100%;
    height: auto;
    display: block;
}

.events_4 .gallery .g_item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.45s ease;
    pointer-events: none;
}

.events_4 .gallery .g_item.is_prev::after,
.events_4 .gallery .g_item.is_next::after {
    background-color: rgba(0, 0, 0, 0);
}

.events_4 .gallery .g_item.is_active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 3;
    filter: drop-shadow(0 0 1.2vw rgba(0, 0, 0, 0.45))
            drop-shadow(0 0 3.5vw rgba(0, 0, 0, 0.22));
}

.events_4 .gallery .g_item.is_prev {
    transform: translate(-66.6%, -50%) scale(0.84);
    opacity: 1;
    z-index: 2;
}

.events_4 .gallery .g_item.is_next {
    transform: translate(-33.4%, -50%) scale(0.84);
    opacity: 1;
    z-index: 2;
}

.events_4 .gallery .btn_prev,
.events_4 .gallery .btn_next {
    width: 2.5vw;
    height: 2.45vw;
    background: url(https://images3.iwplay.com.tw/image/mhxzx/events/20260806/image/event4/arrow.webp) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    filter: drop-shadow(0 0 0.2rem rgb(255, 255, 255))
            drop-shadow(0 0 0.45rem rgba(255, 255, 255, 0.85))
            drop-shadow(0 0 0.9rem rgba(255, 255, 255, 0.55));
}

.events_4 .gallery .btn_prev {
    left: 4%;
}

.events_4 .gallery .btn_next {
    right: 4%;
    transform: translateY(-50%) rotate(180deg);
}




/*雙按鈕*/
.events_4 .gn_btn_box {
    position: absolute;
    width: 45%;
    height: auto;
    padding-bottom: 9%;
    top: 78.5%;
    left: 27.5%;

    z-index: 5;

    background-color: rgba(122, 139, 46, 0);
    /*顏色標記*/
}

.events_4 .gn_btn_box .gift_history_btn {
    position: absolute;
    width: 42%;
    height: auto;
    padding-bottom: 0%;
    top: 20%;
    left: 55%;
    cursor: pointer;

    z-index: 5;
}


.events_4 .gn_btn_box .notic_btn {
    position: absolute;
    width: 42%;
    height: auto;
    padding-bottom: 0%;
    top: 20%;
    left: 5%;
    cursor: pointer;

    z-index: 5;
}

.events_4 .gn_btn_box .btn-hover
{   
    transform: scale(1);
    transition: 0.3s;
}
.events_4 .gn_btn_box .btn-hover:hover
{   
    transform: scale(1.2);
    transition: 0.3s;
}    





@media (max-width:1470px) {}



/*@media (max-width:1100px) {
	.events_4 {
		padding-bottom: 135%;
		background-color: rgb(42, 21, 226);
	}
}*/



@media (max-width:767px) {

    .events_4 {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: -15%;
        padding-bottom: 170%;
        background-color: rgba(0, 0, 0, 0);
        background-image: url(https://images1.iwplay.com.tw/image/mhxzx/events/20260806/image/event4/event4_bg_m.webp);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
    }



    .events_4 .bg_pp {
        display: none;
    }

    /*--中央區--*/
    .events_4 .main_center {
        width: 90vw;
        background-color: rgba(159, 189, 25, 0);
        /*顏色標記*/
    }


    .events_4 .big_title {
        width: 96%;
        top: 5vw;
        left: 2%;
    }


    .events_4 .gallery {
        width: 100vw;
        top: 37.7vw;
        left: -5vw;
        background-color: rgba(35, 211, 196, 0);
        /*顏色標記*/
    }

    .events_4 .gallery .g_item {
        width: 90%;
    }

    .events_4 .gallery .gallery_box {
        padding-bottom: 53.7%;
    }

    .events_4 .gallery .btn_prev,
    .events_4 .gallery .btn_next {
        width: 8vw;
        height: 7.85vw;

        background: url(https://images3.iwplay.com.tw/image/mhxzx/events/20260806/image/event4/arrow.webp) center no-repeat;
        background-size: 100%;
    }

    .events_4 .gallery .btn_prev {
        left: 6vw;
    }

    .events_4 .gallery .btn_next {
        right: 6vw;
    }

    .events_4 .gallery .g_item.is_prev,
    .events_4 .gallery .g_item.is_next {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0;
        z-index: 1;
    }



    .events_4 .gn_btn_box {
        width: 90%;
        padding-bottom: 45.5%;
        top: 95.4vw;
        left: 5%;
    }

    .events_4 .gn_btn_box .notic_btn {
        width: 50vw;
        top: 2vw;
        left: 15.5vw;
    }

    .events_4 .gn_btn_box .gift_history_btn {
        width: 50vw;
        top: 19.93vw;
        left: 15.5vw;
    }




}















/*▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
            footer
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀*/
footer {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

footer p,
footer ul {
    opacity: 1;
}

.footer .company>img {
    width: 122px;
    height: auto;
}

footer img {
    width: initial;
    height: initial;
}

@media (max-width:1100px) {
    footer {
        padding-bottom: 16%;
    }
}


@media (max-width:767px) {
    footer {
        padding-bottom: 35%;
    }
}