<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
body {
  background-color: #e9e6d9; }

#main a {
  color: #fff;
  text-decoration: none;
  border-bottom: #fff 2px dotted; }

#header {
  background: url("../../images/common/header_mobile.jpg") center no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 18.6666666667%;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 0.7rem;
  font-size: 0em; }
  @media (min-width: 768px) {
    #header {
      background: url("../../images/common/header_tablet.jpg") center no-repeat;
      width: 100%;
      height: 0;
      padding-bottom: 10.4166666667%;
      background-size: contain;
      margin: 0 auto;
      margin-bottom: 1rem;
      font-size: 0em; } }

#main {
  font-size: 0.9rem;
  line-height: 175%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff; }
  @media (min-width: 768px) {
    #main {
      font-size: 1.1rem;
      line-height: 200%; } }

#cast {
  background-color: #4E889C;
  width: 94.6666666667%;
  padding: 2.6666666667% 5.3333333333%;
  margin: 3% auto;
  border-radius: 5px;
  text-align: center; }
  @media (min-width: 1366px) {
    #cast {
      width: 1366px; } }
  #cast h1 {
    margin: 0.5rem 0;
    font-family: 'Sawarabi Mincho', sans-serif;
    color: #E9E6D9; }
    @media (max-width: 767px) {
      #cast h1 {
        font-size: 1.3rem; } }
  #cast h2, #cast dt {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 1.0rem; }
    @media (min-width: 768px) {
      #cast h2, #cast dt {
        font-size: 1.4rem; } }
  #cast img {
    margin: 0.5rem 0; }

#cast dl {
  margin-bottom: 2rem; }

#cast .emphasis {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-weight: 700;
  color: #E9E6D9;
  font-size: 1.3rem;
  line-height: 175%; }

@media (min-width: 768px) {
  #cast div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem; }

  #cast dl {
    width: 46%;
    margin: 2%; } }
</pre></body></html>