@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}
body * {
  scrollbar-width: auto;
  scrollbar-color: #f0f0f0 #ffffff;
}
body *::-webkit-scrollbar {
  width: 10px;
}
body *::-webkit-scrollbar-track {
  background: #ffffff;
}
body *::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

h2 {
  font-size: 35px;
  background-color: #0A1945;
  color: white;
}
@media only screen and (min-width: 768px) {
  h2 {
    padding: 5px 10px 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    padding: 0 10px 8px 10px;
  }
}

h3 {
  border-radius: 5px;
  font-size: 35px;
  text-align: center;
  background-color: rgb(240, 240, 240);
  color: rgb(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  h3 {
    padding: 10px 10px 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    padding: 0 10px 8px 10px;
  }
}

h4 {
  font-size: 35px;
  text-align: center;
  background-color: #555555;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 768px) {
  h4 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 10px 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    padding: 0 10px 8px 10px;
    border-radius: 5px;
  }
}

.global_head {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .global_foot {
    height: 284px;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.lang {
  text-decoration: none;
  text-align: left;
  padding: 20px;
}
.lang img {
  max-width: 25px;
  width: 25px;
  transition: 0.2s;
}
.lang img:hover {
  scale: 1.5;
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .top {
    background: rgb(79, 149, 217);
    background: linear-gradient(180deg, rgb(79, 149, 217) 0%, rgb(83, 153, 227) 29%, rgb(99, 159, 227) 55%, rgb(118, 177, 231) 69%, rgb(144, 139, 106) 88%, rgb(128, 144, 96) 100%);
  }
}
@media only screen and (min-width: 768px) {
  .top__logo-wl {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .top__logo-wl {
    width: 250px;
    margin: 0 auto;
  }
  .top__logo-wl img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top__logo-ml {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .top__logo-ml {
    width: 350px;
    margin: 0 auto;
  }
  .top__logo-ml img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top__logo-mlbkpc {
    position: absolute;
    bottom: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8196078431);
  }
  .top__logo-mlbkpc img {
    width: 450px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .top__logo-mlbkpc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top__logo-mlbksp {
    width: 100%;
    margin: 0 auto;
  }
  .top__logo-mlbksp img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top__logo-mlbksp {
    display: none;
  }
}
.top__text {
  font-family: Impact;
}
@media only screen and (min-width: 768px) {
  .top__text {
    margin-top: 100px;
    font-size: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top__text {
    font-size: 1.5rem;
  }
}
.top__inside {
  background-image: url(../img/topbg.jpg);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .top__inside {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    height: 1200px;
    background-size: contain;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .top__inside {
    height: 100%;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.pcsns {
  position: absolute;
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .pcsns {
    display: none;
  }
}
.pcsns::-webkit-scrollbar {
  width: 1px;
}
.pcsns::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
.pcsns::-webkit-scrollbar-thumb {
  background-color: rgba(181, 181, 181, 0);
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0);
}

.pcsns_bk {
  position: absolute;
  right: -270px;
  bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .pcsns_bk {
    display: none;
  }
}
.pcsns_bk::-webkit-scrollbar {
  width: 1px;
}
.pcsns_bk::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
.pcsns_bk::-webkit-scrollbar-thumb {
  background-color: rgba(181, 181, 181, 0);
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0);
}

.spsns {
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) {
  .spsns {
    display: none;
  }
}
.spsns::-webkit-scrollbar {
  width: 1px;
}
.spsns::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
.spsns::-webkit-scrollbar-thumb {
  background-color: rgba(181, 181, 181, 0);
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0);
}

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 10px;
  }
}

.venuitem {
  text-align: center;
}
.venuitem a {
  transition: 0.2s;
}
.venuitem a:hover {
  opacity: 0.8;
}
.venuitem img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .lot p {
    font-size: 25px;
  }
}
.lot__items {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .lot__items {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .lot__itembox {
    width: 30%;
    margin: 10px auto;
    background-color: rgb(240, 240, 240);
  }
}
@media only screen and (max-width: 767px) {
  .lot__itembox {
    width: 45%;
    margin: 10px auto;
    background-color: rgb(240, 240, 240);
  }
}
.lot__itemimg {
  text-align: center;
}
.lot__itemimg img {
  width: 85%;
}
.lot__itemname {
  background-color: rgb(192, 192, 192);
  color: rgb(0, 0, 0);
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .lot__itemname {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lot__itemname {
    height: 92px;
  }
}
.lot__itemname p {
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  .event__title {
    display: flex;
  }
  .event__title h4 {
    width: 450px;
    margin: 0 auto;
  }
  .event__title--btn:hover {
    transition: 0.2s;
    opacity: 0.8;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .event__title .clicked {
    transition: 0.2s;
    opacity: 0.8;
    cursor: pointer;
  }
}
.event__toptext {
  font-size: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .event__text {
    font-size: 25px;
  }
}
.event__items--celbox {
  display: flex;
  flex-wrap: wrap;
  height: 450px;
  overflow-y: scroll;
}
.event__items--toybox {
  display: flex;
  flex-wrap: wrap;
  height: 450px;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) {
  .event__items {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .event__itembox {
    width: 24%;
    margin: 10px auto;
    background-color: rgb(240, 240, 240);
  }
  .event__itembox img {
    max-width: 240px;
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .event__itembox {
    width: 45%;
    margin: 10px auto;
    background-color: rgb(240, 240, 240);
  }
  .event__itembox img {
    padding: 5px;
    width: 100%;
  }
}
.event__itemimg {
  text-align: center;
}
.event__itemimg img {
  width: 95%;
}
.event__itemname {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .event__itemname {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .event__itemname {
    height: 92px;
  }
}
.event__itemname p {
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

.auc__items {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  text-align: center;
}
.auc__items img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 80%;
  margin: 0 auto;
  transition: 0.2s;
}
.auc__items img:hover {
  opacity: 0.8;
}
.auc__itemsflex img {
  margin-bottom: 20px;
}

.booth {
  padding-top: 50px;
}
.booth__content {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .booth__content {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .booth__content {
    font-size: 15px;
  }
}
.booth__content-ttl {
  background-color: rgb(240, 240, 240);
}
@media only screen and (min-width: 768px) {
  .booth__content-ttl {
    margin: 10px 0;
    font-size: 35px;
    font-weight: 700;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .booth__content-ttl {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) {
  .booth__content-cttl {
    padding: 20px 0;
    text-align: center;
    margin: 10px 0;
    font-size: 40px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .booth__content-cttl {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
  }
}
.booth__content img {
  width: 100%;
}

.dubai__logo {
  margin: 50 0 50;
  text-align: center;
}
.dubai__logo img {
  max-width: 150px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .dubai__logoimg:hover {
    transition: 0.2s;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 767px) {
  .dubai:active {
    transition: 0.2s;
    opacity: 0.5;
  }
}

.modal {
  z-index: 1;
  display: none;
  padding-top: 10px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
}
.modal__content {
  width: 100%;
  height: 100%;
}
.modal__content img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .modal__content img {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .modal__content img {
    width: 100%;
  }
}
.modal__hoveropacity {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal__hoveropacity :hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.modal__close {
  text-decoration: none;
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: white;
}

@media only screen and (max-width: 767px) {
  .dayoverlay {
    display: none;
  }
}

.dayone {
  position: relative;
}
.dayone__overlaytwo {
  position: absolute;
  top: -150px;
  right: 25px;
}
.dayone__overlaytwo img {
  width: 200px;
  transform: rotate(10deg);
}
.dayone__overlayfour {
  position: absolute;
  top: -115px;
  right: -250px;
}
.dayone__overlayfour img {
  width: 350px;
  transform: rotate(20deg);
}
.dayone__overlayfour:hover {
  cursor: pointer;
}
.dayone .imgtext {
  display: none;
  z-index: 10;
  font-size: 15px;
  max-width: 450px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8274509804);
  color: black;
  font-weight: 700;
  position: absolute;
  top: 450px;
  left: -150px;
}/*# sourceMappingURL=style.css.map */