@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Gilda+Display');

/* ==================================================
Base
================================================== */

/* --------------------------------------------------
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}


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

/* 
a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	}
*/

img {
	vertical-align:bottom
	}


/*-----------------------------------------------------
__ float （サイズwidthは各所で設定）
-----------------------------------------------------*/
.f_right {
	float: right;
	display: inline;
	}
.f_left {
	float: left;
	display: inline;
	}

/*-----------------------------------------------------
［cf］micro clearfix
-----------------------------------------------------*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
	}
.cf:after {
	clear: both;
	}
.cf {
	*zoom: 1;
	}

/*-----------------------------------------------------
回り込みさせない（p class=など） 
-----------------------------------------------------*/
.no-wrap{
	overflow:hidden;
	_zoom:1;
	}

/*-----------------------------------------------------
box-sizing
-----------------------------------------------------*/
.bx {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	}




/* ==================================================
page_Layout
================================================== */





/*-----------------------------------------------------
基本設定
-----------------------------------------------------*/
body {
	color: #333;
	background: #f3f3f3;
}

a {
	color: #06c;
	color: #111;
	text-decoration: none;
	outline: none;
}

.section_set a {
	text-decoration: underline;
}



body {
}
h1 a {
	background: url(../11.jpg) center center / cover no-repeat fixed;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	font-size: 32px;
	font-family: 'Gilda Display', serif;
	text-align: center;
}
h1 a:active {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/*
@media only screen and (max-width: 799px) {
	h1 a {
		bottom: 0;
		height: 5em;
		line-height: 5em;
		font-size: 28px;
	}
}

@media only screen and (max-width: 499px) {
	h1 a {
		height: 8em;
		line-height: 8em;
		font-size: 18px;
	}
}
@media only screen and (max-width: 399px) {
	h1 a {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1000px) {
	.contents {
	left: 0;
	width: 100%;
	height: 50vh;
	padding: 1.5em;
	}
}

.contents {
	font-feature-settings : "palt";
	letter-spacing: 0.1em;
}
*/