@charset "UTF-8";

html,
body {
  font-size: 2.5vw;
  letter-spacing: -0.01em;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  background-repeat: repeat;
  background-size: 20%;
  font-family: Arial, "Microsoft JhengHei", "微軟正黑";
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  background-color: #85ddff;
}

img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

img.block_none {
  display: none;
}

p {
  font-weight: 600;
  letter-spacing: -0.01em;
}

h2 p.main_title {
  font-size: 3.5rem;
}

h2 p.sub_title,
h2 div.sub_title {
  font-size: 2.5rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h4 {
  font-size: 1.28rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

h5 {
  font-size: 1.15rem;
}

.section_coupon {
  background-image: url(../images/bg-coupon_02.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 102% auto;
  padding-bottom: 1%;
}

.section_coupon h2.title {
  margin-bottom: 3%;
}

.content_coupon .container {
  max-width: 1090px;
}

.schedule_wrap {
  text-align: center;
  margin-top: -30px;
  padding-top: 0;
}

.schedule_wrap img {
  max-width: 890px;
  width: 100%;
  display: inline;
}

.tip {
  color: rgb(75, 75, 75);
  font-size: 16px;
  max-width: 59%;
  margin: 0 auto;
  margin-top: 10px;
  color: #552fa3;
}

@media screen and (max-width: 1850px) {
  .section_coupon {
    background-size: 115% auto;
    padding-bottom: 1%;
  }

  .content_coupon .container {
    width: 80%;
  }

  .schedule_wrap img {

    width: 85%;

  }
}

@media screen and (max-width: 1380px) {
  .section_coupon {
    background-size: 143% auto;
    padding-bottom: 0%;
  }

  .content_coupon .container {
    width: 78%;
  }
  .hide_kv {
    padding-bottom: 20rem;
}
  
}

@media screen and (max-width: 800px) {
  .content_coupon .container {
    width: 92%;
  }

  .section_coupon {
    background-size: 154% auto;
    padding-bottom: 1%;
  }

  .schedule_wrap {
    margin-top: -15px;
  }

  .schedule_wrap img {

    width: 85%;

  }

  .tip {
    max-width: 80%;
    font-size: 15px;
  }
}

/* .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/chevron-left.png);
  left: 10px;
  right: auto;
} */

/* .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/chevron-right.png);
  right: 10px;
  left: auto;
} */

.swiper-container {
  width: 80%;
  /* padding-top: 2rem; */
  padding-bottom: 3rem;
}

.swiper-slide {
  width: 100%;
  max-width: 900px;
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  display: inline-block;

}

.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: none;
}

.swiper-slide img {
  filter: brightness(0.3);
}

.swiper-slide.swiper-slide-active img {
  filter: brightness(1);
}

.bigger {
  font-weight: 900;
  font-size: 2.92em;
}

.dec_coin {
  width: 1rem;
  height: auto;
}

.arrow {
  width: 1.45rem;
  height: 1.45rem;
  margin-left: 0.5rem;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
}

.arrow svg {
  width: 0.5rem;
  margin-left: 0.1rem;
  stroke-width: 2px;
  margin: auto;
  fill: none;
  stroke: #9D2040;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000000;
}

.bt_blue {
  text-align: center;
  display: block;
}

.bt_blue img {
  max-width: 45%;
  width: 100%;
  display: inline-block;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}

.t-center {
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .swiper-container {
    width: 100%;
  }
}

.btn_primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 0.23rem;
  padding-bottom: 0.386rem;
  border-radius: 1000px;
}

.btn_primary .btn_inside {
  font-size: 1.73rem;
}

.btn_primary,
.btn_primary .btn_inside,
.btn_primary .arrow {
  border-width: 5px;
  border-style: solid;
}

.btn_primary .btn_inside {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -2px 0 0 -2px;
  padding: 0.3846rem 0.5769rem 0.3846rem 1.15rem;
  font-weight: 600;
  border-radius: 1000px;
}

.btn_primary.btn_bigger .btn_inside {
  font-size: 1.73rem;
}

.btn_purple {
  background-color: #a695c9;
}

h2.title {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-bottom: 2%; */
  z-index: 3;
  text-align: center;

}

h2.title .main_title {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(40%);
  transform: translateY(40%);
}

h2.title .main_title span {
  background: #363985;
  color: #fff;
  border: 0.11rem solid #fff;
  text-shadow: 0.05em 0.04em 0 #F30F0C;
  -webkit-box-shadow: 0 0 0 0.2rem #363985, 0 0 0 0.5rem #fff, 0.19rem 0.3rem 0 0.5rem #0C0F4A;
  box-shadow: 0 0 0 0.2rem #363985, 0 0 0 0.5rem #fff, 0.19rem 0.3rem 0 0.5rem #0C0F4A;
}

h2.title .main_title span {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin: 0.15em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
}

h2.title .sub_title {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0.5em 0.5em 0.5em;
  color: #FFF3B9;
  text-shadow: 0.05em 0.04em 0 #EA4846;
  background: #9D2040;
  border: 0.57rem solid #EA4846;
  -webkit-box-shadow: 0.386rem 0.769rem 0 0 #B2002D;
  box-shadow: 0.386rem 0.769rem 0 0 #B2002D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1000px;
}

h2.title .sub_title .dec_coin {
  fill: #FFF3B9;
}

h2.title .sub_title .marquee {
  height: 1.5em;
  overflow: hidden;
}

/*h2.title .sub_title .marquee .marquee_run {
  -webkit-animation: marquee 16s infinite forwards steps(4, end);
          animation: marquee 16s infinite forwards steps(4, end);
}*/
h2.title .sub_title .marquee p {
  text-align: center;
  line-height: 1.5;
}

h2.title .sub_title .dec_coin {
  margin: 0.3em;
}

h2.title .sub_title .dec_coin:nth-of-type(1) {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

h2.title .sub_title::before,
h2.title .sub_title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url("../images/title_h2-dec.png") no-repeat;
  background-size: 100%;
}

h2.title .sub_title::before {
  left: 0;
  -webkit-transform: translateX(-50%) scaleX(-1);
  transform: translateX(-50%) scaleX(-1);
}

h2.title .sub_title::after {
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.container {
  max-width: 1220px;
}

.main_list {
  list-style: none;
  font-weight: 700;
}

.main_list li {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

/*.main_list li::before {
  content: "";
  display: block;
  width: 1.53rem;
  height: 1.53rem;
  margin-right: 0.5rem;
  background-image: url("../images/list_icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
 .main_list.list_white li::before {
  background-image: url("../images/list_icon_w.png");
} */

.dec_triangle:nth-of-type(1) {
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dec_triangle:nth-of-type(2) {
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dec_triangle:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dec_triangle:nth-of-type(4) {
  bottom: 0;
  right: 0;
}

.stitle {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stitle .stitle_inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  padding: 0.6rem 0;
}

.stitle .stitle_inner::before,
.stitle .stitle_inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin: auto;
  border-radius: 100%;
  border-style: solid;
  border-width: 2px;
  z-index: 2;
}

.stitle .stitle_inner::before {
  left: -1rem;
}

.stitle .stitle_inner::after {
  right: -1rem;
}

.stitle .stitle_dec {
  width: 1.5em;
  background-size: 100% 100%;
}

.stitle .stitle_dec img {
  height: 100%;
  margin: 0 1px;
}

.stitle .dec_right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.stitle.stitle_blue {
  color: #0E2B64;
}

.stitle.stitle_blue .stitle_inner {
  background-image: url("../images/stitle_inner_blue.png");
}

.stitle.stitle_blue .stitle_inner::before,
.stitle.stitle_blue .stitle_inner::after {
  border-color: #0E2B64;
}

.stitle.stitle_red {
  color: #FCC842;
}

.stitle.stitle_red .stitle_inner {
  background-image: url("../images/stitle_inner_red.png");
}

.stitle.stitle_red .stitle_inner::before,
.stitle.stitle_red .stitle_inner::after {
  border-color: #9D2040;
}

.triangle_block_s {
  width: 13.77%;
  border-width: 1px;
  border-style: solid;
  padding: 0.23rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.triangle_block_s~.triangle_block_s {
  margin-left: 0.6%;
}

.triangle_block_s .block_inside {
  position: relative;
  border-width: 3px;
  border-style: solid;
}

.triangle_block_s .dec_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #9D2040 #9D2040 transparent;
  border-width: 8px;
}

.section_menu {
  max-width: 9rem;
  display: block;
  position: fixed;
  right: 0;
  z-index: 999;
}

.section_menu.section_mobile {
  max-width: 100%;
  height: 10px;
  padding-bottom: 18%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
}

.section_menu .menu_item a {
  display: block;
}

.section_menu.section_mobile .menu_item {
  display: block;
  width: 25%;
  height: 100%;
  float: left;

}

.section_menu.section_mobile .menu_item img {
  width: 100%;
  height: 100%;
}

.section_left {
  display: none;
}

.section_mobile {
  display: block;
}

.section_bottom .menu_item {
  bottom: 0.3rem;
}

.side_ad {
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 3%;
  right: -0.5rem;
  width: 12rem;
  z-index: 999;
  /*  display: none;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side_ad.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side_ad .btn_ad {
  position: relative;
  display: none;
}

.side_ad .btn_ad.is-active {
  display: block;
}

.side_ad .btn_close {
  position: absolute;
  right: 1rem;
  top: 5px;
  width: 1.2rem;
}

.side_ad .btn_close img {
  width: 1.2rem;
}


.section_kv .container-fluit {
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: fixed;
  z-index: -5;
}

.section_kv img {
  opacity: 1;
}

.hide_kv {
  width: 100%;
  height: 0px;
  padding-bottom: 20em;
}

.section_carousel {
  padding: 5% 0 1% 0;
  background-image: url(../images/bg-brand.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-color: #6be6d1;
}

.section_carousel .title img {
  max-width: 1159px;
}

.section_carousel .carousel_slid {
  position: relative;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.section_carousel .slide_item {
  padding: 1.23rem;
}

.section_carousel .item_inside {
  position: relative;
  background: #F7F4EB;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 0 0 0.3846rem #fff, 0 0 0 0.7692rem #9D2040, 0 0 0 0.846rem #E6AD3C, 0 0 0 1.23rem #9D2040;
  box-shadow: 0 0 0 0.3846rem #fff, 0 0 0 0.7692rem #9D2040, 0 0 0 0.846rem #E6AD3C, 0 0 0 1.23rem #9D2040;
}

.section_carousel .item_inside .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_carousel .item_inside .dec_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 1.07rem;
}

.section_carousel .info_item {
  position: relative;
  font-size: 1.15rem;
}

.section_carousel .info_item .title {
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-bottom: 1.7rem;
}

.section_carousel .info_item .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #9D2040;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  z-index: 0;
  -webkit-box-shadow: 4px 4px 0 #FF9593;
  box-shadow: 4px 4px 0 #FF9593;
}

.section_carousel .info_item .title span {
  position: relative;
  z-index: 1;
}

.section_carousel .info_item .main_list {
  color: #252525;
}

.section_carousel .info_item .info_price {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.section_carousel .info_item .info_price .sub_price {
  margin-right: 1rem;
  padding: 0 0.5em;
  color: #363985;
  border: solid #363985 2px;
  border-radius: 1000px;
}

.section_carousel .info_item .info_price .sub_price span {
  text-decoration: line-through;
}

/*----0120新增----*/
.sub_price>h5>p {
  margin-bottom: -0.4rem;
}

.section_carousel .info_item .info_price .main_price {
  color: #EA4846;
}

.section_carousel .info_item .info_price .main_price p {
  line-height: 0.9;
}

.section_carousel .pic_item {
  position: relative;
}

.section_carousel .pic_item .pic_sale {
  position: absolute;
  right: -1.5rem;
  top: 0;
  width: 8.2rem;
  height: 8.2rem;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #363985;
  color: #FCC842;
  font-weight: 600;
  text-align: center;
  border-radius: 100%;
  z-index: 4;
  letter-spacing: -0.05em;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.section_carousel .pic_item .pic_sale p:nth-of-type(2) {
  letter-spacing: -0.05em;
  margin-left: -0.1em;
}

.section_carousel .pic_item .pic_sale .bigger {
  line-height: 1;
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.section_carousel .pic_item .pic_sale::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  width: 90%;
  height: 90%;
  border-width: 2px;
  border-style: solid;
  border-color: #FCC842;
}

.section_carousel .pic_item .pic_main img {
  position: relative;
  z-index: 3;
}

.section_carousel .pic_item .pic_main svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  fill: #FF9593;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.section_gem {
  /* background-color: #ccb4e7; */

}

.section_black {
  /* background-color: #ccb4e7; */
  padding-top: 3%;
}

.section_color {
  /* background-color: #ccb4e7; */
  padding-top: 3%;
}

.section_gaming {
  /* background-color: #ccb4e7; */
  padding-top: 3%;
}
.bg4{
  /* background-color: #6bc4ff; */
  background-image: url(../images/bg4.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100%;
}
.gem-slick {
  border-radius: 4rem;
  background-color: #dbd6e0;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.35);
  margin-top: 2rem;
}

.gem_item {
  position: relative;
  top: -2.5rem;
}

.gem_item .item {
  width: 20%;
  position: relative;
  padding: 0.2rem;
  box-sizing: border-box;


}

.gem_item .item a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2rem;
}

.gem_item .item p {
  display: flex;
  color: #fff;
  background-color: #6d6b99;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.gem_item .item a:hover p {
  top: 0%;
  transition: all 0.3s;
}

.colorfull .item img {
  /* max-height: 500px; */
  /* width: auto; */

}

.colorfull .item {
  max-width: 450px;
  padding: 1rem;

}

.gem-slick .slick-dots {
  margin-bottom: 8%;
  z-index: 1;
}

.black_slick {
  -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.35);
  border-radius: 3rem;
  overflow: hidden;
}

.black_slick .item {}

.black_slick .slick-dots {
  bottom: 0;
}

.slick-dots li {
  border-radius: 10px;
  background-color: rgb(221, 221, 221);
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active {
  background-color: rgb(55, 55, 55);
}

.slick-dots li button {
  background-position: center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-filter: grayscale(0.8);
  opacity: 0.8;
}

.slick-dots li button:before {
  display: none;
}

.section_carousel .slick-prev {
  left: -1.5rem;
}

.section_carousel .slick-next {
  right: -1.5rem;
}

.section_carousel .slick-next,
.section_carousel .slick-prev {
  margin: auto 0;
  width: 3.8rem;
  height: 6rem;
  z-index: 9;
}

.section_carousel .slick-next:before,
.section_carousel .slick-prev:before {
  content: "";
  display: block;
  width: 3.8rem;
  height: 6rem;
  background: url("../images/btn_carousel.png") no-repeat;
  background-size: 100% auto;
  opacity: 1;
}

.section_carousel .slick-prev:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.section_guild {
  padding-top: 2%;
  padding-bottom: 5%;
  background-color: #6bc4ff;
  background-image: url(../images/bg-blue_09.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 101% auto;
  position: relative;
}

.bg-road {
  position: absolute;
  width: 100%;
  max-width: 17%;
  max-height: 557px;
  top: 5%;
  right: 0;
  z-index: 0;
}

.section_guild .container {
  background-image: url(../images/raiders_bg.png);
  background-repeat: no-repeat;
  /* background-size: cover; */
  width: 100%;
  /* max-width: 1174px; */
  padding-bottom: 80px;
  padding-top: 200px;
  padding-left: 30px;
  padding-right: 50px;
  background-size: 100% auto;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1219px) {
  .section_carousel {
    background-size: 140% auto;
  }

  .slick-dots {
    bottom: -24%;
  }

  /* .slick-dotted.slick-slider {
    margin-bottom: 14%;
  } */
}

@media screen and (max-width: 1190px) {
  .section_guild .container {
    padding-top: 17%;
    padding-left: 2%;
    padding-right: 3%;
  }
}

.section_guild .item {
  padding: 8px;
}

.section_guild .item:hover {
  transform: scale(1.05);
  -webkit-filter: contrast(2);
}

.section_guild .container::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

.section_guild .col_guild .guild_item {
  margin: 1.5rem 0.5rem;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.section_guild .card {
  position: relative;
  border: 0.26rem solid #9D2040;
  padding: 0.77rem;
  background: #9D2040;
}

.section_guild .card .stitle {
  text-align: center;
  line-height: 1.25;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section_guild .card .card_inside {
  padding: 1.5rem 0;
  position: relative;
  border-radius: 3rem;
  background: #F5F0B0;
}

.section_guild .card .card_inside .tag,
.section_guild .card .card_inside .btn_primary,
.section_guild .card .card_inside .info {
  position: absolute;
}

.section_guild .card .card_inside .tag {
  top: 1rem;
  left: 0;
}

.section_guild .card .card_inside .btn_primary {
  bottom: 0;
  right: 0;
}

.section_guild .card .card_inside .info {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section_guild .card.closed .card_inside {
  background: #e1e0d0;
}

.section_guild .card.closed .card_inside img {
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
}

.section_guild .card.closed .card_inside::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  width: 90%;
  height: 0;
  padding-bottom: 20%;
  background: url("../images/close.png") no-repeat;
  background-size: 100% auto;
}

.section_guild .card.closed .btn_primary {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 800px) {
  .section_guild {
    padding-bottom: 0%;
    background-size: 150% auto;
  }

  .section_guild .container {
    width: 90%;
  }

  .section_guild .item {
    padding: 4px;
  }

  .section_guild .container {
    padding-top: 15%;
    padding-left: 2%;
    padding-right: 4%;
  }

  /* .slick-dotted.slick-slider {
    margin-bottom: 11%;
  } */

}



.section_game .container {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1.53rem;
}

.section_game .stitle .point {
  color: #EA4846;
}

.section_game .info_content {
  margin-top: -2rem;
  background: #003B8D;
  margin-bottom: 3rem;
  padding: 0.2rem;
  text-align: center;
  border-radius: 3rem;
}

.section_game .info_content .content_info {
  padding: 1.5rem;
  padding-bottom: 0.5rem;
  border: 2px solid #FFF3B9;
  border-radius: 3rem;
}

.section_game .info_content .content_info .point {
  color: #FCC842;
}

.section_game .info_content .content_info .point_b {
  color: #FCC842;
  font-size: 1.16em;
}

.section_game .info_content .count_title,
.section_game .info_content .count_number {
  width: 70%;
}

.section_game .info_content .count_title {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem auto;
  padding: 0.2rem 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #FFF3B9;
  border-radius: 100px;
  color: #FFF3B9;
}

.section_game .info_content .count_title .line {
  display: block;
  height: 1px;
  margin: 0 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 2 20%;
  flex: 1 2 20%;
  background: #FFF3B9;
}

.section_game .info_content .count_number {
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  text-align: center;
  color: #FFF3B9;
}

.section_game .info_content .count_number .number {
  width: 31.333%;
  border: 2px solid #FFF3B9;
  border-radius: 1rem;
}

.section_game .info_content .count_number .number~h5 {
  margin-left: 3%;
}

.section_game .info_content .count_number .number_txt {
  font-size: 2.307rem;
}

.section_game .info_content .btn_primary {
  position: relative;
  z-index: 9;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.section_game .date_content {
  margin: 1.5rem 0;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
}

.section_game .date_content .date {
  color: #003B8D;
  background-color: #EFEFEF;
  border-color: #003B8D;
  padding: 0.23rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_game .date_content .date .date_inside {
  position: relative;
  border-color: #003B8D;
  background: #EFEFEF;
}

.section_game .date_content .date .date_inside .bg {
  width: 90%;
  margin: auto;
}

.section_game .date_content .date .date_inside .slash {
  display: block;
  width: 1.1rem;
  height: 0.115rem;
  background: #003B8D;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.section_game .date_content .date .dec_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #003B8D #003B8D transparent;
  border-width: 8px;
}

.section_game .date_content .date .date_number {
  font-family: Arial;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_game .date_content .date .date_number img {
  width: 0.8rem;
}

.section_game .date_content .date.signed {
  position: relative;
}

.section_game .date_content .date.signed::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url("../images/date-done.svg") no-repeat;
  background-size: 85%;
  background-position: center;
  z-index: 9;
}

.section_game .date_content .date.today {
  color: #EA4846;
  border-color: #EA4846;
}

.section_game .date_content .date.today .slash {
  background: #EA4846;
}

.section_game .date_content .date.today .date_inside {
  border-color: #EA4846;
}

.section_game .date_content .date.today .dec_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #EA4846 #EA4846 transparent;
  border-width: 8px;
}

.section_game .game_content {
  position: relative;
}

.section_game .game_content .game_inside {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 60%;
  padding-top: 6.24%;
  margin: auto;
  z-index: 3;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_game .game_content .game_inside .btn_primary {
  position: absolute;
  z-index: 1;
  top: 10%;
  margin: auto;
}

.section_game .game_content .disc_screen {
  position: relative;
  z-index: 0;
}

.section_game .game_content .disc_screen .disc_normal {
  display: block;
}

.section_game .game_content .disc_screen .disc_animation {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section_game .game_content .disc_screen.is-active .disc_normal {
  display: block;
}

.section_game .game_content .disc_screen.is-active .disc_animation {
  display: block;
}

.section_game.closed .stitle {
  position: relative;
  z-index: 2;
}

.section_game.closed .info_content {
  position: relative;
  background: #cfcfcf;
  color: #9b9b9b;
}

.section_game.closed .info_content .content_info {
  border-color: #9b9b9b;
}

.section_game.closed .info_content .content_info .point {
  color: #9b9b9b;
}

.section_game.closed .info_content .content_info .point_b {
  color: #9b9b9b;
}

.section_game.closed .info_content .count {
  -webkit-filter: grayscale(100%) contrast(40%) brightness(0.8);
  filter: grayscale(100%) contrast(40%) brightness(0.8);
}

.section_game.closed .info_content,
.section_game.closed .date_content {
  position: relative;
}

.section_game.closed .info_content::after,
.section_game.closed .date_content::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
  width: 23rem;
  height: 0;
  padding-bottom: 5rem;
  background: url("../images/close.png") no-repeat;
  background-size: 100% auto;
}

.section_game.closed .stitle,
.section_game.closed .date_content .date {
  -webkit-filter: grayscale(100%) contrast(40%) brightness(1.2);
  filter: grayscale(100%) contrast(40%) brightness(1.2);
}

.section_lucy {
  background-image: radial-gradient(circle closest-side at center, #FFE68E 5.92%, rgba(230, 173, 60, 0) 100%);
}

.section_lucy .video_item p {
  color: #0E2B64;
}

.section_lucy .container {
  position: relative;
  text-align: center;
}

.section_lucy .video_item {
  text-align: center;
}

.section_lucy .video_item p {
  margin: 0.5rem auto;
}

.section_lucy .video_item .video {
  padding: 0.538rem;
  background: #FFF3B9;
  border: 0.153rem #359093 solid;
  overflow: hidden;
  border-radius: 2.5rem;
}

.section_lucy .video_item .video_inside {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 2rem;
}

.section_lucy .video_item .video_inside::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.section_lucy .video_item .video_inside iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_lucy .dec_item {
  position: absolute;
  z-index: 9;
}

.section_lucy .btn_primary {
  margin-top: 2rem;
}

.section_store {
  /* background-color: #ccb4e7; */
  /* background-image: url(../images/bg-dm_03.jpg); */
  /* background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%; */
  padding-top: 3%;
  /* padding-bottom: 10%; */
}
.section_store.gam {
   background-image: url(../images/bg3.png);
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size: 100%;
   padding-bottom: 29rem;
   margin-bottom: -29rem;
}
.section_store .title img {
  /* max-width: 1054px; */
}

.section_store .container {
  text-align: center;
}

.section_store .object_content {
  margin-bottom: 1rem;
}

.section_store .object_content .content_inside {
  position: relative;
  background: #F7F4EB;
  padding: 15px 0.3rem;
  margin: 1.5rem 1.5rem;
  -webkit-box-shadow: 0 0 0 0.3846rem #fff, 0 0 0 0.7692rem #9d2040, 0 0 0 0.846rem #e6ad3c, 0 0 0 1.23rem #9d2040;
  box-shadow: 0 0 0 0.3846rem #fff, 0 0 0 0.7692rem #9d2040, 0 0 0 0.846rem #e6ad3c, 0 0 0 1.23rem #9d2040;
}

.section_store .object_content .content_inside .dec_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  border-width: 1.07rem;
}

.section_store .object_content .content_inside .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_store .object_content .object_item {
  margin: 1rem;
  text-align: center;
}

.section_store .object_content .object_item .info_title {
  color: #252525;
}

.section_store .object_content .object_item .object_title {
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0.5rem 1em;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1.7rem;
  /*height: 3rem;*/
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
  line-height: 1.25;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_store .object_content .object_item .object_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #9D2040;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  z-index: 0;
  -webkit-box-shadow: 4px 4px 0 #ff9593;
  box-shadow: 4px 4px 0 #ff9593;
}

.section_store .object_content .object_item .object_title span {
  position: relative;
  z-index: 1;
}

.section_store .logo_content {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.section_store .triangle_block_s,
.section_store .block_inside {
  background: #fff;
}

.section_store .triangle_block_s {
  border: none;
}

.section_store .block_inside {
  border-color: #9D2040;
}

.section_store .block_inside .dec_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #9D2040 #9D2040 transparent;
  border-width: 8px;
}

.content_diamond .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content_diamond .container {
  /* background: #9D2040;
  background-image: url("../images/diamondbox-clu_bottom.png"), url("../images/diamondbox-clu_top.png"), url("../images//diamondbox-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom left, top right, center;
  background-size: 28% auto, 28% auto, 100% 100%;
  border-radius: 3.846rem;
  border: 0.769rem solid #EA4846;
  padding-top: 4rem;
  margin-bottom: 5%;
  margin-top: -5%;
  -webkit-box-shadow: 0 0.15rem 1.38rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.15rem 1.38rem 1rem rgba(0, 0, 0, 0.15); */
}

.diamond_item {
  position: relative;
  padding: 0.26rem;
  margin: 2rem auto;
  /* background: #fff; */
  -webkit-filter: drop-shadow(0.15rem 0.69rem 1rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0.15rem 0.69rem 1rem rgba(0, 0, 0, 0.3));
}

/* .diamond_item:nth-child(1) {
  transform: rotate(2deg);
}

.diamond_item:nth-child(2) {
  transform: rotate(-1deg);
}

.diamond_item:nth-child(3) {
  transform: rotate(2deg);
} */

.diamond_item h3,
.diamond_item .sale {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.diamond_item .sale {
  width: 10rem;
}

.diamond_item .diamond_inside {
  padding: 2rem 1.5rem 1.5rem;
}

.diamond_item .diamond_inside .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.diamond_item .diamond_inside .info_price {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 1rem;
}

.diamond_item .diamond_inside .info_price .sub_price p {
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 0.5em;
}

.diamond_item .diamond_inside .info_price .main_price {
  color: #FCE942;
}

.diamond_item .diamond_inside .info_price .main_price .text {
  color: #fff;
}

.diamond_item .diamond_inside .pic_item {
  width: 95%;
  margin: auto;
  background: #fff;
}

.diamond_item .diamond_inside .pic_item .block_inside {
  border: none;
  background: #FFFCF0;
}

.diamond_item .diamond_inside .pic_item .block_inside .dec_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #E6AD3C #E6AD3C transparent;
  border-width: 0.8rem;
}

.content_theme .bg_img {
  /* margin-top: -2%; */
}

.theme_s1 .bg_img {
  background-image: url(../images/s_bg_01.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
}

.theme_s2 .bg_img {
  background-image: url(../images/s_bg_02.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
}

.theme_s3 .bg_img {
  background-image: url(../images/s_bg_03.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
}

.theme_s4 .bg_img {
  background-image: url(../images/s_bg_04.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
}

.theme_s5 .bg_img {
  background-image: url(../images/s_bg_05.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
}

.content_theme {
  padding-bottom: 3%;
}

.content_theme:nth-last-of-type(odd) .banner_text {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content_theme:nth-last-of-type(even) .banner_text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content_theme~.content_theme {
  margin-top: 1rem;
}

.theme_banner {
  position: relative;
  overflow: hidden;
}

.theme_banner,
.theme_banner::before {
  border-radius: 3.846rem;
}

.theme_banner .banner_text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 2rem;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.65rem;
  color: #fff;
  z-index: 9;
}

.theme_banner .banner_text .sub_title {
  font-size: 0.63em;
  color: #FFF3B9;
}

.theme_banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-width: 0.11rem;
  border-style: solid;
  width: calc(100% - 0.769rem);
  height: calc(100% - 0.769rem);
  z-index: 2;
}

.content_theme .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 8%;
  padding-right: 8%;
}

.theme_item {
  padding: 0.384rem;
  text-align: center;
  /* background: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25); */
}

.theme_item .item_inside {
  padding: 1rem;
  border-width: 0.15rem;
  border-style: solid;
}

.theme_item .pic {
  position: relative;
  width: 90%;
  margin: auto;
}

.theme_item .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.theme_item .pic img.award {
  position: absolute;
  top: initial;
  right: -2rem;
  left: initial;
  bottom: 1.5rem;
  width: 7rem;
}

.theme_item .tag {
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
  display: inline-block;
  padding: 0.2rem 0.9rem;
  margin-bottom: 0.5rem;
  border-radius: 1000px;
  font-weight: 600;
}

.theme_item h3,
.theme_item .sub_price {
  color: #252525;
  line-height: 1.25;
}

.theme_item .info_price {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.5rem;
  font-style: italic;
  line-height: 1.2;
}

.theme_item .info_price .main_price {
  color: #EA4846;
}

.theme_item .sub_price {
  text-decoration: line-through;
}

.theme_item .sub_price img {
  width: 6.3rem;
}

.stitle.stitle_business {
  color: #814EFA;
}

.stitle.stitle_business .stitle_inner {
  background-image: url("../images/stitle_inner_business.png");
}

.stitle.stitle_business .stitle_inner::before,
.stitle.stitle_business .stitle_inner::after {
  border-color: #814EFA;
}

.section_business {
  background-image: url("../images/bg-mayjo_05.jpg");
  background-position: bottom center;
  background-size: 102%;
  /* background-color: #ccb4e7; */
  background-repeat: no-repeat;
  padding-top: 2%;
}

/* .section_business .title img {
  max-width: 1049px;
} */

.section_business .content_diamond .diamond_item .diamond_inside {
  background: #814EFA;
}

.section_business .content_diamond h2.title .main_title span {
  background: #814EFA;
  color: #fff;
  border: 0.11rem solid #fff;
  text-shadow: 0.05em 0.04em 0 #F30F0C;
  -webkit-box-shadow: 0 0 0 0.2rem #814EFA, 0 0 0 0.5rem #fff, 0.19rem 0.3rem 0 0.5rem #0C0F4A;
  box-shadow: 0 0 0 0.2rem #814EFA, 0 0 0 0.5rem #fff, 0.19rem 0.3rem 0 0.5rem #0C0F4A;
}

.section_business .content_theme .theme_item .item_inside {
  border-color: #CEBAFF;
}

.section_business .content_theme .theme_item .tag {
  background: #814EFA;
  -webkit-box-shadow: 0 0 0 0.04rem #fff, 0 0 0 0.19rem #814EFA;
  box-shadow: 0 0 0 0.04rem #fff, 0 0 0 0.19rem #814EFA;
}

.section_business .content_theme .theme_item .pic .circle {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  background: #CEBAFF;
  -webkit-box-shadow: 0 0 0 0.11rem #fff, 0 0 0 0.5rem #CEBAFF;
  box-shadow: 0 0 0 0.11rem #fff, 0 0 0 0.5rem #CEBAFF;
}

.stitle.stitle_live {
  color: #FF5100;
}

.stitle.stitle_live .stitle_inner {
  background-image: url("../images/stitle_inner_live.png");
}

.stitle.stitle_live .stitle_inner::before,
.stitle.stitle_live .stitle_inner::after {
  border-color: #FF5100;
}

.section_live .content_diamond .diamond_item .diamond_inside {
  background: #FF5100;
}

.section_live .content_diamond h2.title .main_title span {
  background: #FF5100;
  color: #fff;
  border: 0.11rem solid #fff;
  text-shadow: 0.05em 0.04em 0 #F30F0C;
  -webkit-box-shadow: 0 0 0 0.2rem #FF5100, 0 0 0 0.5rem #fff, 0.19rem 0.3rem 0 0.5rem #0C0F4A;
  box-shadow: 0 0 0 0.2rem #FF5100, 0 0 0 0.5rem #fff, 0.19rem 0.3rem 0 0.5rem #0C0F4A;
}

.section_live .content_theme .theme_item .item_inside {
  border-color: #FFC6AC;
}

.section_live .content_theme .theme_item .tag {
  background: #FF5100;
  -webkit-box-shadow: 0 0 0 0.04rem #fff, 0 0 0 0.19rem #FF5100;
  box-shadow: 0 0 0 0.04rem #fff, 0 0 0 0.19rem #FF5100;
}

.section_live .content_theme .theme_item .pic .circle {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  background: #FFC6AC;
  -webkit-box-shadow: 0 0 0 0.11rem #fff, 0 0 0 0.5rem #FFC6AC;
  box-shadow: 0 0 0 0.11rem #fff, 0 0 0 0.5rem #FFC6AC;
}

.stitle.stitle_gaming {
  color: #363985;
}

.stitle.stitle_gaming .stitle_inner {
  background-image: url("../images/stitle_inner_gaming.png");
}

.stitle.stitle_gaming .stitle_inner::before,
.stitle.stitle_gaming .stitle_inner::after {
  border-color: #363985;
}

.section_gaming .content_diamond .diamond_item .diamond_inside {
  background: #363985;
}

.section_gaming .content_diamond h2.title .main_title span {
  background: #363985;
  color: #fff;
  border: 0.11rem solid #fff;
  text-shadow: 0.05em 0.04em 0 #F30F0C;
  -webkit-box-shadow: 0 0 0 0.2rem #363985, 0 0 0 0.5rem #fff, 0.19rem 0.3rem 0 0.5rem #0C0F4A;
  box-shadow: 0 0 0 0.2rem #363985, 0 0 0 0.5rem #fff, 0.19rem 0.3rem 0 0.5rem #0C0F4A;
}

.section_gaming .content_theme .theme_item .item_inside {
  border-color: #D3DBF9;
}

.section_gaming .content_theme .theme_item .tag {
  background: #363985;
  -webkit-box-shadow: 0 0 0 0.04rem #fff, 0 0 0 0.19rem #363985;
  box-shadow: 0 0 0 0.04rem #fff, 0 0 0 0.19rem #363985;
}

.section_gaming .content_theme .theme_item .pic .circle {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  background: #D3DBF9;
  -webkit-box-shadow: 0 0 0 0.11rem #fff, 0 0 0 0.5rem #D3DBF9;
  box-shadow: 0 0 0 0.11rem #fff, 0 0 0 0.5rem #D3DBF9;
}

.section_gaming .content_theme:nth-of-type(5) .pic .circle {
  opacity: 0;
}

.section_award {
  text-align: center;
}

.section_award .award_info,
.section_award .info_inside {
  border-radius: 3rem;
}

.section_award .award_info {
  position: relative;
  padding: 0.19rem;
  margin: auto;
  margin-top: 4rem;
  width: 90%;
  max-width: 1200px;
  background: #FCC842;
}

.section_award .award_info .info_inside {
  padding-top: 1.7rem;
  padding-bottom: 0.5rem;
  z-index: 2;
  border: 0.19rem #E6AD3A solid;
}

.section_award .award_info h5 {
  text-align: center;
  color: #252525;
  line-height: 1.25;
}

.section_award .award_info h5 .point {
  font-size: 1.5em;
  color: #BC131A;
}

.section_award .award_info .stitle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section_wallaper .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_wallaper .item_card {
  padding: 0.57rem;
  width: initial;
  margin: 1rem;
  background: #FCF5E6;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.section_wallaper .item_card .card_inside {
  padding: 0.5rem;
  border: 2px solid #9D2040;
}

.section_wallaper .item_card .pic {
  position: relative;
  width: 80%;
  margin: 1rem auto;
}

.section_wallaper .item_card .pic h5 {
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 5em;
  border-radius: 1rem;
  background: #9D2040;
}

.section_28off {
  /* background-color: #ccb4e7; */
  background-image: url(../images/28-bg-pink.jpg);
  background-position: bottom center;
  background-size: 101% auto;
  background-repeat: no-repeat;
  padding-top: 8%;
  padding-bottom: 8%;
}

.section_28off .bt_blue {
  height: 3em;
  width: 50%;
  position: relative;
  bottom: 10%;
  left: 2%;
  /* background-color: #000; */
}

.section_channel_2 .item {
  transform: scale(1);
}

.section_channel_2 .item:hover {
  transform: scale(1.02);
  transition: all 0.3s;
}

.section_channel {
  /* background: #ccb4e7; */
  /* padding-top: 80px; */
}

.section_channel .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_channel .item_card {
  padding: 0.57rem;
  width: initial;
  margin: 1rem;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.section_channel .item_card .card_inside {
  padding: 0.5rem;
  border: 2px solid #E6AD3C;
}

.section_channel .item_card .dec_triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #E6AD3C #E6AD3C transparent;
  border-width: 8px;
}

.section_channel .item_card .card_pic {
  width: 80%;
  margin: auto;
}

.section_channel .item {
  margin-bottom: 20px;
}

.footer {
  position: relative;
  text-align: center;
  /* background-color: #ccb4e7; */
  background-image: url(../images/footer_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 3rem;
}

.footer a {
  display: inline-block;
}

.footer .btn_primary {
  margin: 3% 0;
  font-weight: 600;
  font-size: 1.73rem;
  padding: 0.3846rem 1.15rem;
  border-color: #dee2ef;
  margin-right: 50px;
}

.main_blue {
  /* background-color: #85ddff; */
  background-image: url(../images/bg_top_cloud.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 8em;
}

.bg2 {
  background-image: url(../images/bg2.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* padding-top: 8em; */
}

.main_blue .btn_primary {
  background: #BC131A;
}

.main_blue .btn_primary,
.main_blue .btn_primary .btn_inside,
.main_blue .btn_primary .arrow {
  border-color: #9D2040;
}

.main_blue .btn_primary .btn_inside {
  color: #fff;
  background: #EA4846;
}

.main_blue .btn_primary .btn_inside .arrow {
  background: #fff;
}

.main_blue .btn_primary .btn_inside .arrow svg {
  fill: none;
  stroke: #9D2040;
}

.main_blue .btn_primary.btn_lock {
  background: #7B8891;
}

.main_blue .btn_primary.btn_lock,
.main_blue .btn_primary.btn_lock .btn_inside,
.main_blue .btn_primary.btn_lock .arrow {
  border-color: #3C3D4F;
}

.main_blue .btn_primary.btn_lock .btn_inside {
  color: #363985;
  background: #D6D6D6;
}

.main_blue .btn_primary.btn_lock .btn_inside .arrow svg {
  width: 0.8rem;
  margin: auto;
  fill: none;
  stroke: #3C3D4F;
}

.main_blue .section_kv .container-fluit {
  animation: 1s kv_yellow infinite both steps(1, start);
}


.main_blue .section:nth-of-type(2n):after {
  background-image: url("../images/dec_line02.png");
}

.main_blue .section:nth-of-type(3n):after {
  background-image: url("../images/dec_line03.png");
}

.main_blue .section:last-of-type:after {
  display: none;
}



.main_blue .section_live {
  background-image: url("../images/bg_pattern.png"), -webkit-gradient(linear, left top, left bottom, from(#E2C9FF), color-stop(4%, #FFDD99), color-stop(8.47%, #FCC842), to(#FFDD85));
  background-image: url("../images/bg_pattern.png"), linear-gradient(to bottom, #E2C9FF 0%, #FFDD99 4%, #FCC842 8.47%, #FFDD85 100%);
  background-repeat: repeat, no-repeat;
  background-size: 20%, 100%;
}

.main_blue .section_gaming {
  background-color: #6be6d1;
}

.main_blue .section_award {
  background-image: url("../images/bg_pattern.png"), -webkit-gradient(linear, left top, left bottom, from(#FCDB98), color-stop(8.47%, #E6AD3A));
  background-image: url("../images/bg_pattern.png"), linear-gradient(to bottom, #FCDB98 0%, #E6AD3A 8.47%);
  background-repeat: repeat, no-repeat;
  background-size: 20%, 100%;
}

.main_blue .footer .btn_primary {
  background: #0075d8;
}

.main_blue .footer .btn_green {
  background-color: #059219;
  margin-right: 0;
}

.main_blue .footer .btn_primary,
.main_blue .footer .btn_primary .btn_inside,
.main_blue .footer .btn_primary .arrow {
  border-color: #dee2ef;
}

.main_blue .footer .btn_primary .btn_inside {
  color: #ffffff;
  background: #0075d8;
}

.main_blue .footer .btn_primary .btn_inside .arrow {
  background: #0075d8;
}

.main_blue .footer .btn_primary .btn_inside .arrow svg {
  fill: none;
  stroke: #252525;
}

.main_blue .footer .btn_primary.btn_lock {
  background: #7B8891;
}

.main_blue .footer .btn_primary.btn_lock,
.main_blue .footer .btn_primary.btn_lock .btn_inside,
.main_blue .footer .btn_primary.btn_lock .arrow {
  border-color: #3C3D4F;
}

.main_blue .footer .btn_primary.btn_lock .btn_inside {
  color: #363985;
  background: #D6D6D6;
}

.main_blue .footer .btn_primary.btn_lock .btn_inside .arrow svg {
  width: 0.8rem;
  margin: auto;
  fill: none;
  stroke: #3C3D4F;
}



.main_red {
  background-color: #BF161C;
  background-image: url("../images/bg_pattern_red.png");
}

.main_red .section_kv .container-fluit {
  animation: 1s kv_red infinite both steps(1, start);
}

.main_red .btn_primary {
  background: #EEAA00;
}

.main_red .btn_primary,
.main_red .btn_primary .btn_inside,
.main_red .btn_primary .arrow {
  border-color: #BC131A;
}

.main_red .btn_primary .btn_inside {
  color: #BC131A;
  background: #FFD541;
}

.main_red .btn_primary .btn_inside .arrow {
  background: #fff;
}

.main_red .btn_primary .btn_inside .arrow svg {
  fill: none;
  stroke: #BC131A;
}

.main_red .btn_primary.btn_lock {
  background: #7B8891;
}

.main_red .btn_primary.btn_lock,
.main_red .btn_primary.btn_lock .btn_inside,
.main_red .btn_primary.btn_lock .arrow {
  border-color: #3C3D4F;
}

.main_red .btn_primary.btn_lock .btn_inside {
  color: #363985;
  background: #D6D6D6;
}

.main_red .btn_primary.btn_lock .btn_inside .arrow svg {
  width: 0.8rem;
  margin: auto;
  fill: none;
  stroke: #3C3D4F;
}

.main_red .section_menu svg {
  fill: #9D2040;
}

.main_red .section_menu .menu_item {
  background: #FFF3B9;
}

.main_red .section_menu .menu_item a {
  color: #252525;
}

.main_red .section_menu .menu_item a~a {
  border-color: #9D2040;
}

.main_red .section_menu .menu_item .inside {
  border-color: #9D2040;
}

.main_red .section_kv {
  position: relative;
  background: #BF161C;
  padding-top: 3rem;
}

.main_red .section_kv::after,
.main_red .section_kv::before {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  content: "";
  width: 100%;
  z-index: 99;
}

.main_red .section_kv::before {
  top: 0;
  height: 4.6rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #bf161c), to(rgba(191, 22, 28, 0)));
  background-image: linear-gradient(to bottom, #bf161c 80%, rgba(191, 22, 28, 0) 100%);
}

.main_red .section_kv::after {
  bottom: 0;
  height: 1.8rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 22, 28, 0)), to(#BF161C));
  background-image: linear-gradient(to bottom, rgba(191, 22, 28, 0) 0%, #BF161C 100%);
}

.main_red .section:nth-of-type(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BF161C), color-stop(20%, rgba(191, 22, 28, 0)));
  background-image: linear-gradient(to bottom, #BF161C 0%, rgba(191, 22, 28, 0) 20%);
}

.main_red .section_lucy {
  background-image: radial-gradient(circle closest-side at center, #FF908F 5.92%, rgba(217, 21, 28, 0) 100%);
}

.main_red .section_lucy .video_item p {
  color: #fff;
}

.main_red .section_business {
  background-image: url("../images/bg_pattern_red.png"), -webkit-gradient(linear, left top, left bottom, from(#BF161C), color-stop(4%, #D34C75), color-stop(8.47%, #C99FFA), color-stop(90.24%, #C99FFA), to(#E2C9FF));
  background-image: url("../images/bg_pattern_red.png"), linear-gradient(to bottom, #BF161C 0%, #D34C75 4%, #C99FFA 8.47%, #C99FFA 90.24%, #E2C9FF 100%);
  background-repeat: repeat, no-repeat;
  background-size: 20%, 100%;
}

.main_red .section_live {
  background-image: url("../images/bg_pattern_red.png"), -webkit-gradient(linear, left top, left bottom, from(#E2C9FF), color-stop(4%, #FFDD99), color-stop(8.47%, #FCC842), to(#FFDD85));
  background-image: url("../images/bg_pattern_red.png"), linear-gradient(to bottom, #E2C9FF 0%, #FFDD99 4%, #FCC842 8.47%, #FFDD85 100%);
  background-repeat: repeat, no-repeat;
  background-size: 20%, 100%;
}

.main_red .section_gaming {
  background-image: url("../images/bg_pattern_red.png"), -webkit-gradient(linear, left top, left bottom, from(#FFDD85), color-stop(8.47%, #00B8FC), color-stop(90%, #00B8FC), to(#AD4B7C));
  background-image: url("../images/bg_pattern_red.png"), linear-gradient(to bottom, #FFDD85 0%, #00B8FC 8.47%, #00B8FC 90%, #AD4B7C 100%);
  background-repeat: repeat, no-repeat;
  background-size: 20%, 100%;
}

.main_red .section_award {
  background-image: url("../images/bg_pattern_red.png"), -webkit-gradient(linear, left top, left bottom, from(#AD4B7C), color-stop(8.47%, #BF161C));
  background-image: url("../images/bg_pattern_red.png"), linear-gradient(to bottom, #AD4B7C 0%, #BF161C 8.47%);
  background-repeat: repeat, no-repeat;
  background-size: 20%, 100%;
}

.main_red .section_channel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 21, 28, 0)), to(#FF9498));
  background-image: linear-gradient(to bottom, rgba(217, 21, 28, 0) 0%, #FF9498 100%);
}

.main_red .footer {
  background-color: #FF9498;
}

.main_red .footer .btn_primary {
  background: #FF6C70;
}

.main_red .footer .btn_primary,
.main_red .footer .btn_primary .btn_inside,
.main_red .footer .btn_primary .arrow {
  border-color: #252525;
}

.main_red .footer .btn_primary .btn_inside {
  color: #252525;
  background: #FF6C70;
}

.main_red .footer .btn_primary .btn_inside .arrow {
  background: #FF6C70;
}

.main_red .footer .btn_primary .btn_inside .arrow svg {
  fill: none;
  stroke: #252525;
}

.main_red .footer .btn_primary.btn_lock {
  background: #7B8891;
}

.main_red .footer .btn_primary.btn_lock,
.main_red .footer .btn_primary.btn_lock .btn_inside,
.main_red .footer .btn_primary.btn_lock .arrow {
  border-color: #3C3D4F;
}

.main_red .footer .btn_primary.btn_lock .btn_inside {
  color: #363985;
  background: #D6D6D6;
}

.main_red .footer .btn_primary.btn_lock .btn_inside .arrow svg {
  width: 0.8rem;
  margin: auto;
  fill: none;
  stroke: #3C3D4F;
}

/*--0114額外加入--*/
.store_ex {
  color: #7B8891;
  font-size: 0.8rem;
  width: 90%;
}

.section_lucy_store {
  background-color: #fff;
  border-radius: 80px;
  width: 90%;
  max-width: 920px;
  margin: 2rem auto 0px;
  padding: 0.2rem;
  box-sizing: border-box;
}

.section_lucy_store>* {
  border-radius: 80px;
  z-index: 2;
  border: 0.19rem #3C2249 solid;
  width: 100%;
  color: #3C2249;
  display: inline-block;
  box-sizing: border-box;
  padding: 1% 3%;
}

.list_white.chair_list {
  color: #000;
  font-size: 1.5rem;
  justify-content: center;
  padding: 0.8rem 0.8rem 0.8rem 2rem;
}


@media screen and (max-width: 767px) {

  html,
  body {
    overflow-x: hidden;
  }

  .container {
    width: 96%;
  }

  h2 p.main_title {
    font-size: 3.5rem;
  }

  h2 p.sub_title,
  h2 div.sub_title {
    font-size: 1.85rem;
  }

  h3 {
    font-size: 1.65rem;
    line-height: 1.25;
  }

  .b_br {
    display: none;
  }

  .block_pc {
    display: none !important;
  }



  h2.title {
    /* margin-bottom: 3rem; */
  }


  h2.title .sub_title {
    width: 95%;
    font-size: 1.5rem;
    padding-top: 1.8em;
  }


  .btn_primary .btn_inside {
    padding: 0.2rem 0.7rem 0.2rem 1rem;
  }

  .stitle {
    text-align: center;
  }

  .stitle .stitle_dec {
    width: 2.5rem;
  }

  .main_list li {
    letter-spacing: -0.05em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .main_list li::before {
    margin-top: 0.2rem;
  }

  .triangle_block_s {
    width: 24%;
    margin: 0.44%;
    margin-bottom: 0.5rem;
  }

  .triangle_block_s .block_inside {
    border-width: 2px;
  }

  .triangle_block_s .dec_triangle {
    border-width: 3px;
  }

  .side_ad {
    bottom: 17%;
    right: -0.5rem;
    width: 18rem;
  }

  .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -3px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }

  .section .item_card {
    width: 92%;
    padding: 0.2rem;
  }

  .section_carousel .pic_item .pic_sale {
    top: -32%;
    width: 7.8rem;
    height: 7.8rem;
  }

  .section_carousel .pic_item .pic_sale::after {
    border-width: 1px;
    width: 93%;
    height: 93%;
  }

  .section_guild .col_guild .guild_item {
    margin: 1.5rem 0.2rem;
  }

  .section_guild .stitle .stitle_dec {
    width: 1.45rem;
  }



  .section_game .container {
    padding: 0.5rem 0.3rem;
    border-radius: 1rem;
  }

  .section_game .container .count_title,
  .section_game .container .count_number {
    width: 90%;
  }

  .section_game .date_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.2rem;
  }

  .section_game .date_content .date .dec_triangle {
    border-width: 3px;
  }

  .section_game .date_content .date.today .dec_triangle {
    border-width: 3px;
  }

  .section_game .date_content .date.today .date_inside {
    border-width: 2px;
  }

  .section_game .game_content {
    position: relative;
  }

  .section_game .game_content .game_inside {
    padding-top: 3.2%;
    width: 78%;
  }

  .section_game .game_content .game_inside .btn_primary {
    top: 10%;
  }

  .section_carousel .info_item .info_price {
    flex-direction: column;
    align-items: flex-start;
  }

  .section_carousel .info_item .info_price .sub_price {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0 0.4rem;
  }

  .section_carousel .pic_item .pic_main svg {
    width: 100%;
  }

  .section_lucy .dec_item {
    width: 6.5rem;
  }

  .section_lucy .dec_item:nth-of-type(1) {
    top: -15%;
    right: -5%;
  }

  .section_lucy .dec_item:nth-of-type(2) {
    bottom: 42%;
    left: -8%;
  }

  .section_lucy .dec_item:nth-of-type(3) {
    bottom: 0%;
    right: -8%;
  }

  .section_store .block_inside .dec_triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #9D2040 #9D2040 transparent;
    border-width: 3px;
  }

  .section_store .store_ex {
    margin-top: 1rem;
  }

  .section_store .object_content .object_item .object_title {
    margin: 1.5rem 0;
  }

  .section_store h2.title .sub_title .marquee {
    height: 1.5em;
  }

  .section_store .object_content .object_item .info_title {
    height: 3em;
  }


  .diamond_item {
    text-align: center;
  }

  .diamond_item h3 {
    left: 0;
    right: 0;
    margin: auto;
  }

  .diamond_item .sale {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    right: -8%;
    width: 8rem;
    z-index: 2;
  }

  .diamond_item .diamond_inside {
    padding: 3rem 1.5rem 1.5rem;
  }

  .diamond_item .diamond_inside .pic_item {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .diamond_item .diamond_inside .pic_item .block_inside .dec_triangle {
    border-width: 5px;
  }

  .theme_banner,
  .theme_banner::before {
    border-radius: 2rem;
  }

  .theme_banner .banner_text {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.5rem 1rem;
    line-height: 1.2;
  }

  .theme_item .pic {
    width: 95%;
  }

  .theme_item .tag {
    font-size: 1.3rem;
    height: 2.5em;
    border-radius: 1rem;
  }

  .section_award .award_info,
  .section_award .info_inside {
    border-radius: 2rem;
  }

  .section_award .award_info {
    width: 100%;
  }

  .section_award .award_pic {
    overflow: hidden;
    margin-top: -2rem;
  }

  .section_award .award_pic img {
    -webkit-transform: translateX(-16.5%);
    transform: translateX(-16.5%);
    width: 150%;
  }

  .gem-slick {
    border-radius: 2rem;
  }

  .gem_item .name {
    font-size: 0.5rem;
  }

  .gem-slick .slick-dots {
    margin-bottom: 38%;
  }

  .colorfull .item {
    padding: 0.2rem;
  }

  .section_color .t-center img,
  .section_black .t-center img {
    max-width: 300px;
  }

  .colorfull .slick-dots {
    bottom: -8%;
  }

  .footer {
    background-size: 120%;
    background-image: url("../images/footer_bg_m.png");
  }

  .footer .btn_primary {
    margin: 5% 0 50% 0;
  }

  .section_wallaper .btn_inside,
  .section_channel .btn_inside,
  .footer .btn_inside {
    font-size: 1.15rem;
  }

  .main_red .section_kv {
    padding-top: 4.5rem;
    padding-bottom: 1.5rem;
  }

  .main_red .section_kv::before {
    height: 5.2rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #bf161c), to(rgba(191, 22, 28, 0)));
    background-image: linear-gradient(to bottom, #bf161c 90%, rgba(191, 22, 28, 0) 100%);
  }

  .main_red .section_kv::after {
    height: 1.8rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 22, 28, 0)), color-stop(30%, #BF161C));
    background-image: linear-gradient(to bottom, rgba(191, 22, 28, 0) 0%, #BF161C 30%);
  }

  .container.title2 {
    width: 100%;
  }

  .main_blue {
    padding-top: 10em;
  }

  h2.title {
    padding-top: 2rem;
  }

  .section_coupon .title img,
  .section_store .title img,
  .section_color .title img,
  .section_channel_2 .title img,
  .section_28off .title img,
  .section_business .title img {
    width: 145%;
  }


  .section_color .title img {
    width: 115%;
  }

  .section_color .t-center {
    margin-bottom: 2rem;
  }

  .section_store.gam .title img {
    width: 100%;
  }

  .section_business h2.title {
    padding-top: 0;
  }

  .commodity_warp.wrp2 .row:last-child {
    flex-direction: column-reverse;
    border-top: solid 4px #e1e1e1;
  }

  .section_black .black_slick .slick-dots {
    display: none;
    opacity: 0;
  }

  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    100% {
      -webkit-transform: translateY(calc(-100% + 3em));
      transform: translateY(calc(-100% + 3em));
    }
  }

  @keyframes marquee {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    100% {
      -webkit-transform: translateY(calc(-100% + 3em));
      transform: translateY(calc(-100% + 3em));
    }
  }

  @-webkit-keyframes marquee_s {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    100% {
      -webkit-transform: translateY(calc(-100% + 1.5em));
      transform: translateY(calc(-100% + 1.5em));
    }
  }

  @keyframes marquee_s {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    100% {
      -webkit-transform: translateY(calc(-100% + 1.5em));
      transform: translateY(calc(-100% + 1.5em));
    }
  }

  @keyframes kv_gam {
    0% {
      background-image: url("../images/kv_gam_m01.jpg");
    }

    50% {
      background-image: url("../images/kv_gam_m02.jpg");
    }

    100% {
      background-image: url("../images/kv_gam_m01.jpg");
    }
  }

  @keyframes kv_yellow {
    0% {
      background-image: url("../images/kv_m01.jpg");
    }

    50% {
      background-image: url("../images/kv_m02.jpg");
    }

    100% {
      background-image: url("../images/kv_m01.jpg");
    }
  }

  @keyframes kv_red {
    0% {
      background-image: url("../images/kv_red_m01.jpg");
    }

    50% {
      background-image: url("../images/kv_red_m02.jpg");
    }

    100% {
      background-image: url("../images/kv_red_m01.jpg");
    }
  }

  .section_channel .item {
    margin-bottom: 6px;
  }

}

@media screen and (min-width: 768px) {

  html,
  body {
    font-size: 1.354vw;
  }

  h2.title .sub_title {
    width: 80%;
  }

  /* 修改520 */
  .section_left {
    display: block;
    top: 3rem;
  }

  .section_mobile {
    display: none;
  }

  .s_br {
    display: none;
  }

  .block_m {
    display: none !important;
  }

  .hide_kv {
    width: 100%;
    height: 0px;
    padding-bottom: 23em;
  }

  .main_blue {
    padding-top: 15em;
  }

  .section_carousel .item_inside {
    padding: 15px 3rem;
  }

  .section_carousel .info_item .title {
    margin-bottom: -2rem;
  }

  .section_lucy .dec_item {
    width: 9rem;
  }

  .section_lucy .dec_item:nth-of-type(1) {
    top: -20%;
    left: 0%;
  }

  .section_lucy .dec_item:nth-of-type(2) {
    bottom: 5%;
    left: -5%;
  }

  .section_lucy .dec_item:nth-of-type(3) {
    bottom: 5%;
    right: -5%;
  }

  .diamond_item:nth-of-type(odd) h3 {
    left: 1rem;
  }

  .diamond_item:nth-of-type(odd) .sale {
    right: -5%;
  }

  .diamond_item:nth-of-type(odd) .col-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .diamond_item:nth-of-type(odd) .col-pic {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .diamond_item:nth-of-type(even) h3 {
    right: 1rem;
  }

  .diamond_item:nth-of-type(even) .sale {
    left: -5%;
  }

  .diamond_item:nth-of-type(even) .col-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .diamond_item:nth-of-type(even) .col-pic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .diamond_item .info_item {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .theme_item .item_inside {
    padding: 1rem 0.5rem;
  }

  @-webkit-keyframes marquee {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    100% {
      -webkit-transform: translateY(calc(-100% + 1.5em));
      transform: translateY(calc(-100% + 1.5em));
    }
  }

  @keyframes marquee {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    100% {
      -webkit-transform: translateY(calc(-100% + 1.5em));
      transform: translateY(calc(-100% + 1.5em));
    }
  }

  @keyframes kv_gam {
    0% {
      background-image: url("../images/kv_gam_01.jpg");
    }

    50% {
      background-image: url("../images/kv_gam_02.jpg");
    }

    100% {
      background-image: url("../images/kv_gam_01.jpg");
    }
  }

  @keyframes kv_yellow {
    0% {
      background-image: url("../images/kv_01.jpg");
    }

    50% {
      background-image: url("../images/kv_02.jpg");
    }

    100% {
      background-image: url("../images/kv_01.jpg");
    }
  }

  @keyframes kv_red {
    0% {
      background-image: url("../images/kv_red_01.jpg");
    }

    50% {
      background-image: url("../images/kv_red_02.jpg");
    }

    100% {
      background-image: url("../images/kv_red_01.jpg");
    }
  }

}
@media screen and (max-width: 1380px) {
  .section_coupon {
    background-size: 143% auto;
    padding-bottom: 0%;
  }

  .content_coupon .container {
    width: 78%;
  }
  .hide_kv {
    padding-bottom: 20rem;
}
  
}
@media screen and (min-width: 992px) {

  html,
  body {
    font-size: 1.2vw;
  }

  .theme_item .item_inside {
    padding: 1rem 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  .hide_kv {
    padding-bottom: 14rem;
}
  
}
@media screen and (min-width: 1366px) {
  .br_lg {
    display: none;
  }

  html,
  body {
    font-size: 1.15vw;
  }

  .theme_item .item_inside {
    padding: 1rem;
  }
}

@media screen and (min-width: 1600px) {

  html,
  body {
    font-size: 1.15vw;
  }
}

@media screen and (min-width: 2300px) {
  .container {
    max-width: 85%;
  }
}

/*--0117 額外修正_手機版改為1行3列產品 joeni--*/
@media screen and (max-width: 768px) {
.swiper-slide img{
  width: 90%;
}
  /*--theme_m2--*/
  .theme_m2 .col-12,
  .theme_m2 .col-10 {
    width: 50%;
  }

  .theme_m2 h4 {
    /*font-size: 0.8rem;*/
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /*  .theme_m2 h4.object_title::before{
    height: 40% !important;
  }*/

  .theme_m2 .guild_item {
    margin: 1.5rem 0.2rem;
  }

  .theme_m2 .card {
    padding: 0.1rem;
  }

  .theme_m2 h3 {
    font-size: 0.8rem;
  }

  /*.theme_m2 .stitle_inner{
    padding: 0;
  }*/

  .theme_m2 .card_inside {
    padding: 1.5rem 0;
    border-radius: 1rem;
  }

  .theme_m2 .btn_inside span {
    font-size: 0.6rem;
  }

  /*--theme_m3--*/


  .theme_m3 .col-11 {
    width: 50%;
  }

  .theme_m3 .theme_item {
    margin: 1rem 0.3rem 0rem;
    padding: 0.2rem;
  }

  .theme_m3 .item_inside {
    padding: 0.5rem 0.1rem;
  }

  .theme_m3 .pic img {
    padding: 0;
  }

  .theme_m3 .pic img.award {
    width: 4rem;
    right: -0.5rem;
    bottom: 4.2rem;
  }

  .theme_m3 .pic .tag {
    padding: 0.2rem 0.1rem;
    line-height: 1.25;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
  }

  .theme_m3 h3 {
    font-size: 1.36rem;
    height: 4em;
  }

  /*.theme_m3 h3 span br{
    content: " ";
    display: none;
  }*/

  .theme_m3 .info_price {
    flex-direction: column;
    align-items: center;
    height: 4.4em;
  }

  .theme_m3 .info_price h5 {
    /*font-size: 1rem;*/
  }

  .theme_m3 .info_price h5 span img {
    width: 4rem;
  }

  .theme_m3 .main_price .bigger {
    font-size: 2.8rem;
  }

  .theme_m3 .btn_inside span,
  .theme_mrow .btn_inside span {
    font-size: 1rem;
  }

  .theme_m3 .btn_inside .arrow,
  .theme_m2 .btn_inside .arrow,
  .theme_mrow .btn_inside .arrow {
    display: none;
  }

  /*--theme_mrow--*/
  .theme_mrow .diamond_item h3 {
    font-size: 1.5rem;
    margin: inherit;
    max-width: 75%;

  }

  .theme_mrow .diamond_item:nth-child(odd) h3 {
    right: inherit;
  }

  .theme_mrow .diamond_item:nth-child(even) h3 {
    left: inherit;
  }

  .theme_mrow .diamond_item:nth-child(odd) .sale {
    transform: translateY(-52%);
    right: -2%;
  }

  .theme_mrow .diamond_item:nth-child(even) .sale {
    transform: translateY(-52%);
    left: -2%;
  }

  .theme_mrow .diamond_item:nth-child(even) .col-pic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .theme_mrow .diamond_item:nth-child(even) .col-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .theme_mrow .diamond_item:nth-child(even) .col-pic .pic_item {
    margin: 0 0 0 7% !important;
  }

  .theme_mrow .diamond_inside {
    padding: 3rem 0.5rem 0.5rem;
  }

  .theme_mrow .col-12 {
    width: 98%;
  }

  .theme_mrow h4 {
    /*font-size: 0.75rem;*/
  }

  .theme_mrow .info_price {
    flex-direction: column;
    align-items: flex-start;
  }

  /*.theme_mrow .main_price span{
    font-size: 0.8rem;
  }

  .theme_mrow .main_price .bigger{
    font-size: 1.2rem;
  }*/

  .theme_mrow .main_list li {
    margin-bottom: 0;
  }

  .theme_mrow .row {
    align-items: flex-start !important;
  }

  .theme_mrow .pic_item {
    width: 93% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin: inherit !important;
  }

  .list_white.chair_list {
    font-size: 1.2rem;
    padding: 0.5rem;
  }

  .section_lol_order ul li a,
  .section_lol_order .title a {
    margin-top: 1rem
  }

  .section_lol_order .title a.btn_primary .btn_inside {
    font-size: 1rem;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  }

  .section_lol_order .title ul li,
  .section_lol_order .title .item.item {
    padding: 8px 15px 8px 15px;
  }

  .section_channel .item_card {
    margin: 1rem auto;
  }

  .section_channel .btn_primary .arrow {
    display: none;
  }

  .section_chair .chair_t {
    width: 45%;
  }

  /*--0120新增--*/
  .sub_price>h5>p {
    margin-top: -1rem;
  }

  /*--0121新增--*/
  .fz_ss {
    font-size: 1.15rem;
  }

  .footer a {
    max-width: 60%;
    margin-bottom: 2rem;
  }

  .footer {
    padding-bottom: 8rem;
  }
  .section_store.gam {
    
    padding-bottom: 15rem;
    margin-bottom: -20rem;
}
.content_coupon .container {
    width: 92%;
}
}

/*--0121新增--*/
.lp_s {
  letter-spacing: -0.085rem;
}

@media screen and (max-width: 540px) {

  /* .slick-dotted.slick-slider {
    margin-bottom: 7%;
  } */
  /* .colorfull .slick-dots li{
  width: 10px;
  height: 10px;
} */
  .gem-slick .slick-dots li {
    width: 15%;
    height: 3px;
    opacity: 0;
  }

  .tip {
    font-size: 13px;
  }

  .section_color .t-center img,
  .section_black .t-center img {
    max-width: 250px;
  }

  .section_black .t-center {
    margin-top: 1.5rem;
  }
  .swiper-pagination-bullet {
  display: none;
}
.section_store{
  padding-top: 0;
}
.gem_item {
    top: -1.5rem;
}
}

/* 修改新增 521 */
@media screen and (max-width: 390px) {
  .slick-dots {
    bottom: -30%;
  }
}