@charset "UTF-8";
/* 
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: #FCF5E9;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Ryumin Regular KL", Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
  line-height: 2em; }
  @media (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

* {
  box-sizing: border-box; }

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

a[href] {
  -webkit-transition: .16s;
  transition: .16s; }
  a[href]:hover {
    opacity: 0.5; }

.yodogawa__text, .profile__name {
  font-family: "Ryumin Bold KL", Georgia, "Hiragino Mincho ProN", "Yu Mincho", 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;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .header {
      margin-bottom: 40px; } }
  .header__hobonichi {
    height: 60px;
    line-height: 1;
    text-align: center;
    margin-bottom: -15px; }
    @media (max-width: 767px) {
      .header__hobonichi {
        height: 40px;
        margin-bottom: 0; } }
    .header__hobonichi img {
      margin-top: 18px; }
      @media (max-width: 767px) {
        .header__hobonichi img {
          width: auto;
          height: 24px;
          margin-top: 8px; } }
  @media (max-width: 767px) {
    .header__title {
      width: 90%;
      margin-left: -10%; } }
  .header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }
    @media (max-width: 767px) {
      .header__box {
        display: block; } }
  .header .caption {
    margin-top: -25px;
    margin-right: 10px;
    font-size: 1.1rem;
    text-align: right; }
    @media (max-width: 767px) {
      .header .caption {
        margin-top: -10px;
        text-align: center; } }

.yodogawa {
  margin-left: 50px;
  margin-right: 140px; }
  @media (max-width: 767px) {
    .yodogawa {
      padding-left: 5%;
      padding-right: 5%;
      margin-top: 1em;
      margin-left: 0;
      margin-right: 0;
      line-height: 1.85em;
      text-align: center; } }
  @media (max-width: 767px) {
    .yodogawa__text {
      text-align: left; } }
  .yodogawa__profile-btn {
    display: inline-block;
    margin-top: .5em; }
    @media (max-width: 767px) {
      .yodogawa__profile-btn {
        margin-top: 20px; } }

.container {
  /* display: none;
  opacity: 0; */
  background-color: #FCF5E9; }
  .container.show {
    display: block;
    opacity: 1;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block !important;
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block !important;
    opacity: 0; }
  100% {
    opacity: 1; } }

.navigation {
  position: relative;
  min-height: 100px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #000000; }
  @media (max-width: 767px) {
    .navigation {
      padding-left: 5%;
      padding-right: 5%; } }
  .navigation > div {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .navigation > div {
        width: 90%; } }
  .navigation__index {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .navigation__prev {
    float: left; }
  .navigation__next {
    float: right; }

.toc {
  width: 100%;
  max-width: 600px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  list-style: none; }
  @media (max-width: 767px) {
    .toc {
      width: 95%;
      margin-top: 0;
      margin-bottom: 0; } }
  .toc-item {
    padding-bottom: 25px; }
    @media (max-width: 767px) {
      .toc-item {
        padding-bottom: 15px; } }

.bg {
  position: absolute;
  top: 50px;
  width: 400px;
  z-index: 1; }
  @media (max-width: 767px) {
    .bg {
      display: none; } }
  .bg--left {
    left: 0; }
  .bg--right {
    right: 0; }

.interview {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  background-color: #fff;
  overflow: hidden; }
  @media (max-width: 767px) {
    .interview {
      padding-bottom: 35px; } }
  .interview__title {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center; }
    @media (max-width: 767px) {
      .interview__title {
        padding: 50px 15px 15px; } }
  .interview__content {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2; }
    .interview__content .hobonichi {
      color: #60B3C7; }
      .interview__content .hobonichi + dd {
        color: #60B3C7; }
    .interview__content dl {
      padding-left: 60px;
      margin-top: 2em; }
      @media (max-width: 767px) {
        .interview__content dl {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          padding-left: 0; } }
      .interview__content dl dt {
        float: left;
        width: 5em;
        text-align: right; }
        .interview__content dl dt:after {
          content: '：'; }
        @media (max-width: 767px) {
          .interview__content dl dt {
            float: none;
            text-align: left; } }
      .interview__content dl dd {
        margin-left: 100px; }
        @media (max-width: 767px) {
          .interview__content dl dd {
            margin-left: 0; } }
    .interview__content .comment {
      margin-top: 1em;
      text-align: center; }
    .interview__content .update {
      margin-top: 2em;
      font-size: 1.2rem;
      letter-spacing: 0.4em;
      text-align: center;
      color: #A5A5A5; }
      @media (max-width: 767px) {
        .interview__content .update {
          font-size: 1.1rem; } }
    .interview__content .image {
      margin-top: 2em;
      text-align: center; }
    .interview__content .caption {
      font-size: 1.0rem;
      color: #60B3C7; }

.twitter {
  position: relative;
  background-color: #efefef;
  padding: 1em 1em 2em;
  margin-top: 2em;
  margin-left: 60px; }
  @media (max-width: 767px) {
    .twitter {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 3em; } }
  .twitter:after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 43px;
    height: 30px;
    background-image: url(../img/icon_twitter@2x.png);
    background-repeat: no-repeat;
    background-size: 43px 30px; }
    @media (max-width: 767px) {
      .twitter:after {
        bottom: 10px;
        right: 20px; } }

.information {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #FFFFFF; }
  @media (max-width: 767px) {
    .information {
      width: 90%;
      padding-left: 5%;
      padding-right: 5%;
      max-width: none;
      text-align: center; } }
  .information__title {
    font-size: 2.2rem;
    line-height: 1.5em; }
    @media (max-width: 767px) {
      .information__title {
        font-size: 1.8rem;
        text-align: left; } }
  .information__image {
    max-width: 280px;
    margin-top: 20px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .information__image {
        max-width: 100%;
        margin-top: 10px; } }
  .information__text {
    margin-top: 2em;
    font-size: 1.5rem;
    line-height: 2em; }
    @media (max-width: 767px) {
      .information__text {
        text-align: left; } }
  .information__notes {
    font-size: 1.3rem;
    line-height: 2em; }
    @media (max-width: 767px) {
      .information__notes {
        font-size: 1.2rem;
        text-align: left; } }
  .information__btn {
    display: inline-block;
    margin-top: 20px; }
    .information__btn img {
      width: 204px; }

.profile-container {
  padding: 50px 90px 20px;
  background-color: #FFF; }
  @media (max-width: 767px) {
    .profile-container {
      max-width: 90vw;
      padding: 20px 10px 10px; } }

.profile-close {
  text-align: center; }
  .profile-close img {
    -webkit-transition: .16s;
    transition: .16s;
    cursor: pointer; }
    .profile-close img:hover {
      opacity: .5; }
    @media (max-width: 767px) {
      .profile-close img {
        width: 50px; } }

.profile {
  max-height: 80vh;
  font-size: 1.8rem;
  margin-bottom: 1em;
  overflow: scroll; }
  @media (max-width: 767px) {
    .profile {
      font-size: 1.4rem;
      line-height: 1.7em; } }
  .profile__name {
    font-weight: bold; }

.lity {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.lity-close {
  display: none !important; }

.banner {
  margin-top: 50px;
  text-align: center; }
  @media (max-width: 767px) {
    .banner {
      width: 90%;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; } }

.footer {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 45px;
      padding-bottom: 40px; } }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    list-style: none; }
    .footer__links li + li {
      margin-left: 30px; }
      @media (max-width: 767px) {
        .footer__links li + li {
          margin-left: 20px; } }
  .footer__copyright {
    margin-top: 30px;
    text-align: center; }

/*# sourceMappingURL=app.css.map */
