@charset "UTF-8";
html {
	scroll-behavior: smooth;
}

#tax {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
#tax main {
	background-color: #000;
}
#tax .inner {
	width: 95%;
	max-width: 880px;
	margin-inline: auto;
}
#tax .mv {
	position: relative;
}
#tax .mv picture {
	position: relative;
}
#tax .mv picture figcaption {
	position: absolute;
	bottom: 3px;
	left: 5px;
	font-size: 10px;
	color: #fff;
}
#tax .text-content {
	position: absolute;
	bottom: clamp(1.875rem, -4.008rem + 12.241vw, 5.938rem);
	right: clamp(1.938rem, -11.73rem + 28.437vw, 11.375rem);
	text-align: center;
}
#tax .tax-page__ttl-wrap {
	color: #CEAF86;
	margin-bottom: min(2vw, 44px);
	overflow: hidden;
}
#tax .tax-page__subTtl {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: clamp(1rem, 0.415rem + 1.216vw, 1.875rem);
}
#tax .tax-page__ttl {
	font-size: clamp(1.625rem, 0.038rem + 3.301vw, 4rem);
	line-height: 1.3;
	letter-spacing: 0.07em;
}
#tax .tax-page__lead {
	color: #fff;
	line-height: 2;
	letter-spacing: 0.05em;
	font-size: clamp(0.813rem, 0.27rem + 1.129vw, 1.625rem);
}
#tax .tax-page__lead .kw {
	display: inline-block;
	color: rgba(255, 255, 255, 0.35);
	font-size: 1.3em;
	line-height: 1.8;
	font-family: YakuHanMPs, "Zen Old Mincho", serif;
}
#tax {
	/* スクロールダウンの位置 */
}
#tax .scroll {
	position: absolute;
	right: 50%;
	bottom: 0;
}
#tax .scroll::before {
	-webkit-animation: scroll 2s infinite;
	        animation: scroll 2s infinite;
	background-color: #fff;
	bottom: -32px;
	content: "";
	height: 56px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
#tax {
	/* 線のアニメーション */
}
@-webkit-keyframes scroll {
	0% {
		-webkit-transform: scale(1, 0);
		        transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		        transform-origin: 0 0;
	}
	50% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		        transform-origin: 0 0;
	}
	51% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
		-webkit-transform-origin: 0 100%;
		        transform-origin: 0 100%;
	}
	100% {
		-webkit-transform: scale(1, 0);
		        transform: scale(1, 0);
		-webkit-transform-origin: 0 100%;
		        transform-origin: 0 100%;
	}
}
@keyframes scroll {
	0% {
		-webkit-transform: scale(1, 0);
		        transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		        transform-origin: 0 0;
	}
	50% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		        transform-origin: 0 0;
	}
	51% {
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
		-webkit-transform-origin: 0 100%;
		        transform-origin: 0 100%;
	}
	100% {
		-webkit-transform: scale(1, 0);
		        transform: scale(1, 0);
		-webkit-transform-origin: 0 100%;
		        transform-origin: 0 100%;
	}
}
@media screen and (max-width: 768px) {
	#tax .mv {
		aspect-ratio: 750/1067;
	}
	#tax .mv picture figcaption {
		bottom: 54%;
		left: auto;
		right: 5px;
	}
	#tax .text-content {
		width: 95%;
		bottom: 12vw;
		right: 50%;
		-webkit-transform: translateX(50%);
		        transform: translateX(50%);
	}
	#tax .tax-page__ttl {
		font-size: clamp(1.75rem, 0.537rem + 5.392vw, 3.125rem);
	}
	#tax .tax-page__lead {
		font-size: clamp(0.875rem, 0.434rem + 1.961vw, 1.375rem);
	}
	#tax .tax-page__lead span {
		font-size: 1.17em;
	}
	#tax .scroll {
		bottom: 2%;
	}
	#tax {
		/*@media screen end*/
	}
}
#tax .tax-movie {
	padding-block: min(10.7vw, 140px) min(13vw, 170px);
}
#tax .sec-title__wrap {
	text-align: center;
}
#tax .sec-title__wrap:not(:first-of-type) {
	margin-top: min(4.6vw, 60px);
}
#tax .sec-title {
	line-height: 1.4;
	font-size: 24px;
	letter-spacing: 0.37em;
	color: #EFEBB6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#tax .sec-title .sec-title__for {
	margin-right: 14px;
	padding: 0.2em 0.6em 0.27em 0.65em;
	background-color: #EFEBB6;
	border-radius: 4px;
	color: #434343;
	font-size: 0.66em;
	letter-spacing: 0.05em;
}
#tax .sec-title__sub {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.4;
}
#tax .sec-title__en {
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0.01em;
}
#tax .movie__wrap {
	aspect-ratio: 16/9;
	margin-top: min(1.84vw, 24px);
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
}
#tax .movie__wrap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
	#tax .sec-title__wrap:not(:first-of-type) {
		margin-top: min(8vw, 60px);
	}
	#tax .movie__wrap {
		margin-top: min(3.2vw, 24px);
	}
	#tax {
		/*@media screen end*/
	}
}
#tax .note_area {
	margin-top: min(4.3vw, 56px);
	color: #fff;
}
@media screen and (max-width: 768px) {
	#tax {
		/*@media screen end*/
	}
}
@media screen and (max-width: 768px) {
	#tax {
		/*@media screen end*/
	}
}
/*# sourceMappingURL=tax.css.map */