@charset "UTF-8";

/*
Theme Name:common
*/

/* =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;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}


/* = all
-------------------------------------------------------------- */
a,a img, a svg, input[type="submit"], input[type="reset"] {
	-webkit-transition: color .15s ease-in, opacity .15s ease-in, background .15s ease-in, fill .15s ease-in;
	transition: color .15s ease-in, opacity .15s ease-in, background .15s ease-in, fill .15s ease-in;
	opacity: 1;
}
img , svg {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}

a.hoverimg img {
	transition: opacity .2s ease-in;
}
a.hoverimg:hover img {
	opacity: 0.8;
}

.cf:before,
.cf:after {
	content:"";
	display:table;}
.cf:after {clear:both;}

body {
	font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic",Meiryo,sans-serif;
	text-align: center;
	font-style: normal;
	line-height: 1;
	color: #040000;
	font-weight: 400;
	background: linear-gradient(-90deg, #16c797 0%, #12f76e 100%);
	min-height: 100vh;
}
.announce {
	color: #fff;
}
.announce .title {
	font-weight: bold;
	letter-spacing: 0.2em;
}
.announce .text {
	letter-spacing: 0.2em;
}
.announce .mail {
	color: #fff;
}
.announce .mail:hover {
	text-decoration: none;
}
.announce .log {
	display: block;
}
@media ( min-width: 480px ){
}
@media ( min-width: 897px ){
	body {
		font-size: 16px;
	}
	.sp {
		display: none;
	}
	.inner {
		max-width: 1160px;
		margin: 0 auto;
		padding: 0 40px;
	}
	.announce {
		padding: 15vh 0 0;
	}
	.announce .title {
		font-size: 24px;
		margin: 0 0 45px;
	}
	.announce .text {
		margin: 0 0 45px;
		font-size: 20px;
	}
	.announce .mail {
		font-size: 18px;
	}
	.announce .log {
		margin: 80px auto;
		max-width: 180px;
	}
}
@media ( min-width: 1400px ){
}
@media ( min-width: 480px ) and ( max-width: 896px ){
}
@media ( max-width: 896px ){
	body {
		-webkit-text-size-adjust: 100%;
		font-size: 13px;
	}
	.pc {
		display: none;
	}
	.inner {
		padding: 0 25px;
	}
	.announce {
		padding: 14vh 0 0;
	}
	.announce .title {
		font-size: 20px;
		margin: 0 0 30px;
	}
	.announce .text {
		margin: 0 0 40px;
		font-size: 18px;
	}
	.announce .mail {
		font-size: 15px;
	}
	.announce .log {
		margin: 65px auto;
		max-width: 140px;
	}
}
@media ( max-width: 479px ){
}
