@charset "utf-8";
body {
    width: 100%; /* リキッド */
    max-width: 2000px; /* 幅の上限 */
    min-width: 200px; /* 幅の下限 */
    margin: 0px auto;
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    line-height: 26px;
}
/*モバイル*/
#t_footer {
    width: 96%;
    height: auto;
    float: left;
    font-weight: 300;
    transition: 2s;
    padding-right: 2%;
    padding-left: 2%;
    background-image: url(../img/1.top/t_footerback.jpg);
    background-repeat: repeat;
    background-position: center bottom;
    background-size: 100%;
    transition: 2s;
    margin-top: 50px;
}
#top_footer {
    width: 96%;
    height: auto;
    float: left;
    font-weight: 300;
    transition: 2s;
    padding-right: 2%;
    padding-left: 2%;
    background-image: url(../img/1.top/t_footerback.jpg);
    background-repeat: repeat;
    background-position: center bottom;
    background-size: 100%;
    transition: 2s;
    margin-top: 0px;
}
.copy {
	font-size: 0.9em;
	text-align: center;
	float: left;
	width: 100%;
	transition: 2s;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
}

 #t_f_nav {
    display: none;
}

@media screen and (min-width:481px) and (max-width:896px) {
#t_footer ,#top_footer {
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: #675e2e;
    margin-top: 0px;
}
.copy {
    text-align: right;
    width: 98%;
    padding-bottom: 10px;
    padding-top: 10px;
}
#t_f_nav {
    display: none;
}
}
@media screen and (min-width:897px) {
#t_f_nav {
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 12px;
    font-weight: bold;
    text-align: center;
    transition: 2s;
    display: block;
}
#t_f_nav a:link, #t_f_nav a:visited,#t_f_nav2 a:link, #t_f_nav2 a:visited  {
    color: #FFF;
    text-decoration: none;
    transition: 2s;
}
#t_f_nav a:hover, #t_f_nav2 a:hover {
	text-decoration: none;
	color: #181702;
    transition: 2s;
}
}

a {
	transition: 1.0s;
	cursor: pointer;
}
a:link {
    color: #7878f9;
    text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7878f9;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #7878f9;
}
a img:hover {
	filter: blur(2px)  brightness(300%);
	transition: 2s;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
    transition: 2s;
}
p {
	margin: 0px;
	padding: 0px;
    transition: 2s; 
}
.left {
	float: left;
}
.p_left {
    text-align: left;	
}
.p_center {
    text-align: center;	
}
.right {
	text-align: right;
}
.p_14px {font-size: 14px}
.p_14px2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
}
.p_16px {
    font-size: 16px;
    font-weight: normal;
}
.p_18px {font-size: 18px}
.p_24px {font-size: 24px}
.p_20px {font-size: 20px}
/**navの設定**/

.blue {
	color: #00A0D6;
}
.green {
	color: #46B256;
}
.red {
	color: #CD0920;
}
.yellow {
	color: #F3EC36;
}
	
/*文字のスタイル*/
.mintyo_300 {
	font-weight: 300;
}
.mintyo_700 {
	font-weight:700;
}
.gothic_100 {
	font-weight: 100;
	font-family: 'Noto Sans JP', sans-serif;
}
.gothic_300 {
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
}
.gothic_400 {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}	

/*invewの設定*/

/*共通項目*/

.fade {
	opacity: 0;
	transform: translate(0,20px); 
	-webkit-transform: translate(5px,0); 

}
.fade2 {
	opacity: 0;
	transform: translate(0,-30px); 
	-webkit-transform: translate(0,-30px); 
}
.fade3 {
	opacity: 0;
	transform: translate(0,20px); 
	-webkit-transform: translate(0,20px); 
}

.fade4 {
	opacity: 0;
	transform: translate(20px,0); 
	-webkit-transform: translate(20px,0); 
}
.fade5 {
	opacity: 0;
	transform: scale(0.7,0.7); 
	-webkit-transform: scale(0.7,0.7); 
}


.move {
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.move2 {
	opacity: 1.0;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
.r_20{
    margin-right: 6%;    
    transition: 2s;
}
#t_f_nav span {
    display: inline-block;
}
