@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}
a{
	text-decoration: none;
}
/* ===============================================================================
Commen class
=============================================================================== */
a {
	color: #EB0000;
	text-decoration: none;
  }
a:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
a[target=_blank]:after {
	font-family: "Hobonichi-Icons";
	content: "\e914";
	font-weight: normal;
	font-size: .8em;
	position: relative;
	top: -.2em;
}
img {
vertical-align: top;
max-width: 100%;
}
.spOnly {
	display: none;
}
.hoverOp:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}
.center {
	text-align: center;
	padding-left: 0 !important;
}
@media screen and (max-width: 640px) {
	.pcOnly {
		display: none;
	}
	.spOnly{
		display: block;
	}
}  

/* ===============================================================================
Body Setting
=============================================================================== */
html{
	font-size: 62.5%;
}
body {
  font-family: 'Shuei KakuGo Gin M',sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: .3em;
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
	body {
		font-size: 1.5rem;
	}
}

/* ===============================================================================
HeaderArea
=============================================================================== */
.top{
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	position: relative;
	text-align: center;
}
.top .title {
	padding-top: 30px;
}
.top .hobo {
	position: absolute;
	top: 120px;
}
.top .top_obj {
	position: absolute;
	bottom: 205px;
	left: 0;
	right: 0;
	margin: auto;
}
.top .top_obj img {
	height: 55vh;
	height: calc(var(--vh, 1vh) * 55);
}
.top .text {
	width: 750px;
	position: absolute;
	bottom: 30px;
	display: flex;

}
.top .text01 {
	position: absolute;
    bottom: 120px;
}
.top .btn_down {
	position: absolute;
    right: 0;
}

/* ===============================================================================
listBlock
=============================================================================== */
.listBlock01 {
	border-bottom: 1px solid;
	font-family: 'Shuei KakuGo Gin L',sans-serif;
}
.listBlock01 a{
	color: #000;
}
.listBlock01 .ttl{
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: .35em;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
}
.listBlock01 ul{
	padding: 50px 0 35px;
}
.listBlock01 ul li{
	padding: 0 0 15px;
	max-width: 860px;
    margin: 0 auto;
}
.listBlock01 ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.1rem;
	letter-spacing: .15em;
}
.listBlock01 ul li a .toc_date{
	font-size: 1.4rem;
	letter-spacing: .15em;
}
.listBlock01 li a.publish:hover{
	opacity: .5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.listBlock01 li a.private{
	opacity: .5;
}
@media screen and (max-width: 640px) {
	.listBlock01 .ttl{
		font-size: 1.8rem;
	}
	.listBlock01 ul {
		padding: 25px 7% 15px;
	}
	.listBlock01 ul li a {
		display: block;
		font-size: 1.6rem;
		letter-spacing: .06em;
	}
	.listBlock01 ul li a .toc_date {
		text-align: right;
	}
}
/* ===============================================================================
ContentsArea
=============================================================================== */
.yodogawa{
	max-width: 750px;
	width: 95%;
	margin: 0 auto;	
	text-align: center;
}
.yodogawa h1 {
	font-size: 3.35rem;
	letter-spacing: .22em;
}
.yodogawa h2 {
	font-size: 2.4rem;
	letter-spacing: .35em;
	border: solid 3px;
	margin-top: 20px;
}
.yodogawa .text{
	max-width: 31em;
	width: 90%;
    margin: 0 auto;
	padding: 50px 0;
	font-size: 1.8rem;
	text-align: left;
}

@-webkit-keyframes bounce {
	from,
	10%,
	30%,
	50%,
	62%,
	74%,
	86%,
	94%,
	to {
	  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  
	22% {
	  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	  -webkit-transform: translate3d(0, -500px, 0);
	  transform: translate3d(0, -500px, 0);
	}
  
	42% {
	  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	  -webkit-transform: translate3d(0, -300px, 0);
	  transform: translate3d(0, -300px, 0);
	}
  
	58% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -150px, 0);
		transform: translate3d(0, -150px, 0);
	  }

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}

	82% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

  }
  
  @keyframes bounce {
	from,
	10%,
	30%,
	50%,
	62%,
	74%,
	86%,
	94%,
	to {
	  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
  
	22% {
	  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	  -webkit-transform: translate3d(0, -500px, 0);
	  transform: translate3d(0, -500px, 0);
	}
  
	42% {
	  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	  -webkit-transform: translate3d(0, -300px, 0);
	  transform: translate3d(0, -300px, 0);
	}
  
	58% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -150px, 0);
		transform: translate3d(0, -150px, 0);
	  }

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}

	82% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -40px, 0);
		transform: translate3d(0, -40px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}

  }

  .bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
  }

  .animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  }

.navBlock01{
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.navBlock01 ul{
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 15px;
}
.navBlock01 ul li img{
	width: 50px;
}
.navBlock01 ul li {
	text-align: center;
}
.navBlock01 ul span {
	display: block;
}
.navBlock01 a {
	color: #000;
	font-size: 1.3rem;
	font-family: 'Shuei KakuGo Gin L',sans-serif;
	letter-spacing: 0;
}
#contentsArea{
	padding: 20px 0 0;
}
.articleBlock01{
	max-width: 700px;
	width: 95%;
    margin: 0 auto;
}
.articleBlock01 .heading{
	text-align: center;
	padding: 50px 0 70px;
	font-size: 2.6rem;
	line-height: 1.75;
	letter-spacing: .35em;
	font-family: 'Shuei KakuGo Gin L',sans-serif;
}
.articleBlock01 .image {
    max-width: 700px;
	width: 100%;
	font-size: 1.3rem;
	letter-spacing: .1em;
    line-height: 1.8;
    margin: 0 auto 3em;
}
.articleBlock01 .image2 {
    max-width: 500px;
	width: 70%;
	font-size: 1.3rem;
	letter-spacing: .1em;
    line-height: 1.8;
    margin: 0 auto 3em;
}
.articleBlock01 .box .image {
	max-width: 500px;
	width: 92%;
}
.articleBlock01 .image img,
.articleBlock01 .image2 img
{
	margin-bottom: .5em;
}
.articleBlock01 .youtube {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 3em;
}
.articleBlock01 .youtube > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.articleBlock01 .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.articleBlock01 p{
	margin: 0 auto 3em;
	padding-left: 100px;
}
.articleBlock01 .box {
	max-width: 700px;
    margin: 0 auto 3em;
    border: 1px solid;
	padding: 40px 0;
	font-size: 1.4rem;
	font-family: 'Shuei KakuGo Gin L',sans-serif;
}
.articleBlock01 .box .color-b {
	color: #0082fe;
}
.articleBlock01 .box span {
	font-size: 1.8rem;
	letter-spacing: .1em;
}
.articleBlock01 .date {
	font-size: 1.4rem;
	font-family: 'Shuei KakuGo Gin L',sans-serif;
}
@media screen and (max-width: 768px) {
	#contentsArea{
		padding: 25px 0 0;
	}
	.yodogawa h1 {
		letter-spacing: .6rem;
	}
	.navBlock01 ul{
		padding: 15px 0 10px;
	}
	.articleBlock01 {
		margin: 25px auto;
	}
	.articleBlock01 p {
		padding: 0 4%;
	}
	.articleBlock01 .heading {
		padding: 25px 0;
		font-size: 1.8rem;
	}
	.articleBlock01 .image {
		margin: 3em auto;
		font-size: 1.2rem;
	}
	.articleBlock01 .box{
		padding: 30px 0;
	}
}
@media screen and (max-width: 640px) {
	.top {
		width: 90%;
	}
	.top .title {
		padding-top: 20px;
	}
	.top .top_obj img {
		height: auto;
		width: 100%;
	}
	.top .hobo {
		width: 15%;
		top: 10vh;
		top: calc(var(--vh, 1vh) * 10);
	}
	.top .top_obj {
		bottom: 42vh;
		bottom: calc(var(--vh, 1vh) * 42);
		width: 90%;
	}
	.top .text01 {
		bottom: 29vh;
		bottom: calc(var(--vh, 1vh) * 29);
	}
	.top .text {
		width: 100%;
		bottom: 21.5vh;
		bottom: calc(var(--vh, 1vh) * 21.5);
		display: block;
	}
	.top .btn_down {
		width: 12%;
		margin: 0 auto;
		left: 0;
		bottom: -14vh;
		bottom: calc(var(--vh, 1vh) * -14);
	}
	.yodogawa h1 {
		font-size: 1.6rem;
		letter-spacing: .23em;
	}
	.yodogawa h2 {
		font-size: 1.3rem;
		letter-spacing: .2em;
		border: solid 1.5px;
		margin-top: 5px;
	}
	.yodogawa .text {
		padding: 30px 0;
		font-size: 1.5rem;
		line-height: 2.4;
	}
	.navBlock01 ul li img {
		width: 46%;
	}
	.navBlock01 ul span {
		font-size: 1.2rem;
	}
	.articleBlock01 .youtube {
		width: 105%;
		margin: 0 auto 3em -2.5%;
	}
	.articleBlock01 .date {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 375px) {
	.top .top_obj {
		bottom: 40.5vh;
		bottom: calc(var(--vh, 1vh) * 40.5);
	}
}
@media screen and (max-width: 320px) {
	.top .hobo {
		top: 10vh;
		top: calc(var(--vh, 1vh) * 10);
	}
	.yodogawa h1 {
		letter-spacing: .05em;
	}
	.yodogawa h2 {
		letter-spacing: .05em;
	}
	.articleBlock01 .heading {
		letter-spacing: .2em;
	}
}
@media screen and (min-height: 1124px) {
	.top .top_obj img {
		height: auto;
	}
}

/* ===============================================================================
FooterArea
=============================================================================== */
footer {
	margin: 0 auto 30px;
	text-align: center;
	border-bottom: 1px solid;
}
.share p {
	padding-top: 30px;
}
.share_list {
    width: 90%;
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
	padding: 20px 0 30px;
	align-items: flex-end;
}
.share_list li img{
	width: 50px;
    height: 50px;
}
.link {
	margin: 0 auto 30px;
	text-align: center;
	font-size: 1.4rem;
}
.link ul {
	max-width: 430px;
	margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.link li a{
	width: 180px;
	border: 1px solid;
    border-radius: 18px;
	display: inline-block;
	letter-spacing: .2em;
}
@media screen and (max-width: 640px) {
	.share_list{
		padding-top: 20px;
	}
	.share_list li img {
		width: 55%;
		height: auto;
	}
	.link {
		font-size: 1.3rem;
		margin: 30px auto 30px;
	}
	.link ul {
		display: block;
	}
	.link ul li + li {
		margin-top: 30px;
	}
}
