/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/

/* Box sizing rules */

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Set core root defaults */

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img,
picture {
	display: block;
	max-width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

/*****************************************
 * 数値から単位を取り除く
******************************************/

/*****************************************
 * px→rem
******************************************/

/*****************************************
 * vw
******************************************/

html {
	scroll-behavior: smooth; /* スムーススクロールを指定　*/
	scroll-padding-top: 80px; /* スクロール後のオフセット設定：ヘッダー高さ（50px）＋α */
}

html {
	font-size: 16px;
}

body {
	background: #333;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.l-header {
	align-items: center;
	border-bottom: 1px solid #fff;
	height: 3.75rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

.l-mv {
	margin-top: 6.75rem;
}

.l-mv__inner {
	overflow: hidden;
}

.l-work {
	overflow: hidden;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
	position: relative;
}

.js-sectionBg {
	background: #fff;
	color: #333;
	transition: 0.2s all ease;
}

.l-footer {
	height: 20vh;
}

.c-word {
	display: inline-block;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	overflow: hidden;
	position: relative;
}

.c-word__rect {
	background: #FFF;
	height: 100%;
	left: -100%;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.c-word__text {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 600;
	opacity: 0;
	position: relative;
	z-index: 1;
}

.c-section__ttl h2 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	left: 50%;
	letter-spacing: 0.75rem;
	line-height: 1.5;
	position: absolute;
	top: -1.25rem;
	transform: translateX(-50%);
}

.js-sectionTtl h2 {
	font-size: 4.375rem;
	top: 0;
	transition: 0.2s all ease;
}

.c-more__btn--link {
	background: #F6D95C;
	border-radius: 100px;
	display: inline-flex;
	height: 3.25rem;
	overflow: hidden;
	overflow: hidden;
	padding: 1.25rem 3.25rem 1.25rem 2.5rem;
	position: relative;
	width: 12.25rem;
}

.c-more__btn--link::before {
	background-color: #3682b3;
	border-radius: 50%;
	content: "";
	height: 0;
	left: var(--x, 50%);
	pointer-events: none;
	position: absolute;
	top: var(--y, 50%);
	transform: translate(-50%, -50%);
	transition: width 0.5s ease-out, height 0.5s ease-out;
	width: 0;
	z-index: 1;
}

.c-more__btn--link::after {
	align-items: flex-start;
	color: #333;
	content: "制作実績一覧を見る";
	display: flex;
	flex-direction: column;
	font-size: 0.875rem;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	left: 0;
	padding-left: 24px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
	z-index: 2;
}

.c-more__btn--link span {
	align-items: center;
	background: #333;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	height: 25px;
	justify-content: center;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	z-index: 3;
}

.c-more__btn--link span img {
	width: 12px;
}

.c-more__btn--works {
	padding: 2.5rem 0;
}

.c-more__btn--works .c-more__btn--link::after {
	content: "制作実績一覧を見る";
}

.c-more__btn--thanks {
	display: flex;
	justify-content: center;
}

.c-more__btn--thanks .c-more__btn--link::after {
	content: "トップページに戻る";
}

.c-works__items {
	align-items: stretch;
	color: #333;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.c-work__item {
	align-items: stretch;
	border: 1px solid #333;
	display: block;
	display: flex;
	flex-direction: column;
	padding: 1rem;
	position: relative;
	position: relative;
}

.c-work__item::after {
	-webkit-text-stroke: 1px #333;
	align-items: center;
	background: rgba(3, 3, 3, 0.8);
	color: #fff;
	content: "VIEW MORE";
	display: flex;
	flex-direction: column;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.6s all ease;
	width: 100%;
}

.c-work__item:hover::after {
	opacity: 1;
}

.c-work__item--ttl {
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-bottom: 0.625rem;
	margin-top: 0.125rem;
	position: relative;
}

.c-work__item--ttl::after {
	background: #333;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
	transition: transform 0.3s; /*変形の時間*/
	width: 100%;
}

.c-work__item--img {
	aspect-ratio: 320/320;
	height: auto;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-work__item--img img {
	-o-object-fit: cover;
	-o-object-position: center top;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center top;
	position: absolute;
	width: 100%;
}

.c-work__item--tags {
	margin-top: 0.625rem;
}

.c-work__item--tags ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.c-work__item--tags ul li {
	align-items: center;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 1.875rem;
	color: #fff;
	display: flex;
	display: block;
	flex-direction: column;
	font-size: 1.125rem;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0.4rem;
	padding: 0.25rem 0.5rem 0.375rem;
	transition: 0.3s all ease;
}

#loader {
	align-items: center;
	background-color: #fff; /* 背景色 */
	color: #333;
	display: flex;
	display: grid;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	left: 0;
	place-content: center;
	position: fixed;
	text-align: center;
	top: 0;
	transition: opacity 0.5s ease; /* 消える時のアニメーション */
	width: 100vw;
	z-index: 24000; /* 一番手前に */
}

#loader p {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 1.5rem;
}

/* 消すためのクラス */

.loaded {
	opacity: 0;
	pointer-events: none;
}

.p-header__inner {
	align-items: center;
	background: #333;
	border-bottom: 1px solid #fff;
	display: flex;
	height: inherit;
	height: inherit;
	justify-content: space-between;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.p-header__logo {
	height: inherit;
	max-width: 4.625rem;
	width: 100%;
}

.p-header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.p-header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-header__occupation {
	color: #fff;
	font-size: 0.875rem;
}

.p-header__occupation--sub a h1 {
	font-size: 0.875rem;
}

.js-headerOccupation {
	opacity: 1;
}

.js-headerOccupation.is-active {
	opacity: 0;
}

.p-header__drawer {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.p-header__hamburger {
	align-items: center;
	background: #efefef;
	border: none;
	border: 1px solid #efefef;
	border-radius: 100vmax;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 4px;
	height: 32px;
	justify-content: center;
	position: fixed;
	right: 24px;
	top: 12px;
	width: 32px;
	z-index: 15000;
}

.p-header__hamburger:hover {
	box-shadow: 0 0 20px #3682B3;
}

.p-header__hamburger:hover::after,
.p-header__hamburger:hover::before {
	animation: pulsate 2s linear infinite;
	content: "";
}

.p-header__hamburger::before,
.p-header__hamburger::after {
	border: 1px solid #3682B3;
	border-radius: 50%;
	bottom: 0;
	box-sizing: border-box;
	display: block;
	height: 100%;
	left: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-header__hamburger::after {
	animation-delay: 1s;
}

.p-header__drawerNav {
	align-items: center;
	display: flex;
	height: 100vh;
	justify-content: center;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 14000;
}

.p-header__drawerNav[aria-hidden=true] {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.p-header__drawerNav[aria-hidden=false] {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.p-header__drawerMenu {
	align-items: center;
	background: #fff;
	color: #333;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.p-header__overlay {
	height: 100vh;
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3500;
}

.p-header__drawerMenu li {
	list-style: none;
}

.p-drawerButton {
	--width: 100%;
	--translateX: 0;
	border-radius: 100vmax;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.125rem;
	padding: 0.5rem 1.5rem;
	position: relative;
	text-transform: uppercase;
	width: 160px;
}

.p-drawerButton::before {
	border: 0px solid #000;
	border-radius: 100vmax;
	content: "";
	height: 100%;
	inset: 0;
	position: absolute;
	transform: translate(var(--translateX), 0);
	width: var(--width);
}

.p-drawerButton:hover::before {
	border: 1px solid #000;
}

.p-drawerButton i {
	font-size: 2.25rem;
}

.p-mv__title {
	margin: 0 auto;
	text-align: center;
	width: 94%;
}

.p-mv__title--container {
	display: grid;
	gap: 1.4vw;
	grid-template-columns: 1fr;
	position: fixed;
	text-align: left;
	transition: 0.8s all ease;
	z-index: 12000;
}

.p-mv__title--container h1 {
	-webkit-text-stroke: 1px #333;
	font-size: 9.6vw;
	letter-spacing: 0.12em;
	line-height: 1.1;
	transition: 0.8s all ease;
	will-change: font-size;
}

.p-mv__images {
	margin: 30vw auto 0;
	overflow: visible;
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
	position: relative;
}

.p-mv__images--md {
	display: none;
}

.p-mv__images--md .p-mv__image {
	animation: slideInRight 1s cubic-bezier(0.5, 1.8, 0.3, 1) forwards;
	animation-delay: 2s;
	margin: 0 auto;
	opacity: 0;
	padding: 0.0625rem;
	transform: translateX(200%);
}

.p-mv__images--md .p-mv__image a {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	text-align: center;
	width: 95%;
}

.p-mv__images--md .p-mv__image a::after {
	-webkit-text-stroke: 1px #333;
	align-items: center;
	border: 1.25rem solid #fff;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-mv__images--md .p-mv__image a:hover:after {
	backdrop-filter: blur(10px);
	content: "VIEW MORE";
	transition: 0.2s all ease;
}

.p-mv__images--md .p-mv__image img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.p-mv__images a {
	display: block;
	width: 100%;
}

.p-mv__images a img {
	width: 100%;
}

.p-mv__images--grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.p-mv__images {
	margin: 30vw auto 0;
	overflow: hidden;
	position: relative;
}

.p-mv__images--sm {
	display: block;
}

.p-mv__images--sm .p-mv__image {
	display: flex;
	overflow: hidden;
	will-change: transform;
}

.p-mv__images--sm .p-mv__image01 {
	margin: 0;
	transform: translateX(-10000px) translateY(10%);
	width: 80vw;
}

.p-mv__images--sm .p-mv__image02 {
	height: 80%;
	margin: 0;
	margin-left: auto;
	transform: translateX(10000px) translateY(-20%);
	width: 60vw;
}

.p-mv__images--sm .p-mv__image03 {
	margin: 0 0 0 10%;
	transform: translateX(-10000px) translateY(-60%);
	width: 60vw;
}

.p-mv__images--sm .p-mv__image .js-parallax {
	--parallax-y: -100;
	display: block; /* 必須 */
}

.p-mv__images a {
	display: block;
	width: 100%;
}

.p-mv__images a img {
	width: 100%;
}

.p-mv__images--sm .p-mv__image01 {
	animation: 1.8s 0s forwards ease-out fadeIn01;
}

.p-mv__images--sm .p-mv__image02 {
	animation: 1.8s 0.5s forwards ease-out fadeIn02;
}

.p-mv__images--sm .p-mv__image03 {
	animation: 1.8s 1s forwards ease-out fadeIn03;
}

.p-about {
	overflow: hidden;
	position: relative;
}

.p-about__ttl h2 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 5.5vw;
	font-weight: 700;
	margin-top: 0;
	text-align: center;
	white-space: nowrap;
}

.p-about__ttlItem--top {
	letter-spacing: 0.90625rem;
}

.p-about__ttlItem--bottom {
	letter-spacing: 0.875rem;
}

.p-about__text {
	font-size: 1.125rem;
	line-height: 2.4;
	margin: 0 auto;
	margin-top: 7.66vw;
	max-width: 100%;
	max-width: 500px;
	padding: 0 16px;
	text-align: justify;
	width: 100%;
}

.p-about__text {
	font-family: monospace; /* 等幅フォントだとタイピング感がアップ */
	opacity: 0;
	transition: opacity 0.3s;
}

.p-work {
	position: relative;
}

.p-work__header {
	padding-top: 9.375rem;
	position: relative;
	text-align: center;
}

.p-work__header a {
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.375rem;
	line-height: 1;
}

.p-work__text {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-work__text--link span {
	position: relative;
}

.p-work__text--link span::after {
	background: #fff;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 0%;
}

.p-work__text--link:hover span::after {
	transition: 0.2s all ease;
	width: 100%;
}

.p-work__swiper {
	height: 95vw;
	max-height: inherit;
}

.p-work__swiper .swiper {
	height: inherit;
	overflow: visible;
	padding: 4rem 0;
}

.p-work__swiper a {
	display: block;
}

.p-work__swiper .swiper-wrapper {
	height: auto;
	margin: 0 auto;
	overflow: visible;
	transition-timing-function: ease-in-out;
	width: 100%;
	width: 100%;
}

.p-work__swiper .swiper-slide {
	padding: 2.25rem 0rem;
	transform: scale(0.9);
	transition: 0.4s all ease;
	width: 100%;
	z-index: 200;
}

.p-work__swiper .swiper-slide a {
	position: relative;
	z-index: 200;
}

.p-work__swiper .swiper-slide a::after {
	-webkit-text-stroke: 1px #333;
	align-items: center;
	border: 1.5rem solid #FFF;
	color: #FFF;
	display: flex;
	flex-direction: column;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	height: 100%;
	justify-content: center;
	left: 0;
	left: 0;
	position: absolute;
	top: 0;
	top: 0;
	width: 100%;
}

.p-work__swiper .swiper-slide a:hover:after {
	backdrop-filter: blur(4px);
	content: "VIEW MORE";
	transition: 0.6s all ease;
}

.p-work__swiper .swiper-slide-active {
	transform: scale(1.1);
	transition: 0.4s all ease;
}

.p-service {
	position: relative;
}

.p-service__header {
	margin-top: 5rem;
	position: relative;
	text-align: center;
}

.p-service__header p {
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.375rem;
	line-height: 1;
}

.p-service__text {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

.p-service__inner {
	margin-inline: auto;
	max-width: 100%;
	padding: 0 20px;
	width: 960px;
}

.p-service__items {
	display: grid;
	gap: 16px;
	grid-template-areas: "p-service__item01" "p-service__item02" "p-service__item03" "p-service__item04";
	height: inherit !important;
	padding-top: 120px;
}

.p-service__item01 {
	background: #ff8c94;
	grid-area: p-service__item01;
}

.p-service__item01 .p-service__itemImage {
	-o-object-fit: cover;
	aspect-ratio: 2/1;
	display: grid;
	height: auto;
	object-fit: cover;
	overflow: hidden;
	place-content: center;
	position: relative;
}

.p-service__item01 .p-service__itemImage img {
	left: 0%;
	position: absolute;
	top: 0%;
	transform: scale(1) rotate(45deg);
	width: 100%;
}

.p-service__item02 {
	background: #64b5f6;
	grid-area: p-service__item02;
}

.p-service__item02 .p-service__itemImage {
	-o-object-fit: cover;
	aspect-ratio: 2/1;
	display: grid;
	height: auto;
	object-fit: cover;
	overflow: hidden;
	place-content: center;
	position: relative;
}

.p-service__item02 .p-service__itemImage img {
	transform: scale(0.8);
	width: 100%;
}

.p-service__item03 {
	background: #ffd54f;
	grid-area: p-service__item03;
}

.p-service__item03 .p-service__itemImage {
	-o-object-fit: cover;
	aspect-ratio: 2/1;
	display: grid;
	height: auto;
	object-fit: cover;
	overflow: hidden;
	place-content: center;
	position: relative;
}

.p-service__item03 .p-service__itemImage img {
	transform: scale(1);
	width: 100%;
}

.p-service__item04 {
	background: #81c784;
	grid-area: p-service__item04;
}

.p-service__item04 .p-service__itemImage {
	-o-object-fit: cover;
	aspect-ratio: 2/1;
	display: grid;
	height: auto;
	object-fit: cover;
	overflow: hidden;
	place-content: center;
	position: relative;
}

.p-service__item04 .p-service__itemImage img {
	transform: scale(0.9);
	width: 100%;
}

.p-service__item {
	border-radius: 20px;
	display: grid;
	gap: 10px;
	padding: 16px;
}

.p-service__itemTtl h3 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}

.p-service__itemTtl span {
	font-size: 1.125rem;
}

.p-service__itemText {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	padding-top: 24px;
	text-align: justify;
}

/* 親コンテナの余白調整 */

.p-service__skills {
	display: flex;
	flex-direction: column;
	gap: 12px; /* ブロック間の距離 */
	margin-top: 80px;
	padding-inline: 20px;
}

.p-service__skills h3 {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	padding-bottom: 24px;
	text-align: center;
}

/* リストの初期化とレイアウト */

.p-service__skill ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; /* タグ同士の間隔 */
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* タグの本体デザイン */

.p-service__skill li {
	background-color: rgb(243, 244, 246); /* 薄いグレー */
	border: 1px solid rgb(209, 213, 219); /* 枠線 */
	border-radius: 24px; /* 角を少し丸める */
	cursor: default;
	padding: 0.375rem 0.75rem;
	transition: all 0.2s ease-in-out;
}

/* ホバー時の演出（ディレクターらしい洗練された動き） */

.p-service__skill li:hover {
	background-color: rgb(31, 41, 55); /* 濃いグレー */
	border-color: rgb(31, 41, 55);
	transform: translateY(-2px); /* 少し浮き上がる */
}

/* テキストのスタイリング */

.p-service__skill li span {
	color: rgb(55, 65, 81);
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase; /* 英字を大文字に揃えて整える */
}

.p-footer {
	height: inherit;
}

.p-footer__contact {
	height: inherit;
}

.p-footer__contact a {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	overflow: hidden;
}

.p-footer__contact a h2 {
	color: #F6F6F6;
	display: block;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 12vw;
	font-weight: 400;
	letter-spacing: 1rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.p-footer__contact a h2::before {
	background: rgba(255, 255, 255, 0.4);
	bottom: 0;
	content: " ";
	display: block;
	inset: 0 0 0 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s ease;
	z-index: -1;
}

.p-footer__contact a h2:hover {
	-webkit-text-stroke: 1px #F6F6F6;
	color: transparent;
}

.p-footer__contact a h2:hover::before {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.p-footer__bottom a {
	color: #F6F6F6;
	display: flex;
	flex-direction: column;
	font-size: 2rem;
	font-weight: bold;
	justify-content: center;
	padding: 1.5rem 2rem;
}

.p-works__archive .p-other-head::before {
	content: "WORKS";
}

.p-other-head {
	display: flex;
	overflow: hidden;
	padding-bottom: 2.5rem;
	padding-top: 6.25rem;
	position: relative;
}

.p-other-head::after {
	position: absolute;
}

.p-other-head h1 {
	color: #fff;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 4.6875rem;
	font-weight: bold;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 65%;
	transform: translate(-50%, -50%);
	z-index: 400;
}

.p-other-head::after {
	background: rgba(1, 1, 1, 0.75);
	content: "";
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-other-head-list {
	display: flex;
	width: 100%;
}

.p-other-head-list ul {
	display: inline-block;
	display: flex;
	margin: 0;
	padding: 0;
}

.p-other-head-list ul lI {
	display: inline-block;
	font-family: "Objective", "sans-serif";
	font-size: 7.5rem;
	padding: 0 2rem;
}

.p-other-head-list1 {
	animation: loop-slide1 24s -36s linear infinite;
}

.p-other-head-list2 {
	animation: loop-slide2 24s linear infinite;
}

.p-works__contents {
	background: #fff;
	padding-top: 4rem;
}

.p-works__category {
	background: #fff;
	margin-bottom: 4rem;
}

.p-works__category h3 {
	color: #333;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
	text-align: center;
}

.p-works__category ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
	margin-top: 2rem;
}

.p-works__category ul li a {
	background: #333;
	border: 2px solid #333;
	border-radius: 2.5rem;
	color: #fff;
	display: block;
	display: block;
	font-size: 1.25rem;
	letter-spacing: 1.2px;
	padding: 0.125rem 0.75rem 0.25rem;
}

.p-works__category ul li a:hover {
	background: #fff;
	color: #333;
}

.p-work__single--head {
	padding: 1.5rem;
}

.p-work__single--fv h1 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.p-work__single--title h2 {
	font-size: 2rem;
}

.p-work__single--tag {
	margin-top: 1.5rem;
}

.p-work__single--tag ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.p-work__single--tag ul li a {
	align-self: center;
	border: 1px solid #fff;
	border-radius: 1.875rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
	padding: 0.375rem 0.75rem 0.5rem;
}

.p-work__single--body {
	padding: 5rem 0;
}

.p-work__single--body .c-more__btn {
	margin: 4rem auto 1.5rem;
	text-align: center;
}

.p-single__work--swiper {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.p-single__work--swiper .swiper-pagination {
	bottom: 16px;
	display: flex;
	gap: 8px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.p-single__work--swiper .swiper-pagination .swiper-pagination-bullet {
	background: #ccc;
	border-radius: 50%;
	height: 10px;
	opacity: 0.5;
	transition: all 0.3s ease;
	width: 10px;
}

.p-single__work--swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #333;
	opacity: 1;
	transform: scale(1.2);
}

.p-single__work--swiper .swiper-button-prev,
.p-single__work--swiper .swiper-button-next {
	backdrop-filter: blur(4px);
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	color: #fff;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	width: 40px;
}

.p-single__work--swiper .swiper-button-prev span,
.p-single__work--swiper .swiper-button-next span {
	border-color: #fff;
	height: 0.75rem;
	width: 0.75rem;
}

.p-single__work--swiper .swiper-button-prev .swiper-navigation-icon,
.p-single__work--swiper .swiper-button-next .swiper-navigation-icon {
	display: none;
}

.p-single__work--swiper .swiper-button-prev::after,
.p-single__work--swiper .swiper-button-next::after {
	font-size: 16px;
}

.p-single__work--swiper .swiper-button-prev {
	left: 10px;
	padding-left: 2px;
}

.p-single__work--swiper .swiper-button-prev span {
	border-left: 2px solid;
	border-top: 2px solid;
	display: block;
	transform: rotate(-45deg);
}

.p-single__work--swiper .swiper-button-next {
	padding-right: 2px;
	right: 10px;
}

.p-single__work--swiper .swiper-button-next span {
	border-right: 2px solid;
	border-top: 2px solid;
	display: block;
	transform: rotate(45deg);
}

.p-single__work--swiper .swiper-scrollbar {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	height: 4px;
}

.p-single__work--swiper .swiper-scrollbar .swiper-scrollbar-drag {
	background: #333;
	border-radius: 2px;
}

.p-work__single--text {
	margin: 0 auto;
	max-width: 100%;
	padding-top: 1.5rem;
	width: 100%;
}

.p-work__single--list ul li {
	display: flex;
	flex-direction: column;
}

.p-work__single--list ul li:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.p-work__single--list ul li p {
	font-size: 1.5rem;
}

.p-work__single--list ul li .p-work__single--listTtl {
	background: #fff;
	color: #333;
	letter-spacing: 2.4px;
	padding-left: 1rem;
	width: 100%;
}

.p-work__single--list ul li .p-work__single--listText {
	padding: 1rem 0;
	width: 100%;
}

.p-work__single--listTextarea p {
	font-size: 1.125rem !important;
	line-height: 2;
}

.p-work__single--listTextarea p span {
	color: #fff !important;
	font-size: 1.125rem !important;
}

.p-contact {
	background: #fff;
	color: #333;
}

.p-contact .c-section__ttl {
	color: #333;
}

.p-contact button {
	background: transparent;
}

.p-contact__contents {
	padding-top: 4rem;
}

.p-contact__container {
	padding-top: 4rem;
}

.p-contact__container--ttl {
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3.2rem;
	text-align: center;
}

.p-contact__container--lead {
	border-bottom: 1px solid #333;
	font-size: 1.4rem;
	line-height: 1.4;
	padding-bottom: 4rem;
	text-align: center;
}

.p-contact__items {
	margin: 0 auto;
	max-width: 100%;
	padding: 4rem 1rem;
	width: 40rem;
}

.p-contact__items .wpcf7-spinner {
	-webkit-transform: translateY(-50%);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-contact__items .wpcf7-not-valid-tip {
	font-size: 1.6rem;
}

.p-contact__items .p-contact__item--submit {
	margin: 0 auto;
	max-width: 100%;
	width: 640px;
}

.p-contact__items .p-contact__item--submit input {
	background: #333;
	border: 1px solid #333;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block !important;
	font-size: 1.25rem;
	height: 5rem;
	margin: 1.5rem auto 0rem;
	max-width: 100%;
	text-align: center;
	width: 25rem;
}

.p-contact__items .p-contact__item--submit input:hover {
	opacity: 0.6;
}

.p-contact__item {
	margin-bottom: 1.5rem;
}

.p-contact__item .required {
	position: relative;
}

.p-contact__item .required::after {
	border: 1px solid #333;
	border-radius: 1.875rem;
	color: #333;
	content: "必須";
	font-size: 0.75rem;
	padding: 0.25rem 0.625rem;
	position: absolute;
	right: -3.5rem;
	top: -0.1875rem;
}

.p-contact__item--label {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.75rem;
	padding-right: 0.375rem;
}

.p-contact__item--label label {
	font-size: 1rem;
}

.p-contact__item--input {
	width: 100%;
}

.p-contact__item--input p span input {
	border: 1px solid #333;
	border-radius: 0.125rem;
	font-size: 1rem;
	height: 3rem;
	max-width: 100%;
	padding: 0 1rem;
	width: 100%;
}

.p-contact__item--input p span input::-moz-placeholder {
	color: #383540;
}

.p-contact__item--input p span input::placeholder {
	color: #383540;
}

.p-contact__item--input p span textarea {
	border: 1px solid #333;
	border-radius: 0.125rem;
	height: 12.5rem;
	padding: 1.6rem;
	width: 100%;
}

.wpcf7-form-control {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.wpcf7-list-item {
	line-height: 1.5;
	margin: 0 0 0.5rem;
}

.wpcf7-list-item .wpcf7-list-item-label {
	font-size: 1.125rem;
}

.wpcf7-list-item label {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.wpcf7-list-item label input {
	display: none;
}

.wpcf7-list-item label input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.wpcf7-list-item label span {
	font-size: 1rem;
	padding-left: 1.5rem;
	padding-right: 0.75rem;
	position: relative;
}

.wpcf7-list-item label span::before {
	aspect-ratio: 1;
	border: 1px solid #333;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 6px;
	width: 16px;
}

.wpcf7-list-item label span::after {
	border-bottom: 1.8px solid #333;
	border-left: 1.8px solid #333;
	content: "";
	height: 8px;
	left: 2.5px;
	opacity: 0;
	position: absolute;
	top: 3.5px;
	transform: rotate(-45deg);
	width: 16px;
	z-index: 2;
}

.p-contact__item--accept .wpcf7-form-control {
	grid-template-columns: 1fr;
}

.p-contact__item--ptext {
	border: 1px solid #333;
	font-size: 0.875rem;
	line-height: 1.77;
	margin-bottom: 1.25rem;
	max-height: 12.5rem;
	max-width: 100%;
	overflow-y: auto;
	padding: 1rem;
}

.p-contact__item--ptext h5 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 1rem;
}

.p-contact__item--ptext h6 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	margin: 1.6rem 0 0.8rem;
}

.wpcf7-submit-block {
	position: relative;
}

.wpcf7-submit:disabled {
	opacity: 0.5;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	display: block;
	font-size: 2rem;
	margin: 4rem auto 0;
	max-width: 645px;
	text-align: center;
}

.p-contact__container--lead {
	line-height: 3;
}

.sent .p-contact-items {
	display: none;
}

.p-contact__thanks {
	padding: 5rem 0;
}

.p-breadcrumb {
	background: #fff;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	color: #333;
	font-size: 0.75rem;
	padding: 0.5rem 0.125rem;
}

.p-breadcrumb span {
	display: inline-block;
	line-height: 1.68;
	padding: 0 0.25rem;
}

.p-breadcrumb .breadcrumbs,
.p-breadcrumb .breadcrumbs * {
	text-transform: uppercase;
}

.p-breadcrumb .home i {
	color: #3682B3;
	display: inline-block;
	line-height: 1.68;
	padding: 0 0.25rem;
	transform: translateY(-1px);
}

.p-prof { /* 白ベースの変数設定（#を使わずrgbで指定） */
	--bg: rgb(255, 255, 255); /* 純粋な白 */
	--fg: rgb(51, 51, 51); /* 濃いグレー（読みやすさ重視） */
	--muted: rgb(136, 136, 136);
	--line: rgb(232, 232, 232); /* 薄いグレーの線 */
	--pill-bg: rgb(34, 34, 34); /* ラベルの背景（濃い色で引き締め） */
	--pill-fg: rgb(255, 255, 255); /* ラベルの文字色 */
	background-color: var(--bg);
	color: var(--fg);
	padding: clamp(4rem, 6vw, 6rem) clamp(1.2rem, 2.5vw, 1.6rem);
}

.p-prof__wrapper {
	align-items: start;
	display: grid;
	gap: clamp(1.6rem, 4vw, 4.2rem);
	grid-template-columns: minmax(12rem, 15rem) 1fr;
	margin: 0 auto;
	place-content: center;
	width: min(60rem, 100%);
}

.p-prof__image {
	aspect-ratio: 1/1;
	display: grid;
	place-items: center;
	width: clamp(10rem, 22vw, 15rem);
}

.p-prof__image img {
	-o-object-fit: cover;
	border-radius: 50%; /* 影も少し柔らかい印象に */
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-prof__list dl {
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 10rem 1fr;
	margin: 0;
	row-gap: 0.4rem;
}

.p-prof__list dl dt {
	align-self: start;
	margin: 0;
	padding: 0.8rem 0 1.2rem;
}

.p-prof__list dl dt span {
	background: var(--pill-bg);
	border: 1px solid var(--line);
	border-radius: 9999px;
	color: var(--pill-fg);
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4;
	padding: 0.2rem 0.7rem;
	text-transform: uppercase;
	white-space: nowrap;
}

.p-prof__list dl dd {
	border-bottom: 1px dashed var(--line); /* 修正点：背景が白なので文字色をダークに変更 */
	color: var(--fg);
	line-height: 1.8;
	margin: 0;
	overflow-wrap: anywhere;
	padding: 0.8rem 0 1.2rem;
}

.p-prof__list dl dd:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.p-prof__list dl dd br + * {
	display: inline-block;
	margin-top: 0.2rem;
}

.p-prof { /* --- レスポンシブ --- */
}

.u-work__btn {
	display: flex;
	justify-content: center;
	position: static;
	top: 60%;
	transition: 0.4s all ease;
	transition: 0.4s all ease;
	z-index: 2000;
}

.js-workBtn {
	display: flex;
	justify-content: center;
	position: static !important;
	transition: 0.4s all ease;
}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (any-hover: hover) {

.c-more__btn--link:hover::before {
	height: 2.5rem;
	width: 2.5rem;
}

.c-work__item:hover::after {
	opacity: 1;
}

.p-works__category ul li a:hover {
	background: #fff;
	color: #333;
}

.p-work__single--tag ul li a:hover {
	background: #fff;
	color: #333;
	transition: 0.2s all ease;
}

.p-single__work--swiper .swiper-button-prev:hover,
.p-single__work--swiper .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

}

@media screen and (min-width: 480px) {

.js-sectionTtl h2 {
	font-size: 5rem;
}

.c-works__items {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.p-about__ttl h2 {
	font-size: 6.5vw;
	font-weight: 400;
	margin-top: 4.16vw;
}

.p-about__ttlItem--top {
	letter-spacing: 0.75rem;
}

.p-about__ttlItem--bottom {
	letter-spacing: 0.9375rem;
}

.p-about__text {
	font-size: 1.5rem;
}

}

@media screen and (min-width: 768px) {

html {
	font-size: 1.3333333333vw;
}

.l-header {
	height: 5rem;
}

.l-work {
	margin-top: 5rem;
}

.l-footer {
	height: 25vh;
}

.l-footer {
	height: 40vh;
}

.js-sectionTtl h2 {
	font-size: 8.75rem;
}

.c-works__items {
	grid-template-columns: 1fr 1fr 1fr;
}

.p-header__inner {
	padding: 0 1.5rem;
}

.p-header__logo {
	max-width: 6.25rem;
}

.p-header__hamburger {
	height: 40px;
	top: 16px;
	width: 40px;
}

.p-mv__images--md {
	display: block;
	margin: 23vw auto 0;
}

.p-mv__images--grid {
	grid-template-columns: repeat(5, 1fr);
	max-width: 100%;
	width: 100%;
}

.p-mv__images--sm {
	display: none;
	margin: 24.5vw auto 0;
}

.p-about__ttl h2 {
	font-size: 11.1vw;
	line-height: 1;
}

.p-about__text {
	font-size: 1.875rem;
	letter-spacing: 1.125rem;
	line-height: 3;
	width: 36.25rem;
}

.p-work__header {
	padding-top: 15rem;
}

.p-work__swiper {
	height: 80vw;
	max-height: inherit;
}

.p-work__swiper .swiper-wrapper {
	height: 1600px;
	max-height: inherit;
	width: clamp(280px, 36vw, 540px);
}

.p-service__header {
	margin-top: 10rem;
}

.p-service__items {
	grid-template-areas: "p-service__item01 p-service__item02" "p-service__item01 p-service__item03" "p-service__item04 p-service__item03";
	padding-top: 240px;
}

.p-service__item01 .p-service__itemImage img {
	transform: scale(0.8) rotate(45deg);
}

.p-service__item02 .p-service__itemImage {
	aspect-ratio: 2/1;
}

.p-service__item02 .p-service__itemImage img {
	transform: scale(0.7);
}

.p-service__item04 .p-service__itemImage {
	aspect-ratio: 3/1;
}

.p-service__item04 .p-service__itemImage img {
	transform: scale(0.6);
}

.p-footer__contact a h2 {
	letter-spacing: 1.5rem;
}

.p-other-head {
	padding-bottom: 0;
	padding-top: 6rem;
}

.p-other-head::before {
	top: 60%;
}

.p-work__single--head {
	padding: 1.5rem 3rem;
}

.p-work__single--title h2 {
	font-size: 3rem;
}

.p-single__work--swiper {
	width: 80%;
}

.p-work__single--text {
	padding-top: 2.5rem;
	width: 80%;
}

.p-work__single--list ul li {
	flex-direction: row;
	padding: 1.5rem 0;
}

.p-work__single--list ul li .p-work__single--listTtl {
	background: #333;
	border: 0;
	color: #fff;
	display: block;
	padding: 0;
	width: 24%;
}

.p-work__single--list ul li .p-work__single--listText {
	padding: 0;
	width: 76%;
}

.wpcf7-form-control {
	grid-template-columns: 1fr 1fr 1fr;
}

.wpcf7-list-item label span {
	padding-right: 1.5rem;
}

.p-breadcrumb {
	font-size: 0.875rem;
	padding: 0.5rem 2rem;
}

.u-work__btn {
	position: absolute;
	right: 8%;
}

}

@media screen and (min-width: 1000px) {

.p-footer__contact a h2 {
	font-size: 16vw;
	letter-spacing: 2.25rem;
}

.u-work__btn {
	right: 10%;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1200px) {

.c-works__items {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

}

@media (max-width: 768px) {

.p-prof__wrapper {
	grid-template-columns: 1fr;
	justify-items: center;
	text-align: center;
}

.p-prof__list dl {
	grid-template-columns: 1fr;
	max-width: 44rem;
	text-align: left;
	width: 100%;
}

.p-prof__list dl dt {
	margin-top: 0.8rem;
	padding-bottom: 0;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes pulsate {

0% {
	opacity: 1;
	transform: scale(1);
}

100% {
	opacity: 0;
	transform: scale(2);
}

}

@keyframes slideInRight {

from {
	opacity: 0;
	transform: translateX(200%);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fadeIn01 {

0% {
	opacity: 0;
	transform: translateX(-10000px) translateY(10%);
}

100% {
	opacity: 1;
	transform: translateX(0%) translateY(10%);
}

}

@keyframes fadeIn02 {

0% {
	opacity: 0;
	transform: translateX(10000px) translateY(-20%);
}

100% {
	opacity: 1;
	transform: translateX(0%) translateY(-20%);
}

}

@keyframes fadeIn03 {

0% {
	opacity: 0;
	transform: translateX(-10000px) translateY(-60%);
}

100% {
	opacity: 1;
	transform: translateX(0%) translateY(-60%);
}

}

@keyframes loop-slide1 {

0% {
	transform: translateX(100%);
}

to {
	transform: translateX(-100%);
}

}

@keyframes loop-slide2 {

0% {
	transform: translateX(0);
}

to {
	transform: translateX(-200%);
}

}

