@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: #E7DEC5;
  color: #333333;
  font-size: 1.6rem;
  font-family: "游明朝", "YuMincho", serif;
  line-height: 200%;
  letter-spacing: 0.1em; }
  @media (max-width: 767px) {
    body {
      font-size: 1.3rem; } }
  .android body {
    font-family: "游明朝", "YuMincho", 'Toppan Bunkyu Mincho R', serif !important; }

* {
  box-sizing: border-box; }

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

ul {
  list-style: none; }

a {
  color: #9F4C00;
  text-decoration: none;
  -webkit-transition: opacity .16s;
  transition: opacity .16s; }
  a:hover {
    opacity: 0.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; } }

.archive {
  opacity: 0; }

.header {
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .header {
      padding: 0; } }
  .header__border:before, .header__border:after {
    content: '';
    position: absolute;
    background-color: #283E29;
    -webkit-transition: all 1.0s;
    transition: all 1.0s; }
  .header__border1:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0; }
  .header__border1:after {
    bottom: 0;
    left: 0;
    right: 0;
    height: 0; }
  .archive .header__border1:before, .archive .header__border1:after, .start .header__border1:before, .start .header__border1:after {
    height: 50px; }
  @media (max-width: 767px) {
    .archive .header__border1:before, .archive .header__border1:after, .start .header__border1:before, .start .header__border1:after {
      height: 15px; } }
  .header__border2:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 0; }
  .header__border2:after {
    bottom: 0;
    top: 0;
    right: 0;
    width: 0; }
  .archive .header__border2:before, .archive .header__border2:after, .start .header__border2:before, .start .header__border2:after {
    width: 50px; }
  @media (max-width: 767px) {
    .archive .header__border2:before, .archive .header__border2:after, .start .header__border2:before, .start .header__border2:after {
      width: 15px; } }
  .header__title {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 180px;
    right: 180px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (max-width: 767px) {
      .header__title {
        left: 10px;
        right: 10px; } }
  .archive .header__title {
    opacity: 1; }
  .header__main {
    opacity: 0; }
    .header__main img {
      width: 100%; }
      @media (max-width: 767px) {
        .header__main img {
          padding: 0; } }
  .archive .header__main {
    opacity: 1; }
  .header__illust-container {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .archive .header__illust-container {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .header__illust {
    position: absolute; }
  .header__illust1 {
    top: 0;
    right: 0;
    width: 428px; }
    @media (max-width: 767px) {
      .header__illust1 {
        width: 171.2px; } }
  .header__illust2 {
    top: 0;
    left: 0;
    width: 270px; }
    @media (max-width: 767px) {
      .header__illust2 {
        width: 108px; } }
  .header__illust3 {
    bottom: 0;
    right: 0;
    width: 569px; }
    @media (max-width: 767px) {
      .header__illust3 {
        width: 285px; } }
  .header__logo {
    position: absolute;
    top: 20px;
    right: 140px; }
    @media (max-width: 767px) {
      .header__logo {
        top: 15px;
        right: 15px; }
        .header__logo img {
          width: 100px; } }

.container {
  opacity: 0; }
.archive .container {
  opacity: 1; }

.yodogawa {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  min-height: 800px;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 100px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 280%;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .yodogawa {
      min-height: 0;
      position: static;
      -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
              writing-mode: horizontal-tb;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      padding: 20px 0 10px;
      margin-bottom: 0;
      font-size: 1.3rem;
      white-space: normal; } }
  .yodogawa .up {
    -ms-text-combine-horizontal: digits;
    -webkit-text-combine: horizontal;
    text-combine-upright: all; }
  .yodogawa .bracket {
    margin-top: -0.4em; }
    @media (max-width: 767px) {
      .yodogawa .bracket {
        margin-top: 0; } }
  .yodogawa__illust {
    position: absolute; }
  .yodogawa__illust1 {
    top: 80px;
    right: -100px; }
    @media (max-width: 767px) {
      .yodogawa__illust1 {
        right: 0;
        top: auto;
        bottom: 0; } }
  .yodogawa__illust2 {
    left: -60px;
    bottom: -40px; }
    @media (max-width: 767px) {
      .yodogawa__illust2 {
        position: static; } }
  @media (max-width: 767px) {
    .yodogawa__text {
      margin-left: 10px;
      margin-right: 10px; 
      margin-bottom: 10px;
      font-size: 1.5rem;
      letter-spacing: 0.02em;} }
  .yodogawa__profile {
    padding: 5px;
    background-color: #F1ECDC;
    font-size: 1.7rem; }
    .yodogawa__profile span {
      font-size: 1.3rem; }
    @media (max-width: 767px) {
      .yodogawa__profile {
        padding: 0;
        margin-left: 10px;
        font-size: 1.5rem;
        background-color: transparent; } }

.archive .content {
  margin-top: 100px; }
  @media (max-width: 767px) {
    .archive .content {
      margin-top: 0; } }

.content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .content {
      margin-bottom: 0; } }


.talk {
  padding-bottom: 70px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .talk {
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .archive .talk {
      padding-bottom: 25px; } }
  .talk__head {
    position: relative; }
  .talk__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    background-color: rgba(159, 76, 0, 0.8);
    color: #fff;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 600;
    line-height: 72px; }
    @media (max-width: 767px) {
      .talk__title {
        font-size: 1.7rem;
        height: 38px;
        line-height: 38px; } }
  .talk__notes {
    margin-top: 1em;
    margin-left: 130px;
    font-size: 1.5rem;
    color: #9F4C00; }
    @media (max-width: 767px) {
      .talk__notes {
        margin-left: 1em;
        margin-right: 1em;
        font-size: 1.2rem;
        line-height:1.8em;} }
  .talk__content {
    padding-left: 100px;
    padding-right: 100px;
    text-align: left; }
    @media (max-width: 767px) {
      .talk__content {
        margin-top: 1em;
        padding-left: 1em;
        padding-right: 1em; } }
    .talk__content dt {
      float: left;
      margin-left: 30px; }
      .talk__content dt:after {
        content: '：'; }
      @media (max-width: 767px) {
        .talk__content dt {
          float: none;
          margin-left: 0;
          font-size: 1.5rem; 
          font-weight: 600;} }
    .talk__content dd {
      margin-left: 100px;
      margin-top: 50px;
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .talk__content dd {
          margin-top: 0;
          margin-left: 0;
          margin-bottom: 28px;
          font-size: 1.6rem;
          font-weight: 400;} }
      .talk__content dd.image {
        margin-left: 0; }
      .talk__content dd.image2 {
        margin-left: 30px;
        margin-right: 30px; }
      .talk__content dd .close{
      margin-left:-16px;}
        @media (max-width: 767px) {
          .talk__content dd.image2 {
            margin-left: 0;
            margin-right: 0; } }
      .talk__content dd .caption {
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 180%; }
        @media (max-width: 767px) {
          .talk__content dd .caption {
            font-size: 1.2rem; } }

.pagination {
  position: relative;
  min-height: 154px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 50px;
  border-top: solid 1px #B2B2B2; }
  @media (max-width: 767px) {
    .pagination {
      min-height: 98px;
      margin-left: 10px;
      margin-right: 10px;
      padding-top: 25px; } }
  .pagination a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat; }
    .pagination a:hover {
      opacity: 1;
      background-position: 0 0; }
  .pagination__prev {
    position: absolute;
    top: 50px;
    left: 80px;
    width: 76px;
    height: 112px;
    background-image: url(../img/btn_prev@2x.png);
    background-size: 76px 224px;
    background-position: 0 -112px; }
    @media (max-width: 767px) {
      .pagination__prev {
        top: 25px;
        left: 20px;
        width: 53.2px;
        height: 78.4px;
        background-size: 53.2px 156.8px;
        background-position: 0 -78.4px; } }
  .pagination__next {
    position: absolute;
    top: 50px;
    right: 80px;
    width: 80px;
    height: 90px;
    background-image: url(../img/btn_next@2x.png);
    background-size: 80px 180px;
    background-position: 0 -90px; }
    @media (max-width: 767px) {
      .pagination__next {
        top: 25px;
        right: 20px;
        width: 56px;
        height: 63px;
        background-size: 56px 126px;
        background-position: 0 -63px; } }
  .pagination__top {
    width: 110px;
    height: 104px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/btn_top@2x.png);
    background-size: 110px 208px;
    background-position: 0 -104px; }
    @media (max-width: 767px) {
      .pagination__top {
        width: 77px;
        height: 72.8px;
        background-size: 77px 145.6px;
        background-position: 0 -72.8px; } }

.toc {
  position: relative;
  margin-top: 50px;
  margin-left: 45px;
  margin-right: 45px;
  padding: 45px 80px;
  border: solid 2px #9F4C00;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    .toc {
      margin-top: 25px;
      margin-left: 0;
      margin-right: 0;
      padding: 1.5em 1em;
      border-width: 20px;
      border-color: #B87D46;
      font-size: 1.3rem; } }
  .toc:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: solid 1px #9F4C00;
    z-index: 1; }
    @media (max-width: 767px) {
      .toc:before {
        display: none; } }
  .toc__title {
    position: relative;
    font-size:1.5rem;
    font-weight: 600;}
    .toc__title:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 65px;
      right: 0;
      border-top: dotted 1px #333; }
      @media (max-width: 767px) {
        .toc__title:after {
          left: 50px; } }
  .toc__list {
    position: relative;
    z-index: 2; }

.toc-item {
  margin-top: 1em; }
  @media (max-width: 767px) {
    .toc-item {
      margin-top: 0.5em; } }
  .toc-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .toc-item__box {
        overflow: hidden;
        display: block; } }
  @media (max-width: 767px) {
    .toc-item__number {
      width: 20%;
      float: left; 
    font-weight: 600;
    font-size: 1.4rem;} }
  .toc-item__title {
    width: 280px;
    text-indent: 0em;
    font-size:1.5rem;
    font-weight: 600; }
    @media (max-width: 767px) {
      .toc-item__title {
        width: 80%;
        font-size: 1.4rem;
        float: left; } }
  .toc-item__date {
    font-size: 1.4rem; }
    @media (max-width: 767px) {
      .toc-item__date {
        width: 100%;
        font-size: 1.2rem;
        text-indent: 1em;
        text-align: right;
        float: left; } }
    .toc-item__date:before {
      content: '';
      display: inline-block;
      width: 55px;
      margin-right: 10px;
      border-top: dotted 1px #333;
      vertical-align: 4px; }

.information {
  padding: 70px 190px;
  font-family: "游ゴシック", "YuGothic", sans-serif;
  background-color: #F1ECDC;
  text-align: center;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .information {
      padding: 20px 10px;
      letter-spacing: 0.1em; } }
  .information__title {
    font-size: 2.0rem;
    font-weight: 600; }
    @media (max-width: 767px) {
      .information__title {
        font-size: 1.3rem; } }

.book {
  text-align: left;
  letter-spacing: 0.1em; }
  .book .bracket {
    margin-left: -0.4em; }
  .book__image {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .book__image {
        margin-top: 20px; } }
  .book__title {
    margin-top: 20px;
    font-size: 2.4rem;
    font-weight: 500; }
    @media (max-width: 767px) {
      .book__title {
        margin-top: 10px;
        font-size: 1.7rem;
        font-weight: bold; } }
  @media (max-width: 767px) {
    .book__price {
      font-size: 1.2rem; } }
  .book__text {
    margin-top: 1em;
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .book__text {
        font-size: 1.3rem;
        letter-spacing: 0.03em;} }
  .book__link {
    display: inline-block;
    margin-top: 1em; }
    @media (max-width: 767px) {
      .book__link {
        margin-top: 5px; } }

.profile {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  padding: 50px;
  z-index: 100;
  background-color: #F1ECDC;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .profile__name {
    font-size: 2.4rem;
    font-weight: 600; }
  @media (max-width: 767px) {
    .profile {
      padding: 20px 20px 60px;
      width: auto;
      height: auto; } 
      .profile__name {
    font-size: 1.6rem;
    font-weight: 600; }}
    .profile__name span {
      font-size: 1.7rem; }
  .profile__text {
    margin-top: .5em;
    white-space: nowrap; }
  .profile__close {
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer; }

.footer {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #fff; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 40px;
      padding-bottom: 20px; } }
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.5rem; }
    @media (max-width: 767px) {
      .footer__links {
        display: block;
        overflow: hidden;
        font-size: 1.2rem; } }
    .footer__links li {
      margin-right: 30px; }
      @media (max-width: 767px) {
        .footer__links li {
          float: left;
          width: 33%;
          margin-right: 0; } }
      .footer__links li a {
        color: #333; }
      .footer__links li img {
        margin-right: 5px; }
        @media (max-width: 767px) {
          .footer__links li img {
            display: block;
            margin-left: auto;
            margin-right: auto; } }
      .footer__links li:last-child {
        margin-left: 60px;
        margin-right: 0; }
        @media (max-width: 767px) {
          .footer__links li:last-child {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            margin-top: 30px; } }
        .footer__links li:last-child img {
          margin-right: 0; }
          @media (max-width: 767px) {
            .footer__links li:last-child img {
              margin-right: auto; } }
    .footer__links img {
      vertical-align: middle; }
  .footer__copyright {
    margin-top: 60px;
    font-size: 1.1rem; }
    @media (max-width: 767px) {
      .footer__copyright {
        margin-top: 30px; } }

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