@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* 1200  */

/* 1360 */

/* 1440 */

header.header-top {
  background: #fff;
  font-family: "Noto Sans TC", "微軟正黑體";
  z-index: 699;
  width: 100%;
  position: sticky;
  top: 0;
}

header.header-top > .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
  align-items: center;
}

header.header-top > .container .header-btn-logo {
  width: 100%;
  max-width: 1320px;
  padding: 10px;
}

@media screen and (max-width: 431px) {
  header.header-top > .container .header-btn-logo {
    padding: 5px 10px 5px 10px;
  }
}

header.header-top a.logo {
  display: flex;
  width: 30vw;
  max-width: 180px;
}

@media screen and (max-width: 431px) {
  header.header-top .signup-btn {
    font-size: 15px;
  }
}

header.header-top .navbar {
  background-color: #000;
  padding: 0;
  width: 100%;
  overflow: auto;
}

header.header-top .navbar > ul {
  margin: 0 auto;
}

header.header-top .navbar .main-nav-tab {
  color: #ffffff;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  padding: 8px 12px;
  line-height: 120%;
  cursor: pointer;
}

header.header-top .navbar .main-nav-tab .nav-txt {
  display: flex;
  flex-direction: column;
}

header.header-top .navbar .main-nav-tab.active {
  background-color: #008680;
}

header.header-top .navbar .main-nav-tab.active .nav-txt::after {
  content: '';
  opacity: 1;
  transition: linear .1s;
}

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
  font-family: "Noto Sans TC", "微軟正黑體";
}

body {
  font-family: "Noto Sans TC", "微軟正黑體";
}

.vt-gotop-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 199;
  right: 20px;
  bottom: 115px;
  width: 55px;
  height: 55px;
  background: rgba(0, 134, 128, 0.85);
  border-radius: 200px;
  box-shadow: 4px 4px 12px #00000035;
  opacity: 0.6;
  transform: translateY(180px);
  transition: cubic-bezier(0.37, 0, 0.63, 1) 0.4s;
  cursor: pointer;
}

.vt-gotop-btn .fa-chevron-up {
  color: #fff;
  font-size: 24px;
}

.vt-gotop-btn.show {
  opacity: 1;
  transition: cubic-bezier(0.37, 0, 0.63, 1) 0.4s;
  transform: translateY(0);
}

.hvr-bounce-in {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.6s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  transform: scale(1.05);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-bounce {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.6s;
}

.hvr-bounce:hover,
.hvr-bounce:focus,
.hvr-bounce:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.md-triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 16.5px;
  border-color: transparent transparent transparent #000000;
  transform: translateY(1px);
}

.md-triangle.white {
  border-color: transparent transparent transparent #ffffff;
}

.md-triangle.blue {
  border-color: transparent transparent transparent #182542;
}

.md-triangle.pink {
  border-color: transparent transparent transparent #FD4CCB;
}

.md-triangle.whit {
  border-color: transparent transparent transparent #dac96b;
}

.md-triangle.dark-red {
  border-color: transparent transparent transparent #4b0524;
}

.md-triangle.link-blue {
  border-color: transparent transparent transparent #0d6efd;
}

.md-triangle.small {
  border-width: 8px 0 8px 13.9px;
}

@media screen and (max-width: 576px) {
  .md-triangle.small {
    border-width: 5px 0 5px 9.9px;
  }
}

@media screen and (max-width: 820px) {
  .md-triangle {
    border-width: 6.5px 0 6.5px 11.5px;
  }
}

.txt-pink {
  color: #FD4CCB;
}

.txt-whit {
  color: #dac96b;
}

.txt-red-enhance {
  color: #f00707;
}

.hover-pink > img {
  transition: linear 0.2s;
}

.hover-pink:hover > img {
  transition: linear 0.2s;
  filter: drop-shadow(0px 0px 28px #FD4CCB);
  animation: hvr-icon-hang 1s infinite linear;
}

main {
  overflow: hidden;
}

main .banner-area {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024buyjp_0115event/images/banner/PC_banner.webp?version=1");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1920/800;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  main .banner-area {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024buyjp_0115event/images/banner/MB_banner.webp?version=1");
    aspect-ratio: 414/290;
  }
}

main .banner-area .banner-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 60px 0;
  position: relative;
}

main .banner-area .bn-slider-wrapper {
  width: 40vw;
  max-width: 768px;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  position: relative;
  position: absolute;
  bottom: 10%;
}

@media screen and (max-width: 992px) {
  main .banner-area .bn-slider-wrapper {
    width: 90vw;
    bottom: -35vw;
  }
}

@media screen and (max-width: 576px) {
  main .banner-area .bn-slider-wrapper {
    width: 100vw;
    bottom: -45vw;
  }
}

main .banner-area .bn-slider-wrapper .bn-slider-button-prev,
main .banner-area .bn-slider-wrapper .bn-slider-button-next {
  border: 1px solid #FD4CCB;
  background-color: #FD4CCB;
  color: #fff;
  width: 47px;
  height: 94px;
  top: calc(50% - 47px);
  display: flex;
  justify-content: flex-end;
}

main .banner-area .bn-slider-wrapper .bn-slider-button-prev::after,
main .banner-area .bn-slider-wrapper .bn-slider-button-next::after {
  display: none;
}

@media screen and (max-width: 576px) {
  main .banner-area .bn-slider-wrapper .bn-slider-button-prev,
  main .banner-area .bn-slider-wrapper .bn-slider-button-next {
    width: 40px;
    height: 80px;
    top: calc(50% - 40px);
  }
}

main .banner-area .bn-slider-wrapper .bn-slider-button-prev > img,
main .banner-area .bn-slider-wrapper .bn-slider-button-next > img {
  width: 30%;
}

main .banner-area .bn-slider-wrapper .bn-slider-button-prev {
  left: -8px;
  border-radius: 50px 0 0 50px;
}

main .banner-area .bn-slider-wrapper .bn-slider-button-prev > img {
  margin: 0 auto;
  transform: rotateZ(180deg) translateX(-4px);
}

@media screen and (max-width: 576px) {
  main .banner-area .bn-slider-wrapper .bn-slider-button-prev {
    border-radius: 0 50px 50px 0;
    left: 0px;
  }

  main .banner-area .bn-slider-wrapper .bn-slider-button-prev > img {
    transform: rotateZ(180deg) translateX(4px);
  }
}

main .banner-area .bn-slider-wrapper .bn-slider-button-next {
  right: -8px;
  border-radius: 0 50px 50px 0;
}

main .banner-area .bn-slider-wrapper .bn-slider-button-next > img {
  margin: 0 auto;
  transform: translateX(-4px);
}

@media screen and (max-width: 576px) {
  main .banner-area .bn-slider-wrapper .bn-slider-button-next {
    border-radius: 50px 0 0 50px;
    right: 0px;
  }

  main .banner-area .bn-slider-wrapper .bn-slider-button-next > img {
    transform: translateX(4px);
  }
}

main .banner-area .bn-slider-wrapper .swiper-pagination.bn-video-dots {
  bottom: 0;
}

main .banner-area .bn-slider-wrapper .swiper-pagination.bn-video-dots .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #fff;
  background-color: transparent;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

main .banner-area .bn-slider-wrapper .swiper-pagination.bn-video-dots .swiper-pagination-bullet-active {
  background-color: #fff;
}

main .banner-area .video-slider-box {
  border: 8px solid #FD4CCB;
  background-color: #FD4CCB;
  width: 100%;
  max-width: calc(100% - 78px);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.36);
}

@media screen and (max-width: 576px) {
  main .banner-area .video-slider-box {
    border: 4px solid #FD4CCB;
    max-width: calc(100% - 30px);
  }
}

main .anchor-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

main .anchor-section .section-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

main .anchor-section .section-container .section-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}

main .anchor-section .section-container .section-title h3 {
  font-size: 60px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  main .anchor-section .section-container .section-title h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 576px) {
  main .anchor-section .section-container .section-title h3 {
    font-size: 32px;
  }
}

main .bbn-intro-section {
  background-color: #4b0524;
  position: relative;
}

main .bbn-intro-section > .section-container {
  max-width: 1440px;
  flex-direction: column;
}

main .bbn-intro-section .two-card-area {
  transform: translateY(-30%);
  margin-bottom: -25px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  main .bbn-intro-section .two-card-area {
    margin-bottom: -16px;
  }
}

@media screen and (max-width: 992px) {
  main .bbn-intro-section .two-card-area {
    transform: translateY(0);
    margin-top: calc(40vw - 30px);
    margin-bottom: -5px;
  }
}

@media screen and (max-width: 576px) {
  main .bbn-intro-section .two-card-area {
    margin-top: calc(50vw - 15px);
  }
}

main .bbn-intro-section .two-card-area .trapezoid-card {
  display: flex;
  width: 40%;
  max-width: 570px;
  display: flex;
  position: relative;
  margin: 0 -10px;
}

@media screen and (max-width: 992px) {
  main .bbn-intro-section .two-card-area .trapezoid-card {
    width: 50%;
    margin: 0 -5px;
  }
}

@media screen and (max-width: 768px) {
  main .bbn-intro-section .two-card-area .trapezoid-card {
    margin: 0 5px;
  }
}

main .bbn-intro-section .two-card-area .trapezoid-card > img {
  transition: linear 0.2s;
  width: 100%;
}

main .bbn-intro-section .two-card-area .trapezoid-card:hover > img {
  transition: linear 0.2s;
  animation: hvr-icon-hang 1s infinite linear;
  filter: drop-shadow(0px 0px 28px #0ff);
}

@media screen and (max-width: 992px) {
  main .bbn-intro-section .two-card-area {
    position: relative;
    top: 0;
    padding: 10px;
  }
}

main .bbn-intro-section .intro-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 992px) {
  main .bbn-intro-section .intro-list {
    padding: 15px;
  }
}

main .bbn-intro-section .intro-list .intro-card {
  background-color: #ffffff0e;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 0 20px 0;
  border-radius: 16px;
}

main .bbn-intro-section .intro-list .intro-card .card-img-bbn {
  display: flex;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 95/100;
  object-fit: contain;
}

main .bbn-intro-section .intro-list .intro-card .card-img-bbn.mobile {
  max-width: 100px;
}

main .bbn-intro-section .intro-list .intro-card article {
  color: #fff;
  width: 100%;
}

main .bbn-intro-section .intro-list .intro-card .card-title {
  font-size: 22px;
  line-height: 125%;
  font-weight: 500;
  margin: 0 0 20px 0;
  display: flex;
}

@media screen and (max-width: 576px) {
  main .bbn-intro-section .intro-list .intro-card .card-title {
    font-size: 18px;
    justify-content: center;
    align-items: center;
  }

  main .bbn-intro-section .intro-list .intro-card .card-title.haslogo {
    margin: 0 0 4px 0;
  }
}

main .bbn-intro-section .intro-list .intro-card .card-title.neon-text {
  color: #f0f0f0;
  text-shadow: #ff7ba7 0px 0px 13.5px, #ffffff 0px 0px 1px;
}

main .bbn-intro-section .intro-list .intro-card .card-title ~ ul .check-item {
  margin: 10px 0;
}

@media screen and (max-width: 576px) {
  main .bbn-intro-section .intro-list .intro-card .card-title ~ ul .check-item {
    margin: 5px 0;
  }
}

main .bbn-intro-section .intro-list .intro-card .card-title ~ ul .check-item > .check-item-txt {
  font-size: 20px;
  line-height: 125%;
}

main .bbn-intro-section .intro-list .intro-card .card-title ~ ul .check-item > .check-item-txt::before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024buyjp_0115event/images/icon_green_check.svg?version=1");
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  main .bbn-intro-section .intro-list .intro-card .card-title ~ ul .check-item > .check-item-txt::before {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 768px) {
  main .bbn-intro-section .intro-list .intro-card .card-title ~ ul .check-item > .check-item-txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  main .bbn-intro-section .intro-list .intro-card {
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  main .bbn-intro-section .intro-list .intro-card {
    padding: 10px;
    border-radius: 6px;
    margin: 0 0 16px 0;
  }
}

main .bbn-intro-section .intro-card .step-img-box {
  width: 30%;
}

main .bbn-intro-section .intro-card .step-img-box > img {
  width: 100%;
  border-radius: 12px;
}

@media screen and (max-width: 576px) {
  main .bbn-intro-section .intro-card .step-img-box > img {
    display: none;
  }
}

main .bbn-intro-section .intro-card .step-img-box > img.mobile {
  border-radius: 6px;
  display: none;
}

@media screen and (max-width: 576px) {
  main .bbn-intro-section .intro-card .step-img-box > img.mobile {
    display: flex;
  }
}

main .vt-section {
  background-color: #182542;
  padding: 40px 20px 15px 20px;
}

@media screen and (max-width: 576px) {
  main .vt-section {
    padding: 0px 0px 15px 0px;
  }
}

main .vt-section .section-container {
  flex-direction: column;
  align-items: center;
}

main .vt-section .section-container .big-title-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1244px;
}

main .vt-section .section-container .big-title-wrapper .bubble-link {
  position: absolute;
  right: -1%;
  top: 22%;
  width: 12%;
  max-width: 130px;
  transform: rotateZ(-20deg);
}

main .vt-section .section-container .big-title-wrapper .bubble-link > img {
  width: 100%;
}

@media screen and (max-width: 576px) {
  main .vt-section .section-container .big-title-wrapper .bubble-link {
    right: 2%;
    top: 6%;
    width: 20%;
  }
}

main .vt-section .section-container .big-title-wrapper .bubble-link:hover {
  transform: scale(1.1) rotateZ(-20deg);
  animation: rotateA 1s infinite;
}

@keyframes rotateA {
  0% {
    transform: scale(1.1) rotateZ(-20deg);
  }

  25% {
    transform: scale(1.1) rotateZ(-15deg);
  }

  50% {
    transform: scale(1.1) rotateZ(-20deg);
  }

  75% {
    transform: scale(1.1) rotateZ(-15deg);
  }

  100% {
    transform: scale(1.1) rotateZ(-20deg);
  }
}

main .vt-section .section-container .section-top-img {
  display: flex;
  width: 100%;
  max-width: 1161.5px;
  object-fit: contain;
  aspect-ratio: 1161.5/270;
}

main .vt-section .section-container .section-top-img.lg {
  aspect-ratio: 1161.5/400;
}

main .vt-section .section-container .section-top-img.lg.mobile {
  aspect-ratio: auto;
  margin: 0;
}

main .vt-section .section-container .ticket-list-box {
  position: relative;
  width: 100%;
  max-width: 1260px;
  display: flex;
  justify-content: center;
}

main .vt-section .section-container .ticket-list-box::after {
  content: "";
  display: flex;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-color: #334a7b;
  z-index: 1;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 576px) {
  main .vt-section .section-container .ticket-list-box::after {
    border-radius: 0;
  }
}

main .vt-section .section-container .ticket-list-box .three-ticket-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  padding: 0 30px;
  width: 100%;
}

@media screen and (max-width: 1366px) {
  main .vt-section .section-container .ticket-list-box .three-ticket-list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 576px) {
  main .vt-section .section-container .ticket-list-box .three-ticket-list {
    grid-column-gap: 8px;
    padding: 0 15px;
  }
}

main .vt-section .section-container .ticket-list-box .three-ticket-list li {
  display: flex;
  width: 100%;
}

main .vt-section .section-container .ticket-list-box .three-ticket-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

main .vt-section .section-container .ticket-list-box .three-ticket-list li a img {
  width: 100%;
}

main .vt-section .sub-section-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #334a7b;
  width: 100%;
  max-width: 1260px;
  padding: 60px 30px 30px 30px;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 1366px) {
  main .vt-section .sub-section-wrapper {
    padding: 60px 20px 20px 20px;
  }
}

@media screen and (max-width: 576px) {
  main .vt-section .sub-section-wrapper {
    border-radius: 0;
    padding: 45px 15px 15px 15px;
  }
}

main .vt-section .sub-section-wrapper .duo-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 60px 0;
}

@media screen and (max-width: 576px) {
  main .vt-section .sub-section-wrapper .duo-wrapper {
    margin: 0 0 45px 0;
  }
}

main .vt-section .sub-section-wrapper .duo-wrapper .vt-img-list {
  display: flex;
  width: 100%;
  max-width: 920px;
}

main .vt-section .sub-section-wrapper .duo-wrapper .vt-img-list > li {
  width: 50%;
  margin: 0 10px;
}

main .vt-section .sub-section-wrapper .duo-wrapper .vt-img-list > li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

main .vt-section .sub-section-wrapper .duo-wrapper .vt-img-list > li a img {
  width: 90%;
}

@media screen and (max-width: 576px) {
  main .vt-section .sub-section-wrapper .duo-wrapper .vt-img-list > li {
    margin: 0 5px;
  }
}

main .vt-section .mobile-section-label {
  display: none;
  color: #fff;
  margin: 25px 0 110px 0;
  font-weight: lighter;
  font-size: 8vw;
}

@media screen and (max-width: 768px) {
  main .vt-section .mobile-section-label {
    display: flex;
  }
}

@media screen and (max-width: 576px) {
  main .vt-section .mobile-section-label {
    margin: 25px 0 85px 0;
  }
}

main .vt-section .sub-section {
  background-color: #161616;
  border-radius: 8px;
  width: 100%;
  padding: 38px 32px;
  position: relative;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  main .vt-section .sub-section {
    padding: 30px 15px 15px 15px;
  }
}

main .vt-section .sub-section .label {
  font-size: 22px;
  font-weight: 500;
  background-color: #FD4CCB;
  color: #000;
  padding: 4px;
  position: absolute;
  top: -30px;
  left: 0;
  line-height: 200%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  main .vt-section .sub-section .label {
    font-size: 16px;
  }
}

main .vt-section .sub-section .vt-box {
  width: 100%;
  margin: 5px 0 0 0;
  display: flex;
  justify-content: center;
}

main .vt-section .sub-section .vt-box .box-btn {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 22px;
  border-radius: 4px;
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  transition: ease-in-out 0.2s;
}

main .vt-section .sub-section .vt-box .box-btn:hover {
  color: #000;
  background-color: #fff;
  transition: ease-in-out 0.2s;
  transform: scale(1.03);
}

main .vt-section .sub-section .vt-box .box-btn:hover .md-triangle {
  border-color: transparent transparent transparent #000000;
}

@media screen and (max-width: 768px) {
  main .vt-section .sub-section .vt-box .box-btn {
    font-size: 18px;
    padding: 16px 10px;
  }
}

@media screen and (max-width: 576px) {
  main .vt-section .sub-section .vt-box .box-btn {
    font-size: 14px;
    padding: 10px;
  }
}

main .vt-section .md-card-list {
  margin-top: 10px;
}

main .vt-section .md-card-list .label-wrap {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  main .vt-section .md-card-list .label-wrap {
    width: 100%;
  }
}

main .vt-section .sm-card {
  width: calc(50% - 8px);
  aspect-ratio: 157/51;
  margin: 4px;
}

main .vt-section .sm-card a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #222222;
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  height: 100%;
}

main .vt-section .sm-card a img {
  width: 100%;
  border-radius: 8px;
}

main .vt-section.in-red {
  background-color: #4b0524;
}

main .vt-section.in-red .text-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 60px;
  line-height: 75px;
  top: -75px;
  color: #fff;
  font-weight: lighter;
  letter-spacing: 1px;
}

@media screen and (max-width: 992px) {
  main .vt-section.in-red .text-label {
    font-size: 48px;
  }
}

main .vt-section.in-red .text-label.pc-section-label {
  display: flex;
}

@media screen and (max-width: 768px) {
  main .vt-section.in-red .text-label.pc-section-label {
    display: none;
  }
}

main .vt-section.in-red .ticket-list-box::after {
  background-color: #591332;
}

main .vt-section.in-red .sub-section-wrapper {
  background-color: #591332;
  padding: 140px 30px 30px 30px;
}

@media screen and (max-width: 1366px) {
  main .vt-section.in-red .sub-section-wrapper {
    padding: 140px 20px 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  main .vt-section.in-red .sub-section-wrapper {
    padding: 0px 15px 15px 15px;
  }
}

main .vt-section.in-red .sub-section-wrapper .sub-section {
  padding: 120px 20px 20px 20px;
}

@media screen and (max-width: 768px) {
  main .vt-section.in-red .sub-section-wrapper .sub-section {
    padding: 80px 10px 10px 10px;
  }
}

@media screen and (max-width: 576px) {
  main .vt-section.in-red .sub-section-wrapper .sub-section {
    padding: 20vw 10px 10px 10px;
  }
}

main .vt-section.in-red .sub-section-wrapper .sub-section.luca {
  margin: 120px 0 0 0;
}

@media screen and (max-width: 768px) {
  main .vt-section.in-red .sub-section-wrapper .sub-section.luca {
    margin: 0;
  }
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list {
  width: 100%;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 576px) {
  main .vt-section.in-red .sub-section-wrapper .lg-card-list {
    max-width: 100%;
  }
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .card {
  width: calc(23% - 16px);
  margin: 8px;
  border-radius: 12px;
  overflow: hidden;
  border: none;
}

@media screen and (max-width: 1024px) {
  main .vt-section.in-red .sub-section-wrapper .lg-card-list .card {
    width: calc(25% - 16px);
  }
}

@media screen and (max-width: 768px) {
  main .vt-section.in-red .sub-section-wrapper .lg-card-list .card {
    width: calc(50% - 8px);
    margin: 4px;
    border-radius: 6px;
  }
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .card a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 1;
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .card .card-img-wrapper {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.05;
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .card .card-img-wrapper > img {
  display: flex;
  object-fit: cover;
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .card .price-area {
  padding: 12px;
  font-size: 15px;
  color: #000;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .card .price-area .txt-lg {
  font-size: 22px;
  font-weight: 500;
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .card .prod-name {
  color: #000;
  font-size: 18px;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  main .vt-section.in-red .sub-section-wrapper .lg-card-list .card .prod-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  main .vt-section.in-red .sub-section-wrapper .lg-card-list .card .prod-name {
    font-size: 14px;
  }
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .card .text-small {
  font-size: 14px;
  color: #7a7a7a;
  text-decoration: line-through;
  line-height: 125%;
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu {
  position: absolute;
  left: 30%;
  top: -180px;
  cursor: pointer;
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu .luca-img,
main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu .shu-img {
  width: 25%;
}

@media screen and (max-width: 576px) {
  main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu .luca-img,
  main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu .shu-img {
    width: 35vw;
  }
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu .deco-txt {
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: fit-content;
  position: relative;
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu .txt-bubble {
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 576px) {
  main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu .txt-bubble {
    width: 56vw;
  }
}

main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu .txt-bubble:hover {
  animation: hvr-icon-hang 1s infinite linear;
}

@media screen and (max-width: 992px) {
  main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu {
    top: -110px;
  }
}

@media screen and (max-width: 768px) {
  main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu {
    left: 0;
    top: -22vw;
  }
}

@media screen and (max-width: 576px) {
  main .vt-section.in-red .sub-section-wrapper .lg-card-list .deco-shu {
    left: -12px;
    top: -33vw;
  }
}

main .more-btn-area {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  main .more-btn-area {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
}

main .more-btn-area a {
  border-radius: 6px;
  font-size: 28px;
  margin: 20px 10px;
  width: 50%;
  padding: 1.5rem;
  max-width: 500px;
  max-height: 80px;
}

@media screen and (max-width: 1024px) {
  main .more-btn-area a {
    font-size: 20px;
    margin: 10px;
    padding: 1rem;
  }
}

@media screen and (max-width: 768px) {
  main .more-btn-area a {
    width: 100%;
    padding: 0.75rem;
    height: 60px;
    font-size: 18px;
    margin: 5px 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  main .more-btn-area a {
    font-size: 16px;
    height: 50px;
  }
}

main .more-btn-area a.btn-pink {
  border: 2px solid #FD4CCB;
  color: #FD4CCB;
  transition: ease-in-out 0.2s;
}

main .more-btn-area a.btn-pink:hover {
  transition: ease-in-out 0.2s;
  transform: scale(1.03);
  background: #FD4CCB;
  color: #182542;
  border: 2px solid #FD4CCB;
}

main .more-btn-area a.btn-pink:hover .md-triangle {
  border-color: transparent transparent transparent #182542;
}

main .more-btn-area a.btn-pink .en-logo > img {
  height: 45px;
}

@media screen and (max-width: 1024px) {
  main .more-btn-area a.btn-pink .en-logo > img {
    height: 38px;
  }
}

@media screen and (max-width: 576px) {
  main .more-btn-area a.btn-pink .en-logo > img {
    height: 30px;
  }
}

main .more-btn-area a.btn-whit {
  border: 2px solid #d6b978;
  color: #d6b978;
}

main .more-btn-area a.btn-whit:hover {
  transition: ease-in-out 0.2s;
  transform: scale(1.03);
  background: #d6b978;
  color: #4b0524;
  border: 2px solid #d6b978;
}

main .more-btn-area a.btn-whit:hover .md-triangle {
  border-color: transparent transparent transparent #4b0524;
}

main .rule-section {
  display: flex;
  justify-content: center;
  background: #191919;
}

main .rule-section .section-container {
  width: 100%;
  max-width: 1200px;
  padding: 40px 20px;
}

@media screen and (max-width: 431px) {
  main .rule-section .section-container {
    padding: 20px 15px;
  }
}

main .rule-section .section-container .section-title h3 {
  color: #fff;
}

main .rule-section .section-container .nav-rule {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  main .rule-section .section-container .nav-rule {
    margin-bottom: 10px;
  }
}

main .rule-section .section-container .nav-item {
  width: calc(100% / 3);
  display: flex;
}

main .rule-section .section-container .nav-item > .nav-link {
  color: #fff;
  background: none;
  border-radius: 6px;
  border: 1px solid #f9da6e;
  background: rgba(249, 218, 110, 0.2);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 10px;
  margin: 5px 8px;
  font-size: 22px;
  width: 100%;
  word-break: keep-all;
}

main .rule-section .section-container .nav-item > .nav-link.active {
  background-color: #ffd54a;
  color: #000;
}

@media screen and (max-width: 1200px) {
  main .rule-section .section-container .nav-item > .nav-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  main .rule-section .section-container .nav-item > .nav-link {
    line-height: 125%;
    font-size: 16px;
    margin: 4px;
  }
}

@media screen and (max-width: 576px) {
  main .rule-section .section-container .nav-item > .nav-link {
    font-size: 14px;
    margin: 2px;
    padding: 12px 4px;
    font-weight: 500;
  }
}

@media screen and (max-width: 389.98px) {
  main .rule-section .section-container .nav-item > .nav-link {
    font-size: 12px;
  }
}

main .rule-section .section-container .list-item-title {
  font-weight: 600;
  line-height: 160%;
  margin-top: 10px;
}

main .rule-section .section-container .tab-pane {
  background-color: #f2f2f2;
  box-shadow: 3px 4px 8px #00000038;
  padding: 1% 5% 5% 5%;
  border-radius: 8px;
  margin: 0 8px;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  main .rule-section .section-container .tab-pane {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  main .rule-section .section-container .tab-pane {
    font-size: 16px;
  }
}

main .rule-section .section-container .list-item-content {
  line-height: 140%;
}

.dioalouge {
  border: 2px solid blue;
  height: 300px;
}

.box {
  background-color: #a1439a;
  display: flex;
  width: 300px;
  height: 200px;
  box-shadow: 2px 2px 10px blue;
  clip-path: polygon(9% 43%, 10% 0, 100% 0, 100% 100%, 7% 100%, 7% 70%, 0 59%);
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 0.5fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .grid-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    padding: 0 15px;
  }
}

.grid-list > .card {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 20px 20px;
  position: relative;
  border: 0;
}

.grid-list > .card .short-intro {
  flex: 1;
  width: 100%;
  line-height: 150%;
  font-size: 26px;
}

@media screen and (max-width: 1024px) {
  .grid-list > .card .short-intro {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  .grid-list > .card .short-intro {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .grid-list > .card .short-intro {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .grid-list > .card {
    border-radius: 6px;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
  }
}

.grid-list .brand-card1 {
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}

.grid-list .brand-card1::before {
  content: "";
  display: flex;
  width: 70.5px;
  aspect-ratio: 70.5/80;
  top: -40px;
  left: 20px;
  position: absolute;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024buyjp_0115event/images/badge_gold.webp?version=1");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .grid-list .brand-card1::before {
    width: 55px;
    top: -30px;
  }
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card1::before {
    left: unset;
    right: 10px;
    top: unset;
    bottom: 10px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card1 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.grid-list .brand-card2 {
  grid-area: 1 / 2 / 2 / 3;
  position: relative;
}

.grid-list .brand-card2::before {
  content: "";
  display: flex;
  width: 70.5px;
  aspect-ratio: 70.5/80;
  top: -40px;
  left: 20px;
  position: absolute;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024buyjp_0115event/images/badge_silver.webp?version=1");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .grid-list .brand-card2::before {
    width: 55px;
    top: -30px;
  }
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card2::before {
    left: unset;
    right: 10px;
    top: unset;
    bottom: 10px;
    width: 36px;
  }
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

.grid-list .brand-card3 {
  grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 1024px) {
  .grid-list .brand-card3 {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card3 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.grid-list .brand-card4 {
  grid-area: 2 / 1 / 3 / 4;
  height: auto;
  padding: 0px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card4 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

.grid-list .brand-card4 .card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card4 .card-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(1, 1fr);
  }
}

.grid-list .brand-card4 article {
  grid-area: 1 / 1 / 2 / 2;
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 150%;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card4 article {
    grid-area: 2 / 1 / 3 / 2;
    padding: 10px;
  }
}

.grid-list .brand-card4 article > h5 {
  font-size: 32px;
  line-height: 150%;
}

@media screen and (max-width: 1024px) {
  .grid-list .brand-card4 article > h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card4 article > h5 {
    font-size: 16px;
  }
}

.grid-list .brand-card4 article a.more {
  border-bottom: 1px solid #0d6efd;
  color: #0d6efd;
  line-height: 120%;
  font-weight: 600;
}

.grid-list .brand-card4 article a.more > .md-triangle {
  margin-left: 1px;
}

.grid-list .brand-card4 .row-card-img {
  display: flex;
  background-color: #7a7a7a;
  grid-area: 1 / 2 / 2 / 4;
  width: 100%;
  aspect-ratio: 25/7;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card4 .row-card-img {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.grid-list .store-logo {
  display: flex;
  width: 100%;
  aspect-ratio: 7/2;
  object-fit: cover;
  display: flex;
}

.grid-list .store-logo.mb {
  aspect-ratio: 1/1;
  max-width: 85px;
  margin: 0 4px 0 0;
  display: none;
}

@media screen and (max-width: 768px) {
  .grid-list .store-logo.mb {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .grid-list .store-logo {
    display: none;
  }
}

.grid-list .intro-btn-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.grid-list .brand-card-btn {
  margin: 15px 0 0 0;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
  border-radius: 8px;
  padding: 10px 0;
}

.grid-list .brand-card-btn > span > .md-triangle {
  transform: translateY(2px);
}

.grid-list .brand-card-btn:hover {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .grid-list .brand-card-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .grid-list .brand-card-btn {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .grid-list .brand-card-btn {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-radius: 0;
    border-bottom: 1px solid #0d6efd;
    color: #0d6efd;
    line-height: 120%;
    width: fit-content;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    margin: 4px 0 0 0;
  }

  .grid-list .brand-card-btn:hover {
    color: initial;
  }

  .grid-list .brand-card-btn > span > .md-triangle {
    border-color: transparent transparent transparent #0d6efd;
  }
}

/*# sourceMappingURL=../../../sass */