<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  background-color: #FFFFFF;
  color: #323E3B;
  font-size: 1.8rem;
  font-family: 'Kaimin Sora Regular', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  line-height: 200%; }
  @media (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  vertical-align: top; }

a {
  color: #87447B;
  -webkit-transition: .16s;
  transition: .16s;
  text-decoration: none; }
  a[href]:hover {
    color: #B29B00; }
  a:visited {
    color: #8D8D8D; }
  a.op:hover {
    opacity: .5; }

.wrapper {
  position: relative;
  overflow: hidden; }
  .wrapper:before {
    content: '';
    position: fixed;
    width: 600px;
    height: 100vh;
    top: 0;
    left: 50%;
    margin-left: -1030px;
    background-image: url(../img/bg@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    z-index: 2; }
    @media (max-width: 767px) {
      .wrapper:before {
        width: 50px;
        left: 0;
        margin-left: -25px;
        background-image: url(../img/bg1_sp@2x.png); } }
  .wrapper:after {
    content: '';
    position: fixed;
    width: 600px;
    height: 100vh;
    top: 0;
    right: 50%;
    margin-right: -1030px;
    background-image: url(../img/bg@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    z-index: 2; }
    @media (max-width: 767px) {
      .wrapper:after {
        width: 50px;
        right: 0;
        margin-right: -25px;
        background-image: url(../img/bg2_sp@2x.png); } }

.inner {
  max-width: 920px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .inner {
      padding-right: 0; } }

.font-heavy, .character__title, .profile__name, .oyamazaki__title {
  font-family: 'Kaimin Sora Heavy', serif;
  font-weight: bold; }

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

.center {
  text-align: center; }

.inline-block {
  display: inline-block; }

@media (min-width: 768px) {
  .is-pc-disabled {
    display: none !important; } }

@media (max-width: 767px) {
  .is-sp-disabled {
    display: none !important; } }

.header {
  position: relative; }
  .header__logo {
    position: absolute;
    top: 20px;
    right: -20px;
    z-index: 3; }
    @media (max-width: 767px) {
      .header__logo {
        top: 0;
        right: 0;
        z-index: 1; }
        .header__logo img {
          width: 100%; } }

.yodogawa {
  margin-top: 40px;
  text-align: center;
  font-size: 2.0rem;
  line-height: 210%; }
  @media (max-width: 767px) {
    .yodogawa {
      margin-top: 20px;
      padding-left: 30px;
      padding-right: 30px;
      font-size: 1.3rem;
      text-align: left; } }

.character {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .character {
      margin-top: 50px; } }
  .character__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.6rem; }
    @media (max-width: 767px) {
      .character__title {
        font-size: 2.0rem;
        margin-bottom: 0; } }
  .character__list {
    font-size: 2.2rem;
    overflow: hidden;
    list-style: none; }
    @media (max-width: 767px) {
      .character__list {
        font-size: 1.6rem;
        text-align: center; } }
    .character__list li {
      float: left;
      width: -webkit-calc(50% - 85px);
      width: calc(50% - 85px);
      padding-left: 80px;
      margin-top: 30px;
      margin-left: 85px;
      line-height: 72px;
      background-repeat: no-repeat;
      background-size: 72px 72px; }
      @media (max-width: 767px) {
        .character__list li {
          float: none;
          display: inline-block;
          width: auto;
          min-width: 200px;
          padding-left: 60px;
          margin-top: 15px;
          margin-left: 0;
          text-align: left;
          line-height: 52px;
          background-size: 52px 52px; } }
      .character__list li:nth-of-type(1) {
        background-image: url(../img/ico_name_01@2x.png); }
      .character__list li:nth-of-type(2) {
        background-image: url(../img/ico_name_02@2x.png); }
      .character__list li:nth-of-type(3) {
        background-image: url(../img/ico_name_03@2x.png);
        margin-left: 260px; }
        @media (max-width: 767px) {
          .character__list li:nth-of-type(3) {
            margin-left: 0; } }

.border:before, .border:after {
  content: '';
  display: block;
  width: 100%;
  height: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (max-width: 767px) {
    .border:before, .border:after {
      width: auto;
      margin-left: 20px;
      margin-right: 20px; } }

.border:before {
  background-image: url(../img/border@2x.png); }
  @media (max-width: 767px) {
    .border:before {
      background-position: bottom center; } }

.border:after {
  background-image: url(../img/border@2x.png); }

.border--bottom:before {
  display: none; }

.toc {
  margin-top: 70px; }
  @media (max-width: 767px) {
    .toc {
      margin-top: 15px; } }
  .toc__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 620px;
    padding: 20px 160px;
    font-size: 2.2rem;
    list-style: none; }
    @media (max-width: 767px) {
      .toc__items {
        display: block;
        height: auto;
        padding: 0;
        font-size: 1.6rem;
        text-align: center; } }
    .toc__items li {
      margin-top: 40px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .toc__items li {
          margin-top: 30px;
          margin-bottom: 30px; } }
      .toc__items li span {
        font-size: 1.4rem; }
        @media (max-width: 767px) {
          .toc__items li span {
            font-size: 1.2rem; } }
      .toc__items li a.disabled {
        color: #808080; }

.talk__title {
  margin-top: 50px;
  text-align: center;
  font-size: 5.0rem;
  line-height: 120%; }
  @media (max-width: 767px) {
    .talk__title {
      margin-top: 0;
      font-size: 3.8rem; } }
  .talk__title span {
    font-size: 2.0rem; }
    @media (max-width: 767px) {
      .talk__title span {
        font-size: 1.5rem; } }

.talk__content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .talk__content {
      padding-left: 30px;
      padding-right: 30px; } }
  .talk__content .mikuni {
    color: #76BBBF; }
  .talk__content .minagawa {
    color: #2E3186; }
  .talk__content dl {
    margin-top: 2em;
    overflow: hidden; }
    .talk__content dl dt {
      float: left;
      margin-left: 40px; }
      @media (max-width: 767px) {
        .talk__content dl dt {
          float: none;
          margin-left: 0; } }
    .talk__content dl dd {
      margin-left: 110px; }
      @media (max-width: 767px) {
        .talk__content dl dd {
          margin-left: 0; } }
  .talk__content .image {
    margin-top: 2em; }
  .talk__content .update {
    margin-top: 2em;
    text-align: center; }
    .talk__content .update span {
      font-size: 1.4rem; }
      @media (max-width: 767px) {
        .talk__content .update span {
          font-size: 1.2rem; } }
  .talk__content .caption {
    margin-top: 10px;
    line-height: 158%;
    font-size: 1.4rem;
    color: #6E808D;
    text-align: center; }
    @media (max-width: 767px) {
      .talk__content .caption {
        font-size: 1.2rem;
        text-align: left; } }

.pagination {
  position: relative;
  width: 570px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 767px) {
    .pagination {
      position: relative;
      width: auto;
      min-height: 80px;
      margin-top: 50px;
      padding-left: 30px;
      padding-right: 30px;
      overflow: visible; }
      .pagination:after {
        content: "";
        display: block;
        clear: both; } }
  .pagination a {
    display: inline-block; }
  .pagination img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .pagination__prev {
    float: left; }
    @media (max-width: 767px) {
      .pagination__prev {
        float: none;
        position: absolute;
        top: 0;
        left: 30px; }
        .pagination__prev img {
          width: 54px; } }
  .pagination__next {
    float: right; }
    @media (max-width: 767px) {
      .pagination__next {
        float: none;
        position: absolute;
        top: 0;
        right: 30px; }
        .pagination__next img {
          width: 52px; } }
  @media (max-width: 767px) {
    .pagination__top {
      margin-top: 83px;
      white-space: nowrap; }
      .pagination__top img {
        width: 50px; } }

.coutelas {
  margin-top: 80px;
  text-align: center; }
  @media (max-width: 767px) {
    .coutelas {
      margin-top: 40px; } }
  .coutelas__title {
    margin-top: 80px; }
    @media (max-width: 767px) {
      .coutelas__title {
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px; } }
  .coutelas__image {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .coutelas__image {
        width: 255px;
        margin-top: 20px; } }
  .coutelas__info {
    margin-top: 10px;
    font-size: 1.9rem;
    line-height: 158%; }
    @media (max-width: 767px) {
      .coutelas__info {
        font-size: 1.4rem; } }
  .coutelas__text {
    margin-top: 40px;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .coutelas__text {
        text-align: left;
        font-size: 1.3rem;
        margin-top: 20px;
        margin-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px; } }

.banner {
  margin-top: 80px;
  text-align: center; }
  @media (max-width: 767px) {
    .banner {
      padding: 0 30px;
      margin-top: 20px; } }

.profile {
  overflow: scroll;
  padding: 60px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .profile {
      padding: 20px;
      margin: 0 20px; } }
  .profile__name {
    font-size: 2.0rem; }
    @media (max-width: 767px) {
      .profile__name {
        font-size: 1.6rem; } }
  .profile__text {
    margin-top: 2em;
    font-size: 1.6rem; }
    @media (max-width: 767px) {
      .profile__text {
        font-size: 1.3rem; } }

.oyamazaki {
  text-align: center; }
  .oyamazaki__title {
    margin-top: 70px;
    font-size: 3.3rem; }
    @media (max-width: 767px) {
      .oyamazaki__title {
        margin-top: 0;
        font-size: 2.6rem;
        line-height: 116%; } }
  .oyamazaki__image {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .oyamazaki__image {
        margin-top: 20px;
        padding-left: 30px;
        padding-right: 30px; } }
  .oyamazaki__text {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 188%; }
    @media (max-width: 767px) {
      .oyamazaki__text {
        margin-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
        font-size: 1.3rem; } }
  .oyamazaki__link {
    display: inline-block;
    margin-bottom: 70px;
    font-size: 1.9rem; }
    @media (max-width: 767px) {
      .oyamazaki__link {
        width: 100%;
        padding-left: 30px;
        font-size: 1.3rem;
        text-align: left;
        margin-bottom: 30px; } }

.caption {
  margin-top: 10px;
  line-height: 158%;
  font-size: 1.4rem;
  color: #6e808d;
  text-align: center; }

@media (max-width: 767px) {
  .coutelas .caption {
    font-size: 1.2rem;
    text-align: left;
    padding: 0 30px; } }

.footer {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 150px;
    padding-right: 150px;
    list-style: none; }
    @media (max-width: 767px) {
      .footer__links {
        padding-left: 20px;
        padding-right: 20px; }
        .footer__links li {
          margin-left: 10px;
          margin-right: 10px; } }
  .footer__copyright {
    margin-top: 80px;
    text-align: center; }
    @media (max-width: 767px) {
      .footer__copyright {
        margin-top: 40px; }
        .footer__copyright img {
          width: 180px; } }

/*# sourceMappingURL=app.css.map */
</pre></body></html>