<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* --- 新年号ページ PC・SP共通設定 ---------------------------------- */

.news__font--a-otf-futo-go-b101-pr6n {
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: normal;
}

.new-age__h2 {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.85em;
}

.new-age__p {
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0.15em;
  line-height: 2em;
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}

.new-age-back {
  width: 100%;
  background: url(https://images.brilliance.co.jp/tmp/about/news/images/new-age/new-age_img01.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 10rem 0 15rem 0;
}

.news-btn-primary {
  border-radius: 0;
  position: relative;
}

.news-btn-primary::after {
  display: block;
  content: '';
  position: absolute;
  top: 42%;
  right: 1.2em;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: initial;
  -o-transition-delay: initial;
  transition-delay: initial;
  opacity: 1;
}

/* -- sp設定 --*/

@media screen and (max-width: 767px) {
  /*------- 新年号ページ　▼スマホ個別指定がある場合▼ -------*/
  .new-age__h2 {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 200;
    letter-spacing: 0.1em;
    line-height: 1.85em;
    font-size: 1.2em;
  }

  .new-age-back {
    width: 100%;
    background: none;
    background-size: cover;
    background-position: center center;
    padding: 0;
  }

  .new-age__p {
    font-size: 0.9em;
    text-align: justify;
  }

  .news-btn-primary {
    font-size: 0.85rem;
  }
}
</pre></body></html>