@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: #ffffff;
  color: #231815;
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2em; }

* {
  box-sizing: border-box; }

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

a {
  color: #231815;
  -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; } }

.header {
  height: 450px;
  position: relative;
  background-image: url(../img/main@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .header {
      height: 360px;
      background-image: url(../img/main_sp@2x.jpg); } }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .header__logo {
        width: 300px; } }
  .header__hobonichi {
    position: absolute;
    bottom: 10px;
    right: 130px; }
    @media (max-width: 767px) {
      .header__hobonichi {
        top: 10px;
        bottom: auto;
        right: 10px; } }

.app {
  opacity: 0;
  -webkit-transition: opacity 1s 300ms;
  transition: opacity 1s 300ms; }
  .app.show {
    opacity: 1; }

.section--orange {
  color: #FFFFFF;
  background-color: #E46100; }

.section--black {
  color: #FFFFFF;
  background-color: #5a5a5a; }

.section--image {
  position: relative;
  color: #FFFFFF;
  background-image: url(../img/bg_yodogawa@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .section--image:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
    z-index: 1; }

.section--image2 {
  position: relative;
  padding-top: 70px;
  background-color: #696969; }
  @media (max-width: 767px) {
    .section--image2 {
      padding-top: 35px; } }
  .section--image2:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1600px;
    background-image: url(../img/bg_tanoshimiten.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767px) {
      .section--image2:before {
        height: 1400px; } }

.title {
  height: 220px;
  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; }
  @media (max-width: 767px) {
    .title {
      height: auto;
      padding-top: 30px;
      padding-bottom: 15px; }
      .title img {
        width: 280px; } }

.yodogawa {
  max-width: 650px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 2;
  overflow: hidden; }
  @media (max-width: 767px) {
    .yodogawa {
      padding-top: 2em;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 2em; } }
  .yodogawa__text {
    float: left;
    font-size: 1.6rem;
    line-height: 3.0rem; }
    @media (max-width: 767px) {
      .yodogawa__text {
        float: none;
        font-size: 1.4rem;
        line-height: 2.5rem; } }

.toc {
  float: right;
  text-align: center; }
  @media (max-width: 767px) {
    .toc {
      float: none;
      padding-top: 1em;
      padding-bottom: 2em;
      margin-top: 30px;
      border-top: solid 1px #FFFFFF;
      border-bottom: solid 1px #FFFFFF; } }
  .toc__title {
    width: 160px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    font-size: 1.4rem;
    font-weight: 100;
    border: solid 1px #FFFFFF;
    border-radius: 10px; }
    @media (max-width: 767px) {
      .toc__title {
        font-size: 1.3rem; } }
  .toc__items {
    list-style: none; }
    @media (max-width: 767px) {
      .toc__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.toc-item {
  margin-top: 30px;
  font-size: 1.5rem; }
  @media (max-width: 767px) {
    .toc-item {
      width: 50%;
      font-size: 1.3rem;
      margin-top: 10px; } }
  .toc-item__number {
    line-height: 1.8em;
    display: inline-block; }
    @media (max-width: 767px) {
      .toc-item__number {
        line-height: 2.6rem; } }
    .current .toc-item__number {
      position: relative; }
      .current .toc-item__number:before, .current .toc-item__number:after {
        content: '';
        position: absolute;
        width: 48%;
        height: 1px;
        background-color: #FFFFFF; }
      .current .toc-item__number:before {
        bottom: 0;
        left: 0; }
      .current .toc-item__number:after {
        bottom: 0;
        right: 0; }
  .toc-item__title {
    line-height: 1.8em; }
    @media (max-width: 767px) {
      .toc-item__title {
        line-height: 2.6rem; } }
  .toc-item__date {
    font-size: 1.2rem; }
    @media (max-width: 767px) {
      .toc-item__date {
        line-height: 2.6rem; } }
  .toc-item a {
    display: inline-block;
    color: #FFFFFF; }
    .toc-item a.disabled:hover, .toc-item a.current:hover {
      opacity: 1; }
  @media (max-width: 767px) {
    .toc-item:nth-of-type(3) .toc-item__title {
      line-height: 1.8rem; } }

.talk {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  text-align: center; }
  @media (max-width: 767px) {
    .talk {
      padding-top: 40px; } }
  .talk.archive {
    border-top: solid 1px #E46100; }
  .talk__number {
    display: inline-block;
    width: 142px;
    height: 110px;
    padding-top: 2em;
    margin-bottom: 30px;
    font-size: 2.8rem;
    background-image: url(../img/bg_number@2x.png);
    background-repeat: no-repeat;
    background-size: 142px 110px; }
    @media (max-width: 767px) {
      .talk__number {
        width: 86px;
        height: 66px;
        margin-bottom: 15px;
        padding-top: 1.6em;
        font-size: 1.7rem;
        background-size: 86px 66px; } }
  .talk__title {
    margin-bottom: 100px;
    font-weight: 100;
    font-size: 4.8rem; }
    @media (max-width: 767px) {
      .talk__title {
        margin-bottom: 80px;
        font-size: 2.8rem; } }
  .talk__content {
    font-size: 1.8rem;
    line-height: 2em;
    text-align: left; }
    @media (max-width: 767px) {
      .talk__content {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.5rem;
        line-height: 2.9rem; } }
    .talk__content dl {
      margin-top: 2em;
      overflow: hidden; }
      .talk__content dl dt {
        float: left; }
        @media (max-width: 767px) {
          .talk__content dl dt {
            float: none;
            font-weight: bold; } }
        .talk__content dl dt:after {
          content: '：'; }
      .talk__content dl dd {
        margin-left: 100px; }
        @media (max-width: 767px) {
          .talk__content dl dd {
            margin-left: 0; } }
    .talk__content .image {
      margin-top: 2em; }

.pagination {
  margin-top: 75px;
  font-size: 1.8rem; }
  @media (max-width: 767px) {
    .pagination {
      margin-top: 30px;
      font-size: 1.4rem; } }
  .pagination__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pagination__index {
    margin-left: 60px;
    margin-right: 60px; }
    @media (max-width: 767px) {
      .pagination__index {
        margin-left: 30px;
        margin-right: 30px; } }

.links {
  margin-top: 75px;
  margin-bottom: 75px;
  font-size: 1.8rem;
  text-align: center; }
  @media (max-width: 767px) {
    .links {
      margin-top: 30px;
      margin-bottom: 60px;
      font-size: 1.4rem; } }

.tanoshimiten {
  position: relative;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
  padding-left: 50px;
  color: #FFFFFF;
  background-color: #E46100;
  text-align: center;
  border-radius: 20px;
  z-index: 2; }
  @media (max-width: 767px) {
    .tanoshimiten {
      padding-left: 20px;
      padding-right: 20px;
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 75px; } }
  @media (max-width: 767px) {
    .tanoshimiten__logo {
      height: 162px; } }
  .tanoshimiten__title {
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 4.8rem;
    font-weight: 100;
    text-align: left; }
    @media (max-width: 767px) {
      .tanoshimiten__title {
        margin-bottom: 30px;
        white-space: nowrap;
        font-size: 3.2rem; } }
  .tanoshimiten__list {
    text-align: left;
    overflow: hidden;
    line-height: 3.0rem; }
    @media (max-width: 767px) {
      .tanoshimiten__list {
        font-size: 1.4rem;
        line-height: 2.4rem; } }
    .tanoshimiten__list dt {
      float: left; }
      @media (max-width: 767px) {
        .tanoshimiten__list dt {
          float: none; } }
  .tanoshimiten__btn {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
    border-radius: 10px;
    font-size: 2.6rem; }
    .tanoshimiten__btn span {
      font-size: 1.8rem;
      white-space: nowrap; }
    @media (max-width: 767px) {
      .tanoshimiten__btn {
        border-radius: 0;
        font-size: 1.8rem;
        line-height: 2.4rem; }
        .tanoshimiten__btn span {
          font-size: 1.2rem; } }

.andpremium {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  color: #FFFFFF;
  z-index: 2; }
  @media (max-width: 767px) {
    .andpremium {
      padding-left: 15px;
      padding-right: 15px; } }
  .andpremium__head {
    margin-bottom: 35px;
    font-size: 2.8rem;
    line-height: 4.0rem; }
    @media (max-width: 767px) {
      .andpremium__head {
        font-size: 1.8rem;
        line-height: 3.2rem; } }
  .andpremium__text {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-top: 1em; }
    @media (max-width: 767px) {
      .andpremium__text {
        font-size: 1.4rem;
        line-height: 2.5rem; } }

.footer {
  height: 130px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .footer {
      padding-left: 15px; } }
  .footer .copyright {
    font-size: 1.2rem; }

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