<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

html {
  scroll-margin-top: 60px;
  scroll-behavior: smooth;
}

.p-kdb__event {
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .p-kdb__event {
    padding: 80px 0;
  }
}
.p-kdb__event-text {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-kdb__event-text {
    margin-top: 40px;
  }
}
.p-kdb__section {
  margin-top: 60px;
}
@media screen and (min-width: 767px) {
  .p-kdb__section {
    margin-top: 90px;
  }
}
.p-kdb__wrap {
  margin-top: 24px;
}
.p-kdb__bottom-info {
  padding-bottom: 60px;
  background: #f7f9fa;
}
@media screen and (min-width: 767px) {
  .p-kdb__bottom-info {
    padding-bottom: 90px;
  }
}

.kdb-mv {
  position: relative;
  background: url(../_images/kdb/mv_sp.jpg), #ffc415;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 767px) {
  .kdb-mv {
    background: #ffc415;
  }
}
@media screen and (min-width: 767px) {
  .kdb-mv__bg {
    width: 1400px;
    margin: auto;
    background: url(../_images/kdb/mv_pc.jpg), #ffc415;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    height: 480px;
  }
}
.kdb-mv__inner {
  padding: 30% 1rem 24px;
}
@media screen and (min-width: 767px) {
  .kdb-mv__inner {
    padding: 80px 0 0 0;
    width: 1024px;
    margin: auto;
  }
}
.kdb-mv__title {
  text-align: center;
  line-height: 0;
}
.kdb-mv__title-box {
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .kdb-mv__title-box {
    width: 517px;
    height: 320px;
  }
}
.kdb-mv__title-sub {
  margin-bottom: 5px;
  display: block;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  color: #999;
  font-weight: bold;
  line-height: 18px;
}
@media screen and (min-width: 767px) {
  .kdb-mv__title-sub {
    margin-bottom: 8px;
    font-size: 20px;
  }
}
.kdb-mv__title-event {
  width: 200px;
  margin: auto;
  display: block;
}
@media screen and (min-width: 767px) {
  .kdb-mv__title-event {
    width: 400px;
    height: 105px;
  }
}
.kdb-mv__title-text {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
}
@media screen and (min-width: 767px) {
  .kdb-mv__title-text {
    margin-top: 8px;
  }
}
.kdb-mv__label {
  padding: 3px;
  display: block;
  text-align: center;
  font-weight: bold;
  background: #ffc415;
  width: 30%;
  margin: 5px auto 0;
}
@media screen and (min-width: 767px) {
  .kdb-mv__label {
    margin-top: 12px;
  }
}

.kdb-about {
  padding: 60px 1rem;
  background: #000;
}
@media screen and (min-width: 767px) {
  .kdb-about {
    padding: 80px 0;
  }
}
.kdb-about__text {
  margin-top: 24px;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .kdb-about__text {
    width: 547px;
    margin: 24px auto 0;
  }
}
.kdb-about__video {
  margin: 24px auto 0;
}
</pre></body></html>