.animation_up {
	position: relative;
	z-index: -1;
	overflow: hidden;
	width: 100%;
}
.animation_up::before {
	content: '';
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #AEB9BF;

	transform: translateY(0);
	animation-name: animation_up;
	animation-duration: .9s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.65,0.05,0.36,1);
}

@keyframes animation_up {
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-120%);
	}
}

.animation_zoom {
	transform: scale(1);
	animation-name: animation_zoom;
	animation-duration: .8s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
	animation-timing-function: cubic-bezier(0.65,0.05,0.36,1);
}

@keyframes animation_zoom {
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}

html{
	scroll-behavior: smooth;
}

body {
	letter-spacing: 0.08em;
	background: #f7f5f5;
	color: #2b2727;
}

img {
	width: 100%;
	object-fit: cover;
}

/* ==========  HEADER  ========== */
.header {
	width: 100%;
	position: sticky;
	z-index: 999;
	bottom: 0;
}

.header_nav {
	font-family: Spectral;
}

.header_list {
	display: flex;
}

.header_item {
	width: 100%;
}

.header_anker {
	display: block;
	background: #2b2727;
	height: 100%;
	width: 100%;
	padding: 5px 8px;
	line-height: 50px;
	text-align: center;
	border: .8px solid rgba(255, 255, 255, 0.2);
	color: #FFF;
}

.header_anker_inner.sp_none {
	display: none;
}

/* ==========  MV  ========== */
.mv {
	font-family: Spectral;
	margin-top: 45px;
	margin: 25px 0 100px 0;
	position: relative;
}

.circle-texts {
	position: absolute;
	width: 170px;
	height: 170px;
	text-align: center;
	font-family: Spectral;
	font-weight: bold;
	top: 105px;
	right: 35px;
	animation: rotate 40s linear infinite;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.circle_text {
	position: absolute;
	left: 0;
	left: calc(50% - 15px);
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 30px;
	height: 85px;
	transform-origin: center bottom;
}

.circle_text:nth-child(1) {
	transform: rotate(0deg);
}

.circle_text:nth-child(2) {
	transform: rotate(11deg);
}

.circle_text:nth-child(3) {
	transform: rotate(22deg);
}

.circle_text:nth-child(4) {
	transform: rotate(33deg);
}

.circle_text:nth-child(5) {
	transform: rotate(44deg);
}

.circle_text:nth-child(6) {
	transform: rotate(55deg);
}

.circle_text:nth-child(7) {
	transform: rotate(66deg);
}

.circle_text:nth-child(8) {
	transform: rotate(77deg);
}

.circle_text:nth-child(9) {
	transform: rotate(88deg);
}

.circle_text:nth-child(10) {
	transform: rotate(99deg);
}

.circle_text:nth-child(11) {
	transform: rotate(110deg);
}

.circle_text:nth-child(12) {
	transform: rotate(121deg);
}
.circle_text:nth-child(13) {
	transform: rotate(132deg);
}

.circle_text:nth-child(14) {
	transform: rotate(143deg);
}

.circle_text:nth-child(15) {
	transform: rotate(154deg);
}

.circle_text:nth-child(16) {
	transform: rotate(165deg);
}

.circle_text:nth-child(17) {
	transform: rotate(176deg);
}

.circle_text:nth-child(18) {
	transform: rotate(187deg);
}

.circle_text:nth-child(19) {
	transform: rotate(198deg);
}

.circle_text:nth-child(20) {
	transform: rotate(209deg);
}

.circle_text:nth-child(21) {
	transform: rotate(220deg);
}

.circle_text:nth-child(22) {
	transform: rotate(231deg);
}

.circle_text:nth-child(23) {
	transform: rotate(242deg);
}

.circle_text:nth-child(24) {
	transform: rotate(253deg);
}

.circle_text:nth-child(25) {
	transform: rotate(264deg);
}

.circle_text:nth-child(26) {
	transform: rotate(275deg);
}

.circle_text:nth-child(27) {
	transform: rotate(286deg);
}
.circle_text:nth-child(28) {
	transform: rotate(297deg);
}
.circle_text:nth-child(29) {
	transform: rotate(308deg);
}
.circle_text:nth-child(30) {
	transform: rotate(319deg);
}
.circle_text:nth-child(31) {
	transform: rotate(330deg);
}
.circle_text:nth-child(32) {
	transform: rotate(341deg);
}

.circle_text:nth-child(33) {
	transform: rotate(352deg);
}

.mv_wrapper {
	width: 89%;
	margin: 0 auto;
}

.mv_flex_text {
	margin-bottom: 27px;
}

.mv_flex_text.is_active .text_up {
	transform: translateY(0);
	transition-delay: 1.4s;
}

.mv_text_left-title {
	font-size: 3.4rem;
	overflow: hidden;
}

.mv_text_left-sub-title {
	font-size: 1.3rem;
	margin-bottom: 16px;

	overflow: hidden;
}

.text_up {
	display: block;
	transform: translateY(100%);
	transition: transform .8s cubic-bezier(0.86,0,0.07,1);
}

.mv_text_right-txt {
	font-size: 1rem;
	overflow: hidden;
}

.mv_text_right-txt:not(:last-child) {
	margin-bottom: 5px;
}


.mv_flex_image {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mv_image_left_img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.mv_image_right  > .animation_up {
	display: none;
}

.mv_image_right_inner {
	display: flex;
	gap: 10px;
}

.mv_image_right_img {
	width: 100%;
	height: 127px;
}

/* ==========  MV  ========== */
.wrapper {
	width: 92%;
	margin: 0 auto;
}

.title_animation {
	overflow: hidden;
}

.about {
	position: relative;
	margin-bottom: 25px;
	padding-top: 50px;
}

.about::after {
	content: 'ABOUT';
	position: absolute;
	z-index: -1;
	font-family: Spectral;
	font-size: 5.6rem;
	color: #D6D6D6;
	opacity: 0.3;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
}

.about_img {
	height: 336px;
}

.about_description {
	margin-top: 30px;
}

.about_hidden {
	overflow: hidden;
	display: block;
}

.about_description_title {
	font-family: 'Noto Serif JP';
	margin-bottom: 18px;
	font-size: 1.9rem;
	font-size: clamp(1.7rem, 4vw, 2.4rem);
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-weight: 800;
}

.about_description_txt {
	text-align: justify;
	line-height: 2;
	letter-spacing: 0.03em;
	font-size: 1rem;
	margin-bottom: 22px;
}

.about_move {
	width: 100%;
	text-align: center;
	display: inline-block;
	border: 0.5px solid #333;
	padding: 15px 50px 15px 45px;
	position: relative;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	font-family: 'Noto Serif JP';
	overflow: hidden;
}

.about_move::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	margin-left: 35px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 0.5px solid #333;
	border-right: 0.5px solid #333;
}



/* ==========  listen  ========== */
.listen {
	padding-top: 50px;
	margin-bottom: 50px;
}

.listen_title {
	font-family: Spectral;
	font-size: 1.9rem;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
	overflow: hidden;
}

.listen_title_discription {
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	font-family: 'Noto Serif JP';
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}

.listen_list {
	font-family: 'Noto Serif JP';
	margin-bottom: 25px;
}

.listen_item {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.listen_term {
	font-size: 1rem;
	color: #FFF;
	background: #AEB9BF;
	padding: 10px 13px;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-align: center;
}

.listen_description {
	text-align: justify;
	font-size: 0.9rem;
	line-height: 2;
	letter-spacing: 0.03em;
	padding: 0 10px;
}

/* ==========  WORK  ========== */
.work {
	position: relative;
	margin-bottom: 100px;
	padding-top: 50px;
}

.work::after {
	content: 'WORK';
	position: absolute;
	z-index: -1;
	font-family: Spectral;
	font-size: 5.6rem;
	color: #D6D6D6;
	opacity: 0.3;
	top: 25px;
	left: 50%;
	transform: translate(-50%, 0);
}

.work_inner:not(:last-child) {
	margin-bottom: 60px;
}

.work_top {
	font-family: Spectral;
	margin-bottom: 10px;
}


.work_title {
	font-size: 2rem;
	position: relative;
}

.work_title::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate(0, -45%);
	display: inline-block;
	width: 80px;
	border-radius: 8px;
	height: 1px;
	margin-left: 15px;
	background: #333;
}



.work_anker {
	display: block;
	padding: 10px 30px;
	position: relative;
	letter-spacing: 0;
}

.work_anker::after {
	content: '>';
	display: inline-block;
	position: absolute;
	margin-left: 15px;
}

.work_card_list {
	margin-bottom: 25px;
}

.work_card_list_anker {
	display: block;
}

.work_card_list_img {
	height: 200px;
	margin-bottom: 10px;
}

.work_category {
	margin-bottom: 10px;
}

.work_category_item {
	border: .5px solid #333;
	padding: 3px 10px;
	font-size: 0.9rem;
	font-family: "Noto Serif JP";
}

.work_card_list_text {
	font-size: 1rem;
	font-family: 'Noto Serif JP';
}

.work_card_list_text:not(:last-child) {
	margin-bottom: 8px;
}

.footer {
	height: 70px;
	line-height: 70px;
	width: 100%;
	background: #2b2727;
	text-align: center;
}

.footer_copy {
	font-size: 0.9rem;
	font-family: Spectral;
	letter-spacing: 0.03em;
	color: #FFF;
	display: block;
}

/* WORK page */
.work_top_img {
	margin-bottom: 50px;
}

.work_top_img img {
	height: 150px;
	object-position: 100% 20%;
	object-fit: cover;
	position: relative;
}

.work_mv_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.8rem;
	font-family: Spectral;
}

/* ========== site page ========== */
.site_page_url {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 1rem;
	margin-bottom: 40px;
}

.site_page_title {
	font-size: 2rem;
	font-family: Spectral;
	letter-spacing: 0.03em;
}

.site_page_description {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 50px;
	font-family: 'Noto Serif JP';
}

.site_page_description p {
	line-height: 2;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    text-align: justify;
}

.anker_box {
	border: 1px solid #333;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 15px 10px;
	position: relative;
}

.anker_box::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    margin-left: 35px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 0.5px solid #333;
    border-right: 0.5px solid #333;
}

.site_page_description_title {
	font-family: 'Noto Serif JP';
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
	font-weight: bold;
}

.wp-block-heading {
	font-size: 1.5rem;
}

.site_page_description > p > a {
	display: inline-block;
	border-bottom: 1px solid #333;
}

.site_page_description_mover {
	aspect-ratio: 16/9;
}

.site_page_image_hidden {
	overflow: scroll;
	display: block;
	width: 100%;
	height: 300px;
}

.site_page_images {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-bottom: 50px;
}

.site_page_images_img {
	display: block;
	object-fit: cover;
}

.remove {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 18px 50px 18px 45px;
	border: 0.5px solid #333;
	margin-bottom: 50px;
	position: relative;
}

.remove::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	margin-left: 60px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 0.5px solid #333;
	border-right: 0.5px solid #333;
}


@media (min-width: 699px) {
	/* ==========  HEADER  ========== */
	.header {
		position: fixed;
		z-index: 999;
		top: 45px;
		right: 40px;
		margin: auto;
		width: auto;
	}

	.header_list {
		writing-mode: vertical-rl;
	}

	.header_item {
		position: relative;
	}
	
	.header_item:first-child::before {
		content: '';
		display: inline-block;
		transform: translateX(-50%) rotate(25deg);
		position: absolute;
		top: 0;
		left: 50%;
		width: 35%;
		background: #333;
		height: 0.5px;
	}
	
	.header_item::after {
		content: '';
		display: inline-block;
		transform: translateX(-50%) rotate(25deg);
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 35%;
		background: #333;
		height: 0.5px;
	}

	.header_anker {
		background: transparent;
		border: none;
		color: #333;
		padding: 30px 0;
		overflow: hidden;
		width: 50px;
	}

	.header_anker_inner.sp_none {
		display: block;
	}
	
	.header_anker_inner {
		display: block;
		transition: transform .5s cubic-bezier(0.77,0,0.18,1);
	}
	
	.header_anker:hover .header_anker_inner:nth-child(1) {
		transform: translateX(100%);
	}

	.header_anker:hover .header_anker_inner:nth-child(2) {
		transform: translateX(100%);
	}


	.header_sp-menu {
		display: none;
	}


	/* ==========  MV  ========== */
	.mv {
		font-family: Spectral;
		margin-top: 45px;
		position: relative;
	}
	
	.circle-texts {
		position: absolute;
		width: 200px;
		height: 200px;
		text-align: center;
		font-family: Spectral;
		font-weight: bold;
		top: auto;
		right: auto;
		bottom: 20px;
		left: 40px;
	 }

	 .circle_text {
		position: absolute;
		left: 0;
		left: calc(50% - 15px);
		transform: translate(-50%, -50%);
		display: inline-block;
		width: 30px;
		height: 90px;
		transform-origin: center bottom;
	}
	
	.mv_wrapper {
		width: 80%;
	}
	
	.mv_flex_text {
		margin-bottom: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.mv_text_left-title {
		font-size: 3.8rem;
	}
	
	.mv_text_left-sub-title {
		overflow: hidden;
		font-size: 1.6rem;
		margin-bottom: 16px;
	}
	
	.mv_text_right-txt {
		font-size: 1rem;
	}
	
	.mv_text_right-txt:not(:last-child) {
		margin-bottom: 10px;
	}
	
	.mv_flex_image {
		display: flex;
		flex-direction: row;
		gap: 16px;
	}
	
	.mv_image_left {
		width: 58%;
	}
	.mv_image_left_img {
		width: 100%;
		height: 550px;
		object-fit: cover;
	}
	
	.mv_image_right {
		width: 41%;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	
	.mv_image_right  > .animation_up {
		display: block;
	}

	.animation_up > .mv_image_right_img {
		width: 100%;
	}
	
	.mv_image_right_inner {
		display: flex;
		gap: 16px;
	}
	
	.mv_image_right_img {
		width: 48%;
		height: 267px;
	}

/* ==========  ABOUT  ========== */
.about {
	padding-top: 50px;
}

.wrapper {
	width: 69%;
}

.about::after {
	font-size: 6rem;
	writing-mode: vertical-lr;
	top: 50%;
	left: -30px;
	transform: translate(0, -50%);
}

.about_wrapper {
	width: 69%;
	margin: 0 auto;
}

.about_flex {
	display: flex;
	gap: 95px;
	align-items: center;
}

.about_img {
	width: 45%;
	height: 600px;
	object-position: 80% 100%;
}

.about_description {
	margin-top: 0;
}


.about_description_title {
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.about_description_txt {
	font-family: 'Noto Serif JP';
	font-size: 1rem;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}

.about_move {
	padding: 18px 50px 18px 45px;
}

/* ========== liten ========== */
.listen_title {
	font-family: Spectral;
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: 0.03em;
	margin-bottom: 10px;
}

.listen_title_discription {
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	font-family: 'Noto Serif JP';
	margin-bottom: 30px;
}

.listen_item {
	font-family: 'Noto Serif JP';
	margin-bottom: 25px;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 25px 0;
}

.listen_item_conteiner {
	width: calc(50% - 18px);
}

.listen_term {
	text-align: center;
}

.listen_description {
	font-size: 0.9rem;
	line-height: 2.3;
	letter-spacing: 0.03em;
}

/* ==========  WORK  ========== */
.work {
	margin-bottom: 90px;
}

.work::after {
	font-size: 6rem;
	writing-mode: vertical-lr;
	top: 50%;
	left: -30px;
	transform: translate(0, -50%);
}

.work_inner:not(:last-child) {
	margin-bottom: 40px;
}


.work_top {
	margin-bottom: 30px;
}

.work_top_img {
	margin-bottom: 70px;
}

.work_title {
	font-size: 2.5rem;
}

.work_title::after {
	width: 150px;
}

.work_anker {
	font-size: 1.25rem;
}

.work_card {
	display: flex;
	gap: 33px;
	flex-wrap: wrap;
}

.work_card_list {
	width: 31%;
	margin-bottom: 0;
}

.work_category {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.work_category_item {
	font-size: .7rem;
}

.footer {
	margin-bottom: 0;
}

/* WORK page */
.work_top img {
	height: 300px;
	object-fit: cover;
	object-position: 100% 20%;
	position: relative;
}

.work_mv_title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5rem;
	font-family: Spectral;
}

/* ========== site page ========== */
.site_page_url {
	margin-bottom: 40px;
}

.site_page_title {
	font-size: 2.5rem;
}


.site_page_description {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 80px;
}

.anker_box {
	width: 300px;
}

.site_page_description_title {
	font-size: 2.5rem;
	margin-bottom: 50px;
}

.site_page_image_hidden {
	overflow: scroll;
	display: block;
	width: 500px;
	height: 500px;
}

.site_page_images {
	display: flex;
	flex-direction: row;
	gap: 60px;
	margin-bottom: 50px;
}


}