@charset "UTF-8";
:root {
  --color1: #33155c;
  --color2: #fff77d;
  --color3: #9558e9;
  --color4: #ff6b00;
  --font-size-L: 50px;
  --font-size-M: 40px;
  --font-size-S: 32px;
  --font-size-XS: 26px;
}
@media screen and (max-width: 450px) {
  :root {
    --font-size-L: 30px;
    --font-size-M: 24px;
    --font-size-S: 20px;
    --font-size-XS: 16px;
  }
}

@font-face {
  font-family: Cubic_11;
  src: url("../fonts/Cubic_11.ttf");
}
.menustyle2 {
  overflow: unset;
  border: unset;
}
@media screen and (max-width: 991px) {
  .menustyle2 {
    overflow: hidden;
  }
}
.menustyle2:before, .menustyle2:after {
  content: "";
  display: block;
  background-image: url(../images/deco.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  width: 100%;
  padding-bottom: 13%;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 991px) {
  .menustyle2:before, .menustyle2:after {
    display: none;
  }
}
.menustyle2:before {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.menustyle2:after {
  bottom: 0;
  -webkit-transform: translateY(100%) rotateX(180deg);
          transform: translateY(100%) rotateX(180deg);
}

a {
  font-family: "Cubic_11";
}

/**--  animation  --**/
@-webkit-keyframes floatAni {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floatAni {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@-webkit-keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@keyframes floatLRAni {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
/**--  kv  --**/
.kv_item {
  position: absolute;
}

.kv_item-good1 {
  width: 12.9166666667%;
  top: 71%;
  left: 8.6%;
}
.kv_item-good1 img {
  -webkit-animation: floatAni 1.5s -1s ease-in-out infinite alternate;
          animation: floatAni 1.5s -1s ease-in-out infinite alternate;
}

.kv_item-good2 {
  width: 7.5520833333%;
  top: 65%;
  left: 78.5%;
}
.kv_item-good2 img {
  -webkit-animation: floatAni 1.5s -2s ease-in-out infinite alternate;
          animation: floatAni 1.5s -2s ease-in-out infinite alternate;
}

.kv_item-good3 {
  width: 7.8125%;
  top: 39%;
  left: 82.3%;
}
.kv_item-good3 img {
  -webkit-animation: floatAni 2s -1s ease-in-out infinite alternate;
          animation: floatAni 2s -1s ease-in-out infinite alternate;
}

.kv_item-good4 {
  width: 11.25%;
  top: 41%;
  left: 15%;
}
.kv_item-good4 img {
  -webkit-animation: floatAni 1.5s -2s ease-in-out infinite alternate;
          animation: floatAni 1.5s -2s ease-in-out infinite alternate;
}

.kv_item-window {
  width: 44.6354166667%;
  top: 12%;
  left: 27%;
}

.kv_item-date {
  width: 11.7708333333%;
  top: 8.5%;
  left: 30.3%;
}

.kv_item-title {
  width: 38.90625%;
  top: 23%;
  left: 31%;
}

.kv_item-sale {
  width: 41.6666666667%;
  top: 69%;
  left: 34%;
}

.side-menu2,
#TopMenu2,
#MainEventMenu-pc,
#closebtn,
#share,
#gotop,
header,
footer,
.edmNoShow {
  /*display: none !important;*/
}

.showByDate {
  /*display: block !important;*/
}

/**--  共用  --**/
html,
body {
  background: url(../images/bgGrid.png), -webkit-gradient(linear, left bottom, left top, from(#d1e0ff), to(#ffbff6));
  background: url(../images/bgGrid.png), linear-gradient(0deg, #d1e0ff 0%, #ffbff6 100%);
  background-size: 2.4% auto, auto;
  background-attachment: fixed;
}

.container {
  background-image: url(../images/bg.png), url(../images/bg2.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top, center top;
  -webkit-animation: bgAni 120s -1s ease-in-out infinite alternate;
          animation: bgAni 120s -1s ease-in-out infinite alternate;
}
@media screen and (max-width: 991px) {
  .container {
    background-image: unset;
  }
}

@-webkit-keyframes bgAni {
  0% {
    background-position: center top, center top -100%;
  }
  100% {
    background-position: center top, center top;
  }
}

@keyframes bgAni {
  0% {
    background-position: center top, center top -100%;
  }
  100% {
    background-position: center top, center top;
  }
}
.btt {
  font-family: "Cubic_11";
  color: var(--color1);
}
.blk_bas {
  margin-top: 90px;
}
@media screen and (max-width: 991px) {
  .blk_bas {
    margin-top: 6vw;
  }
}

.blk_head {
  font-size: var(--font-size-L);
  padding: 0.5em;
  background-color: unset;
  background-image: url(../images/blk1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 991px) {
  .blk_head {
    padding: 0.4em;
    background-image: url(../images/blk1m.png);
  }
}
@media screen and (max-width: 450px) {
  .blk_head {
    padding: 0.5em 0 0.3em 0;
  }
}

.blk_pre .blk_body {
  background: unset;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .blk_pre .blk_body {
    padding: 4vw;
  }
}
.blk_bas .blk_body {
  background-image: url(../images/blk2.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: relative;
}
.blk_bas .blk_body:after {
  content: "";
  display: block;
  background-image: url(../images/blk3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 5%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.blk_item {
  background-color: unset;
}

/**--  promotion區  --**/
/**--  區塊  --**/
.block2 .hightlight {
  width: 97%;
}

.block8 .regular2itam {
  margin-bottom: 0;
}

.go_btn {
  margin-top: 60px;
  gap: 40px;
}
.go_btn a {
  position: relative;
  border-radius: unset;
}
.go_btn a:before, .go_btn a:after {
  content: "";
  display: block;
  background-image: url(../images/deco_col.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  width: 13%;
  height: 100%;
  position: absolute;
  top: 0;
}
.go_btn a:before {
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.go_btn a:after {
  right: 1px;
  -webkit-transform: translateX(100%) rotateY(180deg);
          transform: translateX(100%) rotateY(180deg);
}

.alternate ul:nth-child(odd) li:first-child,
.alternate ul:nth-child(even) li:last-child,
.zasshi3-buy,
.dis-for-zasshi3,
.count-down h1 {
  background: var(--color4);
}

.collect_5x6 .s-row h4,
.collect_5x6 .special,
.hightlight .font h4,
.hightlight_5p .font h4,
.zasshi3 ul li .font p {
  background: var(--color1);
}

.collect_5x6 .h-row .font h4,
.photograph .font h4,
.count-down-container p,
.count-down-container h3,
.alternate .font h4,
.zasshi3 ul li h4 {
  color: var(--color1);
}

@media screen and (max-width: 991px) {
  .hightlight_5p ul li:first-child .font h4 {
    color: var(--color1);
  }
}

.alternate ul:nth-child(even) li:last-child .font h4,
.alternate ul:nth-child(odd) li:first-child .font h4 {
  color: var(--color2);
}

.half ul {
  background: -webkit-gradient(linear, left bottom, left top, from(#d1e0ff), to(#ffbff6));
  background: linear-gradient(0deg, #d1e0ff 0%, #ffbff6 100%);
}

.keywordA li {
  text-align: center;
  overflow: hidden;
  margin: 5px;
  padding: 5px 20px;
  border: 3px solid var(--color1);
  border-radius: 999em;
  background: var(--color4);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media screen and (max-width: 991px) {
  .keywordA li {
    border: 2px solid var(--color1);
  }
}
.keywordA li a {
  color: var(--color1);
}

.boxmixbg:nth-last-of-type(odd) .box-mix {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.special_5p_1 .stt-sp h3 {
  font-family: "Cubic_11";
  font-size: var(--font-size-M);
  width: 810px;
  padding: 0.3em 2em 0.3em 1em;
  left: 300px;
  background-image: url(../images/stt2.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  color: var(--color1);
}
@media screen and (max-width: 991px) {
  .special_5p_1 .stt-sp h3 {
    width: 86%;
    margin: 0 auto;
    left: 0;
  }
}
.special_5p_1 .stt-sp h3:before, .special_5p_1 .stt-sp h3:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
}
.special_5p_1 .stt-sp h3:before {
  background-image: url(../images/stt1.png);
  background-position: right center;
  left: 1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.special_5p_1 .stt-sp h3:after {
  background-image: url(../images/stt3.png);
  background-position: left center;
  right: 1px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.special_5p_1 .stt-sp h3 .more {
  color: var(--color1);
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 0.5em 0.5em 1em 0.5em;
  right: 0;
}
.special_5p_1 .stt-sp h3 .more:hover {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

/*---- 日期設定輪播 ----*/
.swiper {
  position: relative;
  background-color: var(--color2);
  outline: 5px solid var(--color1);
}
@media screen and (max-width: 991px) {
  .swiper {
    outline: 3px solid var(--color1);
  }
}

.swiper-slide a {
  display: block;
}

.swiper-slide img {
  width: 100%;
  margin: unset;
}

.swiper-button-next,
.swiper-button-prev {
  margin: unset !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

:root {
  --swiper-navigation-size: 60px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
  display: block;
  border-radius: 100%;
  width: 30px !important;
  height: 30px !important;
  background-color: var(--color1);
  opacity: 1;
  font-size: 0px !important;
  font-family: serif !important;
}

@media screen and (max-width: 991px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    width: 26px;
    height: 26px;
  }
}
.swiper-button-next:after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 15px;
  top: 49%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 15px;
  top: 49%;
}

.swiper-brand a {
  position: relative;
  margin: 10px 0;
}

.swiper-brand .font {
  position: absolute;
  top: 20px;
  left: 20px;
  -moz-text-align-last: left;
  text-align-last: left;
}

.swiper-brand ul {
  font-size: 40px;
  text-align: center;
  color: var(--color1);
  font-weight: 600;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-brand big {
  color: var(--color4);
  font-size: 45px;
}

.swiper-brand span {
  font-size: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 10px;
}

.swiper-brand img {
  width: 90px;
  height: 90px;
  border-radius: 99rem;
  border: 2.5px var(--color4) solid;
}

.swiper-brand h5 {
  color: var(--color1);
  font-size: 1rem;
  margin: auto 10px;
  line-height: 20px;
}

.swiper-brand span.date {
  color: #fff;
  position: relative;
  background: var(--color1);
  border-radius: 100px;
  padding: 5px 20px;
}

@media screen and (max-width: 991px) {
  .swiper-brand p {
    font-size: 16px;
  }
  .swiper-brand span {
    margin: auto 20px;
    display: block;
    font-size: 20px;
  }
  .swiper-brand ul {
    font-size: 20px;
    line-height: 4rem;
  }
  .swiper-brand big {
    font-size: 35px;
    padding: 0 3px 5px;
  }
}
.swiper-brand .swiper-container {
  margin: 10px 30px 15px;
  overflow: hidden;
}

/*---- 日期設定輪播///END ----*/