<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================

file name :universe/channel.css
style info :DESIGN OFFICE UNIVERSE DESIGN OFFICE CHANNEL


=================================================================== */

/* =============================

	overwrite

=============================== */

/* =================================== */
#mv {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  margin-bottom: 40px;
}
#mv:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5px;
  width: calc(100% + 10px);
  height: 1px;
  background: #898989;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform ease 1s;
}
.pre-anim-start #mv:after {
  transform: scaleX(1);
}
.mv__ttl {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  #mv {
    padding-bottom: 70px;
    margin-bottom: 100px;
  }
  .mv__ttl {
    font-size: 2.8rem;
  }
}

.channels__list {
  display: flex;
  flex-direction: column;
}
.channels__list-item {
  margin-bottom: 50px;
}
.channels__ttl {
  margin-top: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.channels__ttl-num {
  flex-basis: 1.5em;
  font-size: 3rem;
  font-weight: 700;
  border-right: 1px solid #fff;
  margin-right: 0.5em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .channels__list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .channels__list-item {
    flex-basis: 46.6%;
    margin-bottom: 70px;
  }
  .channels__ttl-num {
    font-size: 4.4rem;
  }
}
</pre></body></html>