﻿@charset "UTF-8";
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: 1.5s;
}
.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.inviewfadeIn {
	opacity: 0;
	transition: 1.5s;
}
.fadeIn {
	opacity: 1.0;
}
a {
	outline: none;
}
*:hover {
	transition: all 0.6s ease;
}
body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	background-color: #000;
	font-family: "Noto Sans Japanese";
}
header {
	padding: 30px 0;
	text-align: center;
	background: linear-gradient(-180deg, rgba(0,0,0,.1) 50%, rgba(0,0,0,.9)) 50%, url(../img/bg.jpg) no-repeat center / cover;
}
header .logo img {
	width: 300px;
	margin-bottom: 10px;
}
header h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 46px;
	line-height: 60px;
	letter-spacing: 10px;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	margin: 0;
}
header h1 .jp {
	font-family: "Noto Sans Japanese";
	font-size: 34px;
	display: block;
}
figure {
	margin: 0;
}
figure a {
	width: 33.33%;
	float: left;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	display: block;
	padding-bottom: 40px;
}
figure img {
	width: 100%;
}
figure figcaption {
	padding: 0 5%;
	font-size: 22px;
}
figure .more {
	display: inline-block;
	font-size: 13px;
	border-bottom: solid 1px #000;
	margin: 0 5%;
}
figure a:hover {
	background-color: #000;
}
figure a:hover img {
	opacity: 0.7;
}
figure a:hover figcaption {
	color: #fff;
}
figure a:hover .more {
	color: #fff;
	border-bottom: solid 1px #fff;
}
small {
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 20px 0;
	display: block;
}

@media screen and (min-width:700px) and ( max-width:1050px) {
header {
	padding: 30px 0;
	text-align: center;
	background: linear-gradient(-180deg, rgba(0,0,0,.1) 50%, rgba(0,0,0,.9)) 50%, url(../img/bg.jpg) no-repeat center / cover;
}
header .logo img {
	width: 250px;
	margin-bottom: 10px;
}
header h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 10px;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	margin: 0;
}
header h1 .jp {
	font-family: "Noto Sans Japanese";
	font-size: 24px;
	display: block;
}
figure {
	margin: 0;
}
figure a {
	width: 50%;
	float: left;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	display: block;
	padding-bottom: 40px;
}
figure img {
	width: 100%;
}
figure figcaption {
	padding: 0 5%;
	font-size: 22px;
}
figure .more {
	display: inline-block;
	font-size: 13px;
	border-bottom: solid 1px #000;
	margin: 0 5%;
}
figure a:hover {
	background-color: #000;
}
figure a:hover img {
	opacity: 0.7;
}
figure a:hover figcaption {
	color: #fff;
}
figure a:hover .more {
	color: #fff;
	border-bottom: solid 1px #fff;
}
small {
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 20px 0;
	display: block;
}
.block02 {
	display: block;
}
}

@media screen and (max-width:700px) {
header {
	padding: 20px 0;
	text-align: center;
	background: linear-gradient(-180deg, rgba(0,0,0,.1) 50%, rgba(0,0,0,.9)) 50%, url(../img/bg.jpg) no-repeat center / cover;
}
header .logo img {
	width: 180px;
	margin-bottom: 10px;
}
header h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 10px;
	color: #fff;
	text-shadow: 1px 1px 5px #000;
	margin: 0;
}
header h1 .jp {
	font-family: "Noto Sans Japanese";
	font-size: 16px;
	letter-spacing: 5px;
	display: block;
}
figure {
	margin: 0;
}
figure a {
	width: 100%;
	float: none;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	display: block;
	padding-bottom: 40px;
}
figure img {
	width: 100%;
}
figure figcaption {
	padding: 0 5%;
	font-size: 20px;
}
figure .more {
	display: inline-block;
	font-size: 13px;
	border-bottom: solid 1px #000;
	margin: 0 5%;
}
figure a:hover {
	background-color: #000;
}
figure a:hover img {
	opacity: 0.7;
}
figure a:hover figcaption {
	color: #fff;
}
figure a:hover .more {
	color: #fff;
	border-bottom: solid 1px #fff;
}
small {
	text-align: center;
	font-size: 10px;
	color: #fff;
	padding: 20px 0;
	display: block;
}
.block {
	display: block;
}
}
