@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: #fff;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Gothic Medium BBB", "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 200%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
  @media (max-width: 767px) {
    body {
      font-size: 1.3rem; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna"; } }

* {
  box-sizing: border-box; }

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

a {
  color: #333;
  outline: none;
  -webkit-transition: opacity .16s;
  transition: opacity .16s;
  text-decoration: none; }
  a:hover {
    opacity: .5; }

.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; } }

.font-midashi, .yodogawa__text, .content__prologue .memo, .profile__name {
  font-family: 'Midashi Go MB31', sans-serif; }

@media (min-width: 768px) {
  .header {
    width: 1228px;
    height: 482px; } }

@media (max-width: 767px) {
  .header {
    padding-top: 10px; } }

@media (min-width: 768px) {
  .header__title {
    width: 1228px;
    position: absolute;
    left: 50%;
    margin-left: -614px; } }

@media (max-width: 767px) {
  .header__title img {
    width: 100%; } }

.section {
  border-top: solid 1px #000; }

.inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 1px #000;
  border-right: solid 1px #000; }
  @media (max-width: 767px) {
    .inner {
      border-left: none;
      border-right: none; } }

.index {
  text-align: center; }
  .index__title {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.8rem; }
    @media (max-width: 767px) {
      .index__title {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 1.3rem; } }
  .index__list {
    list-style: none; }
  .index__item {
    border-top: solid 1px #000; }
    .index__item > * {
      background-color: #ccc;
      padding-top: 30px;
      padding-bottom: 25px; }
      @media (max-width: 767px) {
        .index__item > * {
          padding-top: 25px;
          padding-bottom: 20px; } }
    .index__item a {
      display: inline-block;
      width: 100%;
      height: 100%;
      background-color: #FFE100; }

.yodogawa {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center; }
  @media (max-width: 767px) {
    .yodogawa {
      padding-top: 10px;
      padding-bottom: 50px; } }
  .yodogawa__text {
    font-size: 2.1rem;
    line-height: 200%;
    letter-spacing: 0.075em; }
    @media (max-width: 767px) {
      .yodogawa__text {
        font-size: 1.5rem; } }

.content {
  position: relative;
  letter-spacing: 0.1em; }
  .content__profile {
    position: absolute;
    top: -31px;
    left: 0; }
    @media (max-width: 767px) {
      .content__profile {
        top: -28px; }
        .content__profile img {
          width: auto;
          height: 27px; } }
  .content__title {
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
    background-color: #FFE100;
    border-bottom: solid 1px #000; }
    @media (max-width: 767px) {
      .content__title {
        padding-top: 15px;
        padding-bottom: 12px; }
        .content__title img {
          width: auto;
          height: 42px; } }
  .content__prologue p {
    margin-top: 2em;
    margin-left: 230px;
    font-size: 1.8rem;
    line-height: 200%;
    letter-spacing: 0.1em; }
    @media (max-width: 767px) {
      .content__prologue p {
        margin-left: 1em;
        margin-right: 1em;
        font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .content__prologue .memo {
      font-size: 1.8rem; } }
  .content__prologue .image {
    margin: 50px 25px; }
    @media (max-width: 767px) {
      .content__prologue .image {
        margin: 25px 0; } }
  .content__logo {
    width: 624px;
    height: 288px;
    margin: 100px auto;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .content__logo {
        width: 312px;
        height: 144px;
        margin: 35px auto;
        background-size: 312px 10080px;
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9); } }
    .content__logo.anim {
      -webkit-animation: logo-animation 2.33s steps(69) 2s forwards;
              animation: logo-animation 2.33s steps(69) 2s forwards; }
      @media (max-width: 767px) {
        .content__logo.anim {
          -webkit-animation: logo-animation-sp 2.33s steps(69) 2s forwards;
                  animation: logo-animation-sp 2.33s steps(69) 2s forwards; } }
  .content__talk {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
    .content__talk dl {
      overflow: hidden;
      max-width: 500px;
      margin-top: 2em;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.8rem;
      line-height: 200%;
      letter-spacing: 0.1em; }
      @media (max-width: 767px) {
        .content__talk dl {
          margin-left: 1em;
          margin-right: 1em;
          font-size: 1.5rem; } }
      .content__talk dl dt {
        float: left;
        font-family: 'Gothic MB101 Bold', sans-serif;
        font-weight: bold; }
      .content__talk dl dd {
        margin-left: 70px; }
        @media (max-width: 767px) {
          .content__talk dl dd {
            margin-left: 0;
            text-indent: 1em; } }
    .content__talk .image {
      margin-top: 60px;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .content__talk .image {
          margin-top: 40px;
          margin-bottom: 40px; } }
  .content__footer {
    margin-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 1.8rem; }
    @media (max-width: 767px) {
      .content__footer {
        font-size: 1.5rem; } }
    .content__footer span {
      font-size: 1.4rem; }
      @media (max-width: 767px) {
        .content__footer span {
          font-size: 1.1rem; } }

@-webkit-keyframes logo-animation {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -19872px; } }

@keyframes logo-animation {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -19872px; } }

@-webkit-keyframes logo-animation-sp {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -9936px; } }

@keyframes logo-animation-sp {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -9936px; } }

.toc {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  letter-spacing: 0.1em; }
  @media (max-width: 767px) {
    .toc {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .toc__title {
      font-size: 1.5rem; } }
  .toc__items {
    display: inline-block;
    list-style: none;
    text-align: left; }

.toc-item {
  margin-top: 2em;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    .toc-item {
      font-size: 1.5rem; } }
  .toc-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767px) {
      .toc-item__box {
        display: block; } }
  .toc-item__title {
    width: 300px;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .toc-item__title {
        width: auto; } }
  .toc-item__date {
    font-size: 1.4rem; }
    @media (max-width: 767px) {
      .toc-item__date {
        font-size: 1.3rem; } }

.profile {
  text-align: center;
  padding: 60px 100px 20px;
  background-color: #F2F2F2; }
  @media (max-width: 767px) {
    .profile {
      padding: 25px 20px 15px;
      margin-left: 10px;
      margin-right: 10px; } }
  .profile__name {
    font-size: 2.1rem;
    text-align: left;
    letter-spacing: 0.1em; }
    @media (max-width: 767px) {
      .profile__name {
        font-size: 1.5rem; } }
    .profile__name span {
      letter-spacing: 0.3em; }
  .profile__text {
    margin-top: 2em;
    font-size: 1.8rem;
    line-height: 200%;
    text-align: left;
    letter-spacing: 0.1em; }
    @media (max-width: 767px) {
      .profile__text {
        font-size: 1.3rem; } }
  .profile__close {
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: opacity .16s;
    transition: opacity .16s; }
    @media (max-width: 767px) {
      .profile__close {
        width: 35px;
        margin-top: 15px; } }
    .profile__close:hover {
      opacity: .5; }

.pagination {
  position: relative;
  max-width: 610px;
  height: 150px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .pagination {
      height: 133px;
      margin-left: 30px;
      margin-right: 30px; } }
  .pagination__prev {
    position: absolute;
    top: 50px;
    left: 0px; }
    @media (max-width: 767px) {
      .pagination__prev {
        top: 25px; }
        .pagination__prev img {
          width: 90px; } }
  .pagination__next {
    position: absolute;
    top: 50px;
    right: 0px; }
    @media (max-width: 767px) {
      .pagination__next {
        top: 25px; }
        .pagination__next img {
          width: 90px; } }
  .pagination__index {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .pagination__index {
        top: auto;
        bottom: 25px;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    .pagination__index img {
      display: block;
      width: 124px; }
      @media (max-width: 767px) {
        .pagination__index img {
          width: 95px; } }

.lity {
  background-color: transparent !important; }

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

.lity-content:after {
  display: none !important; }

.footer {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 25px;
      padding-bottom: 15px; } }
  .footer__links {
    display: inline-block;
    overflow: hidden;
    list-style: none; }
    @media (max-width: 767px) {
      .footer__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: 30px;
        margin-right: 30px; } }
    .footer__links li {
      float: left;
      margin-right: 80px; }
      .footer__links li img {
        height: 68px; }
      @media (max-width: 767px) {
        .footer__links li {
          float: none;
          margin-right: 0; } }
      .footer__links li:last-child {
        margin-left: 170px;
        margin-right: 0; }
        @media (max-width: 767px) {
          .footer__links li:last-child {
            margin-left: 0; } }
  .footer__copyright {
    margin-top: 40px; }

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