@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, 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:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  text-decoration: none
}

ins, mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

html {
  font-size: 62.5%;
  width: 100%
}

body {
  color: #5a2828;
  font-size: 1.6rem;
  font-family: Soft Gothic Regular, -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
}

@media (max-width:767px) {
	html{
		height: 100%;
	}
	body {
    font-size: 1.4rem;
	  height: 100%;
  }
}

* {
  box-sizing: border-box
}

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

a[href] {
  text-decoration: none;
  color: #2d733c;
}

.interview__content dl dt, .soft-gothic-bold {
  font-family: Soft Gothic Bold, sans-serif
}

a[target=_blank]:after {
  font-family: Hobonichi-Icons;
  content: "\e914";
  font-weight: 400;
  font-size: .8em;
  position: relative;
  top: -.2em
}

.flex {
  display: -ms-flexbox;
  display: flex
}

.flex--center {
  -ms-flex-pack: center;
  justify-content: center
}

.flex--between {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex--vertical-center {
  -ms-flex-align: center;
  align-items: center
}

.tal {
  text-align: left
}

.tac {
  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
}

@media (min-width:768px) {
  .hover-op, .toc__list li .publish {
    display: inline-block;
    transition: .16s
  }
  .hover-op:hover, .toc__list li .publish:hover {
    opacity: .5
  }
}

.header {
  　position: relative;
    max-width: 780px;
    margin: 0 auto;
    padding-top: 25px;
}
@media (max-width:767px) {
  .header {
	position: relative;
    padding-top: 15px;
    transform: none;
    overflow: hidden;
	  height: 84vh;
  }
}
.header__hobonichi {
  position: fixed;
	z-index: -1;
}

@media (max-width:767px) {
  .header__hobonichi {
    position: fixed;
    margin-left: 0;
    text-align: center
  }
  .header__hobonichi img {
    width: 40%
  }
}
.header__title{
	padding: 50px 0 10px;
}
.header__title picture{
    max-width: 780px;
	display: block;
	z-index: -1;
}
.header__title picture:first-of-type{
	position: fixed;
 }
.header__title picture:last-of-type{
	margin-top: 340px;
}
@media (max-width:767px) {
  .header__title {
	padding: 50px 5% 10px;
  }
  .header__title picture {
    width: 90%;
	margin: 0 auto;
	padding-top: 5vh;
  }
  .header__title picture:last-of-type {
	width: 90%;
    position: absolute;
	bottom: 1.5vh;
  }
}

.yodogawa {
  position: relative;
  padding: 40px 0 50px;
  background-color: #ffcd00;
  z-index: 1
}

.yodogawa p {
  font-size: 1.9rem;
  line-height: 2.1
}
@media (max-width:767px) {
  .yodogawa {
    padding: 20px 5% 25px;
  }
  .yodogawa p {
    font-size: 1.6rem
  }
}

.btn-profile a {
  width: 410px;
  height: 40px;
  line-height: 38px;
  margin-top: 30px;
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 1.9rem;
  background-color: #2d733c;
  text-align: center;
  color: #fff
}

@media (max-width:767px) {
  .btn-profile a {
    width: auto;
    display: block;
    margin-top: 15px;
    font-size: 1.6rem
  }
}

.toc {
  max-width: 780px;
  margin: 0 auto;
  padding: 70px 0;
  background-color: #fff;
}

@media (max-width:767px) {
  .toc {
    padding: 6vh 0 4vh;
  }
}

.toc__head {
  margin-bottom: 60px;
  text-align: center;
  line-height: 0;
  font-size: 3.3rem;
}

@media (max-width:767px) {
  .toc__head {
    margin-bottom: 5vh;
	font-size: 3rem;
  }
}

.toc__list {
  margin-left: 120px;
  list-style: none;
  font-size: 2.6rem;
  font-family: Soft Gothic Bold, sans-serif;
}
.toc__list .date{
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
  font-family: Soft Gothic Medium, sans-serif;
}
.toc__list li {
  margin-top: 20px
}

.toc__list li .private {
  opacity: .5
}
.toc__list a[href]{
  color: #5a2828;
}
@media (max-width:767px) {
  .toc__list {
    padding: 0 5%;
    margin-left: 0;
    font-size: 1.9rem;
  }
  .toc__list .date {
    font-size: 1.5rem;
    display: block;
    text-align: right;
  }
}

.interview {
  padding-top: 30px;
	background-color: #fff;
}

.interview__title {
	text-align: center;
	font-size: 3.3rem;
	padding-top: 50px;
	font-family: Soft Gothic Bold, sans-serif;
}
.interview__com{
	font-size: 1.4rem;
    line-height: 2rem;
}
.img__com {
    font-size: 1.4rem;
    line-height: 2rem;
	display: inline-block;
	margin-top: 0.5rem;
}
@media (max-width:767px) {
  .interview {
	 padding-bottom: 40px;
	}
  .interview__title img {
    height: 11vw
  }
 .interview__title {
	font-size: 2rem;
	padding-top: 30px;
	}
  .interview__com{
	font-size: 1.2rem;
	}
  .img__com {
	  font-size: 1.2rem;
	}
}

.interview__content {
  width: 100%;
  max-width: 650px;
  margin: 40px auto 0;
  letter-spacing: .1em
}

.interview__content dl {
  margin-top: 2em;
  margin-left: 95px;
  overflow: hidden
}

.interview__content dl dt {
  float: left
}

.interview__content dl dt.hobonichi {
  color: #787878
}

.interview__content dl dd {
  margin-left: 4.4em
}

@media (min-width:768px) {
  .interview__content dl dd {
    white-space: nowrap
  }
}

.interview__content .img {
  margin-top: 3em;
  margin-bottom: 3em
}

.interview__content .sentence {
  margin-top: 70px;
  text-align: center
}

.interview__content .update {
  margin-top: 60px;
  color: #5a2828;
  font-size: 1.3rem;
  text-align: center;
}

.interview__content .notes {
  margin-top: 60px;
  margin-left: 150px;
  font-size: 1.3rem;
  line-height: 1.8
}

@media (max-width:767px) {
  .interview__content {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 20px
  }
  .interview__content dl {
    margin-left: 0
  }
  .interview__content dl dt {
    float: none
  }
  .interview__content dl dd {
    margin-left: 0
  }
  .interview__content .img {
    margin-top: 2em;
    margin-bottom: 2em
  }
  .interview__content .sentence {
    margin-top: 35px
  }
  .interview__content .update {
    margin-top: 30px
  }
  .interview__content .notes {
    margin-top: 30px;
    margin-left: 0;
    font-size: 1.2rem
  }
}
.footer__img{
	background-color: #fff;
    max-width: 780px;
    margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 30px;
}
.footer__img2 {
    background-color: #fff;
    max-width: 780px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 60px;
}
.footer__img img:first-of-type{
    transform: scale(-1, 1);
}
.footer__img img:last-of-type{
	width: 610px;
}
.footer__img2 img:last-of-type{
	width: 610px;
    transform: scale(-1, 1);
}
.navigation {
  padding: 20px 0;
  text-align: center;
  border-top: 1.5px solid #ffcd00;
	background-color: #fff;
}
@media (max-width:767px) {
	.footer__img{
		width: 90%;
		padding-top: 0px;
	}
	.footer__img2{
		width: 90%;
		padding-top: 0px;
	}
  .navigation {
    padding-left: 5%;
    padding-right: 5%
  }
}

.navigation__inner {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto
}

.navigation__prev {
  position: absolute;
  left: 0
}

.navigation__next {
  position: absolute;
  right: 0
}

.profile {
  position: relative;
  height: 60vh;
  overflow: scroll;
  padding: 30px 50px;
  background-color: #fff
}

@media (max-width:767px) {
  .profile {
    width: 90%;
    height: 90vh;
    margin: 0 auto;
    padding: 5%
  }
}

.profile__name {
  font-size: 1.8rem
}

.profile__content {
  font-size: 1.5rem
}

.profile__content p {
  margin-top: 2em
}

.profile__btnClose {
  position: absolute;
  bottom: 15px;
  right: 15px
}

.profile__btnClose a {
  cursor: pointer
}

@media (max-width:767px) {
  .profile__btnClose {
    position: static;
    text-align: right
  }
}

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

.footer {
  padding-top: 40px;
  padding-bottom: 45px;
  background-color: #ffcd00;
}

.footer__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  list-style: none
}

.footer__links li {
  margin-left: 50px;
  margin-right: 50px
}

@media (max-width:767px) {
  .footer__links {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
  .footer__links li {
    margin-left: 0;
    margin-right: 0
  }
  .footer__links li img {
    width: 40px
  }
}

.footer__copyright {
  margin-top: 60px;
  text-align: center;
  line-height: 0
}

@media (max-width:767px) {
  .footer__copyright {
    margin-top: 50px
  }
}
.column_img{
	text-align: center;
	padding-top: 50px;
}
.column_img img{
	width: 610px;
}
.column{
	border: 1.5px solid #ffcd00;
    max-width: 960px;
	margin: 10px auto 0;
	padding: 30px 0 60px;
}
.column__title {
	text-align: center;
	font-size: 2.8rem;
	padding-top: 50px;
	font-family: Soft Gothic Bold, sans-serif;
}
.column__content {
    width: 100%;
    max-width: 650px;
    margin: 40px auto 0;
    letter-spacing: .1em;
}
.column__content p{
	margin-top: 2em;
	margin-left: 95px;
    overflow: hidden;
}
@media (max-width:767px) {
	.column_img {
		padding-top: 30px;
	}
	.column_img img{
		width: 90%;
		transform: scale(-1, 1);
	}
	.column__title {
		font-size: 2rem;
		padding-top: 20px;
	}
	.column{
		width: 92%;
		padding: 1em 0.8em 2em;
	}
	.column__content p{
		margin: 1em auto 0;
	}


  
}
