article {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	max-width: 1620px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	article {
	padding-top: 0;
}
}
#news article {
	padding-left: 20px;
	padding-right: 20px;
}
.grid {
	margin: 0 auto;
	text-align:center;
	width:100%;
	max-width:1920px;
}
.newsgrid {
	margin: 0 auto;
	text-align:center;
	width:100%;
	max-width:1920px;
}
.newsgrid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}
.newsgrid li a,
.newsgrid li img,
.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}
.grid li {
		display: block;
    width: 100%;
    float: left;
		padding: 20px 20px 20px 20px;
		opacity: 0;
}
.newsgrid li {
		text-align:left;
		display: block;
    width: 100%;
    float: left;
		padding: 0 5% 160px 5%;
}
@media only screen and (min-width: 240px){
	.grid li {
	  width: 50%;
	}
}
@media only screen and (min-width: 640px){
	.grid li {
		width: 33.3333%;
		padding-bottom: 40px;
	}
}
@media only screen and (min-width: 768px){
	.newsgrid li {
		width: 50%;
	}
}
@media only screen and (min-width: 768px){
	article {
		padding-left: 40px;
		padding-right: 40px;
	}
	.grid li {
	    width: 25%;
			padding: 30px 30px 40px 30px;
	}
}
@media only screen and (min-width: 1366px){
	.grid li {
	    width: 20%;
	}
	.newsgrid li {
		width: 33.3333%;
	}
}
@media only screen and (min-width: 1440px){
	.grid li {
		width: 16.6666%;
	}
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 3s ease forwards;
	animation: fadeIn 3s ease forwards;
}
.grid.effect-1 li.shown {
	-webkit-animation: fadeIn 3s ease forwards;
	animation: fadeIn 3s ease forwards;
}/*
@media only screen and (min-width: 240px){

	.grid.effect-1 li.animate:nth-child(odd) {
		-moz-animation-delay: .15s;
		-webkit-animation-delay: .15s;
		-o-animation-delay: .15s;
	}
	.grid.effect-1 li.animate:nth-child(even) {
		-moz-animation-delay: .3s;
		-webkit-animation-delay: .3s;
		-o-animation-delay: .3s;
	}
}
@media only screen and (min-width: 640px){

	.grid.effect-1 li.animate:nth-child(3n+1) {
		-moz-animation-delay: .15s;
		-webkit-animation-delay: .15s;
		-o-animation-delay: .15s;
	}
	.grid.effect-1 li.animate:nth-child(3n+2) {
		-moz-animation-delay: .3s;
		-webkit-animation-delay: .3s;
		-o-animation-delay: .3s;
	}
	.grid.effect-1 li.animate:nth-child(3n) {
		-moz-animation-delay: 0.45s;
		-webkit-animation-delay: 0.45s;
		-o-animation-delay: 0.45s;
	}
}
@media only screen and (min-width: 769px){

	.grid.effect-1 li.animate:nth-child(4n+1) {
		-moz-animation-delay: .15s;
		-webkit-animation-delay: .15s;
		-o-animation-delay: .15s;
	}
	.grid.effect-1 li.animate:nth-child(4n+2) {
		-moz-animation-delay: .3s;
		-webkit-animation-delay: .3s;
		-o-animation-delay: .3s;
	}
	.grid.effect-1 li.animate:nth-child(4n+3) {
		-moz-animation-delay: 0.45s;
		-webkit-animation-delay: 0.45s;
		-o-animation-delay: 0.45s;
	}
	.grid.effect-1 li.animate:nth-child(4n) {
		-moz-animation-delay: .6s;
		-webkit-animation-delay: .6s;
		-o-animation-delay: .6s;
	}
}
@media only screen and (min-width: 1366px){

	.grid.effect-1 li.animate:nth-child(5n+1) {
		-moz-animation-delay: .15s;
		-webkit-animation-delay: .15s;
		-o-animation-delay: .15s;
	}
	.grid.effect-1 li.animate:nth-child(5n+2) {
		-moz-animation-delay: .3s;
		-webkit-animation-delay: .3s;
		-o-animation-delay: .3s;
	}
	.grid.effect-1 li.animate:nth-child(5n+3) {
		-moz-animation-delay: .45s;
		-webkit-animation-delay: 0.45s;
		-o-animation-delay: .45s;
	}
	.grid.effect-1 li.animate:nth-child(5n+4) {
		-moz-animation-delay: .6s;
		-webkit-animation-delay: .6s;
		-o-animation-delay: .6s;
	}
	.grid.effect-1 li.animate:nth-child(5n) {
		-moz-animation-delay: .75s;
		-webkit-animation-delay: .75s;
		-o-animation-delay: .75s;
	}
}
@media only screen and (min-width: 1440px){

	.grid.effect-1 li.animate:nth-child(6n+1) {
		-moz-animation-delay: .15s;
		-webkit-animation-delay: .15s;
		-o-animation-delay: .15s;
	}
	.grid.effect-1 li.animate:nth-child(6n+2) {
		-moz-animation-delay: .3s;
		-webkit-animation-delay: .3s;
		-o-animation-delay: .3s;
	}
	.grid.effect-1 li.animate:nth-child(6n+3) {
		-moz-animation-delay: .75s;
		-webkit-animation-delay: .75s;
		-o-animation-delay: .75s;
	}
	.grid.effect-1 li.animate:nth-child(6n+4) {
		-moz-animation-delay: 1s;
		-webkit-animation-delay: 1s;
		-o-animation-delay: 1s;
	}
	.grid.effect-1 li.animate:nth-child(6n+5) {
		-moz-animation-delay: 1.25s;
		-webkit-animation-delay: 1.25s;
		-o-animation-delay: 1.25s;
	}
	.grid.effect-1 li.animate:nth-child(6n) {
		-moz-animation-delay: 1.5s;
		-webkit-animation-delay: 1.5s;
		-o-animation-delay: 1.5s;
	}
}

	.grid.effect-1 li.shown:first-child {
		-moz-animation-delay: .25s;
		-webkit-animation-delay: .25s;
		-o-animation-delay: .25s;
	}
	.grid.effect-1 li.shown:nth-child(2) {
		-moz-animation-delay: .5s;
		-webkit-animation-delay: .5s;
		-o-animation-delay: .5s;
	}
	.grid.effect-1 li.shown:nth-child(3) {
		-moz-animation-delay: .75s;
		-webkit-animation-delay: .75s;
		-o-animation-delay: .75s;
	}
	.grid.effect-1 li.shown:nth-child(4) {
		-moz-animation-delay: 1s;
		-webkit-animation-delay: 1s;
		-o-animation-delay: 1s;
	}
	.grid.effect-1 li.shown:nth-child(5) {
		-moz-animation-delay: 1.25s;
		-webkit-animation-delay: 1.25s;
		-o-animation-delay: 1.25s;
	}
	.grid.effect-1 li.shown:nth-child(6) {
		-moz-animation-delay: 1.5s;
		-webkit-animation-delay: 1.5s;
		-o-animation-delay: 1.5s;
	}
	.grid.effect-1 li.shown:nth-child(7) {
		-moz-animation-delay: 1.75s;
		-webkit-animation-delay: 1.75s;
		-o-animation-delay: 1.75s;
	}
	.grid.effect-1 li.shown:nth-child(8) {
		-moz-animation-delay: 2s;
		-webkit-animation-delay: 2s;
		-o-animation-delay: 2s;
	}
	.grid.effect-1 li.shown:nth-child(9) {
		-moz-animation-delay: 2.25s;
		-webkit-animation-delay: 2.25s;
		-o-animation-delay: 2.2s;
	}
	.grid.effect-1 li.shown:nth-child(10) {
		-moz-animation-delay: 2.5s;
		-webkit-animation-delay: 2.5s;
		-o-animation-delay: 2.5s;
	}
	.grid.effect-1 li.shown:nth-child(11) {
		-moz-animation-delay: 2.75s;
		-webkit-animation-delay: 2.75s;
		-o-animation-delay: 2.75s;
	}
	.grid.effect-1 li.shown:nth-child(12) {
		-moz-animation-delay: 3s;
		-webkit-animation-delay: 3s;
		-o-animation-delay: 3s;
	}
	.grid.effect-1 li.shown:nth-child(13) {
		-moz-animation-delay: 3.25s;
		-webkit-animation-delay: 3.25s;
		-o-animation-delay: 3.25s;
	}
	.grid.effect-1 li.shown:nth-child(14) {
		-moz-animation-delay: 3.5s;
		-webkit-animation-delay: 3.5s;
		-o-animation-delay: 3.5s;
	}
	.grid.effect-1 li.shown:nth-child(15) {
		-moz-animation-delay: 3.75s;
		-webkit-animation-delay: 3.75s;
		-o-animation-delay: 3.75s;
	}
	.grid.effect-1 li.shown:nth-child(16) {
		-moz-animation-delay: 4s;
		-webkit-animation-delay: 4s;
		-o-animation-delay: 4s;
	}
	.grid.effect-1 li.shown:nth-child(17) {
		-moz-animation-delay: 4.25s;
		-webkit-animation-delay: 4.25s;
		-o-animation-delay: 4.25s;
	}
	.grid.effect-1 li.shown:nth-child(18) {
		-moz-animation-delay: 4.5s;
		-webkit-animation-delay: 4.5s;
		-o-animation-delay: 4.5s;
	}
	.grid.effect-1 li.shown:nth-child(19) {
		-moz-animation-delay: 4.75s;
		-webkit-animation-delay: 4.75s;
		-o-animation-delay: 4.75s;
	}
	.grid.effect-1 li.shown:nth-child(20) {
		-moz-animation-delay: 5s;
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
	}
	.grid.effect-1 li.shown:nth-child(21) {
		-moz-animation-delay: 5.25s;
		-webkit-animation-delay: 5.25s;
		-o-animation-delay: 5.25s;
	}
	.grid.effect-1 li.shown:nth-child(22) {
		-moz-animation-delay: 5.5s;
		-webkit-animation-delay: 5.5s;
		-o-animation-delay: 5.5s;
	}
	.grid.effect-1 li.shown:nth-child(23) {
		-moz-animation-delay: 5.75s;
		-webkit-animation-delay: 5.75s;
		-o-animation-delay: 5.75s;
	}
	.grid.effect-1 li.shown:nth-child(24) {
		-moz-animation-delay: 6s;
		-webkit-animation-delay: 6s;
		-o-animation-delay: 6s;
	}
	.grid.effect-1 li.shown:nth-child(25) {
		-moz-animation-delay: 6.25s;
		-webkit-animation-delay: 6.25s;
		-o-animation-delay: 6.25s;
	}
	.grid.effect-1 li.shown:nth-child(26) {
		-moz-animation-delay: 6.5s;
		-webkit-animation-delay: 6.5s;
		-o-animation-delay: 6.5s;
	}
	.grid.effect-1 li.shown:nth-child(27) {
		-moz-animation-delay: 6.75s;
		-webkit-animation-delay: 6.75s;
		-o-animation-delay: 6.75s;
	}
	.grid.effect-1 li.shown:nth-child(28) {
		-moz-animation-delay: 7s;
		-webkit-animation-delay: 7s;
		-o-animation-delay: 7s;
	}
	.grid.effect-1 li.shown:nth-child(29) {
		-moz-animation-delay: 7.25s;
		-webkit-animation-delay: 7.25s;
		-o-animation-delay: 7.25s;
	}
	.grid.effect-1 li.shown:nth-child(30) {
		-moz-animation-delay: 7.5s;
		-webkit-animation-delay: 7.5s;
		-o-animation-delay: 7.5s;
	}
	.grid.effect-1 li.shown:nth-child(31) {
		-moz-animation-delay: 7.75s;
		-webkit-animation-delay: 7.75s;
		-o-animation-delay: 7.75s;
	}
	.grid.effect-1 li.shown:nth-child(32) {
		-moz-animation-delay: 8s;
		-webkit-animation-delay: 8s;
		-o-animation-delay: 8s;
	}
	.grid.effect-1 li.shown:nth-child(33) {
		-moz-animation-delay: 8.25s;
		-webkit-animation-delay: 8.25s;
		-o-animation-delay: 8.25s;
	}
	.grid.effect-1 li.shown:nth-child(34) {
		-moz-animation-delay: 8.5s;
		-webkit-animation-delay: 8.5s;
		-o-animation-delay: 8.5s;
	}
	.grid.effect-1 li.shown:nth-child(35) {
		-moz-animation-delay: 8.75s;
		-webkit-animation-delay: 8.75s;
		-o-animation-delay: 8.75s;
	}
	.grid.effect-1 li.shown:nth-child(36) {
		-moz-animation-delay: 9s;
		-webkit-animation-delay: 9s;
		-o-animation-delay: 9s;
	}

*/

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

/* Effect 2: Move Up */
/*.grid.effect-2 li.animate,
.newsgrid.effect-2 li.animate {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-animation: moveUp 0.45s ease forwards;
	animation: moveUp 0.45s ease forwards;
}
*/
@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}
#grid li {
}
#news#grid li {
	overflow: hidden;
	font-weight: 300;
}
#grid li a {
	position: relative;
	display: block;
	overflow: hidden;
}
#grid li img {
	min-width: 100%;
	width: 100%;
	height: auto;
	vertical-align: bottom;
	backface-visibility: hidden;
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
#grid li:hover img {
/*	transform: scale(1.1);	*//*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.infotext {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	backface-visibility: hidden;
	line-height: 1.4;
	font-family: 'nunito', sans-serif;
	font-weight: 300;
	letter-spacing:1px;
	cursor: pointer;
	background-color: rgba(153,153,153,0);
}
#grid a:hover .infotext {
	background-color: rgba(153,153,153,0.88);
}

#grid a .infotext p {
	color: #FFF;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	padding: 0 1em;
	align-self: center;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
}
.infotext p small {
	font-size: 14px;
}
#grid a:hover .infotext p {
	opacity: 1;
}
@media only screen and (min-width: 768px){

.contents {
	display: flex;
}
}
#contact .contents_second,
#contact .contents_first {
	width: 100%;
	max-width: 100%;
	margin-bottom: 60px;
}
#exh.contents_first {
	display: none;
	width: auto;
	padding-right: 0;
}

@media only screen and (min-width: 768px){

#contact .contents_first {
	width: 40%;
	max-width: 630px;
	padding-right: 70px;
}
}
/*#biography .contents_first {
	width: 40%;
	max-width: 630px;
	padding-right: 70px;
}*/
}
#exh.contents_first {
	display: none;
	width: auto;
	padding-right: 0;
}
#exh.contents_first ul li {
	line-height: 2.2;
	font-size: 13px;
}
#biography .contents_second {
	}

@media (min-width:1024px) {
	#exh.contents_first {
		display: block;
		position: fixed;
		top: calc(50% - 85px);
		left: 70px;
}
}
/*#biography .contents_second {
	flex: 1;
	padding-right:0;
}
@media only screen and (min-width: 1024px){
#biography	.contents_second {
		padding-right:45%;
	}
#biograph	.contents {
		display: block;
	}
}*/
@media only screen and (max-width: 480px){
	#grid a .infotext p {
		font-size: 13px;
	}
	.infotext p small {
		font-size: 12px;
	}
}
.mainame {
	height: 200px;
}
.mainame p {
	font-size: 32px;
	line-height: 2.2;
	padding-top: 30px;
}
.mainame p strong {
	font-size: 42px;
	display: block;
}
.page-sidebar {
	height: 75vh;
	overflow: hidden;
	margin-top: -120px;
	width: 100%;
	position: relative;
}
@media only screen and (min-width: 480px){
	.mainame {
		height: 280px;
	}
	.page-sidebar {
		height: 75vh;
	}
}
.page-sidebar .img-fit {
	position: relative;
}
.page-sidebar .img-fit p.photo_text {
 position: absolute;
 bottom: 10px;
 right: 20px;
 color: #FFF;
 font-size: 8px;

}
@media only screen and (min-width: 1024px){

#page_biography,
#page_contact {
	display: flex;
	flex-direction: row-reverse;

}

.page-sidebar {
	height: inherit;
	width: 40%;
}
footer {
	position: relative;
	background-color: #FFF;
}
#page_biography .page,
#page_contact .page {
	width: 50%;
}
#page_contact .page {
	height: 100vh;
	min-height: 1200px;
}
.page-sidebar .img-fit {
	position: fixed;
	height: 100%;
top: 0;}
#page_biography .photo_text {
	bottom: 20px;
}
}
