<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#container {
  overflow: hidden;
  margin: 120px auto 60px;
  width: 1200px;
}

#container a:hover {
  opacity: 0.5;
}

@media (max-width: 919px) {
  #container {
    width: 95%;
    margin: 0 auto;
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN";
  line-height: 1.6;
}

.img-rspsv {
  width: 100%;
  height: auto;
}

.td-u {
  text-decoration: underline;
}

.d-n {
  display: none;
}

.d-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-purple {
  color: #7e00ff;
}

.ta-r {
  text-align: right;
}

.lts2 {
  letter-spacing: 2px;
}

.lh1 {
  line-height: 1;
}

.ff-agcm {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fz13 {
  font-size: 13px;
}

.fz16 {
  font-size: 16px;
}

.fz20 {
  font-size: 20px;
}

.fw-b {
  font-weight: bold;
}

.ml160 {
  margin-left: 160px;
}

.mr160 {
  margin-right: 160px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt80 {
  margin-top: 80px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb120 {
  margin-bottom: 120px;
}

.pt25 {
  padding-top: 25px;
}

@media (max-width: 919px) {
  .sm-d-n {
    display: none;
  }
  .sm-d-b {
    display: block !important;
  }
  .sm-d-ib {
    display: inline-block;
  }
  .sm-m20 {
    margin: 20px;
  }
  .sm-pt10 {
    padding-top: 10px;
  }
  .sm-mt20 {
    margin-top: 20px;
  }
  .sm-mt30 {
    margin-top: 30px;
  }
  .sm-ml0 {
    margin-left: 0 !important;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
  .sm-mr0 {
    margin-right: 0 !important;
  }
  .sm-mb60 {
    margin-bottom: 60px !important;
  }
  .sm-pt0 {
    padding-top: 0;
  }
  .sm-ta-c {
    text-align: center;
  }
  .sm-ta-l {
    text-align: left !important;
  }
  .sm-ta-r {
    text-align: right !important;
  }
  .sm-w40 {
    width: 40%;
    height: auto;
  }
  .sm-w80 {
    width: 80%;
    height: auto;
  }
}

.header {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  padding: auto;
}

@media (max-width: 919px) {
  .header {
    position: relative;
    padding: 10px 15px 5px;
  }
}

.header .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto 10px;
  width: 1200px;
}

@media (max-width: 919px) {
  .header .container {
    margin: 0 auto;
    width: 100%;
  }
}

.header .container .link {
  color: #bab7b3;
  text-decoration: none;
  font-size: 16px;
}

.header .container .link .active {
  color: #7e00ff;
}

.header .container .mr70 {
  margin-right: 70px;
}

.header .container .all {
  color: #7e00ff;
  text-decoration: none;
  border-bottom: 2px solid #7e00ff;
  padding-bottom: 5px;
  font-size: 30px;
}

.header .container .join {
  color: #7e00ff;
  text-decoration: none;
  border: 2px solid #7e00ff;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}

.header .container .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .menu .link {
  font-size: 30px;
}

@media (max-width: 919px) {
  .header .container .menu {
    display: none;
  }
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}

.footer .all {
  color: #7e00ff;
  text-decoration: none;
  border-bottom: 2px solid #7e00ff;
  padding-bottom: 5px;
  font-size: 30px;
}

.footer .join {
  color: #7e00ff;
  text-decoration: none;
  border: 2px solid #7e00ff;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}

.footer .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.day {
  margin-top: 60px;
  letter-spacing: 0.1em;
}

.day h2 {
  color: #7e00ff;
  font-size: 50px;
}

.day h2 span {
  border: 1px solid #7e00ff;
  padding: 0 10px;
}

@media (max-width: 919px) {
  .day {
    margin-top: 20px;
  }
  .day h2 {
    font-size: 25px;
  }
  .day h2 span {
    display: inline-block;
  }
}

.day .term {
  margin-top: 20px;
  color: #bab7b3;
  font-size: 30px;
}

@media (max-width: 919px) {
  .day .term {
    font-size: 15px;
  }
}

.day .time {
  margin-top: 20px;
  font-size: 50px;
}

@media (max-width: 919px) {
  .day .time {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
  }
}

.catalogue .ct-en {
  font-size: 25px;
}

.catalogue .ct-ja {
  font-size: 15px;
}

.start {
  list-style: none;
  color: #7e00ff;
  font-size: 20px;
  font-weight: bold;
}

.bt-gray {
  border-top: 1px solid #bdb9b8;
}

.info {
  border: solid 1px #bab7b3;
  margin-top: 30px;
  padding: 50px 60px;
}

@media (max-width: 919px) {
  .info {
    margin: 0 10px 40px 10px;
    padding: 25px 15px;
  }
}

.info .venue {
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  font-weight: bold;
}

.info address {
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
}

.info .btn {
  border: 1px solid #7e00ff;
  padding: 4px 8px;
  text-decoration: none;
  color: #7e00ff;
  font-weight: bold;
}

@media (max-width: 919px) {
  .info .btn {
    display: inline-block;
  }
}

.info .how {
  border-bottom: 1px solid #7e00ff;
  text-decoration: none;
  padding-bottom: 5px;
  color: #7e00ff;
  line-height: 1.8;
}
/*# sourceMappingURL=lp.css.map */</pre></body></html>