@charset "utf-8";

/* common
------------------------------------------------------------*/
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
table:not(:last-child) {
	margin-bottom: 20px;
}
#wrap01 {

}
.inner01 {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}



/* トップページ
------------------------------------------------------------*/
header {
	background: #c5d700 url("/images/common/hrader_bg01.png") bottom repeat-x;
	padding: 70px 0 100px;
	text-align: center;
}
header img {
	margin: 0 auto 20px;
}
header .text {
	max-width: 70%;
	margin: 0 auto 90px;
	font-size: 1.8rem;
}

#sec01 {
	background: #fff;
	padding: 70px 0 100px;
	text-align: center;
}
#sec01 .inner01 {
	position: relative;
	z-index: 10;
}
#sec01 h2 {
	margin-bottom: 30px;
	font-size: 4rem;
	font-weight: bold;
	color: #99c718;
}
#sec01 h3 {
	margin: 30px 0 20px;
	font-size: 2rem;
	font-weight: bold;
}
#sec01 .text {
	max-width: 60%;
	margin: 0 auto;
	font-size: 1.8rem;
}
#sec01 .text iframe {
	width: 100%
	height: 450px;
	border-radius: 10px;
}

#sec02 {
	padding: 70px 0 70px;
	background: #d71718;
	text-align: center;
}
#sec02 .inner01 {
	position: relative;
	z-index: 10;
}
#sec02 h2 {
	margin-bottom: 30px;
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
}
#sec02 .text {
	max-width: 60%;
	margin: 0 auto;
	font-size: 1.8rem;
	color: #fff;
}
#sec02 a,
#sec02 a hover {
	color: #fff;
}
.copy {
	margin:5em 0 0 0;
	font-size: 1.2rem;
}

footer {
	background: #c5d700;

}

@media screen and (max-width:767px) {
	
	/* common
	------------------------------------------------------------*/
	p:not(:last-child),
	ul:not(:last-child),
	ol:not(:last-child),
	table:not(:last-child) {
		margin-bottom: 15px;
	}
	.inner {
		width: 90%;
	}


	/* btn
	------------------------------------------------------------*/
	.more {
		font-size: 1.4rem;
		text-align: center;
	}
	.more span,
	.more a {
		padding: 8px 20px;
		display: inline-block;
		border: 2px solid #333;
	}
	.more span::after,
	.more a::after {
		display: none;
	}
	.moreWt span,
	.moreWt a {
		border-color: #fff;
	}
	

	/* トップページ
	------------------------------------------------------------*/

	#sec01 {
		padding: 50px 0;
	}
	#sec01 h2 {
		font-size: 3rem;
		margin-bottom: 20px;
		text-align: center;
	}
	#sec01 .text {
		max-width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	#sec02 {
		padding: 50px 0;
		background: #d71718;
	}
	#sec02 h2 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	#sec02 .text {
		max-width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
}




/* ページ内リンク
---------------------------------------------------- */
.pagetop a {
	cursor:pointer;
	position:relative;
	display:block;
	background:#b50202;
	height:60px;
	-webkit-transition:0.3s cubic-bezier(0.15, 0.63, 0.32, 0.96);
	-moz-transition:0.3s cubic-bezier(0.15, 0.63, 0.32, 0.96);
	-ms-transition:0.3s cubic-bezier(0.15, 0.63, 0.32, 0.96);
	-o-transition:0.3s cubic-bezier(0.15, 0.63, 0.32, 0.96);
	transition:0.3s cubic-bezier(0.15, 0.63, 0.32, 0.96);
}
.pagetop a span {
	display:none;
}
.pagetop a::before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fdd319;
	-webkit-transition:0.3s transform cubic-bezier(0.15, 0.63, 0.32, 0.96);
	-moz-transition:0.3s transform cubic-bezier(0.15, 0.63, 0.32, 0.96);
	-ms-transition:0.3s transform cubic-bezier(0.15, 0.63, 0.32, 0.96);
	-o-transition:0.3s transform cubic-bezier(0.15, 0.63, 0.32, 0.96);
	transition:0.3s transform cubic-bezier(0.15, 0.63, 0.32, 0.96);
	-webkit-transform:scaleY(0);
	-moz-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top center;
	-moz-transform-origin:top center;
	-ms-transform-origin:top center;
	-o-transform-origin:top center;
	transform-origin:top center;
}
.pagetop a::after {
	content:"";
	position:absolute;
	display:inline-block;
	left:0px;
	right:0px;
	top:10px;
	bottom:0;
	margin:auto;
	width:17px;
	height:17px;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transition:0.3s cubic-bezier(0.15, 0.63, 0.32, 0.96);
	-moz-transition:0.3s cubic-bezier(0.15, 0.63, 0.32, 0.96)
	;-ms-transition:0.3s cubic-bezier(0.15, 0.63, 0.32, 0.96);
	-o-transition:0.3s cubic-bezier(0.15, 0.63, 0.32, 0.96);
	transition:0.3s cubic-bezier(0.15, 0.63, 0.32, 0.96);
}
.pagetop a:hover {
	background:#fdd319;
}
.pagetop a:hover::after {
	top:-5px;
}

/* PC/SP表示非表示
---------------------------------------------------- */
@media (max-width: 767px){
	.pcOnly{
		display: none !important;
	}
	.pctabOnly{
		display: none;
	}
}
@media (min-width: 768px){
	.smOnly,
	.smtubOnly{
		display: none !important;
	}
}
