@font-face {
  font-family: "GenJyuuGothic";
  src: url("../../font/GenJyuuGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GenJyuuGothic";
  src: url("../../font/GenJyuuGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GenJyuuGothic";
  src: url("../../font/GenJyuuGothic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "GenJyuuGothic", sans-serif;
  background: #ffefc3;
}
@keyframes banner-icon-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
.banner {
  position: relative;
  z-index: 2;
}
.banner .banner-img {
  width: 100%;
}
.banner .shop-now {
  position: absolute;
  bottom: 20vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 63px;
  background: #fff;
  box-shadow: 0 0 0 11px #ff6c31, 0 0 0 15px #000;
  font-size: 34px;
  padding: 10px 60px;
  transition: all 0.3s ease;
}
.banner .shop-now:hover {
  bottom: 21vh;
}
.banner .banner-icon {
  position: absolute;
  top: 5px;
  right: -70px;
  animation: banner-icon-animation 2s infinite;
}
@media (max-width: 1024px) {
  .banner .shop-now {
    bottom: 85px;
    padding: 8px 40px;
    font-size: 22px;
    box-shadow: 0 0 0 7.108px #ff6c31, 0 0 0 9.692px #000;
  }
  .banner .shop-now:hover {
    bottom: 87px;
  }
}
@media (max-width: 912px) {
  .banner .shop-now {
    bottom: 65px;
    padding: 8px 40px;
    font-size: 22px;
    box-shadow: 0 0 0 7.108px #ff6c31, 0 0 0 9.692px #000;
  }
  .banner .shop-now:hover {
    bottom: 67px;
  }
}
.pc-style {
  display: block;
}
.mb-style {
  display: none;
}
.wrap1-img1 {
  position: absolute;
  bottom: -200px;
  left: 0;
}
.wrap1-img2 {
  position: absolute;
  top: -100px;
  right: 0;
  transform: scaleX(-1);
}
.wrap1 {
  padding-top: 90px;
  position: relative;
}
.wrap1 .wrap-title {
  position: relative;
  color: #461b00;
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 15px;
}
.wrap1 .wrap-title-after {
  transform: scaleX(-1);
}
.wrap1 .wrap-desc-box {
  border-radius: 108px;
  background: #ff8b07;
  width: max-content;
  padding: 12px 56px 8px;
  margin: 0 auto;
  color: #fff;
}
.wrap1 .wrap-desc-box .wrap-desc {
  font-size: 18px;
}
.wrap1 .wrap-desc-box .wrap-tips {
  font-size: 14px;
  margin-top: 9px;
  white-space: nowrap;
  text-align: center;
}
.section1-box {
  margin-top: 70px;
}
.section1-top {
  width: 100%;
  height: 127px;
  background: url(../img/weekend-sale/section-title.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1-content {
  position: relative;
  margin: 0 15px;
  padding: 55px 48px 100px;
  background: #fff;
  border-radius: 0 0 60px 60px;
  border: 1px solid #ac9e76;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px;
}
.bottom-img {
  position: absolute;
  bottom: -2px;
  left: 60px;
  width: 100%;
}
.section1-item {
  display: flex;
  justify-content: center;
}
.item {
  position: relative;
  width: 100%;
  width: 504px;
  margin: 0 auto;
  background: url(../img/weekend-sale/item-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 5px;
}
.item-badge {
  position: absolute;
  top: -45px;
  left: 0;
  z-index: 2;
}
.item-iconsL {
  width: 100%;
}
.item-iconsL-left {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.item-hd {
  position: relative;
  border-radius: 14px;
  border-top: 2px solid #c37800;
  border-right: 2px solid #c37800;
  border-left: 2px solid #c37800;
  background: #f5b142;
  box-shadow: 0 4px 0 0 #c37800;
  height: 122px;
  display: flex;
}
.item-icons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  flex: 1;
}
.item-logoBox {
  margin-left: 26px;
}
.item-logo {
  width: 80px;
  height: 80px;
}
.item2 .item-plats {
  gap: 8px 18px;
  width: 60%;
}
.item-plats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 auto;
}
.item-plats li {
  height: max-content;
}
.item-pt {
  position: relative;
  display: inline-block;
  height: max-content;
}
.item-pt img {
  width: 50px;
}
.item2 .item-pt img {
  width: 35px;
}
.item-pt:hover::after {
  content: attr(data-tip);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  pointer-events: none;
  z-index: 3;
}
.item-pt:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.37) transparent;
}
.item-more {
  position: relative;
  width: 70px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  border-radius: 0 14px 14px 0;
  background: #ffc669;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #8f3725;
  font-size: 13px;
}
.item-more:hover .item-more-img {
  display: block;
}
.item-more .item-more-img {
  display: none;
  position: absolute;
  top: 80%;
  right: 50%;
  transform: translateX(50%);
  object-fit: contain;
  z-index: 5;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
}
.item-more .item-more-img::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
.item-note {
  color: #4d4d4d;
  font-size: 12px;
  margin-top: 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.item-bd {
  position: relative;
  padding: 28px 28px 43px;
  text-align: center;
}
.item-ttl {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #1d1d1d;
}
.item-lic {
  margin: 10px 0 0;
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4d;
}
.item--win .item-btn--mac,
.item--win .item-lk--win {
  display: none;
}
.item--mac .item-btn--win,
.item--mac .item-lk--mac {
  display: none;
}
.item-prRow {
  position: relative;
  gap: 12px;
  margin-top: 16px;
}
.item-amts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.item-pr {
  font-size: 30px;
  font-weight: bold;
  color: #b22222;
  line-height: 1.1;
}
.item-prNum {
  font-size: 60px;
  font-weight: bold;
}
.item-prOld {
  font-size: 22px;
  margin-top: 6px;
  color: #4d4d4d;
}
.item-tax {
  font-size: 13px;
  color: #4d4d4d;
  font-weight: 300;
  margin-top: 13px;
}
.discount-img {
  position: absolute;
  top: 30px;
  right: -70px;
}
.item-disc {
  flex-shrink: 0;
  margin-top: 4px;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: bold;
  color: #c41e1e;
  background: linear-gradient(145deg, #ffe566 0%, #ffc93c 40%, #ff8a4c 100%);
  clip-path: polygon(50% 0%, 61% 28%, 98% 35%, 68% 55%, 79% 92%, 50% 72%, 21% 92%, 32% 55%, 2% 35%, 39% 28%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.12));
  line-height: 1.2;
}
.iconfont {
  font-size: inherit;
}
.item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 40px;
  border-radius: 999px;
  border-radius: 63px;
  border: 2px solid #000;
  background: #ff6700;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: max-content;
  margin: 30px auto 0;
  transition: all 0.3s ease;
}
.item-btn:hover {
  background: #f30;
}
.item-lk {
  display: inline-block;
  margin-top: 18px;
  font-size: 20px;
  font-weight: 500;
  color: #4d4d4d;
  text-decoration: none;
  cursor: pointer;
}
.item-lk:hover {
  text-decoration: underline;
}
/* 單平台區塊 wrap2 */
.wrap2 {
  padding-top: 250px;
  padding-bottom: 180px;
  margin-top: 40px;
  background: url(../img/weekend-sale/wrap2.png) no-repeat top center;
  background-size: 110% 100%;
}
.sp-card-content {
  background: #fff;
  border-radius: 0 0 35px 35px;
  border: 1px solid #ac9e76;
  margin: 0 28px;
  box-shadow: 0 8px 28px rgba(70, 27, 0, 0.07);
}
.sp-card-content:first-child {
  margin-top: 0;
}
.sp-strip {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding: 18px 52px;
  background: linear-gradient(180deg, #ffb347 0%, #f6a60f 48%, #e89420 100%);
}
.sp-strip::before,
.sp-strip::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffe8a8, #b86f00);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.55);
}
.sp-strip::before {
  left: 16px;
}
.sp-strip::after {
  right: 16px;
}
.sp-tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0 36px;
}
.sp-tabs li {
  flex: 1 1 0;
}
.sp-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 20px 0;
  background: #ffaf2f;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  border: none;
  cursor: pointer;
  opacity: 0.7;
}
.sp-tab img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  pointer-events: none;
}
.sp-tab .sp-tab-txt {
  pointer-events: none;
}
.sp-tab.is-active {
  opacity: 1;
}
.sp-tab.is-active::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -6px;
  border: 12px solid transparent;
  border-top-color: #ffaf2f;
}
.sp-tab:focus {
  outline: none;
}
.sp-tab:focus-visible {
  outline: 2px solid #c37800;
  outline-offset: 2px;
  z-index: 1;
}
.sp-tabs li:first-child .sp-tab {
  border-radius: 0 0 0 12px;
}
.sp-tabs li:last-child .sp-tab {
  border-radius: 0 0 12px 0;
}
.sp-tab-txt {
  font-size: 18px;
  color: #191919;
  text-align: center;
  margin-top: 8px;
}
.sp-panels {
  position: relative;
}
.sp-panel[hidden] {
  display: none !important;
}
.sp-main {
  display: grid;
  grid-template-columns: 1fr 390px;
  padding: 30px 36px 20px;
  align-items: center;
}
.sp-info {
  position: relative;
  min-width: 0;
  background-color: #fff7e0;
  border-radius: 12px;
  padding: 16px 33px 0;
}
.sp-name {
  font-size: 22px;
  font-weight: bold;
  color: #1d1d1d;
  margin: 0 0 12px;
}
.sp-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #4d4d4d;
  margin: 0 0 7px;
  font-family: sans-serif;
}
.sp-shot-wrap {
  height: 338px;
}
.sp-shot {
  display: block;
  width: 100%;
  height: auto;
}
.sp-deco {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 14px 0 0 auto;
  height: auto;
}
.sp-buy {
  min-width: 0;
}
.sp-ticket {
  position: relative;
  padding: 33px 16px 44px;
  text-align: center;
  min-height: 278px;
  flex-shrink: 0;
  background: url(../img/weekend-sale/item-bg2.png) no-repeat center center;
  background-size: 100% 100%;
}
.sp-ticket .item-ttl {
  font-size: 36px;
}
.sp-ticket .item-lic {
  font-size: 26px;
  margin-top: 17px;
}
.sp-ticket .item-prNum {
  font-size: 72px;
}
.sp-ticket .item-pr {
  font-size: 36px;
}
.sp-ticket .item-prOld {
  font-size: 26px;
}
.sp-ticket .item-tax {
  font-size: 16px;
}
.sp-ticket .discount-img {
  max-width: 170px;
  width: auto;
  height: auto;
  top: 50px;
  right: -100px;
}
/* 超值組合 wrap3 */
.wrap3 {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
.wrap3-bottom {
  position: relative;
  z-index: 2;
  width: 100%;
}
.wrap3-box {
  margin-top: 56px;
}
.wrap3-grid {
  position: relative;
  margin: 0 28px;
  padding: 25px 40px 52px;
  background: #fff;
  border-radius: 0 0 50px 50px;
  border: 1px solid #ac9e76;
  border-top: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 36px;
  justify-content: center;
}
.combo-card {
  position: relative;
  width: 530px;
  padding: 88px 0 0;
}
.combo-card:first-child {
  background: url(../img/weekend-sale/wrap3-item1.png) no-repeat center center;
  background-size: 100% 100%;
}
.combo-card:last-child {
  background: url(../img/weekend-sale/wrap3-item2.png) no-repeat center center;
  background-size: 100% 100%;
}
.combo-hd {
  position: relative;
  z-index: 1;
  padding: 32px 35px 26px;
  border-bottom: none;
  border-radius: 16px 16px 0 0;
}
.combo-title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.35;
}
.combo-desc {
  margin: 5px 0 0;
  font-size: 17px;
  line-height: 1.55;
  color: #2a2a2a;
  text-align: center;
}
.combo-body {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  padding: 0 3px 3px;
}
.combo-ticket.item {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.combo-item-bd.item-bd {
  margin: 0;
  padding: 0 58px 33px;
  margin-top: 58px;
  text-align: center;
}
.combo-card .item-ttl,
.combo-card .item-lic {
  text-align: left;
}
.combo-card .item-lic {
  font-size: 15px;
}
.combo-item-bd .item-prRow {
  margin-top: 16px;
  justify-content: center;
}
.combo-item-bd .item-amts {
  align-items: flex-start;
}
.combo-price-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}
.combo-item-bd .item-tax {
  margin-top: 0;
  font-size: 13px;
  color: #4d4d4d;
  font-weight: 300;
}
.combo-item-bd .item-prOld {
  margin-top: 8px;
}
.combo-cta {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 20px;
}
.combo-cta .item-btn {
  margin: 0;
  font-size: 28px;
}
.combo-cta .item-lk {
  margin: 0;
}
@media (max-width: 768px) {
  .wrap1-img1,
  .wrap1-img2,
  .pc-style {
    display: none;
  }
  .mb-style {
    display: block;
  }
  .banner .shop-now {
    padding: 6px 40px;
    gap: 8px;
    font-size: 22px;
    border-radius: 40.707px;
    background: #fff;
    box-shadow: 0 0 0 7.108px #ff6c31, 0 0 0 9.692px #000;
    bottom: 25%;
  }
  .banner .shop-now:hover {
    bottom: 27%;
  }
  .banner .shop-now img {
    width: 70px;
    top: 2px;
    right: -50px;
  }
  .wrap1 {
    margin-top: 70px;
    padding-top: 0;
  }
  /* section1：与 PC 相同结构，纵向堆叠 + 等比例缩小 */
  .section1-box {
    margin-top: 42px;
  }
  .section1-top {
    height: auto;
    min-height: 60px;
    padding: 12px 16px;
    font-size: 26px;
    line-height: 1.25;
    background-image: url(../img/weekend-sale/section-title-mb.png);
  }
  .section1-content {
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding: 0 15px 32px;
    gap: 20px;
    border-radius: 0 0 20px 20px;
  }
  .section1-item {
    width: 100%;
    max-width: none;
  }
  .item {
    width: 100%;
    max-width: 360px;
    padding: 13px;
    margin-top: 65px;
  }
  .item-badge {
    left: 50%;
    top: -30px;
    transform: rotate(6deg) translateX(-50%);
    width: auto;
    height: auto;
    height: 50px;
  }
  .item-hd {
    height: auto;
    min-height: 87px;
    align-items: stretch;
  }
  .item-icons {
    align-items: flex-start;
    min-height: 0;
    height: auto;
  }
  .item-iconsL {
    width: 100%;
    min-width: 0;
  }
  .item-iconsL-left {
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
    row-gap: 6px;
    max-width: calc(100% - 50px);
  }
  .item-logoBox {
    margin-left: 8px;
    margin-right: 8px;
  }
  .item-logo {
    width: 42px;
    height: 42px;
  }
  .item-plats {
    gap: 5px;
    flex: 1;
    min-width: 0;
  }
  .item2 .item-plats {
    gap: 4px 12px;
  }
  .item2 .item-pt img {
    height: auto;
  }
  .wrap1 .wrap-title {
    text-align: center;
    font-size: 30px;
  }
  .wrap1 .wrap-title-after,
  .wrap1 .wrap-title-before {
    display: none;
  }
  .wrap1 .wrap-desc-box {
    width: 100%;
    border-radius: 8px;
    padding: 7px 0;
    text-align: center;
    height: auto;
  }
  .wrap1 .wrap-desc-box .wrap-desc {
    font-size: 16px;
  }
  .wrap1 .wrap-desc-box .wrap-tips {
    font-size: 12px;
    margin-top: 5px;
    white-space: wrap;
  }
  .item-plats li {
    width: 15%;
  }
  .item2 .item-plats li {
    width: 11%;
  }
  .item-pt {
    height: auto;
  }
  .item2 .item-pt img {
    width: 100%;
  }
  .item-pt img {
    width: 100%;
    height: auto;
    max-width: 36px;
    max-height: 36px;
    object-fit: contain;
  }
  .item-more {
    width: 46px;
    height: 38px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.25;
    top: 20px;
    right: 8px;
    position: absolute;
  }
  .item-more .item-more-img {
    right: 0px;
    top: 105%;
    transform: none;
  }
  .item-more .item-more-img::after {
    right: 13px;
    left: auto;
    transform: none;
    top: -7px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
  }
  .item-more .item-more-img img {
    width: 200px;
  }
  .item-note {
    margin-left: 0;
    margin-top: 6px;
    padding: 0 10px 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.35;
    width: 100%;
  }
  .item-bd {
    padding: 18px 12px 10px;
  }
  .item-ttl {
    font-size: 20px;
  }
  .item-lic {
    font-size: 16px;
    margin-top: 8px;
  }
  .item-pr {
    font-size: 20px;
  }
  .item-prRow {
    margin-top: 8px;
  }
  .item-prNum {
    font-size: 30px;
  }
  .item-prOld {
    font-size: 16px;
  }
  .item-tax {
    font-size: 12px;
    margin-top: 8px;
  }
  .discount-img {
    top: 9px;
    right: -40px;
    width: 111px;
  }
  .item-btn {
    font-size: 22px;
    padding: 12px 30px;
    border-radius: 48px;
    margin-top: 18px;
  }
  .item-lk {
    font-size: 16px;
    margin-top: 18px;
  }
  .wrap2 {
    margin-top: 100px;
    padding-bottom: 28px;
    padding: 80px 0 90px;
    background-image: url(../img/weekend-sale/wrap2-mb.png);
  }
  .sp-card {
    margin-top: 28px;
    border-radius: 16px;
  }
  .sp-card-content {
    margin: 0;
  }
  .sp-shot-wrap {
    display: none;
  }
  .sp-strip {
    font-size: 18px;
    padding: 14px 44px;
  }
  .sp-strip::before,
  .sp-strip::after {
    width: 16px;
    height: 16px;
  }
  .sp-strip::before {
    left: 10px;
  }
  .sp-strip::after {
    right: 10px;
  }
  .sp-tabs {
    padding: 18px 16px 24px;
    gap: 10px;
    justify-content: space-between;
  }
  .sp-tabs li {
    width: 17%;
    flex: 0 0 auto;
  }
  .sp-tab {
    border-radius: 6px;
    padding: 9px;
  }
  .sp-tab img {
    width: 100%;
    height: auto;
  }
  .sp-tabs li:first-child .sp-tab {
    border-radius: 6px;
  }
  .sp-tabs li:last-child .sp-tab {
    border-radius: 6px;
  }
  .sp-tab-txt {
    display: none;
  }
  .sp-tab.is-active::after {
    border-width: 8px;
    bottom: -16px;
    left: 46%;
  }
  .sp-main {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 14px 24px;
  }
  .sp-info {
    border-radius: 12px 12px 0 0;
    padding: 20px 22px 45px;
    margin-bottom: -30px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-name {
    font-size: 16px;
  }
  .sp-desc {
    font-size: 14px;
  }
  .sp-deco {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-ticket {
    max-width: 360px;
    margin: 0 auto;
  }
  .sp-ticket .item-ttl {
    font-size: 20px;
  }
  .sp-ticket .item-lic {
    font-size: 16px;
    margin-top: 8px;
  }
  .sp-ticket .item-prRow {
    margin-top: 8px;
  }
  .sp-ticket .item-pr {
    font-size: 20px;
  }
  .sp-ticket .item-prNum {
    font-size: 30px;
  }
  .sp-ticket .item-prOld {
    font-size: 16px;
  }
  .sp-ticket .item-tax {
    font-size: 12px;
    margin-top: 8px;
  }
  .sp-ticket .discount-img {
    top: 9px;
    right: -40px;
    width: 111px;
    max-width: none;
  }
  .wrap3 {
    margin-top: 80px;
  }
  .wrap3 .section1-top {
    background-image: url(../img/weekend-sale/section-title-mb2.png);
  }
  .wrap3 .wrap3-bottom {
    margin-top: 30px;
  }
  .wrap3-box {
    margin-top: 36px;
  }
  .wrap3-grid {
    margin: 0;
    padding: 28px 0 50px;
    gap: 32px;
    border-radius: 0 0 20px 20px;
  }
  .combo-card {
    width: 100%;
    max-width: 360px;
    padding-top: 60px;
  }
  .combo-price-line {
    margin-top: 5px;
  }
  .combo-hd {
    padding: 18px 35px 22px;
  }
  .combo-title {
    font-size: 16px;
  }
  .combo-desc {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.45;
  }
  .combo-card:first-child {
    background-image: url(../img/weekend-sale/wrap3-item1-mb.png);
  }
  .combo-card:last-child {
    background-image: url(../img/weekend-sale/wrap3-item2-mb.png);
  }
  .combo-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .combo-card .combo-ticket.item {
    margin-top: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .combo-item-bd.item-bd {
    padding: 16px 12px 33px;
    margin-top: 20px;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .combo-card .item-ttl,
  .combo-card .item-lic {
    text-align: center;
  }
  .combo-item-bd .item-amts {
    align-items: center;
  }
  .combo-item-bd .item-ttl {
    font-size: 20px;
  }
  .combo-item-bd .item-lic {
    font-size: 16px;
    margin-top: 8px;
  }
  .combo-item-bd .item-prRow {
    margin-top: 8px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .combo-item-bd .item-pr {
    font-size: 20px;
  }
  .combo-item-bd .item-prNum {
    font-size: 30px;
  }
  .combo-item-bd .item-prOld {
    font-size: 16px;
  }
  .combo-item-bd .item-tax {
    font-size: 12px;
    margin-top: 0;
  }
  .combo-cta {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-top: 18px;
    width: 100%;
  }
  .combo-cta .item-btn {
    font-size: 22px;
    padding: 12px 30px;
    border-radius: 48px;
  }
  .combo-cta .item-lk {
    font-size: 16px;
  }
}
header {
  display: none;
}