@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;
}

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

header.header-top > .container {
  max-width: 1320px;
}

header.header-top .logo {
  color: #000;
}

header.header-top .logo img {
  display: flex;
  max-width: 150px;
  width: 100%;
}

header.header-top .logo > span {
  font-weight: 500;
}

header.header-top .logo > span.pc {
  font-size: 26px;
}

header.header-top input {
  display: none;
}

header.header-top label {
  margin: 0 auto !important;
  cursor: pointer;
}

header.header-top .topbtn {
  color: #000;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

header.header-top .signup-btn {
  padding: 8px 15px;
  font-size: 16px;
}

@media all and (max-width: 575px) {
  header.header-top .signup-btn {
    font-size: 14px;
    padding: 6px 12px;
  }
}

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

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

header .navbar .main-nav-tab {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
}

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

@media all and (max-width: 575px) {
  header .navbar .main-nav-tab {
    font-size: 18px;
  }

  header .navbar .main-nav-tab .nav-link-tab {
    padding: 4px 15px;
    font-size: 18px;
  }
}

header .navbar .nav-link-tab {
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
  font-size: 20px;
}

.banner-section {
  background-color: #272823;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  overflow-y: clip;
  height: auto;
}

.banner-section .top-banner {
  display: flex;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1920/470;
  height: 100%;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0101event/images/2024bid_01_banner.png?version=1");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  position: relative;
}

@media all and (max-width: 575px) {
  .banner-section .top-banner {
    background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0101event/images/2024bid_01_banner_mb.png?version=1");
    aspect-ratio: 414/180;
  }
}

.banner-section .two-ticket-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  position: absolute;
  bottom: -90px;
}

@media screen and (max-width: 1200px) {
  .banner-section .two-ticket-container {
    padding: 0 25px;
  }
}

@media all and (max-width: 575px) {
  .banner-section .two-ticket-container {
    padding: 0 15px;
    bottom: -25px;
  }
}

.banner-section .two-ticket-container .banner-ticket-pic:first-child {
  margin-right: 20px;
}

.banner-section .two-ticket-container .banner-ticket-pic > img {
  width: 100%;
  max-width: fit-content;
}

.banner-section .tripple-ticket-banner > .content-wrapper {
  max-width: 1400px;
  padding-top: 90px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .banner-section .tripple-ticket-banner > .content-wrapper {
    padding: 90px 25px 25px 25px;
  }
}

@media all and (max-width: 575px) {
  .banner-section .tripple-ticket-banner > .content-wrapper {
    padding: 40px 15px 15px 15px;
  }
}

.banner-section .tripple-ticket-banner > .content-wrapper::before,
.banner-section .tripple-ticket-banner > .content-wrapper::after {
  display: flex;
  aspect-ratio: 146/351;
  width: 100%;
  max-width: 146px;
  position: absolute;
  top: 0;
}

.banner-section .tripple-ticket-banner > .content-wrapper::before {
  content: '';
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0101event/images/banner-deco-left.png?version=1");
  left: -156px;
}

.banner-section .tripple-ticket-banner > .content-wrapper::after {
  content: '';
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0101event/images/banner-deco-right.png?version=1");
  right: -156px;
}

.banner-section .tripple-ticket-banner > .content-wrapper > h3 {
  margin: 32px auto;
  width: 100%;
  max-width: fit-content;
}

.banner-section .tripple-ticket-banner > .content-wrapper > h3 > img {
  width: 100%;
}

@media all and (max-width: 575px) {
  .banner-section .tripple-ticket-banner > .content-wrapper > h3 {
    display: none;
  }
}

.banner-section .tripple-ticket-banner > .content-wrapper .red-ticket-card:not(:last-child) {
  margin-right: 20px;
}

.banner-section .tripple-ticket-banner > .content-wrapper .red-ticket-card a > img {
  max-width: fit-content;
  width: 100%;
  aspect-ratio: 407/204;
}

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", "微軟正黑體";
}

.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #F5F5F5;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 12px;
  background-color: #7c7c7c;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 6px rgba(170, 12, 12, 0.3);
  background-color: #494949;
}

.bd-section {
  background: #1b1b1b;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media all and (max-width: 575px) {
  .bd-section {
    padding: 20px 0px;
  }
}

@media all and (max-width: 575px) {
  .bd-section .bd-list {
    padding: 0 15px;
  }
}

.bd-section .bd-wrapper {
  display: flex;
  justify-content: center;
  width: fit-content;
  width: 100%;
  height: auto;
  max-width: 1076px;
  aspect-ratio: 1076px;
  border-radius: 6px;
  overflow: hidden;
}

.bd-section .bd-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bd-section .bd-wrapper + .bd-wrapper {
  margin: 20px 0 0 0;
}

.bd-section .buy-tip-area {
  padding: 30px;
  border-radius: 6px;
  background-color: #000;
  width: 100%;
  max-width: 1076px;
}

@media all and (max-width: 575px) {
  .bd-section .buy-tip-area {
    padding: 15px;
  }
}

.bd-section .buy-tip-area .buy-card-box {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

@media all and (max-width: 575px) {
  .bd-section .buy-tip-area .buy-card-box {
    width: 100%;
  }
}

.bd-section .buy-tip-area .buy-card {
  width: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
}

.bd-section .buy-tip-area .buy-card > a {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 250/105;
}

.bd-section .buy-tip-area .buy-card > a img {
  width: 100%;
}

@media all and (max-width: 575px) {
  .bd-section .buy-tip-area .buy-card {
    padding: 4px;
  }
}

.bd-section .bid-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1076px;
  width: 100%;
}

.bd-section .bid-list .bid-card {
  width: 20%;
}

.bd-section .bid-list .bid-card > a {
  display: flex;
  width: 100%;
  justify-content: center;
}

.bd-section .bid-list .bid-card > a > img {
  width: 90%;
}

@media all and (max-width: 575px) {
  .bd-section .bid-list .bid-card {
    width: 33%;
  }
}

@media all and (max-width: 575px) {
  .bd-section .bid-list {
    padding: 0 15px;
  }
}

.hot-item-section {
  background-color: #a10007;
  position: relative;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0101event/images/bg-top-triangle-g.png?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0101event/images/bg-top-triangle-y.png?version=1"), url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0101event/images/bg-group.png?version=1");
  background-position: left top, right top, center 200px;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 30%, 30%, 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .hot-item-section {
    padding: 0 25px;
  }
}

@media all and (max-width: 575px) {
  .hot-item-section {
    padding: 0 15px;
  }
}

.hot-item-section .section-container {
  width: 100%;
  max-width: 1231px;
}

.hot-item-section .section-title > img {
  max-width: fit-content;
  width: 55vw;
}

.hot-item-section .sub-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hot-item-section .sub-section-title > img {
  width: 55vw;
  max-width: fit-content;
  margin: 0 16px;
}

.hot-item-section .sub-section-title > img.deco {
  width: 35%;
  max-width: fit-content;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .hot-item-section .sub-section-title > img.deco {
    display: none;
  }
}

.hot-item-section .category-item-list {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  /* ? equal columns */
  /* Row height, adjust as needed */
  gap: 20px;
  /* Space between grid items */
  list-style: none;
  padding: 0;
}

.hot-item-section .category-item-list.duColum {
  grid-template-columns: repeat(2, 1fr);
}

.hot-item-section .category-item-list li a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hot-item-section .category-item-list li.big-card {
  width: 100%;
  height: auto;
  flex-basis: 50%;
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0101event/images/big-card-bg.png?version=1");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  grid-column: span 2;
  /* Span across two columns */
  grid-row: span 2;
  /* Span across two rows */
}

.hot-item-section .category-item-list li.big-card a {
  padding: 40px 0;
  position: relative;
}

.hot-item-section .category-item-list li.big-card a.new::before {
  content: "";
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2024bid_0101event/images/NEW.png?version=1");
  background-size: contain;
  display: flex;
  width: 40%;
  height: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}

.hot-item-section .category-item-list li.big-card img {
  width: 80%;
}

.hot-item-section .category-item-list li.big-card h5 {
  font-size: 50px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  line-height: 200%;
  width: 80%;
  text-align: center;
}

@media screen and (max-width: 991.98px) {
  .hot-item-section .category-item-list li.big-card h5 {
    font-size: 28px;
  }
}

@media all and (max-width: 575px) {
  .hot-item-section .category-item-list li.big-card h5 {
    font-size: 24px;
  }
}

.hot-item-section .category-item-list li.big-card h6 {
  font-size: 40px;
  font-weight: 800;
  position: relative;
  z-index: 2;
  width: 80%;
  text-align: center;
}

@media screen and (max-width: 991.98px) {
  .hot-item-section .category-item-list li.big-card h6 {
    font-size: 24px;
  }
}

@media all and (max-width: 575px) {
  .hot-item-section .category-item-list li.big-card h6 {
    font-size: 22px;
  }
}

.hot-item-section .category-item-list li.big-card .txt-stroke::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 10px #fff;
}

.hot-item-section .category-item-list li.item-card-s {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.hot-item-section .category-item-list li.item-card-s img {
  width: 100%;
}

.hot-item-section .category-item-list li.item-card-s .card-s-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  flex: 1;
  width: 100%;
  padding: 20px 10px;
  background: #f5f3ee;
}

@media screen and (max-width: 991.98px) {
  .hot-item-section .category-item-list li.item-card-s .card-s-title {
    font-size: 20px;
    padding: 10px;
  }
}

@media all and (max-width: 575px) {
  .hot-item-section .category-item-list li.item-card-s .card-s-title {
    font-size: 18px;
  }
}

@media all and (max-width: 575px) {
  .hot-item-section .category-item-list {
    grid-template-columns: repeat(2, 2fr);
  }
}

.jp-buy-section {
  background-color: #124971;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1199.98px) {
  .jp-buy-section {
    padding: 25px;
  }
}

.jp-buy-section .tobe-member-btn {
  background-color: #F9DA6E;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding: 10px;
  width: 100%;
  max-width: 440px;
}

@media screen and (max-width: 991.98px) {
  .jp-buy-section .tobe-member-btn {
    font-size: 26px;
  }
}

.jp-buy-section .section-container {
  width: 100%;
  max-width: 1192px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jp-buy-section .area-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 4px solid transparent;
  background-image: linear-gradient(to right, #ffffff4f 4px, transparent 3px);
  background-size: 11px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 4rem;
}

@media all and (max-width: 575px) {
  .jp-buy-section .area-container {
    padding-bottom: 2rem;
  }
}

.jp-buy-section .area-container h5.sub-title {
  font-size: 30px;
  color: #fff;
  margin: 2rem 0;
}

.jp-buy-section .area-container > h4 {
  width: 60vw;
  text-align: center;
}

.jp-buy-section .area-container > h4 img {
  width: 100%;
  max-width: fit-content;
}

.jp-buy-section .area-container .popular-web-sale-list {
  width: 100%;
  justify-content: space-between;
}

.jp-buy-section .area-container .popular-web-sale-list .sale-ticket {
  max-width: calc(50% - 5px);
}

.jp-buy-section .area-container .popular-web-sale-list .sale-ticket a {
  display: flex;
  width: 100%;
  height: 100%;
}

.jp-buy-section .area-container .popular-web-sale-list .sale-ticket a img {
  width: 100%;
}

@media all and (max-width: 575px) {
  .jp-buy-section .area-container .popular-web-sale-list .sale-ticket {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.jp-buy-section .area-container .popular-web-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

@media all and (max-width: 575px) {
  .jp-buy-section .area-container .popular-web-list {
    flex-wrap: wrap;
  }
}

.jp-buy-section .area-container .popular-web-list .popular-item {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(20% - 8px);
}

.jp-buy-section .area-container .popular-web-list .popular-item > a {
  display: flex;
  justify-content: center;
  align-content: center;
}

.jp-buy-section .area-container .popular-web-list .popular-item img {
  object-fit: cover;
  width: 75%;
}

@media all and (max-width: 575px) {
  .jp-buy-section .area-container .popular-web-list .popular-item {
    width: calc(50% - 4px);
    margin: 4px 0;
  }

  .jp-buy-section .area-container .popular-web-list .popular-item:first-child {
    width: 100%;
  }

  .jp-buy-section .area-container .popular-web-list .popular-item img {
    object-fit: contain;
    width: 75%;
  }
}

.jp-buy-section .area-container .qa-list {
  width: calc(100% + 24px);
}

.jp-buy-section .area-container .qa-list .qa-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
}

.jp-buy-section .area-container .qa-list .qa-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  padding: 20px 40px;
  font-size: 28px;
  color: #000;
  font-weight: 500;
  height: 80px;
}

.jp-buy-section .area-container .qa-list .qa-item > a:hover {
  background-color: #f9da6e;
}

@media screen and (max-width: 991.98px) {
  .jp-buy-section .area-container .qa-list .qa-item > a {
    height: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .jp-buy-section .area-container .qa-list {
    width: 100%;
  }

  .jp-buy-section .area-container .qa-list .qa-item {
    padding: 0 3px;
  }

  .jp-buy-section .area-container .qa-list .qa-item > a {
    padding: 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .jp-buy-section .area-container .qa-list .qa-item > a {
    padding: 10px;
    font-size: 15px;
  }
}

@media all and (max-width: 320px) {
  .jp-buy-section .area-container .qa-list .qa-item > a {
    font-size: 15px;
    padding: 10px;
  }
}

.jp-buy-section .area-container .bid-step-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}

.jp-buy-section .area-container .bid-step-list .step-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

@media screen and (max-width: 992px) {
  .jp-buy-section .area-container .bid-step-list .step-box {
    width: 50%;
  }
}

.jp-buy-section .area-container .bid-step-list .step-box > a {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991.98px) {
  .jp-buy-section .area-container .bid-step-list .step-box > a {
    width: 70%;
  }
}

.jp-buy-section .area-container .bid-step-list .step-box > a img {
  width: 100%;
  max-width: fit-content;
}

.jp-buy-section .area-container .bid-step-list .step-box h6 {
  color: #F9DA6E;
  font-size: 28px;
  font-weight: 700;
  line-height: 200%;
}

.jp-buy-section .area-container .bid-step-list .step-box h6 ~ span {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 150%;
}

@media screen and (min-width: 992px) {
  .jp-buy-section .area-container .bid-step-list .step-box:not(:last-child) {
    position: relative;
  }

  .jp-buy-section .area-container .bid-step-list .step-box:not(:last-child)::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 18px;
    width: 20px;
    color: #fff;
    position: absolute;
    right: -10px;
    top: 65px;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .jp-buy-section .area-container .bid-step-list .step-box {
    margin: 20px 0;
  }

  .jp-buy-section .area-container .bid-step-list .step-box:nth-child(odd) {
    position: relative;
  }

  .jp-buy-section .area-container .bid-step-list .step-box:nth-child(odd)::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 18px;
    width: 20px;
    color: #fff;
    position: absolute;
    right: -10px;
    top: 65px;
    text-align: center;
  }
}

.jp-buy-section .area-container .btn-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 3rem;
}

.jp-buy-section .area-container .btn-area img {
  max-width: fit-content;
  width: 100%;
}

.jp-buy-section .comparison-area {
  width: 100%;
}

.jp-buy-section .comparison-area .form-title {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 24px 0 48px 0;
}

@media screen and (max-width: 768px) {
  .jp-buy-section .comparison-area .form-title {
    font-size: 24px;
    line-height: 120%;
    padding: 0px 20px;
  }
}

.jp-buy-section .comparison-area .chart-area {
  position: relative;
}

.jp-buy-section .comparison-area .chart-area::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 6ch);
  border-right: 1.5px dashed #000000;
}

@media all and (max-width: 575px) {
  .jp-buy-section .comparison-area .chart-area::after {
    position: relative;
    border-right: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1.5px dashed #000000;
    height: 20px;
  }
}

.jp-buy-section .comparison-area article .slogan {
  color: #000;
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}

.jp-buy-section .comparison-area article .slogan .is-orange {
  color: #EB642C;
}

@media screen and (max-width: 1200px) {
  .jp-buy-section .comparison-area article .slogan {
    font-size: 28px;
  }
}

.jp-buy-section .comparison-area .chart-form {
  background-color: #fff;
  border-radius: 12px;
  padding: 40px;
  margin: 40px 0;
}

.jp-buy-section .comparison-area .chart-form .notice {
  color: #000;
  font-size: 18px;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  .jp-buy-section .comparison-area .chart-form .notice {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .jp-buy-section .comparison-area .chart-form {
    margin: 20px 0;
    padding: 20px 0;
  }
}

.event-rules-section {
  background-color: #5D873F;
}

.event-rules-section .section-container {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event-rules-section .section-container h4 {
  width: 60vw;
  text-align: center;
}

.event-rules-section .section-container h4 img {
  width: 100%;
  max-width: fit-content;
}

@media screen and (max-width: 1199.98px) {
  .event-rules-section .section-container {
    padding: 40px 15px;
  }
}

.event-rules-section .rule-nav-list {
  width: 100%;
  max-width: 1180px;
  display: flex;
  justify-content: center;
}

.event-rules-section .rule-nav-list .nav-item {
  margin: 10px;
  max-width: 368px;
  width: 100%;
}

@media screen and (max-width: 1199.98px) {
  .event-rules-section .rule-nav-list .nav-item {
    max-width: calc(50% - 20px);
  }
}

@media all and (max-width: 575px) {
  .event-rules-section .rule-nav-list .nav-item {
    margin: 10px 5px;
    max-width: calc(50% - 10px);
  }

  .event-rules-section .rule-nav-list .nav-item:nth-child(1) {
    max-width: 100%;
  }
}

.event-rules-section .rule-nav-list .nav-link.bid {
  font-size: 28px;
  color: #000;
  border-radius: 6px;
  border: 2px solid #FFF;
  background: #F9DA6E;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  font-weight: 600;
  padding: 20px;
}

.event-rules-section .rule-nav-list .nav-link.bid.active {
  background: transparent;
  color: #fff;
}

@media screen and (max-width: 1199.98px) {
  .event-rules-section .rule-nav-list .nav-link.bid {
    font-size: 20px;
  }
}

@media all and (max-width: 575px) {
  .event-rules-section .rule-nav-list .nav-link.bid {
    font-size: 14px;
  }
}

.event-rules-section .rule-tab-content {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1144px;
  padding: 40px;
}

@media all and (max-width: 575px) {
  .event-rules-section .rule-tab-content {
    border-radius: 5px;
    padding: 20px 15px;
  }
}

.event-rules-section .rule-tab-content h3.list-item-title {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  line-height: 125%;
  width: fit-content;
  align-items: stretch;
  margin: 24px 0 12px 0;
}

@media all and (max-width: 575px) {
  .event-rules-section .rule-tab-content h3.list-item-title {
    margin: 8px 0 8px 0;
  }
}

.event-rules-section .rule-tab-content h3.list-item-title::before {
  content: '';
  background: #000;
  width: 8px;
  height: auto;
  margin-right: 1rem;
  display: inline-block;
}

.event-rules-section .rule-tab-content .list-item-content {
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 4px 0;
}

.event-rules-section .rule-tab-content .list-item-content li {
  margin: 0 0 0.5rem 0;
  line-height: 120%;
}

.event-rules-section .rule-tab-content strong {
  font-weight: 700;
}

.fixed-sidebar {
  top: 150px;
}

.fixed-sidebar .sidebar-list {
  transition: linear .2s;
}

.fixed-sidebar .sidebar-list.hide {
  transform: translateX(150px);
  transition: linear .2s;
}

@media only screen and (max-height: 820px) {
  .fixed-sidebar .sidebar-img > img {
    max-width: 120px;
    width: 100%;
    object-fit: cover;
  }
}

.fixed-sidebar .hide-bar-btn {
  background-color: #fff;
  color: #070707;
  cursor: pointer;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  font-size: 14px;
  opacity: .8;
}

.fixed-sidebar .hide-bar-btn i {
  transform: translateX(4px);
}

.fixed-sidebar .sidebar-item {
  margin: 2px 0;
  padding: 0;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.fixed-sidebar .sidebar-item a {
  background: rgba(186, 137, 28, 0.9);
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
}

@media screen and (max-width: 1440px) {
  .fixed-sidebar .sidebar-item a {
    padding: 8px 15px;
  }
}

@media only screen and (max-height: 820px) {
  .fixed-sidebar .sidebar-item a {
    padding: 2px 8px;
    font-size: 14px;
  }
}

.fixed-sidebar .sidebar-item.rule-btn {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
}

.fixed-sidebar .sidebar-item.go-top {
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  overflow: hidden;
}

.fixed-sidebar .sidebar-item.go-top a {
  padding: 25px 0;
}

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