@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
}

.intersected-fade-up{
	transform: translateY(50px) !important;
	transition: transform 2s,opacity 3.5s !important;
	filter:blur(3px);
}
.intersected-fade-up.is-intersected{
	transform: translateY(0px) !important;
	filter:blur(0px);
}

#main_cont{
	/*background: linear-gradient(180deg, rgba(22,47,87,1) 0%, rgba(25,89,154,1)15%, rgba(49,148,234,1)40%, rgba(93,186,228,1)60%, rgba(132,192,223,1)80%, rgba(247,224,206,1)95%, rgba(232,197,189,1)100%);*/
	/*background: url(../img/thankyou/bg.jpg) no-repeat center bottom fixed;
	background-size: cover;*/
	color: #fff;
	position: relative;
	font-family: "Sawarabi Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	clip-path: inset(0);
	&:before{
		content:"";
		display:block;
		position: fixed;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		z-index:-1;
		width:100%;
		height: 100%;
		background: url(../img/thankyou/bg.jpg) no-repeat center bottom;
		background-size: cover;
		@media only screen and (max-width: 767px) {
			background-image: url(../img/thankyou/bg_sp.jpg);
		}
	}
	img{
		pointer-events: none;
	}
	p{
		font-size: 2.4rem;
		line-height: 2;
		margin-bottom: 1em;
		@media only screen and (max-width: 767px) {
			font-size: 1.6rem;
		}
	}
	
	.innerWrap {
		padding: 200px 20px 500px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		
		@media only screen and (max-width: 767px) {
			padding: 80px 25px 210px;
		}
	}
	
	h1{
		text-align: center;
		font-size: 8rem;
		line-height: 1;
		margin-bottom: 90px;
		opacity: 0;
		animation: h1_ttl 1s ease-in 0s 1 forwards;
		@media only screen and (max-width: 767px) {
			font-size: 3.2rem;
			margin-bottom: 45px;
		}
	}
}
@keyframes h1_ttl {
	0% {
		opacity: 0;
		filter:blur(3px);
	}
	100% {
		opacity: 1;
		filter:blur(0px);
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■txt_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.txt_sec{
	.txt_box{
		position: relative;
		z-index: 0;
	}

	.side_img{
		position: absolute;
		left: 50%;
		z-index: -1;
		display: none !important;
		@media only screen and (max-width: 767px) {
			left: 0;
			margin-left: 0 !important;
		}
		img{
			width: 100%;
			height: auto;
		}
	}
	
	.txt_box06{
		margin-top: 80px;
		@media only screen and (max-width: 767px) {
			margin-top: 45px;
		}
		p{
			font-size: 4rem !important;
			line-height: 1.8 !important;
			margin-bottom: 0 !important;
			@media only screen and (max-width: 767px) {
				font-size: 1.8rem !important;
				line-height: 1.75 !important;
			}
		}
	}
	
	.side_img01{
		width: 73px;
		top: 0;
		margin-left: -514px;
		@media only screen and (max-width: 767px) {
			width: 23px;
		}
	}
	.side_img02{
		width: 73px;
		top: -45px;
		margin-left: 470px;
		@media only screen and (max-width: 767px) {
			width: 28px;
			top: -10px;
			left: auto;
			right: 0;
		}
	}
	.side_img03{
		width: 120px;
		top: 2px;
		margin-left: -514px;
		@media only screen and (max-width: 767px) {
			width: 45px;
			top: -5px;
		}
	}
	.side_img04{
		width: 163px;
		top: -95px;
		margin-left: 415px;
		@media only screen and (max-width: 767px) {
			width: 58px;
			left: auto;
			right: 0;
			top: -10px;
		}
	}
	.side_img05{
		width: 208px;
		top: 3px;
		margin-left: -610px;
		@media only screen and (max-width: 767px) {
			width: 76px;
			top: -25px;
		}
	}
	.side_img06{
		width: 185px;
		top: -10px;
		margin-left: 345px;
		@media only screen and (max-width: 767px) {
			width: 68px;
			top: -78px;
			left: auto;
			right: 0;
		}
	}
	
	
	.txt_box.is-intersected .side_img{
		animation: side_img 0.8s ease-in 0.5s 1 forwards;
		opacity: 0;
	}
}
@keyframes side_img {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■myakumyaku
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer_fix{
	position: sticky;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	animation: footer_fix 0.6s ease-in 0s 1 forwards;
	p{
		margin: 0;
	}
	.myakumyaku{
		width: 400px;
		position: absolute;
		bottom: 0;
		right: 50px;
		z-index: 12;
		@media only screen and (max-width: 1400px) {
			right: 20px;
		}
		@media only screen and (max-width: 767px) {
			width: 135px;
			right: 14px;
		}
		img{
			width: 100%;
			height: auto;
		}
	}
	.ring{
		width: 1120px;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 11;
		@media only screen and (max-width: 767px) {
			width: auto;
			padding-left: 25px;
		}
		img{
			width: 100%;
			height: auto;
		}
	}
}
@keyframes footer_fix {
	0% {
		opacity: 0;
		filter:blur(3px);
	}
	100% {
		opacity: 1;
		filter:blur(0px);
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■英語調整
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lang_other{
	#main_cont{
		font-family: "Roboto", sans-serif;
	}
	.txt_sec{
		@media only screen and (max-width: 767px) {
			.side_img03{
				top: 35px;
			}
			.side_img04{
				top: 110px;
			}
		}

		.txt_box06{
			p{
				@media only screen and (max-width: 767px) {
					font-size: 2rem !important;
				}
			}
		}
		
	}
	
	
}