@charset "utf-8";

#tokutokucp {
	background: #f4f3f8;
	background: 
	    linear-gradient( -45deg, rgb(255 255 255 / .2) 25%, transparent 25%, transparent 50%, rgb(255 255 255 / .2) 50%, rgb(255 255 255 / .2) 75%, transparent 75%, transparent),
	    linear-gradient(to bottom, rgb(157 215 243) 0%,rgb(243 242 247) 100%),
	    #fff;
    background-size: 12px 12px, 100% 100%;
    background-attachment: fixed;
}
#tokutokucp #wrap {
	background: #f4f3f8;
	position:relative;
	width: 98%;
	max-width: 1280px;
	margin: 0 auto;
	box-shadow: 0 0 10px -5px rgba(80, 22, 0, 0.35);
	padding-bottom: 40px;
}
#tokutokucp #wrap:after {
	content:"";
	width:100%;
	bottom:0;
	left:0;
	height: 70px;
	display:block;
	position:absolute;
	background:linear-gradient(to bottom, rgb(244 243 248 / 0%) 0%,#f4f3f8 30px,#f4f3f8 100%) no-repeat top left / 100% 100%;
}
@media screen and (max-width:1280px){
	#tokutokucp #wrap:after {
		height: 7vw;
		background: linear-gradient(to bottom, rgb(244 243 248 / 0%) 0%,#f4f3f8 3vw,#f4f3f8 100%) no-repeat top left / 100% 100%;
	}
}

#tokutokucp #wrap_inner {
	width: 100%;
	padding-top: 239.062%;
	margin: 0 auto;
	background: url(../images/main.jpg?200811) no-repeat;
	background-size: cover;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 120%;
	position: relative;
}
#tokutokucp a.button{
	display: block;
	height: 100%;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
}


#tokutokucp .btnWrap {
    width: 86%;
    margin: 0 auto;
    position: absolute;
    bottom: 40.9%;
    left: 0;
    right: 0;
    margin: auto;
}
#tokutokucp a.form{
	width: 100%;
	padding-top: 11.538%;
	height: 0;
	background: url(../images/btn_form.png);
	background-size: cover;
}
#tokutokucp a.form:hover {
	background-position: 0 -100%;
}
#tokutokucp a.form:active {
	background-position: 0 -200%;
}

#tokutokucp a.form.gray {
	background-position: 0 -300%;
}
#tokutokucp a.form.gray:active {
	background-position: 0 -300%;
}
#tokutokucp a.form.gray:active {
	background-position: 0 -300%;
}

#footer {
	margin:0 !important;
}
