/*
.footer {
	background-image: url(../img/foot-bg.jpg);
	background-size: 118%;
    background-position: 68% 20%;
	height: 60.9375vw;
	box-sizing: border-box;
	padding-top: 11%;
	margin-top: -5px;
	position: relative;
    z-index: 51;
}
*/
/*1225~お詫び文あり*/
.footer {
    background-image: url(../img/foot-bg.jpg);
    background-size: 172%;
    background-position: 46% 20%;
    height: 100vw;
    box-sizing: border-box;
    padding-top: 11%;
    margin-top: -5px;
    position: relative;
    z-index: 51;
}
.footer_textbox {
	width: 89%;
	margin: 0 auto 5%;
}
.footer_text {
	font-family: a-otf-ryumin-pr6n, serif;
    font-size: 4.0625vw;
    transform: skew(-16deg);
	opacity: 0;
}
.footer_text:first-child {
	text-align: right;
	margin-bottom: 2%;
}
.footer_text span {
	position: relative;
}
.footer_text span:before {
    content: "";
    width: 7.8125vw;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(100% + 1vw);
    background-color: #fff;
}
.share_text {
	font-family: montserrat, sans-serif;
	font-weight: 500;
	font-size: 1.25vw;
	text-align: center;
	opacity: 0;
}
.sns_box {
	display: flex;
	justify-content: center;
	column-gap: 2.34375vw;
	margin-top: 2%;
	opacity: 0;
}
.sns_box_item {
	width: 5.015625vw;
	height: 5.015625vw;
	border: 1px solid #fff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	transition: background-color .3s;
}
.sns_box_item:hover {
	background-color: #000;
}
.hashtag_gori {
	width: 21.25vw;
	margin-left: 46%;
	opacity: 0;
}
.hashtag_koibana {
	width: 6.09375vw;
	margin-left: 60%;
    margin-top: -2%;
	opacity: 0;
}
.footer_director {
	font-family: a-otf-ryumin-pr6n, serif;
    font-size: 1.484375vw;
    letter-spacing: 0.34em;
    text-align: center;
	margin-top: 10%;
	margin-bottom: 1%;
	opacity: 0;
}
/*owani 終わったら消す！*/
.footer_director {
	margin-top: 5%;
	}
.footer_logo {
	width: 30.312499999999996vw;
	margin: auto;
	opacity: 0;
}

.footer.active .footer_text {
	animation: blur_animation 1s ease forwards;
}
.footer.active .footer_text2 {
	animation: blur_animation 1s ease .3s forwards;
}
.footer.active .hashtag_gori {
	animation: blur_animation 1s ease .8s forwards;
}
.footer.active .hashtag_koibana {
	animation: blur_animation 1s ease .8s forwards;
}
.footer.active .footer_director {
	animation: blur_animation 1s ease .8s forwards;
}
.footer.active .footer_logo {
	animation: blur_animation 1s ease .8s forwards;
}
.footer.active .share_text {
	animation: blur_animation 1s ease 1.3s forwards;
}
.footer.active .sns_box {
	animation: blur_animation 1s ease 1.3s forwards;
}
/*owabi*/
@media (max-width: 1100px) {
.footer {
    background-size: 235%;
    background-position: 46% 20%;
    height: 135vw;
    }
}
@media (max-width: 767px) {

/*
	.footer {
		
		height: 201.86915887850466vw;
		background-size: 345%;
		background-position: 58% 20%;
		padding-top: 41%;
	}
	.footer_textbox {
		width: 95%;
		margin: 0 auto 60%;
	}
*/
/*owabi　終わったら消す！*/
	.footer {
		 background-image: url("../img/foot-bg-sp.jpg");
		height: 201.86915887850466vw;
		background-size: 345%;
		background-position: 58% 20%;
		padding-top: 25%;
	}
	.footer_textbox {
        width: 95%;
        margin: 0 auto 10%;
    	}
/*owabi end*/

	.footer_text {
		font-family: a-otf-ryumin-pr6n, serif;
		font-size: 6.5420560747663545vw;
	}
	.footer_text:first-child {
		margin-bottom: 5%;
	}
	.footer_text span:before {
		width: 18.69158878504673vw;
	}
	.share_text {
		font-size: 3.7383177570093453vw;
	}
	.sns_box {
		column-gap: 7.009345794392523vw;
		margin-top: 4%;
	}
	.sns_box_item {
		width: 11.682242990654206vw;
		height: 11.682242990654206vw;
	}
	.hashtag_gori {
		width: 49.76635514018692vw;
	}
	.hashtag_koibana {
		width: 14.018691588785046vw;
		margin-left: 80%;
    	margin-top: -4%;
	}
	.footer_director {
		font-size: 4.205607476635514vw;
		margin-top: 10%;
    	margin-bottom: 3%;
	}
	.footer_logo {
		width: 90.65420560747664vw;
	}
}


/*owwabi 終わったら消す！*/


@media (max-width: 560px) {
	.footer {
               height: 347.869159vw;
        background-size: 286%;
	background-position: 58% 0%;
	}

}














