@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 设置网页统一的字体大小、行高、字体系列相关属性 */
body {
  color: #333;
  overflow-x: hidden;
}

body * {
  font-family: Arial, "Noto Sans TC", "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.overflow-lock {
  overflow: hidden;
}

/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}

/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}

/* 去除a标签默认下划线，并设置默认文字颜色 */
a {
  text-decoration: none;
  color: #333;
}

/* 设置img的垂直对齐方式为居中对齐，去除img默认下间隙 */
img {
  vertical-align: middle;
}

/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}

/* 左浮动 */
.fl {
  float: left;
}

/* 右浮动 */
.fr {
  float: right;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1221px;
  }
}
section.events .container ul li {
  background-image: transparent;
}

/* Component */
.btn {
  display: inline-block;
  align-items: center;
  padding: 6px 8px 6px 12px;
  text-decoration: none;
  background-color: #966d55;
  font-size: 1.2rem;
  border-radius: 30px;
  vertical-align: middle;
  color: white;
}

.btn > span {
  margin-left: 6px;
  margin-bottom: 2px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fbae17;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.btn > span > i {
  vertical-align: middle;
}

.btn:hover {
  color: #fbae17;
}

.fa-lg {
  line-height: 1.3;
}

.m-show {
  display: none;
}

.prize {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  display: none;
}

.prize form input {
  width: 30vw;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  text-align: center;
}

.prize form h3 {
  font-size: 21px;
}

.turn_btn button {
  font-size: 1.2 0.5rem;
}

.prize .prize_content {
  padding: 30px 28px;
}

.prize .prize_content img {
  margin-right: 0;
}

.prize form {
  padding: 0 36px;
  border-top: transparent;
}

.prize .prize_t {
  padding: 0 30px;
}

.prize .prize_content {
  margin-top: 22vh;
}

ul.fixed-right {
  position: fixed;
  top: 16vw;
  right: 0;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(1px 1px 2px white);
  z-index: 15;
}

ul.fixed-right2 {
  top: 6vw;
}

ul.fixed-right li:first-of-type {
  background-color: #e8af98;
  background: rgb(223, 69, 66);
  background: linear-gradient(0deg, #ff5948 3%, #ff8e82 53%, #ff6e5e 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#df4542", endColorstr="#a05051",GradientType=1 );
}

ul.fixed-right2 li:first-of-type {
  background: #b78133;
}

ul.fixed-right li {
  width: 52px;
  margin: 0 0 15px 0;
  padding: 8px 0px 20px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  position: relative;
}

ul.fixed-right li .yellow {
  color: #fff33b;
}

ul.fixed-right li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  z-index: 100;
}

ul.fixed-right p.small-text {
  font-size: 21px;
}

ul.fixed-right li p {
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: -9px;
  -webkit-text-stroke: 1px rgb(206, 43, 43);
}

ul.fixed-right2 li p {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: -9px;
  -webkit-text-stroke: 0.1px rgb(78, 61, 29);
}

ul.fixed-right p.small-text {
  font-size: 21px;
}

#events {
  width: 100%;
  overflow-x: hidden;
}



section.events .section-wrap {
  padding-bottom: 1px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.section-wrap .container {
  z-index: 10;
}

.bg-wrap {
  width: 100%;
  position: relative;
}
.bg-wrap .container {
  margin: auto;
}


#section2 {
  width: 100%;
  /* overflow-x: hidden; */
}



#kv {
  padding: 0;
  position: relative;
  width: 100%;
  height: 45vw;
}

#kv .bg {
  position: absolute;
  width: 100%;
  z-index: -100;
}
@keyframes pulsate-bck {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
#eventscount {
  width: 100%;
  background-color: #fff;
  border-radius: 48px;
  padding: 1.5rem;
  margin-bottom: 8rem;
  z-index: 1000;
  position: relative;
  border-bottom: 10px solid #f77a03;
  border-right: 6px solid #f77a03;
  border-left: 6px solid #f77a03;
}
#eventscount .double {
  width: calc(100% - 26px);
  height: 44px;
  margin: 10px 13px 0;
  border-radius: 25px;
  background-color: #29241a;
  position: relative;
}
#eventscount .double img {
  position: absolute;
  bottom: 0;
  left: 0;
}
#eventscount .is-flexbox {
  background-color: #fff;
  display: flex;
  padding: 1rem;
}
#eventscount .events-count_icon {
  position: absolute;
  top: -36px;
  right: -36px;
  z-index: 2;
}
#eventscount .events-count_icon img {
  width: 120px;
}
#eventscount .count {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffede2;
  border-radius: 16px;
  width: 25%;
  margin: 0 1%;
  padding: 1rem 5px;
  text-align: center;
}
#eventscount .count.count_long {
  flex-direction: row;
  width: 50%;
  justify-content: space-evenly;
}
#eventscount .count:first-child {
  margin-left: 0;
}
#eventscount .count:last-child {
  margin-right: 0;
}
#eventscount .count .count-right {
  justify-content: end;
  height: 100%;
  margin-top: 10px;
}
#eventscount .count.count_long .count-right {
  justify-content: center;
}
@media (max-width: 960px) {
  #eventscount {
    border-radius: 22px;
    border-right: 4px solid #f77a03;
    border-left: 4px solid #f77a03;
  }
}
@media (max-width: 640px) {
  #eventscount .double {margin-top: 5px;}
  #eventscount .double img {
    left: 50%;
    transform: translateX(-50%);
    max-width: 86%;
  }
  #eventscount .is-flexbox {
    display: block;
  }
  #eventscount .is-flexbox.is-flexbox2 {padding-top: 0;}
  #eventscount .count {
    margin: 0 auto 4% auto;
    width: 100%;
  }
    #eventscount .count.count_long {
    flex-direction: column;
    width: 100%;
  }
  #eventscount .count.count_long .count-right {
  justify-content: end;
}
  #eventscount .count:last-child {
    margin-bottom: 0;
  }
  #eventscount .events-count_icon {
    top: inherit;
    right: -16px;
    bottom: 10%;
  }
  #eventscount .events-count_icon img {
    width: 90px;
  }
}


.events-count .events-count_title {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.events-count .events-count_title img {
  width: 100%;
}
@media (max-width: 640px) {
  .events-count {
    margin-top: 4rem;
  }
  .events-count .events-count_title {
    width: 80%;
  }
}

.count-btn_seat {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 3px 6px 3px 10px;
}
section.events .container h1 {
  color: #e50232;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 0;
  width: fit-content;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
section.events .container h2 {
  color: #e50232;
  font-size: 2.375rem;
  margin-bottom: 0;
}
section.events .container h2.eventscount_stright {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.3rem;
  margin-top: 6px;
}
@media (max-width: 1200px) {
  section.events .container h2.eventscount_stright {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    margin-top: 0;
  }
}
section.events .container h2.eventscount2 {
  font-size: 3.75rem;
  line-height: 1.6;
}
section.events .container h2.eventscount6 {
  font-size: 1.875rem;
  line-height: 1.3;
}

section.events .container h3 {
  text-align: center;
  margin-top: 20px;
  color: #9b9b9b;
}
section.events .container h5 {
  text-decoration:line-through;
  font-size: 0.5rem;
  margin-bottom: 0;
}
section.events .container h2 > strong {
  font-size: 4.7rem;
  font-weight: 900;
}

section.events .container h4 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
section.events .container h6 {
  margin-top: 5px;
  font-size: 0.75rem;
}
section.events .container .eventscount3 {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-top: 15px;
}
section.events .container .eventscount3 h2 {
  font-size: 1.875rem;
}
section.events .container .eventscount3 h1 {
  font-size: 3.75rem;
}
section.events .container .eventscount3 h3 {
  font-size: 2.25rem;
  color: #e50232;
  font-weight: 900;
}
section.events .container .eventscount3 h4 {
  font-size: 1.5rem;
  color: #e50232;
  font-weight: 900;
}
section.events .container .count-left p {
  margin-top: 5px;
}
section.events .container .count-left p.eventscount_stright {
  color: #e50232;
}
section.events .container .count-left p.eventscount_stright span {
  text-decoration: line-through;
}

section.events .container .count-right p {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
section.events .container .count-right p small {font-size: 0.75rem;}

section.events .container .eventscount5_bomb_o {
    position: relative;
    margin-bottom: 25px;
}
section.events .container .eventscount5_bomb {
  position: relative;
  font-size: 1.25rem;
  z-index: 1;
}
section.events .container .eventscount5_bomb strong {
  font-size: 3.5rem;
}
section.events .container .eventscount5_bomb_o img {
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 0;
  width: 90%;
}


.pro1-title {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.pro1-title h4 {
  margin: 0 1rem;
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.pro1-title h4 strong {
  display: inline-block;
  font-size: 3rem;
  position: relative;
}

.container .prodct-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.container .prodct-list .photo > img {
  width: 100%;
}

.container .prodct-list .prodct {
  width: 33%;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
}
.container .prodct-list .prodct p {
  font-size: 0.8rem;
  min-height: 60px;
}
.container .prodct-list .prodct .btn {
  width: 100%;
}
@media (max-width: 960px) {
  .container .prodct-list .prodct p {
    display: none;
  }
}

.prodct-list .info > h6 {
  margin: 0.5rem 0;
  font-weight: 400;
  color: #ff4700;
}
.prodct-list .info > h6 span:first-child {
  font-size: 0.9rem;
  text-decoration: line-through;
}
.prodct-list .info > h6 .price {
  font-size: 1.5rem;
  font-weight: 700;
}

.amount {
  font-size: 0.9rem;
  display: flex;
  margin-bottom: 1.25rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.amount span {
  white-space: nowrap;
}

.amount > #number {
  margin: 0;
  border: 1px solid #bcb6af;
  background: url(../images/angle-down-solid.svg) no-repeat calc(100% - 9px) 1px;
}

.product-footer {
  background-color: #f8f8f8;
  margin: 0 -3rem;
  padding: 32px;
  text-align: center;
  border-radius: 0 0 48px 48px;
}
.product-footer .btn {
  min-width: 240px;
  background-color: #573c29;
}

.product-footer .btn > span {
  background-color: #fbae17;
  color: #000000;
}
@media (max-width: 960px) {
  .product-footer {
    margin: 0 -1.25rem;
    border-radius: 0 0 22px 22px;
  }
}

.product-footer > .info {
  margin: 2rem 0 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}

.product-footer > .btn {
  padding: 6px 8px 6px 30px;
}

#section2 {
  position: relative;
}

#section2 .pro1 {
  margin: 4rem 0 6rem;
  background-color: #fff;
  border-radius: 48px;
  padding: 2rem 3rem 0;
  box-shadow: rgba(187, 178, 172, 0.831372549) 0px 3px 7px 3px;
}

#section2 .pro1-title {
  align-items: center;
  padding: 1rem 0;
  border-radius: 25px;
  background-color: #fd5e48;
}
@media (max-width: 960px) {
  #section2 .pro1-title {
    display: block;
  }
}

#section2 .container .prodct-list .prodct {
  margin: 0 1.6rem 3rem;
  width: calc(25% - 3.2rem);
}
@media (max-width: 960px) {
  #section2 .container .prodct-list .prodct {
    margin: 0;
    width: 100%;
  }
}

#section2 .container .prodct-list .info > h5 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (max-width: 960px) {
  #section2 .container .prodct-list .info > h5 {
    margin-bottom: 0;
  }
}

@media (max-width: 1300px) {
  .events-count .count {
    width: 33%;
  }
}
@media (max-width: 960px) {
  html {
    font-size: 13px;
  }
  header {
    z-index: 100;
  }
  .m-show {
    display: block;
  }
  .m-none {
    display: none;
  }
  .btn {
    padding: 3px 6px 3px 12px;
    font-size: 1.2 0.5rem;
    color: white;
  }
  .btn > span {
    margin-left: 6px;
    margin-bottom: 2px;
    width: 20px;
    height: 20px;
  }
  ul.fixed-right li {
    width: 37px;
  }
  ul.fixed-right p.small-text {
    font-size: 16px;
  }
  ul.fixed-right li p {
    font-size: 16px;
  }
  ul.fixed-right {
    top: 55vw;
  }
  ul.fixed-right2 {
    top: 24vw;
  }
  .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.2rem);
    padding-left: var(--bs-gutter-x, 1.2rem);
    margin-right: auto;
    margin-left: auto;
  }
  .prize .prize_content {
    margin-top: 30%;
  }
  .prize form h3 {
    font-size: 19px;
  }
  .prize .prize_content img {
    max-width: 100px;
  }
  .prize .prize_content {
    width: 80%;
    padding: 25px 15px;
  }
  .prize form input {
    width: 80%;
  }
  .prize form {
    padding: 0;
  }
  .kv-title {
    width: 55vw;
    top: 24%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .kv-title > img {
    width: 100%;
  }
  #kv {
    width: 100%;
    height: 165vw;
  }
  .fa-lg {
    line-height: 1;
  }
  .btn > span > i {
    vertical-align: baseline;
  }

  section.events .container .pro1 {
    padding: 1.2rem 2.8rem;
    border-radius: 22px;
  }
  .container .prodct-list .prodct {
    width: 48%;
  }
  .prodct-list {
    flex-wrap: wrap;
  }
  .pro1-title {
    margin-bottom: 0;
    align-items: flex-end;
  }

  .amount > span {
    font-size: 12px;
  }

  .product-footer > .info {
    margin: 2.5rem 0 1rem;
    font-size: 1.1 0.2rem;
  }
  #section2 .pro1 {
    padding: 1rem 1rem 0;
    border-radius: 22px;
  }
  #section2 .pro1-title {
    border-radius: 16px;
    align-items: center;
    margin-bottom: 1rem;
    padding: 1rem 0.75rem 1.5rem;
  }
  .pro1-title h4 {
    font-size: 2rem;
  }
  .pro1-title h4 span {
    font-size: 1rem;
  }
  .container .prodct-list {
    padding: 1.2rem 0;
    gap: 2rem;
  }
  #section2 .container .prodct-list .prodct {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6%;
  }
  #section2 .container .prodct-list.prodct-right {
    text-align: left;
    width: 48%;
  }
  #section2 .container .prodct-list .photo {
    width: 46%;
  }
  #section2 .container .prodct-list .info > h5 {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .prodct-list .info > h6 {
    font-size: 0.9rem;
    margin: 0.25rem 0 0.5rem;
  }
  .amount > #number {
    padding: 3px;
  }
  #section2 .prodct-list .info > h6 > .price {
    font-size: 1.25rem;
  }
  .prodct-list .info > h6 > span {
    font-size: 1.8rem;
    margin-right: 0;
  }
  .bg2.bg-1, .bg2.bg-2, .bg2.bg-3, .bg2.bg-4, .bg2.bg-5, .bg.bg-3 {
    display: none;
  }
}
@media (max-width: 640px) {
  .bg-wrap {
    overflow-x: hidden;
  }
  .pro1-title h4 {
    margin: 0;
    font-size: 2rem;
  }
  .pro1-title h4 strong {
    font-size: 3rem;
    display: inline;
  }
}
.bestsale {
  background-color: #f7f7f7;
  border-radius: 24px;
  margin-bottom: 2.4rem;
  padding: 24px 24px 0px;
}
.bestsale-intro {
  font-size: 1.2rem;
  margin: 1rem auto 1rem;
  text-align: center;
}
.bestsale-intro span {
  font-weight: 700;
  margin-right: 10px;
}
.bestsale_pc {display: block;}
.bestsale_m {display: none;}
@media (max-width: 960px) {
  .bestsale {
    padding: 16px 24px 0px;
  }
}
@media (max-width: 640px) {
  .bestsale_pc {display: none;}
  .bestsale_m {display: block;}
}

.sp2024 {
  background-color: #faf6ef;
  border-radius: 24px;
  margin-bottom: 2.4rem;
  padding: 24px 24px 0px;
}
.sp2024 .amount > #number {background-color: #fff;}

.sp2024.sp_title {
  padding: 1.5rem 1rem;
  border-radius: 30px;
  background-color: #ff5b59;
}
.sp2024.sp_title .sp_title_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.sp2024.sp_title .sp_title_flex .sp_title_dd {
  position: relative;
  width: 100%;
  max-width: 348px;
}
.sp2024.sp_title .sp_title_flex .sp_title_dd img {
  position: absolute;
  z-index: 0;
  top: -29px;
  width: 100%;
}
.sp2024.sp_title .sp_title_flex .sp_title_dd h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffede2;
  position: relative;
  z-index: 10;
  margin-left: 105px;
  letter-spacing: 3px;
}
.sp2024.sp_title .sp_title_flex h2 {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1;
  padding: 17px 50px 17px 60px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: -25px;
}
.sp2024.sp_title h4 {
  margin-top: 20px;
  line-height: 1;
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.sp2024.sp3 {margin-top: 60px;}
.sp2024.sp3 .sp3_title {
  margin-bottom: 35px; 
  position: relative;
}
.sp2024.sp3 .sp3_title .sp3_ttxt {
  width: fit-content;
  margin: 0 auto;
  padding-right: 130px;
}
.sp2024.sp3 .sp3_title h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #4a4a4a;
  width: fit-content;
  display: inline-block;
  
}
.sp2024.sp3 .sp3_title h2 span {font-size: 2.25rem;}
.sp2024.sp3 .sp3_title .sp3_tline {
  width: 100%;
  height: 3px;
  background-color: #4a4a4a;
}
.sp2024.sp3 .sp3_title h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff0000;
  letter-spacing: 2px;
  margin-top: 10px;
}
.sp2024.sp3 .sp3_title .sp3_stick {
  position: absolute;
  top: -65px;
  right: 0;
  z-index: 2;
}
.sp2024.sp3 .sp3_title .sp3_stick p {
  font-size: 1.5rem;
}

.sp2024.sp3.sp3_2 {margin-top: 35px;}
.sp2024.sp3.sp3_2 .sp3_2_title {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.sp2024.sp3.sp3_2 .sp3_2_title .sp3_2_ttxt {text-align: center;}
.sp2024.sp3_2 .sp3_2_title h2 {
  font-size: 3.75rem;
  color: #4a4a4a;
  font-weight: 700;
}
.sp2024.sp3_2 .sp3_2_title .sp3_tline {
  width: 100%;
  height: 3px;
  background-color: #4a4a4a;
}
.sp2024.sp3_2 .sp3_2_title h6 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff0000;
  letter-spacing: 2px;
  margin-top: 10px;
}
.sp2024.sp3_2 .sp3_2_title .sp3_2_timg {
  position: absolute;
  left: -10px;
  top: -60px;
}
.sp2024.sp3_2 .sp3_2_title .sp3_2_ttag {
  position: absolute;
  right: 8%;
}

.sp2024.sp3 .sp3_pro_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
.sp2024.sp3 .sp3_pro_box .sp3_pro {
  width: 30%;
}
.sp2024.sp3 .sp3_pro_box .sp3_pro img {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .sp2024.sp3_2  .sp3_pro_box .sp3_pro img {
    margin-left: 0;
    transform: translateX(0);
  }
.sp2024.sp3_2 .sp3_pro_box .sp3_pro {
  width: 48%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2%;
  position: relative;
  margin-bottom: 45px;
}
.sp2024.sp3 .sp3_pro_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info {padding: 0 24px;}
.sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info h6 {
  font-size: 1rem;
  color: #9b9b9b;
}
.sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info h6 span {
  font-size: 1.75rem;
  text-decoration: line-through;
}
.sp2024.sp3.sp3_2 .sp3_pro_box .sp3_pro .sp3_pro_info h6 span {
  font-size: 1rem;
  text-decoration: line-through;
}
.sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info h3 {font-size: 1.125rem;}
.sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info h5 {
  font-size: 1.125rem;
  color: #ff4700;
  margin-bottom: 10px;
}
.sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info h5 span {font-size: 2.625rem;}
.sp3_2_deernote {
  position: absolute;
  font-size: 0.75rem;
  bottom: -20px;
}
.sp2024.sp3 .sp3_footer {text-align: center; padding-bottom: 24px;}
@media (max-width: 960px) {
  .sp2024 {
    padding: 16px 24px 0px;
  }
  .sp2024.sp3.sp3_2 .sp3_2_title {flex-wrap: wrap;}
  
  
  .sp2024.sp3 .sp3_pro_box { flex-wrap: wrap;}
  .sp2024.sp3 .sp3_pro_box .sp3_pro { 
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1%;
  }
  .sp2024.sp3 .sp3_pro_box .sp3_pro img {
    margin-left: 0;
    transform: translateX(0);
    width: 46%;
  }
  .sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info {padding: 0;}
}
@media (max-width: 640px) {
  .sp2024.sp_title .sp_title_flex {flex-wrap: wrap;}
  .sp2024.sp_title .sp_title_flex .sp_title_dd img {
    top: 0; 
    width: 90%;        
    left: 50%;
    transform: translateX(-50%);}
  .sp2024.sp_title .sp_title_flex .sp_title_dd h3 {
    margin-top: 7%; 
    margin-left: 29%;}
  .sp2024.sp_title .sp_title_flex h2 {
    font-size: 1.5rem;
    padding: 5px;
    margin-top: 20px;
    margin-left: 0;
  }
  .sp2024.sp_title h4 {font-size: 1.55rem;}

  .sp2024.sp3 {padding-top: 75px;}
  .sp2024.sp3 .sp3_title .sp3_ttxt { padding-right: 0px; text-align: center;}
  .sp2024.sp3 .sp3_title h2 {font-size: 2.9rem; text-align: left;margin-right: 0;}
  .sp2024.sp3 .sp3_title h2 span {display: block;}
  .sp2024.sp3 .sp3_title h4 {font-size: 2rem;margin-top: 10px;}
  .sp2024.sp3 .sp3_title .sp3_stick {
    background-size: contain;
    padding: 21px 15px 40px;
    top: -180px;
    right: -40px;
  }
  .sp2024.sp3.sp3_2 {padding-top: 150px;}
  .sp2024.sp3_2 .sp3_2_title h2 {  font-size: 3.25rem;}
  .sp2024.sp3_2 .sp3_2_title .sp3_2_timg {
    width: 80%;
      left: 0px;
      top: -160px;
    }
    .sp2024.sp3_2 .sp3_2_title .sp3_2_ttag {
      width: 40%;
              right: -15px;
        top: -70px;    }
  .sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info h4 { font-size: 1.2rem;margin-bottom: 0;}
  .sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info h6 span {font-size: 1.5rem;}
  .sp2024.sp3.sp3_2 .sp3_pro_box .sp3_pro .sp3_pro_info h6 span {font-size: 1rem;}
  .sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info h5 {font-size: 1rem;}
  .sp2024.sp3 .sp3_pro_box .sp3_pro .sp3_pro_info h5 span {font-size: 1.75rem;}
}

footer .waves-wrap {
  background-color: #f9f6f0 !important;
}/*# sourceMappingURL=event_20230618.css.map */