/* -------------------------------------------------------------------------- */
/* Front below-fold + sections (MV: mv.css; chrome: chrome.css; components: common.css) */
/* -------------------------------------------------------------------------- */

/* Modern CSS reset (front + below-fold sections; contact uses common + contact.css) */
*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	margin: 0;
}

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

html,
body {
	height: 100%;
}

body {
	position: relative;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.c-main {
	position: relative;
	z-index: 1;
	min-height: 100%;
	padding-top: 74px;
}

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

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}

ul[role="list"],
ol[role="list"] {
	list-style: none;
}

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

.c-philosophy {
	padding: 50px 20px 100px;
}

.c-philosophy__inner {
	width: min(100%, 1104px);
	margin: 0 auto;
}

.c-philosophy__lead {
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 2;
	white-space: normal;
}

.c-philosophy__line,
.c-reason__line,
.c-reason-item__line {
	display: block;
	width: fit-content;
	opacity: 0;
	transform: translateX(-24px);
	clip-path: inset(0 100% 0 0);
	transition: opacity 0.7s ease, transform 0.75s ease, clip-path 0.95s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform, clip-path;
}

.c-philosophy__line.is-visible,
.c-reason__line.is-visible,
.c-reason-item__line.is-visible {
	opacity: 1;
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
}

.c-mv__copy.is-reveal-ready {
	clip-path: inset(0 100% 0 0);
	transition: clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: clip-path;
}

.c-mv__copy.is-reveal-ready.is-visible {
	clip-path: inset(0 0 0 0);
}

.c-philosophy__line--gap {
	height: 2em;
}

@media (prefers-reduced-motion: reduce) {
	.c-philosophy__line,
	.c-reason__line,
	.c-reason-item__line,
	.c-mv__copy.is-reveal-ready {
		opacity: 1;
		transform: none;
		clip-path: none;
		transition: none;
	}

	.c-business-card.is-reveal-ready {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.c-reason-item__num.is-reveal-ready {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.c-philosophy__link {
	margin-top: 98px;
}

.c-business {
	padding: 100px 20px 100px;
	background: rgba(0, 0, 0, 0.7);
}

.c-business__inner {
	width: min(100%, 1020px);
	margin: 0 auto;
}

.c-business__title {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 42px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: center;
	margin-bottom: 92px;
}

.c-business__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 362px));
	justify-content: center;
	gap: 40px;
}

.c-business-card {
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.c-business-card.is-reveal-ready {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.8s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.c-business-card.is-reveal-ready.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.c-business-card__title {
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.2;
	text-align: center;
	padding: 32px 18px;
}

.c-business-card picture {
	display: block;
	width: 100%;
	height: 203px;
	overflow: hidden;
}

.c-business-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-business-card__text {
	color: #4d4d4d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1.75;
	min-height: 142px;
	padding: 20px 18px 0;
}

.c-business-card__link {
	display: block;
	width: fit-content;
	margin: 22px auto 24px;
}

.c-reason {
	padding: 120px 20px 120px;
}

.c-reason__inner {
	width: min(100%, 1159px);
	margin: 0 auto;
}

.c-reason__title {
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(24px, 2.3vw, 32px);
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 80px;
}

.c-reason__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 361px));
	justify-content: space-between;
	gap: 36px;
}

.c-reason-item__num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 83px;
	height: 83px;
	border: 1px solid #4d4d4d;
	border-radius: 50%;
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1;
	margin: 0 auto 28px;
}

.c-reason-item__num.is-reveal-ready {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.75s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.c-reason-item__num.is-reveal-ready.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.c-reason-item__heading {
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(20px, 1.8vw, 24px);
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.55;
	margin-bottom: 24px;
}

.c-reason-item__text {
	color: #4d4d4d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1.75;
}

@media (max-width: 767px) {
	.c-philosophy {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.c-philosophy__lead {
		font-size: 16px;
	}

	.c-philosophy__link {
		margin-top: 60px;
	}

	.c-business {
		padding: 60px 20px;
	}

	.c-business__title {
		font-size: 30px;
		text-align: left;
		margin-bottom: 48px;
	}

	.c-business__grid {
		grid-template-columns: minmax(0, 362px);
		gap: 45px;
	}

	.c-business-card__title {
		font-size: 18px;
		padding: 24px 16px;
	}

	.c-business-card picture {
		height: 190px;
	}

	.c-business-card__image {
		height: 100%;
	}

	.c-business-card__text {
		min-height: 0;
		font-size: 15px;
		padding: 18px 16px 24px;
	}

	.c-business-card__link {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.c-reason {
		padding: 60px 20px;
	}

	.c-reason__title {
		font-size: clamp(20px, calc((24 / 402) * 100vw), 24px);
		line-height: 1.45;
		letter-spacing: 0.15em;
		margin-bottom: 60px;
	}

	.c-reason__grid {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.c-reason-item__num {
		width: 72px;
		height: 72px;
		font-size: 24px;
		margin-bottom: 22px;
	}

	.c-reason-item__heading {
		font-size: 22px;
		margin-bottom: 18px;
	}

	.c-reason-item__text {
		font-size: 15px;
	}
}

.c-news {
	padding: 120px 20px 100px;
}

.c-news__inner {
	width: min(100%, 362px);
	margin: 0 auto;
}

.c-news__title {
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
	margin-bottom: 47px;
}

.c-news-item {
	padding: 0 0 28px;
	margin-bottom: 28px;
	border-bottom: 1px solid #4d4d4d;
}

.c-news-item:last-child {
	margin-bottom: 0;
}

.c-news-item__date {
	display: block;
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1;
}

.c-news-item__title {
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.6;
	margin-top: 27px;
}

.c-news-item__link {
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-top: 18px;
}

.c-news__more {
	--text-link-line-width: 75px;
	display: block;
	width: fit-content;
	margin: 60px auto 0;
}

.c-media {
	padding: 0 20px 120px;
}

.c-media__inner {
	width: min(100%, 262px);
	margin: 0 auto;
}

.c-media__title {
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 56px;
}

.c-media-card picture {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.c-media-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-media-card__label {
	margin-top: 16px;
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.4;
}

.c-media-card__name {
	margin-top: 8px;
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.35;
}

.c-media-card__platforms {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 12px;
}

.c-media-card__platform-logo {
	display: block;
	width: auto;
	height: auto;
	max-height: 22px;
}

.c-media-card__platform-logo--spotify {
	width: 80px;
}

.c-media-card__platform-logo--apple {
	width: 101px;
}

.c-company {
	padding: 100px 20px 120px;
}

.c-company__inner {
	width: min(100%, 920px);
	margin: 0 auto;
}

.c-company__title {
	color: #4d4d4d;
	font-family: "Noto Serif JP", serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 46px;
}

.c-company__table {
	width: 100%;
	border-collapse: collapse;
	color: #4d4d4d;
}

.c-company__table th,
.c-company__table td {
	padding: 16px 0;
	border-bottom: 1px solid #d6d6d6;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
	vertical-align: top;
}

.c-company__table th {
	width: 210px;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.1em;
	text-align: left;
}

.c-company__table td {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.04em;
}

@media (max-width: 767px) {
	.c-news {
		padding: 80px clamp(16px, calc((20 / 402) * 100vw), 20px) 0;
	}

	.c-news__inner {
		width: 100%;
	}

	.c-news__title {
		font-size: 26px;
		text-align: left;
		margin-bottom: 47px;
		padding: 0;
	}

	.c-news-item {
		padding: 0 0 28px;
		margin-bottom: 28px;
	}

	.c-news-item__link {
		margin-left: auto;
		margin-right: 0;
	}

	.c-news__more {
		margin-top: 60px;
		margin-left: auto;
		margin-right: 0;
	}

	.c-media {
		padding: 80px 0 100px;
	}

	.c-media__title {
		text-align: center;
		padding: 0 20px;
		margin-bottom: 44px;
	}

	.c-media__inner {
		width: 100%;
	}

	.c-media-card {
		width: min(100%, 262px);
		margin: 0 auto;
	}

	.c-media-card__name {
		font-size: 17px;
	}

	.c-company {
		padding: 80px 20px 100px;
	}

	.c-company__title {
		font-size: 28px;
		margin-bottom: 32px;
	}

	.c-company__table th,
	.c-company__table td {
		display: block;
		width: 100%;
		padding: 12px 0;
		font-size: 14px;
		line-height: 1.7;
	}

	.c-company__table th {
		padding-bottom: 4px;
		border-bottom: none;
	}

	.c-company__table td {
		padding-top: 0;
		padding-bottom: 14px;
	}
}

.c-footer {
	position: relative;
	z-index: 1;
	padding: 64px 20px 32px;
}

.c-footer__inner {
	width: min(100%, 1240px);
	margin: 0 auto;
}

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

.c-footer__brand img {
	display: block;
	width: 181px;
	height: auto;
}

.c-footer__nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: fit-content;
	margin-top: 92px;
	color: #4d4d4d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.35;
}

.c-footer__nav a {
	color: inherit;
	text-decoration: none;
}

.c-footer__subnav {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-left: 28px;
	margin-top: -2px;
}

.c-footer__subnav a {
	position: relative;
}

.c-footer__subnav a::before {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	width: 14px;
	height: 1px;
	background: currentColor;
	transform: translateY(-50%);
}

.c-footer__copy {
	margin-top: 80px;
	color: #4d4d4d;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-align: center;
}

@media (max-width: 767px) {
	.c-footer {
		padding-top: 56px;
		padding-bottom: 30px;
	}

	.c-footer__nav {
		margin-top: 64px;
	}

	.c-footer__copy {
		margin-top: 64px;
	}
}
