/* リキッドレイアウト対応 */

body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: none;
}

img.wp-post-image {
	border-radius: 0.5rem;
}

.thumb img {
	border-radius: 0.5rem;
}

img.wp-post-image,
.visualworks-grid img {
	border-radius: 0.5rem !important;
	display: block;
}

/* 投稿サムネイル */

img.wp-post-image {
	border-radius: 0.5rem;
}

/* .thumb 内の画像（左カラムなど） */

.thumb img {
	border-radius: 0.5rem;
}

/* 関連作品エリアの画像（Visual/Sound Works） */

.related-item img {
	border-radius: 0.5rem;
}

/* YouTubeサムネイルなど直接 <img> タグ出力される画像 */

.movie-wrapper img {
	border-radius: 0.5rem;
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* 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 {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

/* --- Contact: layout polish --- */

.p-contact {
	gap: 12px;
	gap: 0.75rem;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, .04);
	box-shadow: 0 6px 24px rgba(0, 0, 0, .04); /* 2カラム（md以上）はラベルと入力を横並びに */ /* 入力の高さを少しだけ抑えて引き締め */ /* チェック・同意行 */ /* 送信ボタン：角丸大きめ＆幅はデスクトップで少し狭め */
}

.p-contact .p-contact__lead {
	font-size: clamp(20px, 17.6px + 0.6vw, 25.6px);
	font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.6rem);
	line-height: 1.3;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}

.p-contact .p-contact__row {
	margin-top: 16px;
	margin-top: 1rem;
}

.p-contact .p-contact__label {
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0 0 8px;
	margin: 0 0 0.5rem;
}

.p-contact input[type=text],
.p-contact input[type=email],
.p-contact input[type=tel],
.p-contact input[type=url],
.p-contact select,
.p-contact textarea {
	border-radius: 0.375rem;
	padding: 10px 12px;
	padding: 0.625rem 0.75rem;
}

.p-contact textarea {
	min-height: 180px;
	min-height: 11.25rem;
}

.p-contact .p-contact__checks {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.p-contact .p-contact__agree-text a {
	text-decoration: underline;
}

.p-contact .p-contact__submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-contact .p-contact__submit input[type=submit] {
	border-radius: 62.4375rem;
	-webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
	font-size: 16px;
	font-size: 1rem;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
	width: min(100%, 320px);
}

/* エラーメッセージを行の下に余白付きで */

.p-contact .wpcf7-not-valid-tip {
	margin-top: 6px;
	margin-top: 0.375rem;
}

/* 送信結果のメッセージはカード内で馴染むように */

.p-contact .wpcf7 form .wpcf7-response-output {
	border-radius: 0.375rem;
}

.p-creatorworks {
	margin: 50px 0;
	margin: 3.125rem 0;
}

.p-creatorworks h2 {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-creatorworks .creatorworks-grid {
	-moz-column-gap: 0.625rem;
	row-gap: 20px;
	row-gap: 1.25rem;
	-webkit-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-creatorworks .creatorworks-grid li {
	text-align: center;
	width: 100%;
}

.p-creatorworks .creatorworks-grid li .thumb {
	border: solid #eaeaea;
	border-radius: 0.5rem;
	overflow: hidden;
}

.p-creatorworks .creatorworks-grid li .thumb img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	display: block;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	width: 100%;
}

.p-creatorworks .creatorworks-grid li a:hover .thumb img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-creatorworks .creatorworks-grid li .title {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 0.5em;
}

.p-creatorworks .creatorworks-grid li .no-thumb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 150px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.p-creatorworks .p-creatorworks__more {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-creatorworks .p-creatorworks__more .view-more-button {
	background: #000;
	border: 1px solid #000;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 30px;
	padding: 0.625rem 1.875rem;
	text-decoration: none;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
}

.p-creatorworks .p-creatorworks__more .view-more-button:hover {
	background: #fff;
	color: #000;
}

/* ベース */

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.l-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

main,
.innercontents {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* 追加：アニメ汎用（無限スクロールの追加要素に使用可） */

.reveal {
	opacity: 0;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
	-webkit-transition: opacity 0.32s ease, -webkit-transform 0.32s ease;
	transition: opacity 0.32s ease, -webkit-transform 0.32s ease;
	transition: opacity 0.32s ease, transform 0.32s ease;
	transition: opacity 0.32s ease, transform 0.32s ease, -webkit-transform 0.32s ease;
	will-change: opacity, transform;
}

.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* ページ下端の再描画を局所化（フッターのカクつき対策） */

.l-footer {
	contain: layout paint;
	will-change: contents;
}

/* ヘッダー */

.p-main {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
}

.p-header {
	inset: 0 0 auto 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	height: 3.75rem;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
	position: fixed;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.22s ease;
	transition: -webkit-transform 0.22s ease;
	transition: transform 0.22s ease;
	transition: transform 0.22s ease, -webkit-transform 0.22s ease;
	width: 100%;
	will-change: transform; /* top:0; left:0; right:0; */
	z-index: 1000; /* GPUレイヤー固定化でジッター回避 */ /* ロゴ */ /* ハンバーガー（SPのみ表示） */ /* ナビゲーション（PC） */
}

.p-header.is-hidden {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.p-header__logo {
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100px;
	width: 6.25rem;
}

.p-header__logo img {
	display: block;
	height: 100%;
}

.p-header__hamburger {
	cursor: pointer;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
	width: 30px;
	z-index: 1001;
}

.p-header__hamburger span {
	background: #000;
	border-radius: 2px;
	display: block;
	height: 3px;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
	will-change: transform, opacity;
}

.p-header__hamburger.active span:nth-child(1) {
	-webkit-transform: rotate(45deg) translateY(8px);
	transform: rotate(45deg) translateY(8px);
}

.p-header__hamburger.active span:nth-child(2) {
	opacity: 0;
}

.p-header__hamburger.active span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translateY(-8px);
	transform: rotate(-45deg) translateY(-8px);
}

.p-header ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.p-header ul li {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-right: 32px;
	margin-right: 2rem;
}

.p-header ul li:last-child {
	margin-left: auto;
}

/* SP対応（768px未満） */

.p-header__sns {
	margin-left: auto;
	margin-right: 0;
}

/* メインビジュアル */

.p-main__logo {
	margin: 0 auto;
	width: 60%;
}

.p-main__catch {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.innercontents {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 0px 0;
	padding: 0rem 0;
	padding-bottom: 50px;
	padding-bottom: 3.125rem;
}

/* 一覧 */

.p-soundworks {
	margin: 50px 0;
	margin: 3.125rem 0;
}

.p-soundworks h2 {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-soundworks ul {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-soundworks li {
	overflow: hidden;
}

.p-soundworks li .thumb {
	border: solid #eaeaea; /* 16:9 */
	border-radius: 0.5rem;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
	width: 100%;
}

.p-soundworks li .thumb img {
	inset: 0;
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	position: absolute;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
	width: 100%;
}

.p-soundworks li a:hover .thumb img {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-soundworks li .title {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 0.5em;
}

/* 旧セクション（保持） */

.p-soundworks h2 {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-soundworks ul {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-soundworks li {
	overflow: hidden;
}

.p-soundworks li .thumb {
	border: solid #eaeaea;
	border-radius: 0.5rem;
	overflow: hidden;
	width: 100%;
}

.p-soundworks li .thumb img {
	-o-object-fit: cover;
	border-radius: 0.5rem;
	display: block;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	width: 100%;
}

.p-soundworks li a:hover .thumb img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-soundworks li .title {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 0.5em;
}

/* フィルタ */

.soundworks-filter {
	margin-bottom: 40px;
	text-align: center;
}

.soundworks-filter ul {
	gap: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.soundworks-filter li {
	display: inline-block;
}

.soundworks-filter li a {
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 20px;
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	will-change: background-color, color, border-color;
}

.soundworks-filter li a:hover,
.soundworks-filter li a.active {
	background: #000;
	border-color: #000;
	color: #fff;
}

/* Soundworks Single Page（省略部はそのまま） */

.p-soundworks-single .container {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0px;
	padding: 0rem;
}

.p-soundworks-single .featured-image {
	margin: 40px 0;
	margin: 2.5rem 0;
	text-align: center;
}

.p-soundworks-single .featured-image img {
	border-radius: 0.5rem;
	display: inline-block;
	height: auto;
	max-width: 50%;
}

.p-soundworks-single .main-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-soundworks-single .main-title__line {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ccc), color-stop(20%, #ccc), color-stop(20%, #000), to(#000));
	background: linear-gradient(to right, #ccc 0, #ccc 20%, #000 20%, #000 100%);
	height: 4px;
	height: 0.25rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	width: 100%;
}

.p-soundworks-single .title-border {
	border: none;
	border-top: solid 3px #000;
	margin: 10px 0 30px;
	margin: 0.625rem 0 1.875rem;
	width: 100%;
}

.p-soundworks-single .content-wrapper {
	gap: 40px;
	gap: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-soundworks-single .left {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 45%;
	flex: 1 1 45%;
}

.p-soundworks-single .left .thumb img {
	display: block;
	height: auto;
	width: 100%;
}

.p-soundworks-single .right {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8; /* …中略（元のまま）*/
}

.p-soundworks-single .movie-section {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.p-soundworks-single .movie-section .movie-border {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ccc), color-stop(20%, #ccc), color-stop(20%, #000), to(#000));
	background: linear-gradient(to right, #ccc 0, #ccc 20%, #000 20%, #000 100%);
	height: 4px;
	height: 0.25rem;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	width: 100%;
}

.p-soundworks-single .movie-section .movie-wrapper {
	background: #ddd;
	height: 0;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.p-soundworks-single .movie-section .movie-wrapper iframe {
	inset: 0;
	height: 100%;
	position: absolute;
	width: 100%;
}

.related-creator-works {
	margin-top: 60px;
}

.related-creator-works h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

.related-creator-works .related-works-list {
	gap: 20px;
	gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
}

.related-creator-works .related-item {
	text-align: center;
}

.related-creator-works .related-item a {
	display: block;
}

.related-creator-works .related-item a .thumb {
	border: solid #eaeaea;
	border-radius: 0.5rem;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.related-creator-works .related-item a .thumb img {
	inset: 0;
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	position: absolute;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	width: 100%;
}

.related-creator-works .related-item a:hover .thumb img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.related-creator-works .related-item .related-title {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 8px;
	text-align: left;
}

.related-creator-works .related-item .no-thumb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

/* ページネーション（表示型のとき用） */

.pagination {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.pagination a,
.pagination span {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	display: inline-block;
	margin: 0 5px;
	padding: 8px 12px;
	text-decoration: none;
}

.pagination .current {
	background: #000;
	border-color: #000;
	color: #fff;
}

/* ボタン */

.p-soundworks__more {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-soundworks__more .view-more-button {
	background: #000;
	border: 1px solid #000;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 30px;
	padding: 0.625rem 1.875rem;
	text-decoration: none;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
}

.p-soundworks__more .view-more-button:hover {
	background: #fff;
	color: #000;
}

/* 低速環境/ユーザー設定対応 */

/* Soundworks: Creator タグ */

.p-soundworks-single .creator-tags {
	gap: 8px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none; /* 行間・列間 */
	margin: 24px 0 0;
	padding: 0; /* 箇条書き無効 */
}

.p-soundworks-single .creator-tags li {
	margin: 0;
	padding: 0;
}

.p-soundworks-single .creator-tags .full-link {
	background: #fff; /* 1語は折り返さない（複合語が多いなら外してOK） */
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 9999px; /* 本文の a スタイルを打ち消す */
	color: #111;
	display: inline-block;
	font-size: 14px;
	line-height: 1; /* チップ化 */
	padding: 8px 12px; /* pill 形状 */
	text-decoration: none;
	-webkit-transition: background 0.2s, color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
	transition: background 0.2s, color 0.2s, border-color 0.2s, -webkit-box-shadow 0.2s;
	transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
	transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s; /* 長い名前でもレイアウトを壊さない */
	white-space: nowrap;
}

.p-soundworks-single .creator-tags .full-link:hover {
	background: #111;
	border-color: #111;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
	color: #fff;
}

/* SP 微調整 */

.content-wrapper a {
	color: #1e8aff;
}

.works-grid__title {
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: left;
}

.back-to-list {
	margin-top: 40px;
	text-align: center;
}

.back-to-list .back-button {
	background: #000;
	border: 1px solid #000;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 30px;
	text-decoration: none;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
}

.back-to-list .back-button:hover {
	background: #fff;
	color: #000;
}

/* ===============================
   Contact Form 7 – Monotone UI
   =============================== */

.p-contact {
	--ink: #000;
	--bg: #fff;
	--muted: #777;
	--line: #111;
	--shade: #eee;
	background: var(--bg);
	border: 1px solid var(--line);
	color: var(--ink);
	margin: 0 auto;
	max-width: 760px;
	padding: 24px;
}

.p-contact__lead {
	border-bottom: 2px solid var(--ink);
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
	padding-bottom: 8px;
}

.p-contact .wpcf7-form p {
	margin: 0;
}

/* CF7が出す<p>の余白を抑制 */

.p-contact__label {
	display: block;
	font-weight: 600;
	margin: 20px 0 8px;
}

.p-contact__req {
	border: 1px solid var(--ink);
	font-size: 0.85em;
	font-weight: 600;
	margin-left: 0.5em;
	padding: 0 0.4em;
}

/* Inputs */

.p-contact input[type=text],
.p-contact input[type=email],
.p-contact input[type=tel],
.p-contact input[type=url],
.p-contact select,
.p-contact textarea {
	background: var(--bg);
	border: 2px solid var(--ink);
	border-radius: 0;
	color: var(--ink);
	font-size: 16px;
	line-height: 1.5;
	outline: none;
	padding: 12px 14px;
	-webkit-transition: -webkit-box-shadow 0.15s ease, -webkit-transform 0.05s ease;
	transition: -webkit-box-shadow 0.15s ease, -webkit-transform 0.05s ease;
	transition: box-shadow 0.15s ease, transform 0.05s ease;
	transition: box-shadow 0.15s ease, transform 0.05s ease, -webkit-box-shadow 0.15s ease, -webkit-transform 0.05s ease;
	width: 100%;
}

.p-contact textarea {
	min-height: 160px;
	resize: vertical;
}

.p-contact input::-moz-placeholder,
.p-contact textarea::-moz-placeholder {
	color: var(--muted);
}

.p-contact input::-webkit-input-placeholder,
.p-contact textarea::-webkit-input-placeholder {
	color: var(--muted);
}

.p-contact input::-moz-placeholder,
.p-contact textarea::-moz-placeholder {
	color: var(--muted);
}

.p-contact input::-ms-input-placeholder,
.p-contact textarea::-ms-input-placeholder {
	color: var(--muted);
}

.p-contact input::placeholder,
.p-contact textarea::placeholder {
	color: var(--muted);
}

/* Focus: 高コントラストの点線 + わずかな浮き上がり */

.p-contact input:focus-visible,
.p-contact select:focus-visible,
.p-contact textarea:focus-visible {
	-webkit-box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--ink);
	box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--ink);
}

/* Select（矢印はOS依存でOK。必要ならappearance: none;でカスタム） */

.p-contact select {
	background-image: none;
}

/* ラジオ/チェック（白黒カスタム） */

.p-contact .wpcf7-list-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 8px;
	margin-right: 18px;
}

.p-contact__checks input[type=radio],
.p-contact__checks input[type=checkbox] {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background: var(--bg);
	border: 2px solid var(--ink);
	display: inline-block;
	height: 18px;
	margin: 0 8px 0 0;
	outline: none;
	position: relative;
	vertical-align: middle;
	width: 18px;
}

.p-contact__checks input[type=radio] {
	border-radius: 50%;
}

.p-contact__checks input[type=checkbox] {
	border-radius: 0;
}

.p-contact__checks input[type=radio]:checked::after {
	inset: 3px;
	background: var(--ink);
	border-radius: 50%;
	content: "";
	position: absolute;
}

.p-contact__checks input[type=checkbox]:checked::after {
	inset: 2px;
	background: var(--ink);
	content: "";
	position: absolute;
}

.p-contact__checks input[type=radio]:focus-visible,
.p-contact__checks input[type=checkbox]:focus-visible {
	-webkit-box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--ink);
	box-shadow: 0 0 0 3px var(--bg), 0 0 0 5px var(--ink);
}

/* 送信ボタン（反転ホバー） */

.p-contact__submit input[type=submit] {
	background: var(--ink);
	border: 2px solid var(--ink);
	color: var(--bg);
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin-top: 24px;
	padding: 14px 20px;
	text-align: center;
	-webkit-transition: -webkit-transform 0.05s ease;
	transition: -webkit-transform 0.05s ease;
	transition: transform 0.05s ease;
	transition: transform 0.05s ease, -webkit-transform 0.05s ease;
	width: 100%;
}

.p-contact__submit input[type=submit]:hover {
	background: var(--bg);
	color: var(--ink);
}

.p-contact__submit input[type=submit]:active {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
}

/* プライバシー行 */

.p-contact__privacy {
	border-top: 1px solid var(--shade);
	color: var(--ink);
	font-size: 15.2px;
	font-size: 0.95rem;
	margin-top: 12px;
	padding-top: 12px;
}

/* バリデーション（カラーは黒のみ／線種で表現） */

.p-contact .wpcf7-not-valid,
.p-contact .wpcf7 .wpcf7-not-valid {
	border-style: dashed !important;
}

.p-contact .wpcf7-not-valid-tip {
	color: var(--ink);
	display: block;
	font-size: 14.4px;
	font-size: 0.9rem;
	margin-top: 6px;
}

/* 送信結果メッセージ */

.p-contact .wpcf7 form .wpcf7-response-output {
	background: var(--bg);
	border: 2px solid var(--ink);
	color: var(--ink);
	margin: 20px 0 0;
	padding: 12px 16px;
}

/* スピナー（黒基調） */

.p-contact .wpcf7-spinner {
	border: 2px solid var(--ink);
	border-right-color: transparent;
	margin-left: 8px;
}

/* 細かい余白の最適化 */

.p-contact .wpcf7-form-control-wrap {
	display: block;
}

/* モバイル微調整 */

.p-visualworks-single {
	padding: 60px 20px;
	padding: 3.75rem 1.25rem;
}

.p-visualworks-single__container {
	margin: 0 auto;
	max-width: 1000px;
}

.p-visualworks-single__title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.p-visualworks-single__title-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4px;
	height: 0.25rem;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	width: 100%;
}

.p-visualworks-single__title-line span {
	display: block;
	height: 100%;
}

.p-visualworks-single__title-line .gray {
	background-color: #ddd;
	width: 25%;
}

.p-visualworks-single__title-line .black {
	background-color: #000;
	width: 75%;
}

.p-visualworks-single__movie {
	height: 0;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding-bottom: 56.25%;
	position: relative;
}

.p-visualworks-single__movie iframe,
.p-visualworks-single__movie embed,
.p-visualworks-single__movie video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-visualworks-single__content {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 auto 30px;
	margin: 0 auto 1.875rem;
	max-width: 100%;
	text-align: left;
	white-space: pre-line;
}

.p-visualworks-single__content p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	margin-top: 0;
}

.p-visualworks-single__tags {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.p-visualworks-single__tags li {
	background: #eee;
	border-radius: 0.25rem;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 4px 10px;
	padding: 0.25rem 0.625rem;
}

.p-visualworks-single__tags li a {
	color: #333;
	text-decoration: none;
}

.p-visualworks-single__tags li a:hover {
	text-decoration: underline;
}

.p-visualworks-archive {
	margin: 50px 0;
	margin: 3.125rem 0;
}

.p-visualworks-archive h2 {
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
	text-align: center;
}

.p-visualworks-archive .works-filter {
	gap: 8px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.p-visualworks-archive .works-filter li {
	list-style: none;
}

.p-visualworks-archive .works-filter li a {
	background: #f2f2f2;
	border-radius: 1.25rem;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 6px 16px;
	padding: 0.375rem 1rem;
	text-decoration: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.p-visualworks-archive .works-filter li a.active {
	background: #000;
	color: #fff;
}

.p-visualworks-archive .works-filter li a:hover {
	background: #ccc;
}

.p-visualworks-archive .visualworks-grid {
	gap: 16px;
	gap: 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-visualworks-archive .visualworks-grid li a {
	color: inherit;
	display: block;
	text-decoration: none;
}

.p-visualworks-archive .visualworks-grid li .thumb {
	background-color: #ddd;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-visualworks-archive .visualworks-grid li .thumb img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	width: 100%;
}

.p-visualworks-archive .visualworks-grid li .thumb:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-visualworks-archive .visualworks-grid li .title {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: left;
}

.p-visualworks-archive .pagination {
	gap: 8px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-visualworks-archive .pagination .page-numbers {
	background: #000;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 6px 12px;
	padding: 0.375rem 0.75rem;
	text-decoration: none;
}

.p-visualworks-archive .pagination .page-numbers:hover {
	background: #444;
}

.p-visualworks-archive .pagination .page-numbers.current {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
}

.p-visualworks {
	background: #000;
	color: #fff;
	margin-left: calc(50% - 50vw);
	padding: 60px 20px;
	padding: 3.75rem 1.25rem;
	text-align: center;
	width: 100vw;
}

.p-visualworks h2 {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-visualworks .visualworks-grid {
	gap: 16px;
	gap: 1rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
	list-style: none;
	margin: 0 auto;
	max-width: 1060px;
	max-width: 66.25rem;
	padding: 0;
}

.p-visualworks .visualworks-grid li {
	aspect-ratio: 16/9;
	background: #222;
	border-radius: 0.25rem;
	overflow: hidden;
	width: 100%;
}

.p-visualworks .visualworks-grid li a {
	display: block;
	height: 100%;
}

.p-visualworks .visualworks-grid li a .thumb {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-visualworks .visualworks-grid li a .thumb img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.p-visualworks .visualworks-grid li a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-visualworks .p-visualworks__more {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.p-visualworks .p-visualworks__more .view-more-button {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 10px 30px;
	padding: 0.625rem 1.875rem;
	text-decoration: none;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
}

.p-visualworks .p-visualworks__more .view-more-button:hover {
	background: #fff;
	color: #000;
}

.p-works h2 {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: center;
}

/* ▼ フィルターメニュー */

.p-works .works-filter {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-works .works-filter__list {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-works .works-filter__item a {
	background-color: #f5f5f5;
	border: 2px solid #ddd;
	border-radius: 624.9375rem;
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 8px 20px;
	padding: 0.5rem 1.25rem;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-works .works-filter__item a:hover,
.p-works .works-filter__item a.active {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* ▼ 投稿グリッド */

.p-works .works-grid {
	gap: 16px;
	gap: 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-works .works-grid__item {
	overflow: hidden;
}

.p-works .works-grid__link {
	display: block;
	text-decoration: none;
}

.p-works .works-grid__thumb {
	border: 1px solid #eaeaea;
	border-radius: 0.5rem;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
	width: 100%;
}

.p-works .works-grid__thumb img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
	width: 100%;
}

.p-works .works-grid__link:hover .works-grid__thumb img {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.p-works .works-grid__title {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 8px;
	margin-top: 0.5rem;
	text-align: left;
}

/* ▼ ページネーション */

.p-works__pagination {
	margin-top: 40px;
	margin-top: 2.5rem;
	text-align: center;
}

.p-works__pagination .pagination {
	gap: 6px;
	gap: 0.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-works__pagination .pagination a,
.p-works__pagination .pagination span {
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 6px 12px;
	padding: 0.375rem 0.75rem;
	text-decoration: none;
}

.p-works__pagination .pagination .current {
	background: #000;
	border-color: #000;
	color: #fff;
}

/* ふわり＆ディゾルブ：デフォルトは表示（no-JSでも消えない） */

.reveal {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: opacity 0.6s ease, -webkit-filter 0.7s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-filter 0.7s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, filter 0.7s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, filter 0.7s ease, transform 0.6s ease, -webkit-filter 0.7s ease, -webkit-transform 0.6s ease;
	will-change: opacity, filter, transform;
}

.reveal.is-visible {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

/* JS 有効時のみ：初期非表示 → is-visible で表示 */

html.js .reveal {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
	-webkit-filter: blur(8px);
	filter: blur(8px);
	opacity: 0;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}

html.js .reveal.is-visible {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

/* 動き控えめ設定の人はアニメ無効 */

/* 動き控えめ設定の人はアニメ無効 */

/* ▼ タームメニュー（通常遷移／ピル型） */

.tax-pillmenu {
	-webkit-overflow-scrolling: touch;
	margin: 24px 0 32px;
	margin: 1.5rem 0 2rem; /* スマホ横スクロール可（長いラベル対策） */
	overflow-x: auto;
	text-align: center;
}

.tax-pillmenu__list {
	gap: 10px;
	gap: 0.625rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tax-pillmenu__item a { /* pill */
	background-color: #f5f5f5;
	border: 2px solid #ddd;
	border-radius: 624.9375rem;
	color: #333;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 8px 20px;
	padding: 0.5rem 1.25rem;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	white-space: nowrap;
}

.tax-pillmenu__item a:hover,
.tax-pillmenu__item a.active,
.tax-pillmenu__item a[aria-current=page] {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* 既存の .p-works のグリッドと整合（必要なら残してOK） */

.p-works .works-grid {
	gap: 16px;
	gap: 1rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-works .works-grid__thumb {
	border: 1px solid #eaeaea; /* 16:9 */
	border-radius: 0.5rem;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.p-works .works-grid__thumb img {
	inset: 0;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

/* ===== Related(=works-grid) を安定させる上書き ===== */

/* グリッド（SP2列 / PC4列） */

.related-creator-works .works-grid {
	gap: 10px;
	gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* カード基本 */

.related-creator-works .works-grid__item {
	overflow: hidden;
}

.related-creator-works .works-grid__link {
	color: inherit;
	display: block;
	text-decoration: none;
}

/* サムネ（16:9固定。正方形にしたい場合は aspect-ratio:1/1 に変更） */

.related-creator-works .works-grid__thumb {
	aspect-ratio: 16/9;
	background: #f6f6f6;
	border: 1px solid #eaeaea;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}

/* Safari等のフォールバック */

/* 画像をトリミングフィット（旧 .thumb img を上書き） */

.related-creator-works .works-grid__thumb img {
	inset: 0;
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	position: absolute;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	width: 100%;
}

/* ホバー */

.related-creator-works .works-grid__link:hover .works-grid__thumb img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

/* タイトル：SPは非表示、PCで表示（archive と同様） */

.related-creator-works .works-grid__title {
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 0.5em;
}

.l-footer {
	contain: layout paint;
	background-color: #000000;
	color: #ffffff;
	padding: 80px 0;
	padding: 5rem 0;
	text-align: center; /* セクション分離でレイアウト影響を減らす */
}

.l-header {
	height: 60px;
	height: 3.75rem;
	width: 100%;
}

.l-main {
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

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

.p-header,
.p-header ul,
.reveal,
.thumb img {
	-webkit-transition-delay: 0ms !important;
	transition-delay: 0ms !important;
	-webkit-transition-duration: 0.01ms !important;
	transition-duration: 0.01ms !important;
}

.reveal,
.reveal.is-visible,
html.js .reveal,
html.js .reveal.is-visible {
	-webkit-filter: none !important;
	filter: none !important;
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.reveal,
.reveal.is-visible {
	-webkit-filter: none !important;
	filter: none !important;
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-contact .p-contact__row {
	-moz-column-gap: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: grid;
}

.p-contact .p-contact__row--agree {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.p-creatorworks .creatorworks-grid {
	-moz-column-gap: 0.625rem;
	row-gap: 1.25rem;
	-webkit-column-gap: 0.625rem;
	column-gap: 0.625rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-creatorworks .creatorworks-grid li .thumb img {
	aspect-ratio: auto;
	height: 12.5rem;
}

.p-header.is-hidden {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.p-main__logo {
	margin: 0 auto;
	width: 460px;
}

.p-main__catch {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 3.125rem;
}

.innercontents {
	margin-top: 2.5rem;
	padding: 2.5rem 0;
	padding-bottom: 3.125rem;
}

.p-soundworks ul {
	gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-soundworks-single .main-title {
	font-size: 1.75rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.p-soundworks-single .movie-section {
	margin-top: 2.5rem;
}

.p-soundworks-single .movie-section .movie-border {
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ccc), color-stop(20%, #ccc), color-stop(20%, #000), to(#000));
	background: linear-gradient(to right, #ccc 0, #ccc 20%, #000 20%, #000 100%);
	height: 0.25rem;
	margin-bottom: 1.875rem;
	width: 100%;
}

.works-grid__title {
	display: block;
	font-size: 0.875rem;
	text-align: left;
}

.p-visualworks .visualworks-grid {
	gap: 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
	justify-items: center;
	list-style: none;
	margin: 0 auto;
	max-width: 66.25rem;
	padding: 0;
}

.p-works h2 {
	font-size: 2rem;
	margin-bottom: 2.5rem;
	text-align: center;
}

.tax-pillmenu__list {
	gap: 0.625rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-works .works-grid {
	gap: 1rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.related-creator-works .works-grid {
	gap: 1.25rem;
	grid-template-columns: repeat(4, 1fr);
}

.related-creator-works .works-grid__title {
	display: block;
	font-size: 0.875rem;
	text-align: left;
}

.l-main {
	margin-top: 6.25rem;
	padding-bottom: 6.25rem;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 767px) {

.p-header { /* メニューは transform でスライド（right操作はしない） */ /* SPロゴは非表示 */
}

.p-header__hamburger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 1.25rem;
	top: 0.625rem;
}

.p-header ul {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
	max-width: 300px;
	padding: 2.5rem 1.25rem;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.28s ease;
	transition: -webkit-transform 0.28s ease;
	transition: transform 0.28s ease;
	transition: transform 0.28s ease, -webkit-transform 0.28s ease;
	width: 80%; /* 常にflex。見え方だけをtransformで制御 */
	will-change: transform;
	z-index: 1000;
}

.p-header ul.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.p-header ul li {
	margin-bottom: 1.25rem;
	margin-right: 0;
}

.p-header__logo {
	padding-right: 0;
}

.related-creator-works .related-works-list {
	gap: 0.625rem;
	grid-template-columns: repeat(2, 1fr);
}

.related-creator-works .related-item .related-title {
	display: none;
}

.p-soundworks-single .creator-tags {
	gap: 6px 8px;
	margin-top: 18px;
}

.p-soundworks-single .creator-tags .full-link {
	font-size: 13px;
	padding: 7px 10px;
}

}

@media (max-width: 640px) {

.p-contact {
	padding: 16px;
}

.p-contact__submit input[type=submit] {
	padding: 12px 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=styles.css.map */
