/* imgServerPaht = https://twimage.daigobang.com/web/events/fathersday2022 */

/* Config Event color  */
/* 參照 Zeplin Style Guideline 修改 E.G. https://app.zeplin.io/project/5cda928427264913e957ad6d/screen/62135486f7dfe5139201e1f5 */
:root {
  --highlight-text-color: #000000;
  /* 高亮字型 */
  --main-color: #000000;
  /* 字型主色 */
  --main-bg-color: #f3f5b8;
  /* 背景主色 */
  --belt-bg-color-1: #03c760;
  /* 腰帶背景色(上) */
  --belt-bg-color-2: #9be64c;
  /* 腰帶背景色(下) */
  --indise-footer-bg-color: #f3f5b8;
  /* 注意事項背景顏色 */
  --indise-footer-color: #000000;
  /* 注意事項字體顏色 */

  --banner-bg-color: #F6F6B4;
  
  /* 精選禮品 */
  --prod-title-image: url('https://twimage.daigobang.com/web/events/Valentine2026/prod_title.png');
  /* 「精選禮品」圖片 */
  --prod-title-image-height: 72px;
  /* 「精選禮品」圖片高 */
  --prod-title-image-width: 610px;
  /* 「精選禮品」圖片寬 */
  --prod-title-image-m: url('https://twimage.daigobang.com/web/events/Valentine2026/prod_title_m@2x.png');
  /* 「精選禮品」圖片 - 小網 */
  --prod-title-image-m-height: 42px;
  /* 「精選禮品」圖片高 - 小網 */
  --prod-title-image-m-width: 326px;
  /* 「精選禮品」圖片寬 - 小網 */
  
  /* 商品分類 */
  --button-color: #040404;
  /* 看折扣按鈕文字色 */
  --button-color-hv: #040404;
  /* 看折扣按鈕文字互動色 */
  --button-bg-color: #fdcd00;
  /* 看折扣按鈕背景色 */
  --button-bg-color-hv: #fdcd00;
  /* 看折扣按鈕互動色 */
  --category-bg-color: #fd6819;
  /* 商品分類底色 */
  --category-bg-color-hv: #6d7736;
  /* 商品分類底色互動色 */
  --category-name-color: #040404;
  /* 商品分類名稱文字顏色 */
  --category-name-color-hv: #fff;
  /* 商品分類名稱文字互動顏色 */
  --category-wrap-size: 13px;
  /* 商品分類間隔 */

  /* 浮動選單 */
  /* -- 浮動選單 - 大網右測 -- */
  --float-menu-border-color: #f1d5fe;
  /* 浮動選單按鈕間隔顏色 */
  --float-menu-border-color-hv: #fb72cf;
  /* 浮動選單按鈕間隔互動顏色 */
  --float-menu-bg-color: transparent;
  /* 浮動選單按鈕背景色 */
  --float-menu-bg-color-hv: #fb72cf;
  /* 浮動選單按鈕互動背景色 */
  --float-menu-height: 497px;
  /* 浮動選單高 */
  --float-menu-width: 144px;
  /* 浮動選單寬 */
  --float-menu-bg-image: image-set(
    url('https://twimage.daigobang.com/web/events/Valentine2026/float-menu-bg.png') 1x,
    url('https://twimage.daigobang.com/web/events/Valentine2026/float-menu-bg@2x.png') 2x
  );
  /* 浮動選單圖片路徑 */
  --float-menu-image-1: image-set(
    url("https://twimage.daigobang.com/web/events/Valentine2026/11.png") 1x,
    url("https://twimage.daigobang.com/web/events/Valentine2026/11@2x.png") 2x
  );
  --float-menu-image-2: image-set(
    url("https://twimage.daigobang.com/web/events/Valentine2026/22.png") 1x,
    url("https://twimage.daigobang.com/web/events/Valentine2026/22@2x.png") 2x
  );
  --float-menu-image-3: image-set(
    url("https://twimage.daigobang.com/web/events/Valentine2026/33.png") 1x,
    url("https://twimage.daigobang.com/web/events/Valentine2026/33@2x.png") 2x
  );
  --float-menu-image-4: image-set(
    url("https://twimage.daigobang.com/web/events/Valentine2026/44.png") 1x,
    url("https://twimage.daigobang.com/web/events/Valentine2026/44@2x.png") 2x
  );
  --float-menu-image-1-hv: image-set(
    url("https://twimage.daigobang.com/web/events/Valentine2026/11_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/Valentine2026/11_h@2x.png") 2x
  );
  --float-menu-image-2-hv: image-set(
    url("https://twimage.daigobang.com/web/events/Valentine2026/22_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/Valentine2026/22_h@2x.png") 2x
  );
  --float-menu-image-3-hv: image-set(
    url("https://twimage.daigobang.com/web/events/Valentine2026/33_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/Valentine2026/33_h@2x.png") 2x
  );
  --float-menu-image-4-hv: image-set(
    url("https://twimage.daigobang.com/web/events/Valentine2026/44_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/Valentine2026/44_h@2x.png") 2x
  );
  --float-menu-image-top: image-set(
    url("https://twimage.daigobang.com/web/events/Valentine2026/top.png") 1x,
    url("https://twimage.daigobang.com/web/events/Valentine2026/top@2x.png") 2x
  );

  /* -- 浮動選單 - 大網下方 -- */
  --float-menu-w-bg: linear-gradient(to top, #000000, #000000);
  --float-menu-image-w-1: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-1.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-1@2x.png") 2x
  );
  --float-menu-image-w-2: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-2.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-2@2x.png") 2x
  );
  --float-menu-image-w-3: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-3.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-3@2x.png") 2x
  );
  --float-menu-image-w-4: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-4.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-4@2x.png") 2x
  );
  --float-menu-image-w-1-hv: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-1_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-1_h@2x.png") 2x
  );
  --float-menu-image-w-2-hv: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-2_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-2_h@2x.png") 2x
  );
  --float-menu-image-w-3-hv: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-3_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-3_h@2x.png") 2x
  );
  --float-menu-image-w-4-hv: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-4_h.png?v=2") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/w-foot-nav-btn-4_h@2x.png?v=2") 2x
  );

  /* -- 浮動選單 - 小網 -- */
  --float-menu-m-bg: linear-gradient(to top, #000000, #000000);
  --float-menu-image-m-1: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-1.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-1@2x.png") 2x
  );
  --float-menu-image-m-2: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-2.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-2@2x.png") 2x
  );
  --float-menu-image-m-3: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-3.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-3@2x.png") 2x
  );
  --float-menu-image-m-4: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-4.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-4@2x.png") 2x
  );
  --float-menu-image-m-1-hv: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-1_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-1_h@2x.png") 2x
  );
  --float-menu-image-m-2-hv: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-2_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-2_h@2x.png") 2x
  );
  --float-menu-image-m-3-hv: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-3_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-3_h@2x.png") 2x
  );
  --float-menu-image-m-4-hv: image-set(
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-4_h.png") 1x,
    url("https://twimage.daigobang.com/web/events/DGB_202603/m-foot-nav-btn-4_h@2x.png") 2x
  );
}

/* 大網-右側浮動選單  */
.float_menu {
  width: var(--float-menu-width);
  height: var(--float-menu-height);
  background-image: var(--float-menu-bg-image);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 109px;
  padding-left: 9px;
  padding-right: 10px;
  position: fixed;
  right: 198px;
  top: 106px;
  z-index: 11;
}

.float_menu a {
  font-size: 1px;
  text-indent: -999em;
  margin-top: -1px;
  position: relative;
  left: 0px;
  transition: border-bottom .3s;
}

.float_menu a,
.float_menu a:visited,
.float_menu a:link {
  display: block;
  width: 125px;
  margin: 0 auto;
  padding: 7.5px 0;
}

.float_menu a:not(:first-child):not(:last-child)::before {
  content: '';
  width: calc(100% - 25px);
  height: 1px;
  background-color: var(--float-menu-border-color);
  transform: translate(12.5px, -8px);
  display: block;
}

.float_menu a::after {
  content: "";
  width: 91px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
}

.float_menu a {
  background-color: var(--float-menu-bg-color);
  transition: background-color .3s;
}

.float_menu a:hover {
  background-color: var(--float-menu-bg-color-hv);
}

.float_menu a.no-hover:hover {
  background-color: transparent;
}

.float_menu a:nth-child(1)::after {
  background-image: var(--float-menu-image-1);
}

.float_menu a:nth-child(2)::after {
  background-image: var(--float-menu-image-2);
}

.float_menu a:nth-child(3)::after {
  background-image: var(--float-menu-image-3);
}

.float_menu a:nth-child(4)::after {
  background-image: var(--float-menu-image-4);
}

.float_menu a:nth-child(1):hover::after {
  background-image: var(--float-menu-image-1-hv);
}

.float_menu a:nth-child(2):hover::after {
  background-image: var(--float-menu-image-2-hv);
}

.float_menu a:nth-child(3):hover::after {
  background-image: var(--float-menu-image-3-hv);
}

.float_menu a:nth-child(4):hover::after {
  background-image: var(--float-menu-image-4-hv);
}

.float_menu a.top {
  width: 110px;
  position: relative;
  top: 10px;
  border-bottom: 0;
}

.float_menu a.top:after {
  background-image: var(--float-menu-image-top);
  width: 47px;
  height: 43px;
}

@media screen and (max-width: 1919px) {
  .float_menu {
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  .float_menu {
    display: none;
  }
}


/* 大網-下方浮動選單  */
.w-foot-nav {
  width: 100%;
  background-image: var(--float-menu-w-bg);
  padding: 14px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
}
.w-foot-nav__container {
  width: 1168px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.w-foot-nav__btn {
  width: 182px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.w-foot-nav__btn:nth-child(1) {
  background-image: var(--float-menu-image-w-1);
}
.w-foot-nav__btn:nth-child(1):hover {
  background-image: var(--float-menu-image-w-1-hv);
}
.w-foot-nav__btn:nth-child(2) {
  background-image: var(--float-menu-image-w-2);
}
.w-foot-nav__btn:nth-child(2):hover {
  background-image: var(--float-menu-image-w-2-hv);
}
.w-foot-nav__btn:nth-child(3) {
  background-image: var(--float-menu-image-w-3);
}
.w-foot-nav__btn:nth-child(3):hover {
  background-image: var(--float-menu-image-w-3-hv);
}
.w-foot-nav__btn:nth-child(4) {
  background-image: var(--float-menu-image-w-4);
}
.w-foot-nav__btn:nth-child(4):hover {
  background-image: var(--float-menu-image-w-4-hv);
}
.w-foot-nav__btn:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 480px) {
  .w-foot-nav {
    display: none;
  }
  .m_float_activity_menu {
    bottom:61px;
  }
}

@media screen and (max-width: 480px) {
  .m_float_activity_menu {
    bottom:61px;
  }
}

/* 小網-下方浮動選單 */
@media screen and (max-width: 480px) {
  .m_float_menu {
    display: flex;
    justify-content: center;
    width: calc(100vw - 10px);
  }

  .m_float_menu .m_float_menu-btn {
    display: block;
    flex: 1;
    flex-direction: column;
    margin: 0 3px;
    background-position: center;
  }

  .m_float_menu-btn {
    background-size: 84px 42px;
    background-repeat: no-repeat;
    width: 84px;
    height: 42px;
  }

  .m_float_menu-btn.btn1 {
    background-image: var(--float-menu-image-m-1);
  }

  .m_float_menu-btn.btn2 {
    background-image: var(--float-menu-image-m-2);
  }

  .m_float_menu-btn.btn3 {
    background-image: var(--float-menu-image-m-3);
  }

  .m_float_menu-btn.btn4 {
    background-image: var(--float-menu-image-m-4);
  }

  .m_float_menu-btn.btn1:hover,
  .m_float_menu-btn.btn1:active {
    background-image: var(--float-menu-image-m-1-hv);
  }

  .m_float_menu-btn.btn2:hover,
  .m_float_menu-btn.btn2:active {
    background-image: var(--float-menu-image-m-2-hv);
  }

  .m_float_menu-btn.btn3:hover,
  .m_float_menu-btn.btn3:active {
    background-image: var(--float-menu-image-m-3-hv);
  }

  .m_float_menu-btn.btn4:hover,
  .m_float_menu-btn.btn4:active {
    background-image: var(--float-menu-image-m-4-hv);
  }
}



/* banner */
.banner {
  position: relative;
}
.w-banner {
  width: 100%;
  height: 0;
  padding-bottom: 34.583333%;
  background-image: url(https://twimage.daigobang.com/web/events/DGB_202603/1920.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--banner-bg-color);
  background-size: auto 100%;
}
.banner-center-wrapper {
  width: 100%;
  max-width: 1920px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.main-visual-material {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.main-visual-material:nth-child(1) {
  width: calc(267px / 1920px * 100%);
  height: calc(211px / 664px * 100%);
  background-image: image-set(
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-1.png) 1x,
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-1@2x.png) 2x
  );
  top: calc(63.8px / 664px * 100%);
  left: calc(267px / 1920px * 100%);
  transform-origin: center;
  transform: translateY(-20px);
  animation: updownshake 2s infinite alternate;
}
.main-visual-material:nth-child(2) {
  width: calc(142px / 1920px * 100%);
  height: calc(144px / 664px * 100%);
  background-image: image-set(
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-2.png) 1x,
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-2@2x.png) 2x
  );
  top: calc(75.7px / 664px * 100%);
  right: calc(352px / 1920px * 100%);
  transform-origin: center;
  transform: translateY(-20px);
  animation: updownshake 2s infinite alternate;
}
.main-visual-material:nth-child(3) {
  width: calc(148px / 1920px * 100%);
  height: calc(320px / 664px * 100%);
  background-image: image-set(
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-3.png) 1x,
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-3@2x.png) 2x
  );
  top: calc(504.4px / 664px * 100%);
  right: calc(127.7px / 1920px * 100%);
  transform-origin: center;
  animation: leftrightshake 5s ease-in-out infinite alternate;
}
.main-visual-material:nth-child(4) {
  width: calc(204px / 1920px * 100%);
  height: calc(362px / 664px * 100%);
  background-image: image-set(
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-4.png) 1x,
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-4@2x.png) 2x
  );
  top: calc(430px / 664px * 100%);
  right: calc(263.3px / 1920px * 100%);
  transform-origin: center;
  animation: leftrightshake 5s ease-in-out infinite alternate;
}
.main-visual-material:nth-child(5) {
  width: calc(152px / 1920px * 100%);
  height: calc(526px / 664px * 100%);
  background-image: image-set(
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-5.png) 1x,
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-5@2x.png) 2x
  );
  top: calc(541.2px / 664px * 100%);
  right: calc(404px / 1920px * 100%);
  transform-origin: center;
  animation: leftrightshake 5s ease-in-out infinite alternate;
}
.main-visual-material:nth-child(6) {
  width: calc(273px / 1920px * 100%);
  height: calc(484px / 664px * 100%);
  background-image: image-set(
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-6.png) 1x,
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-6@2x.png) 2x
  );
  top: calc(483.9px / 664px * 100%);
  left: calc(377.3px / 1920px * 100%);
  transform-origin: center;
  animation: leftrightshake 5s ease-in-out infinite alternate;
}
.main-visual-material:nth-child(7) {
  width: calc(171px / 1920px * 100%);
  height: calc(377px / 664px * 100%);
  background-image: image-set(
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-7.png) 1x,
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-7@2x.png) 2x
  );
  top: calc(458.5px / 664px * 100%);
  left: calc(130px / 1920px * 100%);
  transform-origin: center;
  animation: leftrightshake 5s ease-in-out infinite alternate;
}
.main-visual-material:nth-child(8) {
  width: calc(147px / 1920px * 100%);
  height: calc(207px / 664px * 100%);
  background-image: image-set(
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-8.png) 1x,
    url(https://twimage.daigobang.com/web/events/DGB_202603/main-visual-material-8@2x.png) 2x
  );
  top: calc(332.3px / 664px * 100%);
  right: calc(442px / 1920px * 100%);
  transform-origin: center;
  transform: translateY(20px);
  animation: updownshake 2s ease-in-out infinite alternate-reverse;
}
@keyframes updownshake {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes leftrightshake {
  0% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(6deg);
  }
}



/* Reset */
button {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: none;
}

p {
  line-height: 1;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

#detail a,
#detail a:visited {
  color: #fff;
}

/* Basic setting */
.important-text {
  color: var(--highlight-text-color);
  font-weight: 800;
}

.w-version {
  display: block;
}

.w-table {
  display: table-cell;
}

.w-input {
  display: flex;
}

.m-version {
  display: none;
}

.hidethis {
  display: none !important;
}

/* 共用出現設定 */

.w-banner {
  overflow: hidden;
}

.m-prod-show-banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #000000;
  opacity: 0.5;
}

/* ===================== */

/* w-banner */
.all-wrapper {
  width: 100%;
  position: relative;
}

.inside-wrapper {
  min-width: 1200px;
  position: relative;
}




.w-inf-promo-table {
  display: block;
}

.w-inf-promo-table .inf-label-val {
  margin-top: 15px;
  margin-left: 50px;
}

.limit1200 {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.addmem-link {
  display: block;
  width: 603px;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  outline: none;
  user-select: none;
}

/* 燈籠 */

.addmem-link::after {
  content: "";
  display: block;
  width: 136px;
  height: 227px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1;
  background-image: url(https://twimage.daigobang.com/web/events/freeservice2021/btn_register.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.addmem-link:hover::after {
  background-image: url(https://twimage.daigobang.com/web/events/freeservice2021/btn_register_on.png);
}

.addmem-link.fixed {
  position: fixed;
  top: 0;
  right: calc(50% - 600px);
}

.layer-2nd {
  margin-top: 50px;
}
.layer-3rd {
  margin-top: 70px;
}

/* 詳細說明 */

.w-prod-show-banner {
  position: relative;
  max-width: 1168px;
}

.w-prod-show-banner img {
  width: 100%;
}

.dummy {
  opacity: 0;
  display: none;
}

.showdummy .dummy {
  display: block;
  width: 1168px;
  height: 180px;
}

.w-prod-show-banner.fixed {
  position: fixed;
  top: 0;
  left: calc(50% - 584px);
  z-index: 10;
}

.color-bar {
  width: 100%;
  height: 100%;
}

.bar-text {
  width: 160px;
  height: 37px;
  animation-name: changeImg;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: changeImg;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: changeImg;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: changeImg;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}

/* prod-zone */

.prod-zone {
  width: 100%;
}

.prod-index {
  width: 100%;
  /* background-color: #cb3245; */
  position: relative;
}

.color-lines {
  width: 100%;
  /* width: calc(50% - 584px); */
  position: absolute;
  /* bottom: -89px; */
  z-index: 0;
}

.color-lines.left {
  left: 0;
}

.color-lines.right {
  /* right: 0; */
}

.color-line {
  width: 100%;
  height: 56px;
}

.color-line-primary {
  background-color: var(--belt-bg-color-1);
}

.color-line-secondary {
  background-color: var(--belt-bg-color-2);
}

.color-line-secondary.fixed {
  position: fixed;
  top: 0;
}

.prod-btns-block {
  width: 1168px;
  height: 96px;
  margin: 0 auto;
  display: flex;
  outline: none;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: -25px;
}

.prod-btn {
  display: block;
  margin-right: calc(48px / 6);
}

.prod-btn:last-child {
  margin-right: 0;
}

.prod-btn .on {
  display: none;
}

.prod-btn:hover .on,
.prod-btn:focus .on,
.prod-btn.active .on,
.prod-btn.active2 .on {
  display: inline;
}

.prod-btn:hover .off,
.prod-btn:focus .off,
.prod-btn.active .off,
.prod-btn.active2 .off {
  display: none;
}

.prod-show {
  width: 100%;
  /* padding-bottom: 88px; */
  background-color: var(--main-bg-color);
  /* background-image: image-set(
    url(https://twimage.daigobang.com/web/events/Valentine2026/prod_show_bg.png) 1x,
    url(https://twimage.daigobang.com/web/events/Valentine2026/prod_show_bg@2x.png) 2x
  );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
}

.prod-show-banner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.prod-show-block {
  width: 1167px;
  margin: 0 auto;
}

.decoration-line {
  /*  總寬度(1200) -文字寬(168) + 線跟文字的間距(80) */
  width: 476px;
  height: 2px;
  background-color: #ffffff;
}

.prod-show-title-text {
  display: block;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  color: #ffffff;
  margin: 0 40px;
}

/* 商品開始 */
.prod-show-block-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 42px;
  padding-bottom: 59px;
}
.prod-show-block-title-img {
  width: var(--prod-title-image-width);
  height: var(--prod-title-image-height);
  background-image: var(--prod-title-image);
  background-position: center;
  background-size: var(--prod-title-image-width) var(--prod-title-image-height);
  background-repeat: no-repeat;
}
@media screen and (max-width:480px) {
  .prod-show-block-title {
    padding-top: 30px;
    padding-bottom: 32px;
  }
  .prod-show-block-title-img {
    width: var(--prod-title-image-m-width);
    height: var(--prod-title-image-m-height);
    background-image: var(--prod-title-image-m);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.prod-show-block-category {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 92px;
}
@media screen and (max-width:480px) {
  .prod-show-block-category {
    gap: 48px;
  }
}
.prod-show-block-category-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
}
@media screen and (max-width:480px) {
  .prod-show-block-category-block {
    gap: 18px;
  }
}

.prod-show-block-category-block-title0 {
  width: 332px;
  height: 44px;
  background-image: image-set(
    url(https://twimage.daigobang.com/web/events/Valentine2026/prod-show-block-category-title-1.png) 1x,
    url(https://twimage.daigobang.com/web/events/Valentine2026/prod-show-block-category-title-1@2x.png) 2x
  );
  background-position: center;
  background-size: 332px 44px;
  background-repeat: no-repeat;
}
.prod-show-block-category-block-title1 {
  width: 332px;
  height: 44px;
  background-image: image-set(
    url(https://twimage.daigobang.com/web/events/Valentine2026/prod-show-block-category-title-2.png) 1x,
    url(https://twimage.daigobang.com/web/events/Valentine2026/prod-show-block-category-title-2@2x.png) 2x
  );
  background-position: center;
  background-size: 332px 44px;
  background-repeat: no-repeat;
}
@media screen and (max-width:480px) {
  .prod-show-block-category-block-title0,
  .prod-show-block-category-block-title1 {
    width: 184px;
    height: 24px;
    background-size: 184px 24px;
  }
}

.category-day {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 13px;
}
@media screen and (max-width:480px) {
  .category-day {
    gap:10px;
  }
}

.category-unit {
  display: block;
  width: 274px;
  width: calc((100% - var(--category-wrap-size) * 3) / 4);
  padding: 8px;
  padding-bottom: 35px;
  /* margin-right: var(--category-wrap-size);
  margin-bottom: var(--category-wrap-size); */
  text-align: center;
  transition: background-color .3s;
} 
.category-unit:nth-child(4n) {
  margin-right: 0;
}
.category-day0 .category-unit {
  background-color: #fbebf8;
}
.category-day0 .category-unit:hover {
  background-color: #fb72cf;
}
.category-day1 .category-unit {
  background-color: #f4ebff;
} 
.category-day1 .category-unit:hover {
  background-color: #a37cff;
}
@media screen and (max-width:480px) {
  .category-unit {
    width: calc(50% - 5px);
    padding: 5px;
    padding-bottom: 22px;
  }
  .category-unit:nth-child(2n + 2) {
    margin-right: 0;
  }
}

.category-unit .cate-name {
  height: auto;
  min-height: 52px;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  align-items: center;
  margin-top: 5.3px;
  margin-bottom: 3.7px;
  font-size: 20px;
}
.category-day0 .category-unit .cate-name {
  color:#7f1775
}
.category-day1 .category-unit .cate-name {
  color:#431e98
}
@media screen and (max-width:480px) {
  .category-unit .cate-name {
    height:auto;
    min-height: 32px;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 10px;
  }
}

.gotosee {
  width: 225px;
  font-size: 16px;
  line-height: 21px;
  padding-top: 9.3px;
  padding-bottom: 8.7px;
  border-radius: 21px;
}
.category-day0 .category-unit .gotosee {
  color: #fff;
  background-color: #fb72cf;
}
.category-day0 .category-unit:hover .gotosee,
.category-day0 .category-unit:focus .gotosee {
  color: #f52eb5;
  background-color: #fbebf8;
}
.category-day1 .category-unit .gotosee {
  color: #ffedf1;
  background-color: #976bff;
}
.category-day1 .category-unit:hover .gotosee,
.category-day1 .category-unit:focus .gotosee {
  color: #7e4bf6;
  background-color: #f4ebff;
}
@media screen and (max-width:480px) {
  .gotosee {
    width: 130px;
    font-size: 12px;
    border-radius: 21px;
    line-height: 1;
    padding: 5px 0;
  }
}

.cate-img {
  display: block;
  width: 100%;
  height: auto;
}




.all-platform {
  margin-top: 32px;
  margin-left: 85px;
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(4, 159px);
}

.all-platform img {
  width: 100%;
}

.rakuma {
  grid-row-start: 1;
  grid-row-end: 3;
}

/* .cate-name {
  height: auto;
  min-height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 17px;
  font-size: 20px;
  color: var(--category-name-color);
} */

/* .category-unit:hover .cate-name,
.category-unit:focus .cate-name {
  color: var(--category-name-color-hv);
} */

/* 注意事項 */
.indise-footer {
  min-width: 1200px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: 68px;
  padding-bottom: 91px;
  color: var(--indise-footer-color);
  background-color: var(--indise-footer-bg-color);
  /* background-image: image-set(
    url(https://twimage.daigobang.com/web/events/Valentine2026/indise-footer-bg.png) 1x,
    url(https://twimage.daigobang.com/web/events/Valentine2026/indise-footer-bg@2x.png) 2x
  );
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover; */
}

.inf-limit {
  width: 1168px;
  margin: 0 auto;
  /* padding-left: 12px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.inf-title {
  margin-right: 45px;
}

.w-inf-title {
  margin-left: -45px;
  margin-bottom: 25px !important;
}

.w-inf-title_txt {
  display: block;
  font-family: regular;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 2px;
  color: #f2e8dd;
}

.inf-box {
  width: calc(100% - 203px);
}

.customer-service {
  margin-top: 50px;
}

.inf-desc {
  width: 100%;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.48px;
  /*color: #FFFFFF;*/
  margin-bottom: 16px;
}

.inf-desc .copyright-text {
  font-weight: normal;
}

.inf-label,
.inf-label-val {
  font-weight: normal;
}

.name-line {
  width: 100%;
  display: block;
  line-height: 1.2;
}

.inf-line {
  width: 100%;
  display: flex;
  margin-left: 30px;
  /* font-weight: 800; */
}

.inf-line-dot {
  width: 5px;
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--indise-footer-color);
  font-size: 14px;
  line-height: 1;
  margin-top: 13px;
  margin-right: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.inf-line-dot.not {
  background-color: transparent;
}

.inf-service {
  margin-left: 30px;
  /* font-weight: bold; */
}

.inf-table table {
  table-layout: fixed;
  max-width: 848px;
  width: 100%;
  height: 72px;
  border-collapse: collapse;
  background-color: #ffbf59;
  margin-bottom: 48px;
}

.inf-table table,
.inf-table th,
.inf-table td {
  border: 1px solid black;
  text-align: center;
}

.inf-table th,
.inf-table td {
  padding: 5px;
}

.inf-line-txt {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.48px;
  word-wrap: break-word;
}

#detail .inf-line-txt a {
  color: var(--indise-footer-color);
}

.txt-highlight {
  color: #ed4a38;
}

.footer {
  background-color: #00020c;
}

body div.l-ft {
  width: 100%;
  margin: 0;
}

.activity-example__title {
  margin-top: 15px;
}
.activity-example__title + .activity-example__info + * + * + * .inf-line-txt {
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .prod-decoration-1st::after,
  .prod-decoration-2nd::after,
  .prod-decoration-3rd::after,
  .inf-line-dot {
    display: none;
  }
  /* Basic setting */
  .banner-center-wrapper,
  .w-version,
  .w-table {
    display: none;
  }
  .m-version {
    display: block;
  }
  .inside-wrapper {
    min-width: 100%;
  }
  .inf-desc {
    margin-bottom: 5px;
  }
  .copyright-text {
    margin-bottom: 40px;
  }
  .font-normal {
    font-weight: normal;
  }
  /* w-banner */
  .w-banner {
    width: 100%;
    height: auto !important;
    padding-bottom: 0;
    background-image: none;
    margin-bottom: 0px;
  }
  /* m-banner */
  .m-banner {
    width: 100%;
    height: auto;
    background-image: none;
    margin-bottom: 0px;
  }
  .m-input {
    display: flex;
  }
  .inf-label {
    flex: 1;
    line-height: 1.8;
  }
  .inf-label-val {
    flex: 3;
    line-height: 1.8;
  }
  .m-inf-promo-table .inf-label-val {
    margin: 0;
  }
  /* 詳細說明 */
  .prod-title {
    padding-top: 10px;
    padding-bottom: 13px;
  }
  .m-colorline {
    width: 100%;
    height: 1px;
    background-color: #bebebe;
  }
  .m-prod-btns-block {
    width: 100%;
    overflow-x: scroll;
    background-color: #12113b;
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: -190px;
    z-index: 2;
    scroll-behavior: smooth;
  }
  .fixed .m-prod-btns-block {
    position: fixed;
    top: 0;
    z-index: 20;
    height: 45px;
  }
  .mbtns-width-controll {
    width: 650px;
    display: flex;
    align-items: center;
  }
  .m-prod-btn {
    display: flex;
    align-items: center;
  }
  .m-prod-btn:first-child {
    margin-left: 32px !important;
  }
  .m-prod-btn:nth-child(7) {
    margin-right: 0;
  }
  .day-name {
    display: block;
    width: 36px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    background-color: #9f0c1e;
    font-size: 12px;
    color: #d53e4c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-right: 3px;
  }
  .brand-name {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 12px;
    width: auto;
    height: 25px;
    line-height: 1.8;
    padding: 0 10px;
  }
  .m-inf-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.8px;
    font-size: 18px;
    /* margin-top: 20px; */
  }
  /* 小網索引按鈕 day1 */
  .m-prod-btn1 .brand-name {
    width: 70px;
    text-align: center;
  }
  .m-prod-btn1.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day2 */
  .m-prod-btn2.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day3 */
  .m-prod-btn3 .brand-name {
    width: 96px;
  }
  .m-prod-btn3.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day4 */
  .m-prod-btn4 .brand-name {
    width: 96px;
  }
  .m-prod-btn4.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day5 */
  .m-prod-btn5 .brand-name {
    width: 80px;
  }
  .m-prod-btn5.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day6 */
  .m-prod-btn6.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* 小網索引按鈕 day7 */
  .m-prod-btn7.active .brand-name {
    background-image: linear-gradient(to top, #6f177c, #ff0c93);
  }
  /* dropdown */
  .m-prod-category1.active .day-name,
  .m-prod-category2.active .day-name,
  .m-prod-category3.active .day-name,
  .m-prod-category4.active .day-name,
  .m-prod-category5.active .day-name,
  .m-prod-category6.active .day-name,
  .m-prod-category7.active .day-name {
    background-color: #9f0c1e;
    color: #ffffff;
  }
  .m-prod-category1.active .brand-name,
  .m-prod-category2.active .brand-name,
  .m-prod-category3.active .brand-name,
  .m-prod-category4.active .brand-name,
  .m-prod-category5.active .brand-name,
  .m-prod-category6.active .brand-name,
  .m-prod-category7.active .brand-name {
    color: #ae1d2d;
  }
  .m-toggleBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 11;
  }
  .fixed .m-toggleBtn {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 21;
  }
  .m-toggleBtn-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: black;
    opacity: 0.8;
  }
  .arror-down {
    display: block;
    width: 17px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 4;
  }
  .open .arror-down {
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
  }
  .m-prod-lighbox {
    display: none !important;
    width: 53%;
    background-color: #ffffff;
    padding: 50px 20px 20px 20px;
    position: absolute;
    right: 0;
    top: 41px;
    z-index: 10;
  }
  .fixed .m-prod-lighbox {
    position: fixed;
    top: 0;
    z-index: 20;
  }
  .m-prod-list {
    width: 100%;
    display: block;
  }
  .m-prod-category {
    width: 100%;
    display: block;
    margin-bottom: 23px;
  }
  .m-prod-category:last-child {
    margin-bottom: 0;
  }
  .m-prod-link {
    display: flex;
    align-items: center;
  }
  .prod-show {
    /* padding-bottom: 55px; */
  }
  .m-prod-show-banner-pack {
    width: 100%;
  }
  .prod-show-banner-img {
    width: 100%;
    height: auto;
  }
  .prod-show-block {
    width: 100%;
    padding: 0 16px;
  }
  .prod-show-title-text {
    font-size: 24px;
    letter-spacing: 1.2px;
    margin: 0 16px;
  }
  .decoration-line {
    width: calc(50% - 70px);
    height: 2px;
    background-color: #ffffff;
  }
  .indise-footer {
    min-width: 100%;
    padding: 41px 12px 6px 12px;
  }
  .inf-table table {
    margin-bottom: 27px;
    table-layout: fixed;
    width: 100%;
  }
  .inf-table table,
  .inf-table th,
  .inf-table td {
    font-size: 14px;
    word-break: break-word;
  }
  .inf-table th,
  .inf-table td {
    padding: 0;
  }
  .inf-table td {
    line-height: 1.3;
    font-weight: normal;
  }
  .inf-limit {
    width: 100%;
    display: block;
  }
  .m-inf-title {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 15px;
  }
  .inf-desc-all {
    line-height: 1.71;
  }
  .inf-line {
    margin-left: 18px;
    font-weight: normal;
  }
  .inf-line-txt {
    width: calc(100% - 18px);
    margin-bottom: 30px;
  }
  .activity-example__title .inf-line-txt {
    margin-bottom: 0;
  }
  .activity-example__info {
    margin-left: 0;
  }
  .activity-example__title + .activity-example__info .inf-line-txt,
  .activity-example__title + .activity-example__info + * + * + * .inf-line-txt {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .warning {
    margin-top: 20px;
  }
  .inf-service {
    margin-left: 18px;
  }
  .inf-service .inf-line-txt {
    margin-bottom: 0;
  }
  .activity-example__title {
    margin-top: 0;
    margin-left: 0;
  }
  .m-foot-nav {
    width: 100%;
    height: 61px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 30;
    background-image: var(--float-menu-m-bg);
    display: flex;
    align-items: center;
    padding: 6px 15px;
  }
  .foot-btn-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-foot-btn {
    width: 160px;
    height: 42px;
    background-image: url(https://twimage.daigobang.com/web/events/freeservice2021/m_btn_register.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .footer_sm {
    margin-bottom: 40px;
  }
  .layer-2nd {
    margin-top: 25px;
  }
  .layer-3rd {
    margin-top: 10px;
  }
  .all-platform {
    grid-template-columns: repeat(4, 85px);
    margin-left: 0;
    margin-top: 16px;
    gap:1px;
  }
}

 .l-container {
    height: auto;
    padding-bottom: 70px !important;
  }
  @media screen and (max-width:480px) {
    .l-container {
      height: auto;
      padding-bottom: 93px !important;
    } 
  }