html {
	scroll-padding-top: 0px;
}

#mainimage {
	height: 100svh;
	/* width: 100vw; */
	position: relative;
	display: flex;
	justify-content: flex-end;
	perspective: 200px;
	overflow: hidden;
}

.scene {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.scene .sceneImg1,
.scene .sceneImg2,
.scene .largeText,
.scene .smallText {
	position: absolute;
}

.scene .largeText {
	font-weight: 900;
	letter-spacing: -0.07em;
	line-height: 1.25;
}

.scene .smallText {
	padding: clamp(6px, 0.5208vw, 10px) clamp(13px, 1.0416vw, 20px);
	background-color: #000;
	color: #fff;
	font-size: clamp(16px, 1.25vw, 24px);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

#scene1 .sceneImg1 {
	top: 50%;
	left: 83.33%;
	transform: translate(-50%, -50%);
}

#scene1 .largeText {
	font-size: clamp(187px, 15.15vw, 300px);
	top: 50%;
	left: 11.979%;
	transform: translate(0, -50%);
}

#scene1 .smallText {
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	padding: 16px;
	font-size: clamp(15px, 1.12121vw, 24px);
	width: 97%;
	line-height: 1;
}

/* #scene2{
	perspective: 200px;
}
 */
#scene2 .smallText {
	width: 60%;
}

#scene2 .largeText {
	font-size: clamp(150px, 12.5vw, 240px);
	top: 50%;
	right: 1vw;
	transform: translate(0, -50%);
	min-width: 760px;
}

#scene2 .sceneImg1 {
	/* width: clamp(793px, 66.145vw, 1270px); */
	height: auto;
	top: 50%;
	left: 38.385vw;
	transform: translate(-50%, -50%);
}

#smallText2-1 {
	top: 30.3%;
}

#smallText2-2 {
	top: 63.5%;
}

#scene3 .largeText {
	font-size: clamp(160px, 15.625vw, 300px);
	width: 88vw;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#scene3 .smallText {
	top: 46%;
	left: 0.5vw;
}

#scene3 .sceneImg1 {
	top: 50%;
	left: 60%;
	transform: translate(0, -50%);
}

#scene4 .largeText {
	font-size: clamp(150px, 12.5vw, 240px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max(770px, 66%);
}

#scene4 .smallText {
	top: 45%;
	left: 0.5vw;
	width: 96.5%;
}

#scene4 .sceneImg1 {
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
}

#scene4 .sceneImg2 {
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
	mix-blend-mode: multiply;
}

#goDownArrow {
	position: absolute;
	top: 48.7%;
	left: 74%;
	width: clamp(197px, 16.45vw, 316px);
	transform-origin: 100% 0;
	transform: translate(0, -50%);
}

#scene1,
#scene2,
#scene3,
#scene4 {
	opacity: 0;
}

.noise {
	width: 250px;
	height: 250px;
	filter: contrast(170%) brightness(1000%);
	background:
		linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)),
}


#top1 {
	position: relative;
	border-radius: 70px 70px 0 0;
	background-color: #1b1b1b;
	height: 100dvh;
	padding: 0 0 0 50.5%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	overflow: hidden;
}

#top1 article {
	width: 100%;
}

#top1Monkey {
	position: absolute;
	top: -5vh;
	right: 47vw;
	width: auto;
	height: 124%;
	stroke: #fff;
	fill: #1b1b1b;
}

#top1 h2 {
	font-size: clamp(45px, 3.636vw, 72px);
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 40px;
}

#top1 p {
	margin-bottom: 40px;
	line-height: 30px;
	font-weight: bold;
}

#top1 p span {
	padding: 2px 10px 0;
	background: url(../images/bg_top1_txt.svg) no-repeat;
	background-size: auto 200%;
	background-position: top right 0%;
	margin-bottom: 5px;
	display: inline-block;
}

main h2 {
	font-size: clamp(24px, 3.0vw, 75px);
	margin-bottom: 40px;
	line-height: 1em;
}

main h2 .eng {
	font-size: clamp(110px, 8dvw, 200px);
}

#top_works h2 .eng {
	line-height: 1em;
	display: block;
}

#top_works {
	margin-bottom: 16.66dvh;
	background: linear-gradient(to bottom, rgba(27, 27, 27, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#top_works_inner {
	position: relative;
	height: 70.7vw;
	background: #f9f9f9;
	border-radius: 3.64583vw;
	padding: 4.166vw 3.9dvw 5dvw;
	box-sizing: border-box;
	overflow: hidden;
}

#top_works article {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 6.25vw;
	overflow: hidden;
	transform: rotate(30deg) scaleY(86.5%) skewX(-30deg);
	top: -48.45vw;
}

#top_works article #worksLeft,
#top_works article #worksRight {
	width: 27.86vw;
	position: relative;
}

#top_works article #worksLeft {
	top: -120vw;
	padding: 0 0 0 60px;
}

#top_works article #worksRight {
	top: 0vw;
}

#top_works article a {
	width: 27.86vw;
	height: 15.83vw;
	display: flex;
	gap: 0.67vw;
	background: url('../images/bgTopWorksItem.svg') no-repeat top left;
	background-size: 27.86vw 15.83vw;
	margin: 0 0 7.81vw;
	transition: all 0.4s cubic-bezier(0, 0.37, 0.31, 1.32);
}

#top_works article a:hover {
	transform: skew(13deg, 0deg) scaleY(1.1);
	transform-origin: 0 50%;
}

.works_PC {
	width: 18.69vw;
	height: 14.84vw;
	border-radius: 0.5209vw;
	box-sizing: border-box;
	padding: 0.4166vw 0 0 0.4166vw;
	overflow: hidden;
}

.works_PC img {
	border-radius: 0.4166vw;
}

.works_SP {
	box-sizing: border-box;
	width: 7.504vw;
	height: 14.5437vw;
	padding: 0.3985vw 0 0 1.3vw;
	border-radius: 0.5209vw;
}

.works_SP img {
	border-radius: 0.4687vw;
}

.works_PC img,
.works_SP img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: top center;
}

.more {
	position: absolute;
	/* padding: 50px 0 0; */
	bottom: 4vw;
	right: 12vw;
}

.more a {
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 16px;
	text-align: center;
	color: #000;
	text-decoration: none;
	width: 420px;
	/* height: 85px; */
	padding: 28px 0 0;
	/* box-sizing: border-box; */
	/* background: url('../images/more1.svg') no-repeat right center; */
}

.more a .linkCircle {
	position: absolute;
	width: 85px;
	height: 85px;
	display: block;
	top: 1px;
	right: 1px;
}

.more a .linkTriangle {
	position: absolute;
	width: 27px;
	height: 31px;
	top: 28px;
	right: 2px;
}



.more a .text {
	position: relative;
}

.more a .eng {
	font-size: 36px;
	display: block;
}

#top2 {
	position: relative;
	padding: 0 3.9dvw;
	margin-bottom: 16.66dvh;
}

#top2 h2 {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10.18dvh;
}

#top2>h2>span:nth-child(2)>strong:nth-child(1),
#top2>h2>span:nth-child(2)>strong:nth-child(3) {
	color: #f00;
}

#top2 ul {
	list-style: none;
}

#top2 ul li {
	margin: 0 0 60px;
}

#top2 ul li a {
	display: block;
	text-decoration: none;
	color: #111;
	overflow: visible;
}

#top2 ul li a:hover {
	color: #fff;
	transition: all 0.4s;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}


#top2 #serviceList li a:hover {
	color: #f00;
	transition: all 0.4s;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

#top2 ul li dl {
	display: flex;
}

#top2 ul li dl dt {
	width: calc(50% - 40px);
	text-align: right;
	margin: 0 10px 0;
	font-size: clamp(18.75px, 1.515vw, 30px);
	font-weight: bold;
	line-height: 64px;
}


#top2 ul li dl dd {
	display: flex;
	width: calc(50% - 20px);
}

#top2 ul li dl dd img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin: 0 20px 0;
}

.service_inner {
	padding: 10.18dvh 0;
	border-top: 1px solid #000000;
	display: flex;
	gap: 4.6875vw;
}

.service_inner h3 {
	width: 28.125vw;
	flex: none;
	font-size: 48px;
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
}

#service_web h3 {
	line-height: 183px;
	background: url('../images/shape_web.svg') no-repeat;
	background-size: contain;
}

#service_dtp h3 {
	line-height: 245px;
	background: url('../images/shape_dtp.svg') no-repeat;
	background-size: contain;
}

#service_logo h3 {
	line-height: 170px;
	background: url('../images/shape_logo.svg') no-repeat;
	background-size: 100%;
}

.service_inner .comment {
	padding: 0 50px 0 0;
}

.service_inner h4 {
	margin-bottom: 45px;
	font-size: clamp(17.5px a.414vw, 28px);
	font-weight: normal;
}

.service_inner ul {
	padding: 45px 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0 max(4.1666vw, 60px);
}

.service_inner ul li {
	width: calc((100% - max(8.3333vw, 120px)) / 3);
}

.service_inner ul li a {
	display: block;
	border: 1px solid #000;
	border-radius: 5px;
	line-height: 48px;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-weight: 900;
	font-size: clamp(16px, 0.9vw, 20px);
	transition: color 0.2s ease;
	overflow: hidden;
	position: relative;
}

.service_inner ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s ease;
	z-index: 0;
}

.service_inner ul li a:hover::before {
	transform: scaleX(1);
}

.service_inner ul li a:hover {
	color: #fff;
}

.service_inner ul li a span {
	position: relative;
	z-index: 1;
}

.service_catch {
	margin-bottom: 10.18dvh;
}

.service_catch h3 {
	font-size: 48px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 1.5em;
}

.service_catch .inner {
	padding: 3.125dvw;
	box-sizing: border-box;
	background: #333333;
	border-radius: 20px;
	color: #fff;
	display: flex;
	gap: 3.125dvw;
}

.service_catch .inner dl {
	width: calc((100% - 6.25dvw) / 3);
}

.service_catch .inner dl dt {
	font-size: clamp(24px, 1.4583vw, 28px);
	text-align: center;
}

.service_catch .inner dl dt figure {
	padding: 20px 0;
}

.service_catch .inner dl dt figure {}

.service_catch .inner dl dt figure img {
	display: block;
	width: 100%;
	height: 15.625vw;
	object-fit: cover;
	object-position: top center;
	border-radius: 10px;
	filter: grayscale(1);
}

.service_catch .inner dl dt figure img:hover{
	filter: grayscale(0);
}

#top2 .more {
	padding: 65px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#top2 .more a {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

#top2 .more a .eng {
	font-size: 36px;
}

#top2 .more .link_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#top2 .more {
	position: static;
}

#top3 {
	height: 100dvh;
	position: relative;
	margin-bottom: 10.18dvh;
}

#top3 #video_wrap {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
}

#top3 #video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
}

#saru2 {
	display: block;
	position: absolute;
	height: 120dvh;
	width: 120dvw;
	top: -10dvh;
	left: 0;
	object-fit: cover;
	object-position: center center;
	z-index: 2;
}

#top3 article {
	position: relative;
	z-index: 3;
	padding: 10.18dvh 3.9dvw;
	color: #fff;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

#top3 h2 {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10.18dvh;
}

#top3 p {
	padding: 0 0 0 33%;
}

#top3 #recruit_link {
	position: absolute;
	bottom: 10.18dvh;
	left: 42.1875%;
	display: flex;
	gap: 90px;
	align-items: center;
}

#top3 .more a {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#top3 .more a .eng {
	font-size: 36px;
}

#top3 .more .link_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#recruit_link ul {
	padding: 0;
	list-style: none;
	font-size: 20px;
}

#recruit_link ul li {
	line-height: 3em;
}

#recruit_link ul a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	position: relative;
}

#recruit_link ul a img {
	vertical-align: middle;
	margin-right: 10px;
}

#recruit_link ul a::after {
	content: "";
	background: #fff;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -10px;
	left: 0;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}

#recruit_link ul a:hover:after {
	transform: scaleX(1);
}

#news {
	margin: 0 6.25dvw 10.18dvh;
	background: #1b1b1b;
	border-radius: 50px;
	overflow: hidden;
	color: #fff;
	padding: 0 0 20px;
}

#news h2 {
	line-height: 1em;
	margin: -4px 0 0;
}

#news article {
	/* max-width: 1360px; */
	padding: 0 5vw;
	margin: 0;
	height: calc(100dvh - 155px);
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #fff #000;
}

#news article::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

#news article::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 6px;
}

#news article::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 6px;
}

#news article::-webkit-scrollbar-thumb:hover {
	background: #333;
}

#news article dl {
	padding: 45px;
	border-bottom: 1px solid #ffffff88;
	display: flex;
	gap: 80px;
}

#news article dl:last-child {
	border: 0;
}

#news dt {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#news dt time {
	display: block;
	font-size: 30px;
}

#news a {
	color: #fff;
}

.service_catch .inner dl dt figure img {
  will-change: transform;
}