@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.pkg {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.spc_40 {
	margin-bottom: 40px;
}
.fadein {
    opacity: 0;
    transition-delay: opacity 0.1s;
    -moz-transition-delay:opacity 0.1s;
    -webkit-transition-delay: opacity 0.1s;
    -o-transition-delay: opacity 0.1s;
    -ms-transition-delay: opacity 0.1s;
    transition-duration: 1.5s;
	transition-timing-function:ease-in-out;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.linecolor {
    background-image: linear-gradient(transparent 55%,#fff000 0);
    color: #212121!important;
}
  