@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 {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  line-height: 200%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(../img/bg.png) repeat;
  background-attachment: fixed; }
  @media (max-width: 767px) {
    body {
      background-image: none; }
      body:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/bg.png) repeat;
        background-size: 100% auto;
        z-index: -1; } }

* {
  box-sizing: border-box; }

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

a[href] {
  color: #FFE100;
  text-decoration: none; }
  @media (min-width: 768px) {
    a[href] {
      -webkit-transition: .16s;
      transition: .16s; }
      a[href]:hover {
        opacity: .5; } }

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  /* 以下はお好みで */
  font-size: .8em;
  /* フォントサイズちょっと小さく */
  position: relative;
  /* ちょっと上付きにするための指定 */
  top: -.2em;
  /* ちょっと上付きにする */ }

.yodogawa, .content__body p, .interview dl dt {
  font-family: 'Shuei Yokobuto Min B'; }

.content__body figure figcaption, .interview dl dd {
  font-family: 'Shuei Yokobuto Min M'; }

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

.indent-half {
  margin-left: -.5em; }

.hover-op:hover {
  opacity: 0.5; }

.youtube {
  width: 100%;
  max-width: 640px;
  margin: 10px auto 0; }
  .youtube > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.header {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  @media (max-width: 767px) {
    .header {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .header__hobonichi {
    line-height: 1; }
    @media (max-width: 767px) {
      .header__hobonichi img {
        width: 120px; } }
  .header__title {
    margin-top: 30px;
    line-height: 1; }
    @media (max-width: 767px) {
      .header__title {
        margin-top: 15px; } }

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .wrapper {
      width: 94%; } }
  .has-opening .wrapper {
    display: none; }

.section {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: rgba(50, 50, 50, 0.65);
  border-radius: 60px; }
  @media (max-width: 767px) {
    .section {
      padding-top: 15px;
      padding-bottom: 20px;
      padding-left: 3%;
      padding-right: 3%;
      border-radius: 30px; } }

.opening {
  position: relative;
  overflow: hidden; }
  .opening__shiju {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .opening__shiju img {
      width: 100%; }
  .opening__star {
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -40px;
    opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(-3deg) scale(0);
        -ms-transform: rotate(-3deg) scale(0);
            transform: rotate(-3deg) scale(0); }
    .opening__star img {
      width: 80px; }
      @media (max-width: 767px) {
        .opening__star img {
          width: 60px; } }
    @media (max-width: 767px) {
      .opening__star {
        top: 180px;
        margin-left: -30px; } }
  .opening__title {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media (min-width: 768px) {
      .opening__title .scroll a {
        display: inline-block; }
        .opening__title .scroll a:hover {
          -webkit-transform: translateY(5px);
              -ms-transform: translateY(5px);
                  transform: translateY(5px); } }
    @media (max-width: 767px) {
      .opening__title {
        width: 90%; }
        .opening__title .scroll img {
          width: 100px; } }
  .opening .skip {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: .15em;
    color: #FFE100;
    cursor: pointer;
    -webkit-transition: .16s;
    transition: .16s; }
    @media (max-width: 767px) {
      .opening .skip {
        top: 20px;
        right: 20px;
        font-size: 2.0rem; } }
    @media (min-width: 768px) {
      .opening .skip:hover {
        opacity: .5; } }

.yodogawa {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1em; }
  @media (max-width: 767px) {
    .yodogawa {
      text-align: left;
      font-size: 1.6rem; } }

.content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 76px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #C8FFFF;
  border-radius: 8px; }
  .content__title.large {
    height: 120px; }
    .content__title.large img {
      height: 90px; }
  @media (max-width: 767px) {
    .content__title {
      height: 80px;
      margin-top: 25px;
      margin-bottom: 25px; }
      .content__title.large, .content__title.large-sp {
        height: 112px; }
        .content__title.large img, .content__title.large-sp img {
          height: 78px; }
      .content__title img {
        height: 52px; } }

.content__body {
  width: 100%;
  margin: 0 auto 0; }
  .content__body p {
    margin-top: 50px;
    font-size: 1.8rem;
    line-height: 2;
    margin-left: 250px;
    letter-spacing: .15em; }
    .content__body p:first-child {
      margin-top: 0; }
    .content__body p small {
      font-size: 1.6rem; }
      @media (max-width: 767px) {
        .content__body p small {
          font-size: 1.4rem; } }
  .content__body figure {
    margin-top: 50px;
    margin-left: 180px;
    margin-right: 180px; }
    .content__body figure.vertical {
      margin-left: 250px;
    }
      @media (max-width: 767px) {
        .content__body figure.vertical {
          margin-left: 0; } }
    .content__body figure figcaption {
      margin-top: 10px;
      font-size: 1.4rem;
      line-height: 1.8;
      letter-spacing: .15em; }
      @media (max-width: 767px) {
        .content__body figure figcaption {
          font-size: 1.3rem; } }
  .content__body .twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px; }
  .content__body .update {
    margin-left: 0;
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: .1em; }
  @media (max-width: 767px) {
    .content__body .twitter {
      margin-top: 20px;
      margin-bottom: -5px; }
    .content__body p {
      font-size: 1.5rem;
      margin-top: 25px;
      margin-left: 0; }
    .content__body figure {
      margin-top: 25px;
      margin-left: 0;
      margin-right: 0; } }

.navigation {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 80px auto 0; }
  @media (max-width: 767px) {
    .navigation {
      margin-top: 40px; } }
  .navigation__top {
    text-align: center; }
    @media (max-width: 767px) {
      .navigation__top {
        padding-top: 40px; }
        .no-paging .navigation__top {
          padding-top: 0; }
        .navigation__top img {
          width: auto;
          height: 15px; } }
  .navigation__prev {
    position: absolute;
    top: -8px;
    left: 0; }
    @media (max-width: 767px) {
      .navigation__prev img {
        width: auto;
        height: 20px; } }
  .navigation__next {
    position: absolute;
    top: -8px;
    right: 0; }
    @media (max-width: 767px) {
      .navigation__next img {
        width: auto;
        height: 20px; } }

.toc {
  margin-top: 85px;
  text-align: center; }
  .toc ul {
    list-style: none; }
    .toc ul li {
      margin-top: 85px; }
      .toc ul li > img {
        opacity: .5; }
  .toc .toc-m img {
    height: 127px; }
  .toc .toc-l img {
    height: 167px; }
  @media (max-width: 767px) {
    .toc {
      margin-top: 40px; }
      .toc__title {
        line-height: 1; }
        .toc__title img {
          width: 45px; }
      .toc ul li {
        margin-top: 40px; }
      .toc .toc-m img {
        height: 72px; }
      .toc .toc-l img {
        height: 90px; } }

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

.interview {
  margin-top: 50px;
  padding-bottom: 50px;
  padding-top: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 60px; }
  .interview dl {
    margin-left: 250px;
    color: #333;
    overflow: hidden;
    margin-top: 50px; }
    .interview dl dt {
      float: left; }
    .interview dl dd {
      margin-left: 5em; }
  .interview figcaption {
    color: #333; }
  .interview a {
    color: #497ffa; }
  @media (max-width: 767px) {
    .interview {
      margin-top: 25px;
      margin-bottom: 25px;
      padding-bottom: 25px;
      padding-left: 5%;
      padding-right: 5%;
      border-radius: 30px; }
      .interview dl {
        margin-top: 25px;
        margin-left: 0; }
        .interview dl dt {
          float: none; }
        .interview dl dd {
          margin-left: 0; } }

.footer {
  padding: 30px 0 40px;
  margin-top: 30px;
  margin-bottom: 60px;
  background-color: #323232;
  border-radius: 40px; }
  @media (max-width: 767px) {
    .footer {
      padding: 15px 0 20px;
      margin-top: 15px;
      margin-bottom: 30px;
      border-radius: 20px; } }
  .footer__links {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    list-style: none;
    overflow: hidden; }
    .footer__links li {
      float: left; }
      .footer__links li:last-child {
        float: right; }
      .footer__links li + li {
        margin-left: 80px; }
    @media (max-width: 767px) {
      .footer__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .footer__links li {
          float: none;
          margin-left: 0; }
          .footer__links li:last-child {
            float: none; }
          .footer__links li + li {
            margin-left: 0; }
        .footer__links img {
          width: 50px; } }
  .footer__copyright {
    line-height: 1;
    margin-top: 60px;
    text-align: center; }
    @media (max-width: 767px) {
      .footer__copyright {
        margin-top: 30px; } }

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