/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
body {
  background-color: #f9f8ea;
}

.p-marketprice {
  width: 70%;
  margin-top: 2vw;
}
@media screen and (max-width: 1023px) {
  .p-marketprice {
    position: relative;
    top: auto;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-marketprice {
    top: 25.3125vw;
    width: min(30%, 500px);
  }
}
.p-marketprice__title {
  line-height: 1.2;
  padding-right: 10px;
}
@media screen and (max-width: 1023px) {
  .p-marketprice__title {
    justify-content: start;
    padding-left: 15%;
  }
}
@media screen and (min-width: 769px) {
  .p-marketprice__title {
    margin-bottom: 16px;
  }
}
.p-marketprice__stage {
  position: relative;
}
.p-marketprice__date {
  position: absolute;
  bottom: 100%;
  right: 20px;
}
.p-marketprice__date p {
  margin: 0;
  font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
  .p-marketprice__date p {
    font-size: 1.5rem;
  }
}
.p-marketprice__date p + p {
  display: none;
}
.p-marketprice__data {
  background: white;
  border-radius: 0 100px 100px 0;
  margin-bottom: 10px;
  padding: 0 1em 0 8em;
  font-weight: 600;
}
.p-marketprice__data p {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .p-marketprice__data {
    padding-left: 44%;
  }
}
@media screen and (min-width: 769px) {
  .p-marketprice__data {
    padding-left: 58%;
  }
}
.p-marketprice .p-seigaiha::before {
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-marketprice .p-seigaiha::before {
    top: auto;
    bottom: 0;
  }
}
.p-marketprice .p-seigaiha__lpc::before {
  left: -10%;
}
.p-news {
  position: absolute;
  width: 100%;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-news {
    position: relative;
    top: auto;
    width: 70%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-news {
    top: -1vw;
    width: min(40vw, 540px);
  }
}
@media screen and (max-width: 768px) {
  .p-news__title {
    padding-right: 1em;
    margin-top: 4rem;
  }
}

.l-header {
  background: none;
}

.l-header__cp {
  width: min(260px, 20vw);
  margin-bottom: max(-28px, -2vw);
}

@media screen and (max-width: 768px) {
  .l-header__cp {
    width: 40vw;
    margin-bottom: -7vw;
  }
}
.l-header__utility-nav {
  margin-left: auto;
}

.gate-banner {
  margin: 0 auto 30px;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .gate-banner {
    margin: 0 auto 4vw;
  }
}

.c-text-color__pink {
  color: #ed0160;
}

.button-bottom {
  width: min(450px, 70%);
  margin: 0 auto 100px;
}/*# sourceMappingURL=gate.css.map */