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

.u-desktop {
	display: none !important;
}

/* 414px以下で改行 */

/* 500px以下で改行 */

/* 1000px以下で改行 */

/* 1000px以上で改行 */

.br-1000-more {
	display: none;
}

/* 1480px以上で改行 */

.br-1480-more {
	display: none;
}

/* 1920px以上で改行 */

.br-1920-more {
	display: none;
}

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

html {
	font-size: 16px;
	scroll-padding-top: 2.875rem;
}

/* PC版Chromeで拡縮画像ぼやけ対策 */

/* iPhoneSafariで画像ジャギ対策 */

img {
	image-rendering: auto;
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ---- */

.content-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

main {
	flex: 1;
}

/* コンテンツ量が少なく短いページでもフッターを最下部に表示する ここまで ---- */

/* YouTubeのframeborder属性の変わり(HTML5の標準仕様で廃止されているため) */

iframe {
	border: none;
}

*,
*::before,
*::after {
	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 {
	overscroll-behavior: none;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	overscroll-behavior: none;
	text-rendering: optimizeLegibility;
}

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

ul {
	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;
	height: auto;
	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: 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;
}

/* ホバー */

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

html.is-fixed {
	overflow: hidden;
}

.concept-fv {
	background: linear-gradient(157deg, #F5F5F5 0%, #EBEBEB 100%);
	padding: 4.875rem 0 1.125rem;
}

.concept-section {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	overflow: hidden;
	padding: 5rem 1.875rem 7.5rem;
	position: relative;
	width: 100%;
}

.concept-section__bg {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.concept-section__bg img,
.concept-section__bg video {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.concept-section__bg::after {
	background: linear-gradient(0deg, rgba(251, 228, 214, 0.15) 0%, rgba(251, 228, 214, 0.15) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.39) 0%, rgba(255, 255, 255, 0.39) 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.concept-section__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 37.5rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.concept-section__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.concept-section__heading-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.concept-section__heading-en {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.concept-section__heading-line {
	background-color: #333;
	height: 0.125rem;
	margin-top: 0.25rem;
	width: 3rem;
}

.concept-section__heading-ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	margin: 0;
	text-align: center;
}

.concept-section__deco {
	align-items: center;
	display: flex;
	height: 1.5rem;
	justify-content: center;
	margin-top: 2.5rem;
	width: 0.0625rem;
}

.concept-section__deco img {
	display: block;
}

.concept-section__body-wrap {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	padding-top: 2.625rem;
	width: 100%;
}

.concept-section__scrollbar {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 30rem;
	justify-content: center;
}

.concept-section__scrollbar-track {
	background: #D9D9D9;
	border-radius: 0.125rem;
	height: 10rem;
	position: relative;
	width: 0.125rem;
}

.concept-section__scrollbar-thumb {
	background: #707070;
	border-radius: 0.125rem;
	left: 0;
	position: absolute;
	top: 0;
	transition: top 0.1s linear;
	width: 100%;
}

.concept-section__body {
	color: #333;
	direction: rtl;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 2.1428571429;
	margin-top: 0.1875rem;
	max-height: 25rem;
	overflow-y: scroll;
	scrollbar-width: none;
	text-align: center;
}

.concept-section__body::-webkit-scrollbar {
	display: none;
}

.concept-section__body p {
	direction: ltr;
}

.concept-section__body p:not(:first-child) {
	margin-top: 3.375rem;
}

.concept-section__body p.margin-top-small {
	margin-top: 1.9375rem;
}

.concept-section__author {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	margin-top: 2.5rem;
}

.experience {
	background: linear-gradient(91deg, #F4F4F4 0%, #E8E4E1 100%);
	padding: 5rem 1.25rem 7.25rem;
	width: 100%;
}

.experience__inner {
	display: flex;
	flex-direction: column;
	gap: 7.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.experience__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.experience__heading-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.experience__heading-en {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.experience__heading-line {
	background-color: #333;
	height: 0.0625rem;
	margin-top: 0.25rem;
	width: 3rem;
}

.experience__heading-ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	margin: 0;
	text-align: center;
}

.experience__items {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.experience__item {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.experience__item:nth-child(even) .experience__number {
	margin-left: 0;
	text-align: right;
}

.experience__item:nth-child(even) .experience__content {
	align-items: flex-start;
}

.experience__item:nth-child(even) .experience__caption-wrap {
	align-items: flex-start;
}

.experience__item:nth-child(even) .experience__text {
	display: flex;
	flex-direction: column;
	max-height: none;
	overflow-y: visible;
	text-align: left;
}

.experience__item:nth-child(even) .experience__text p {
	margin-left: 0;
	margin-right: auto;
}

.experience__item:nth-child(even) .experience__text-row {
	flex-direction: row;
}

.experience__item:nth-child(even) .experience__vertical-title {
	align-items: end;
	display: flex;
}

.experience__item:nth-child(even) .experience__img-row {
	margin-left: auto;
}

.experience__img-row {
	align-items: flex-start;
	display: flex;
	gap: 0.625rem;
	width: 20.9375rem;
}

.experience__img-row--reverse {
	justify-content: flex-end;
}

.experience__img {
	aspect-ratio: 246/328;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	width: 15.375rem;
}

.experience__img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.experience__vertical-title {
	color: #333;
	flex: 1;
	font-family: "Noto Serif JP", serif;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.074375rem;
	letter-spacing: 0.42em;
	line-height: 1.4117647059;
	margin-top: 0.3125rem;
	text-align: right;
	text-orientation: upright;
	writing-mode: vertical-rl;
}

.experience__number {
	color: #998263;
	font-family: "Cormorant", serif;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1;
	margin-left: auto;
	width: 20.9375rem;
}

.experience__content {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.experience__caption-wrap {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.experience__caption-wrap--right {
	align-items: flex-end;
}

.experience__caption {
	color: #707070;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	margin: 0;
	text-align: right;
}

.experience__caption-line {
	background-color: #333;
	height: 0.0625rem;
	width: 1.5625rem;
}

.experience__text-row {
	align-items: flex-end;
	display: flex;
	flex-direction: row-reverse;
	gap: 0.625rem;
	max-width: 20.9375rem;
	width: 100%;
}

.experience__side-deco {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 0.5rem;
	height: 100%;
	justify-content: flex-end;
	width: 4.1875rem;
}

.experience__side-line {
	background-color: #333;
	display: block;
	width: 0.0625rem;
}

.experience__side-line--90 {
	height: 5.625rem;
}

.experience__side-line--99 {
	height: 6.1875rem;
}

.experience__side-line--96 {
	height: 6rem;
}

.experience__text {
	align-items: flex-end;
	color: #333;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 2.1428571429;
	margin-top: 0.375rem;
	max-height: 20rem;
	overflow-y: scroll;
	scrollbar-width: none;
	text-align: justify;
}

.experience__text::-webkit-scrollbar {
	display: none;
}

.experience__text p {
	margin-left: auto;
	max-width: 15.5rem;
}

.experience__scrollbar {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
}

.experience__scrollbar-track {
	background: #D9D9D9;
	border-radius: 0.125rem;
	height: 11.625rem;
	position: relative;
	width: 0.125rem;
}

.experience__scrollbar-thumb {
	background: #707070;
	border-radius: 0.125rem;
	left: 0;
	position: absolute;
	top: 0;
	transition: top 0.1s linear;
	width: 100%;
}

.concept-gallery {
	background-color: #f1f1f1;
	overflow: hidden;
	padding: 5rem 1.25rem;
}

.concept-gallery__inner {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.concept-gallery__sub-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.concept-gallery__sub-slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.concept-gallery__sub-slide {
	flex-shrink: 0;
	width: 15.375rem;
}

.concept-gallery__sub-img {
	aspect-ratio: 246/163;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.concept-gallery__sub-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.concept-gallery__dots {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.concept-gallery__dot {
	background-color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	height: 0.375rem;
	opacity: 1;
	padding: 0;
	transition: background-color 0.3s;
	width: 0.375rem;
}

.concept-gallery__dot.is-active {
	background-color: #333;
}

.error-404 {
	background: linear-gradient(151deg, #f5f5f5 0%, #ebebeb 100%);
	overflow: hidden;
	padding-bottom: 1.25rem;
	padding-top: 4.875rem;
}

.error-404__inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.error-404__image {
	padding: 0 1.25rem;
}

.error-404__image img {
	-o-object-fit: cover;
	aspect-ratio: 335/447;
	display: block;
	object-fit: cover;
	width: 100%;
}

.error-404__content {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.error-404__title {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.error-404__text {
	padding: 1.25rem;
	text-align: center;
}

.error-404__message {
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.04875rem;
	line-height: 1.7692307692;
	margin: 0;
}

.error-404__submessage {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	margin-top: 1.4375rem;
}

.error-404__button-wrap {
	padding: 3.75rem 1.25rem;
}

.error-404__button a {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #998263;
	display: flex;
	height: 2.625rem;
	justify-content: center;
	overflow: hidden;
	padding: 0.375rem 1.75rem;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.error-404__button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.error-404__button-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06125rem;
	line-height: 2.625rem;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

.error-404__button-text span {
	font-family: "Didot", "GFS Didot", serif;
	font-size: 1.25rem;
	font-style: normal;
	letter-spacing: 0.0625rem;
	margin-right: 0.4375rem;
}

.error-404__button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.floating-cta {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #998263;
	bottom: 0;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: center;
	left: 0;
	letter-spacing: 0.06125rem;
	line-height: 1;
	opacity: 0;
	padding: 0.75rem 1.75rem;
	pointer-events: none;
	position: fixed;
	text-align: center;
	text-decoration: none;
	transform: translateY(100%);
	transition: opacity 0.4s ease, transform 0.4s ease;
	width: 100%;
	z-index: 100;
}

.floating-cta.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.footer {
	background: #616161;
	color: #fff;
}

.footer__inner {
	display: flex;
	flex-direction: column;
	gap: 5.1875rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 5rem 1.25rem;
}

.footer__section {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	width: 100%;
}

.footer__section--contact {
	gap: 5rem;
}

.footer__heading {
	border-bottom: 0.0625rem solid #fff;
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.0625rem;
	line-height: 1;
	padding-bottom: 0.3125rem;
}

.footer__studio-content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.footer__studio-name {
	display: flex;
}

.footer__studio-title {
	color: #fff;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.0625rem;
	line-height: 1;
	margin: 0;
}

.footer__studio-subtitle {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.64;
	margin: 0;
}

.footer__address {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.64;
}

.footer__map {
	aspect-ratio: 335/240;
	margin-top: 1.25rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.footer__map iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.footer__menu {
	width: 100%;
}

.footer__menu-list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__menu-item {
	width: 100%;
}

.footer__menu-link {
	-webkit-text-decoration: none;
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.64;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.footer__contact-buttons {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	width: 100%;
}

.footer__line-button {
	-webkit-text-decoration: none;
	align-items: center;
	background: rgb(153, 130, 99);
	display: flex;
	height: 2.625rem;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.footer__line-button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.footer__line-button-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06125rem;
	line-height: 2.625rem;
	margin: 0;
	text-align: center;
}

.footer__line-button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.footer__instagram {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	height: 2.625rem;
	justify-content: center;
}

.footer__instagram-icon {
	display: block;
	flex-shrink: 0;
	height: 0.9375rem;
	width: 0.9375rem;
}

.footer__instagram-link {
	-webkit-text-decoration: none;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.64;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.footer__copyright {
	align-items: center;
	background: linear-gradient(94.24deg, #F4F4F4 0%, #E8E4E1 50.49%);
	display: flex;
	justify-content: center;
	padding: 0.625rem;
}

.footer__copyright-text {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.fv {
	height: 100vh;
	position: relative;
	width: 100%;
}

.fv__bg {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.fv__bg-main {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fv__bg-main img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.fv__inner {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	height: 100%;
	padding: 7.5rem 1.25rem 7.5rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.fv__content {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.fv__title {
	color: #fff;
	display: flex;
	flex: 1;
	flex-direction: column;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	justify-content: center;
	line-height: 1;
	text-align: center;
	white-space: pre-wrap;
	width: 100%;
}

.fv__title-main {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.12rem;
	margin-bottom: 2.5625rem;
	margin-top: -0.75rem;
}

.fv__title-sub {
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.04875rem;
	margin: 0;
}

.fv__cta {
	margin-top: auto;
	width: 100%;
}

.fv__button {
	-webkit-text-decoration: none;
	align-items: center;
	border: 0.0625rem solid #fff;
	display: flex;
	height: 2.625rem;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.fv__button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.fv__button-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06125rem;
	line-height: 2.625rem;
	margin: 0;
	text-align: center;
}

.fv__button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.hamburger {
	height: 1.5rem;
	position: relative;
	width: 2rem;
	z-index: 100;
}

.hamburger span {
	background-color: #fff;
	height: 2px;
	position: absolute;
	transition: 0.3s ease-in-out;
	width: inherit;
}

.hamburger span:nth-child(1) {
	bottom: 0.75rem;
}

.hamburger span:nth-child(2) {
	bottom: 0rem;
}

.hamburger.is-active span:nth-child(1) {
	transform: translateY(0.25rem) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
	transform: translateY(-0.5rem) rotate(-135deg);
}

body.is-active {
	height: 100%;
	overflow: hidden;
}

.header {
	background-color: transparent;
	left: 0;
	padding: 1.0625rem 1.25rem;
	position: fixed;
	top: 0;
	transform: translateZ(0);
	transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
	width: 100%;
	will-change: background-color, padding;
	z-index: 3000;
}

.header.is-color {
	background-color: #F1F1F1;
	padding: 0.3125rem 1.25rem;
}

.header.is-color .header__logo-link {
	color: #998263;
}

.header.is-color .header__line-link {
	color: #998263;
}

.header.is-color .header__hamburger-line {
	background: #998263;
}

.header__inner {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	width: 100%;
}

.header__logo {
	margin: 0;
}

.header__logo-link {
	-webkit-text-decoration: none;
	color: #fff;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.header__nav {
	align-items: center;
	display: flex;
	gap: 1.75rem;
	justify-content: flex-end;
}

.header__line-link {
	-webkit-text-decoration: none;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	line-height: 1.6;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.header__hamburger {
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	height: 1.25rem;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease-in-out;
	width: 1.25rem;
}

.header__hamburger-line {
	backface-visibility: hidden;
	background: #fff;
	display: block;
	height: 0.125rem;
	transition: all 0.3s ease-in-out;
	width: 1.25rem;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
	transform: translateY(0.5rem) rotate(45deg);
}

.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
	opacity: 0;
	transform: scale(0);
}

.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
	transform: translateY(-0.5rem) rotate(-45deg);
}

body.is-active .header.is-color {
	background-color: transparent;
}

body.is-active .header .header__logo-link,
body.is-active .header .header__line-link {
	color: #fff;
}

body.is-active .header .header__hamburger-line {
	background-color: #fff;
}

.header--subpage .header__logo-link {
	color: #998263;
}

.header--subpage .header__line-link {
	color: #998263;
}

.header--subpage .header__hamburger-line {
	background: #998263;
}

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

.menu-fv {
	background: linear-gradient(157deg, #f5f5f5 0%, #ebebeb 100%);
	padding-bottom: 1.25rem;
	padding-top: 4.875rem;
	position: relative;
	width: 100%;
}

.menu-list {
	background: linear-gradient(149deg, #f4f4f4 0%, #e8e4e1 100%);
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 5rem;
	width: 100%;
}

.menu-list__inner {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.menu-list__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.menu-list__heading-en {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.menu-list__heading-line {
	background-color: #333;
	height: 0.0625rem;
	margin-top: 0.5rem;
	width: 3rem;
}

.menu-list__heading-ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	margin-top: 0.875rem;
	text-align: center;
}

.menu-list__cards {
	display: flex;
	gap: 1.25rem;
}

.menu-list__card-link {
	-webkit-text-decoration: none;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1.4375rem;
	text-decoration: none;
}

.menu-list__card-img {
	aspect-ratio: 157.5/210;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.menu-list__card-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.menu-list__card-overlay {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.menu-list__card-title-en {
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.menu-list__card-title-ja {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	text-align: center;
}

.menu-list__card-more {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.menu-list__card-more-text {
	color: #333;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.menu-list__card-more-line {
	background-color: #333;
	height: 0.0625rem;
	width: 3.9375rem;
}

.menu-nav {
	align-items: stretch;
	background-color: #f1f1f1;
	border: 0.0625rem solid #707070;
	display: flex;
	overflow: hidden;
	position: sticky;
	top: 3.5rem;
	width: 100%;
	z-index: 100;
}

.menu-nav__list {
	align-items: stretch;
	display: flex;
	flex: 1;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	padding: 0;
	scrollbar-width: none;
}

.menu-nav__list::-webkit-scrollbar {
	display: none;
}

.menu-nav__list-item {
	align-items: stretch;
	display: flex;
	flex-shrink: 0;
}

.menu-nav__list-item + .menu-nav__list-item {
	border-left: 0.0625rem solid #707070;
}

.menu-nav__item {
	-webkit-text-decoration: none;
	align-items: center;
	color: #000;
	display: inline-flex;
	gap: 0.625rem;
	justify-content: center;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	width: 8.625rem;
}

.menu-nav__arrow {
	display: block;
	flex-shrink: 0;
	height: 0.5625rem;
	width: 0.375rem;
}

.menu-nav__text {
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.menu-nav__btn {
	align-items: center;
	background-color: #998263;
	border: none;
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	transition: background-color 0.2s ease;
	width: 2.5rem;
}

.menu-nav__btn-icon {
	display: block;
	height: 0.625rem;
	position: relative;
	width: 0.875rem;
}

.menu-nav__btn-icon::before {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.menu-nav__btn-icon::after {
	border-right: 0.0625rem solid #fff;
	border-top: 0.0625rem solid #fff;
	content: "";
	height: 0.3125rem;
	margin-right: 0.0625rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.3125rem;
}

.menu-nav--bridal .menu-nav__list-item {
	flex: 1;
}

.menu-nav--bridal .menu-nav__item {
	min-width: 8.625rem;
	width: 100%;
}

.menu-detail {
	background-color: #f1f1f1;
	padding-top: 5rem;
	width: 100%;
}

.menu-detail + .menu-detail {
	padding-bottom: 5rem;
	padding-top: 3.875rem;
}

.menu-detail__inner {
	display: flex;
	flex-direction: column;
}

.menu-detail__tabs {
	display: flex;
}

.menu-detail__tab {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: none;
	color: #333;
	cursor: pointer;
	display: flex;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	height: 2.625rem;
	justify-content: center;
	letter-spacing: 0.06125rem;
	line-height: 1;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.menu-detail__tab--active {
	background-color: #998263;
	color: #fff;
}

.menu-detail__content {
	margin-top: 2.875rem;
}

.menu-detail__item {
	scroll-margin-top: 6.25rem;
}

.menu-detail__item + .menu-detail__item {
	margin-top: 1.625rem;
}

.menu-detail--bridal .menu-detail__item + .menu-detail__item {
	margin-top: 5rem;
}

.menu-detail__item-heading {
	padding-top: 1.25rem;
}

.menu-detail__item-heading-en {
	color: #000;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.menu-detail__item-heading-ja {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	margin-top: 0.1875rem;
	text-align: center;
}

.menu-detail__item-body {
	background: linear-gradient(180deg, #f1f1f1 0%, #fafafa 100%);
	margin-top: 1.25rem;
}

.menu-detail__item-gallery {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	align-items: stretch;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: 64.776119403% 1fr;
}

.menu-detail__item-gallery-main {
	aspect-ratio: 217/289;
	flex-shrink: 0;
	width: 100%;
}

.menu-detail__item-gallery-main img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.menu-detail__item-gallery-sub {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.menu-detail__item-gallery-sub-img {
	flex: 1;
	min-height: 0;
	overflow: hidden;
	width: 100%;
}

.menu-detail__item-gallery-sub-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.menu-detail__item-info {
	display: flex;
	flex-direction: column;
	gap: 1.1875rem;
	padding: 2.5rem 1.25rem 2.0625rem;
}

.menu-detail__item-info-head {
	-moz-column-gap: 0.75rem;
	align-items: baseline;
	column-gap: 0.75rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.25rem;
}

.menu-detail__item-info-title {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.065625rem;
	line-height: 1.6;
}

.menu-detail__item-info-text {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
}

.menu-detail__item-info-separator {
	background: url("../images/common/menu-line.svg") repeat-x center;
	background-size: contain;
	height: 0.125rem;
	width: 100%;
}

.menu-detail__item-info-row {
	display: flex;
	gap: 1.25rem;
}

.menu-detail__item-info-label {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.065625rem;
	line-height: 1.6;
	width: 6.125rem;
}

.menu-detail__item-info-value {
	color: #000;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
}

.menu-detail__item-info-value p + p {
	margin-top: 0.625rem;
}

.menu-detail__item-info-value--options p + p {
	margin-top: 1.25rem;
}

.menu-detail__item-info-value-note {
	margin-top: 0 !important;
}

.menu-detail__item-info-value-note {
	font-size: 0.75rem;
	line-height: 1.9166666667;
}

.menu-flow {
	background: linear-gradient(162deg, #f4f4f4 0%, #e8e4e1 100%);
	overflow: hidden;
	padding-bottom: 5rem;
	padding-top: 5rem;
	width: 100%;
}

.menu-flow__inner {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.menu-flow__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.menu-flow__heading-title {
	align-items: center;
	color: #333;
	display: flex;
	gap: 0.625rem;
	height: 2.75rem;
}

.menu-flow__heading-en {
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.menu-flow__heading-slash {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
}

.menu-flow__heading-ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
}

.menu-flow__heading-line {
	background-color: #333;
	height: 0.0625rem;
	width: 1.25rem;
}

.menu-flow__steps {
	display: flex;
	flex-direction: column;
}

.menu-flow__step-card {
	background-color: #fafafa;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1.25rem;
}

.menu-flow__step-header {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.menu-flow__step-number {
	align-items: center;
	border: 0.0625rem solid #998263;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

.menu-flow__step-number p {
	color: #998263;
	font-family: "Noto Serif JP", serif;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.074375rem;
	line-height: 1.4117647059;
}

.menu-flow__step-title {
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.074375rem;
	line-height: 1.4117647059;
}

.menu-flow__step-title-note {
	font-size: 0.75rem;
	line-height: 1.9166666667;
}

.menu-flow__step-separator {
	background: url("../images/common/menu-line.svg") repeat-x center;
	background-size: contain;
	height: 0.125rem;
	width: 100%;
}

.menu-flow__step-text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	text-align: justify;
}

.menu-flow__step-connector {
	display: flex;
	justify-content: center;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
}

.menu-flow__step-connector img {
	display: block;
	height: auto;
	width: 0.4375rem;
}

.page-fv {
	width: 100%;
}

.page-fv__img {
	aspect-ratio: 295/401;
}

.page-fv__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.page-fv__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: 1.375rem;
}

.page-fv__title {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.page-fv__subtitle {
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	margin-top: 0.625rem;
	text-align: center;
}

.page-fv__line {
	animation: pageFvLineGrow 1.2s ease-in-out infinite;
	background-color: #333;
	height: 3.625rem;
	margin-top: 1.375rem;
	transform-origin: top;
	width: 0.0625rem;
}

.pc-layout {
	display: flex;
	min-height: 100vh;
	overflow-x: clip;
	position: relative;
	width: 100%;
}

.pc-layout__bg {
	display: none;
}

.pc-layout__bg img,
.pc-layout__bg video {
	-o-object-fit: cover;
	-o-object-position: right bottom;
	height: 100%;
	object-fit: cover;
	object-position: right bottom;
	width: 100%;
}

.pc-layout__bg::after {
	background: linear-gradient(90deg, rgba(251, 228, 214, 0.15) 0%, rgba(251, 228, 214, 0.15) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.39) 0%, rgba(255, 255, 255, 0.39) 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.pc-layout__left {
	display: none;
}

.pc-layout__left-logo {
	display: none;
}

.pc-layout__left-text {
	display: none;
}

.pc-layout__left-text p + p {
	margin-top: 1.4375rem;
}

.pc-layout__center {
	width: 100%;
}

.pc-layout__right {
	display: none;
}

.pc-layout__right-inner,
.pc-layout__left-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 26.25rem;
	width: 100%;
}

.pc-layout__right-cta {
	display: none;
}

.pc-layout__right-button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #998263;
	display: flex;
	height: 2.625rem;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.pc-layout__right-button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.pc-layout__right-button-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06125rem;
	line-height: 2.625rem;
	margin: 0;
	text-align: center;
}

.pc-layout__right-button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.pc-layout__right-instagram {
	display: none;
}

.pc-layout__right-instagram-icon {
	display: block;
	flex-shrink: 0;
	height: 0.9375rem;
	width: 0.9375rem;
}

.pc-layout__right-instagram-link {
	-webkit-text-decoration: none;
	color: #333;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	gap: 1.625rem;
	height: inherit;
	justify-content: center;
	margin-left: 1.875rem;
}

.pc-nav__item {
	align-items: center;
	color: #333;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP";
	font-size: 1.25rem;
	font-weight: 400;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.075rem;
	position: relative;
	text-align: center;
}

.pc-nav__item a,
.pc-nav__item p {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: inherit;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.pc-nav__link:hover {
	color: red;
	font-weight: 700;
}

.pc-nav__item--contact {
	background: #D9C7B2;
	height: inherit;
	margin-left: 2.5rem;
}

.pc-nav__item--contact a {
	display: flex;
	flex-direction: column;
	height: inherit;
	padding: 2.125rem 1.875rem;
}

.pc-nav__item--contact__text1 {
	color: #FFF;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	text-align: center;
}

.pc-nav__item--contact__text2 {
	color: #FFF;
	font-family: "Noto Serif JP";
	font-size: 1.625rem;
	font-weight: 400;
	margin-top: -0.25rem;
	position: relative;
}

.pc-nav__item--reserve {
	background: #5E3B1D;
	position: relative;
}

.pc-nav__item--reserve a {
	height: inherit;
	padding: 2rem 2.875rem;
}

.pc-nav__item--reserve::before {
	background-image: url(../images/common/reserve-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: inherit;
	left: 0rem;
	position: absolute;
	top: 0;
	width: 100%;
}

.pc-nav__item--reserve__text1 {
	color: #FFF;
	font-size: 1.625rem;
	font-weight: 400;
	letter-spacing: 0.16rem;
	text-transform: uppercase;
}

.pc-nav__item--reserve__text2 {
	color: #FFF;
	font-size: 1rem;
	font-weight: 400;
}

.pc-nav__feature-items {
	background-color: #61948F;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	left: 50%;
	opacity: 0; /*不透明度0*/
	padding-left: 2.25rem;
	padding-right: 2.25rem;
	position: absolute;
	top: 7.5rem;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out; /*表示の変化を0.3秒に指定*/
	visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
}

.pc-nav__feature-items.pc-nav__feature-items--col2 {
	grid-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(5, auto);
	width: -moz-fit-content;
	width: fit-content;
}

.pc-nav__feature-item {
	border-bottom: 1px solid #fff;
}

.pc-nav__feature-item.pc-nav__feature-item--bob {
	border: none;
}

.pc-nav__feature-item a {
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
	transition: all 0.3s ease-in-out;
	width: 13.75rem;
}

.pc-nav__feature-item a:first-child {
	padding-top: 1.875rem;
}

.pc-nav__feature-item a:last-child {
	padding-bottom: 1.875rem;
}

.pc-nav__feature-item a:hover {
	color: #fff !important;
	opacity: 0.7 !important;
}

.pc-nav__item:hover .pc-nav__feature-items {
	opacity: 1; /*不透明度1*/
	visibility: visible; /*Gナビメニューにホバーしたら表示*/
}

.pc-nav__item.pc-nav__item--contact a:hover::before,
.pc-nav__feature-items a:hover::before {
	opacity: 0 !important;
}

.photographer-fv {
	background: linear-gradient(168deg, #F5F5F5 0%, #EBEBEB 100%);
	padding: 4.875rem 0 0.9375rem;
}

.photographer-member {
	background: linear-gradient(90.93deg, #F4F4F4 0%, #E8E4E1 100%);
	padding: 5rem 1.25rem;
}

.photographer-member__inner {
	margin: 0 auto;
	max-width: 37.5rem;
}

.photographer-member__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.photographer-member__heading-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.photographer-member__heading-en {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
}

.photographer-member__heading-line {
	background-color: #333;
	height: 0.0625rem;
	margin-top: -0.375rem;
	width: 3rem;
}

.photographer-member__heading-ja {
	color: #333;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
}

.photographer-member__cards {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.photographer-card {
	background-color: #f1f1f1;
	padding: 1.25rem;
	padding-bottom: 3.125rem;
	width: 100%;
}

.photographer-card__img {
	-o-object-fit: cover;
	aspect-ratio: 295/241;
	object-fit: cover;
	width: 100%;
}

.photographer-card__body {
	margin-top: 1.6875rem;
	width: 100%;
}

.photographer-card__header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	justify-content: center;
	padding-left: 1.5rem;
	position: relative;
}

.photographer-card__header::before {
	background-color: #333;
	bottom: 0.25rem;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 0.25rem;
	width: 0.0625rem;
}

.photographer-card__name {
	color: #333;
	font-family: "Didot", serif;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 0.8928571429;
}

.photographer-card__role {
	color: #333;
	font-size: 0.875rem;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
}

.photographer-card__section {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.8125rem;
}

.photographer-card__section + .photographer-card__section {
	margin-top: 1.1875rem;
}

.photographer-card__section-head {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.photographer-card__section-title {
	color: #707070;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	line-height: 1.9166666667;
}

.photographer-card__section-line {
	background-color: #707070;
	height: 0.0625rem;
	width: 1.5625rem;
}

.photographer-card__text {
	color: #333;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6428571429;
}

.photographer-card__text span {
	display: block;
}

.photographer-card__text span + span,
.photographer-card__text p + p {
	margin-top: 0.9375rem;
}

.photographer-card__more {
	background: none;
	border: none;
	cursor: pointer;
	margin-top: 0;
	padding: 0;
	text-align: center;
	transition: opacity 0.3s ease;
	width: 100%;
}

.photographer-card__more span {
	color: #333;
	display: inline-block;
	font-size: 0.8125rem;
	letter-spacing: 0.1em;
	line-height: 1.7692307692;
}

.js-ph-comment-text {
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
}

.js-ph-comment-text.is-open {
	line-clamp: 999;
	-webkit-line-clamp: 999;
}

.photographer-card__button {
	margin-top: 2.4375rem;
	text-align: center;
}

.photographer-card__button a {
	-webkit-text-decoration: none;
	align-items: center;
	color: #707070;
	display: inline-flex;
	flex-direction: column;
	font-family: "Noto Serif JP", serif;
	font-size: 0.8125rem;
	font-weight: 600;
	gap: 0.25rem;
	letter-spacing: 0.07em;
	text-decoration: none;
	transition: letter-spacing 0.4s ease-in-out;
}

.photographer-card__button a::after {
	background-color: #707070;
	content: "";
	display: block;
	height: 0.0625rem;
	transition: width 0.4s ease-in-out;
	width: 100%;
}

/* Studio Section */

.photographer-studio {
	background-color: #eaeaea;
	padding: 5rem 1.25rem;
}

.photographer-studio__inner {
	align-items: center;
	background-color: #f1f1f1;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 2.5rem 1.5rem 1.25rem;
}

.photographer-studio__heading {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	margin-bottom: 2rem;
}

.photographer-studio__heading-en {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
}

.photographer-studio__heading-slash {
	color: #333;
	font-size: 0.75rem;
}

.photographer-studio__heading-ja {
	color: #333;
	font-size: 0.75rem;
	letter-spacing: 0.06em;
}

.photographer-studio__heading-line {
	background-color: #333;
	height: 0.0625rem;
	width: 1.25rem;
}

.photographer-studio__list {
	display: flex;
	flex-direction: column;
	margin-top: 3.875rem;
	width: 100%;
}

.photographer-studio__item {
	border-bottom: 2px dotted #333;
	display: flex;
	padding: 1.1875rem 0;
}

.photographer-studio__item:last-child {
	border-bottom: none;
}

.photographer-studio__term {
	color: #333;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	width: 46.6898954704%;
}

.photographer-studio__desc {
	color: #333;
	flex: 1;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6428571429;
}

.photographer-studio__desc a {
	transition: opacity 0.4s ease-in-out;
}

.privacy {
	background: linear-gradient(111deg, #f5f5f5 0%, #f1f1f1 38.83%, #ebebeb 100%);
	padding-bottom: 5rem;
	padding-top: 4.875rem;
	position: relative;
	width: 100%;
}

.privacy__body {
	margin-top: 1.9375rem;
}

.privacy__body p {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
}

.privacy__body p:not(:first-child) {
	margin-top: 1.4375rem;
}

.privacy__body strong {
	font-weight: 600;
}

.privacy__separator {
	margin-bottom: 1.4375rem;
	margin-top: 1.4375rem;
}

.privacy__separator::after {
	color: #333;
	content: "⸻";
	display: block;
	font-size: 0.875rem;
	line-height: 1.6428571429;
}

.privacy__subtitle {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.065625rem;
	line-height: 1.6;
	margin-bottom: 1.375rem;
}

.privacy__subtitle--cancel {
	font-weight: 600;
	letter-spacing: 0.09375rem;
	margin-top: 2.875rem;
}

.privacy__list {
	list-style: disc;
	margin-bottom: 1.4375rem;
	padding-left: 1.25rem;
}

.privacy__list li {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
}

.privacy__button {
	margin-top: 6.25rem;
}

.privacy__button a {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #998263;
	display: flex;
	height: 2.625rem;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.privacy__button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.privacy__button-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.06125rem;
	line-height: 2.625rem;
	margin: 0;
	text-align: center;
	white-space: nowrap;
}

.privacy__button-text span {
	font-family: "Didot", "GFS Didot", serif;
	font-size: 1.25rem;
	font-style: normal;
	letter-spacing: 0.0625rem;
	margin-right: 0.4375rem;
}

.privacy__button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.sp-nav {
	-webkit-overflow-scrolling: touch;
	height: 100vh;
	height: 100dvh;
	left: 0;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.sp-nav.is-active {
	pointer-events: auto;
}

.sp-nav__bg {
	background: rgba(153, 130, 99, 0.95);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.4s ease-in-out;
}

.sp-nav.is-active .sp-nav__bg {
	opacity: 1;
}

.sp-nav__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding: 5.375rem 1.25rem 2.5rem;
	position: relative;
	width: 100%;
}

.sp-nav__items {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.75rem;
	height: 80%;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sp-nav__item {
	opacity: 0;
	text-align: center;
	transform: translateY(-20px);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	transition-delay: 0s;
	width: 100%;
}

.sp-nav.is-active .sp-nav__item {
	opacity: 1;
	transform: translateY(0);
}

.sp-nav.is-active .sp-nav__item:nth-child(1) {
	transition-delay: 0.4s;
}

.sp-nav.is-active .sp-nav__item:nth-child(2) {
	transition-delay: 0.5s;
}

.sp-nav.is-active .sp-nav__item:nth-child(3) {
	transition-delay: 0.6s;
}

.sp-nav.is-active .sp-nav__item:nth-child(4) {
	transition-delay: 0.7s;
}

.sp-nav.is-active .sp-nav__item:nth-child(5) {
	transition-delay: 0.8s;
}

.sp-nav__item--active .sp-nav__link {
	font-weight: 700;
}

.sp-nav__link {
	-webkit-text-decoration: none;
	color: #fff;
	display: block;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.sp-nav__footer {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: auto;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	transition-delay: 0s;
}

.sp-nav.is-active .sp-nav__footer {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.95s;
}

.sp-nav__instagram {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.sp-nav__instagram-icon {
	height: 0.875rem;
	position: relative;
	width: 0.875rem;
}

.sp-nav__instagram-icon::before {
	border: 0.125rem solid #fff;
	border-radius: 0.1875rem;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.sp-nav__instagram-icon::after {
	border: 0.09375rem solid #fff;
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0.375rem;
}

.sp-nav__instagram-link {
	-webkit-text-decoration: none;
	color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.64;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.sp-nav__cta {
	width: 100%;
}

.sp-nav__button {
	-webkit-text-decoration: none;
	align-items: center;
	border: 0.0625rem solid #fff;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	height: 2.875rem;
	justify-content: center;
	letter-spacing: 0.06125rem;
	margin-top: 0.625rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.sp-nav__button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.sp-nav__button-text {
	color: #fff;
	line-height: 2.875rem;
	margin: 0;
	text-align: center;
}

.sp-nav__button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.top-bridal {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.top-bridal__fv {
	position: relative;
	width: 100%;
}

.top-bridal__swiper {
	aspect-ratio: 335/484;
	width: 100%;
}

.top-bridal__swiper .swiper-slide {
	height: 100%;
	position: relative;
	width: 100%;
}

.top-bridal__swiper .swiper-slide img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-bridal__fv-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	left: 0;
	padding: 1.4375rem 1.25rem 1.0625rem 1.25rem;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.top-bridal__fv-desc {
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	text-align: left;
}

.top-bridal__fv-title {
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
	text-align: right;
}

.top-bridal > .inner {
	display: flex;
	flex-direction: column;
}

.top-bridal__body {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	padding: 0 0 5rem;
}

.top-bridal__grid {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.top-bridal__grid-item {
	-webkit-text-decoration: none;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.top-bridal__grid-item-img {
	aspect-ratio: 3/4;
	overflow: hidden;
	width: 100%;
}

.top-bridal__grid-item-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.top-bridal__button {
	-webkit-text-decoration: none;
	align-items: center;
	border: 0.0625rem solid #998263;
	color: #998263;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	height: 2.875rem;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.top-bridal__button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.top-bridal__button-text {
	color: #998263;
	line-height: 2.875rem;
	margin: 0;
	text-align: center;
}

.top-bridal__button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.top-concept {
	padding: 5rem 0;
	position: relative;
}

.top-concept > .inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.top-concept__bg {
	bottom: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.top-concept__bg img,
.top-concept__bg video {
	-o-object-fit: cover;
	height: 100%;
	mix-blend-mode: luminosity;
	object-fit: cover;
	width: 100%;
}

.top-concept__bg::after {
	background: linear-gradient(90deg, rgba(251, 228, 214, 0.15) 0%, rgba(251, 228, 214, 0.15) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.39) 0%, rgba(255, 255, 255, 0.39) 100%);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.top-concept__title-wrap {
	text-align: center;
	width: 100%;
}

.top-concept__title {
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.4117647059;
}

.top-concept__title-line {
	background-color: #333;
	height: 0.125rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	width: 3rem;
}

.top-concept__intro {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top-concept__text {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 2.1428571429;
	text-align: center;
	width: 100%;
}

.top-concept__text p {
	margin: 0;
}

.top-concept__text p + p {
	margin-top: 1.875rem;
}

.top-concept__line {
	background-color: #333;
	flex-shrink: 0;
	height: 1.5rem;
	width: 0.0625rem;
}

.top-concept__slider-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.top-concept__swiper {
	width: 100%;
}

.top-concept__slide {
	aspect-ratio: 158/211;
}

.top-concept__slide img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-concept__pagination {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	height: 0.375rem;
	justify-content: center;
	width: 4.375rem;
}

.top-concept__pagination .swiper-pagination-bullet {
	margin: 0 !important;
}

.top-concept__pagination .swiper-pagination-bullet {
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	flex-shrink: 0;
	height: 0.375rem;
	opacity: 1;
	transition: opacity 0.3s ease;
	width: 0.375rem;
}

.top-concept__pagination .swiper-pagination-bullet-active {
	background-color: #333;
}

.top-experience {
	background: linear-gradient(149.4deg, #f9f9f9 0%, #d9d9d9 100%);
	padding: 5.3125rem 0;
}

.top-experience > .inner {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.top-experience__upper {
	display: flex;
	flex-direction: column;
	gap: 1.6875rem;
}

.top-experience__heading {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.top-experience__heading-en {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.top-experience__heading-line {
	background-color: #333;
	height: 0.125rem;
	width: 3rem;
}

.top-experience__main {
	align-items: flex-end;
	display: flex;
	gap: 4.0625rem;
}

.top-experience__vertical-text {
	color: #333;
	flex: 1;
	font-family: "Noto Serif JP", serif;
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: 0.42em;
	line-height: 1.4117647059;
	writing-mode: vertical-rl;
}

.top-experience__img {
	aspect-ratio: 246/329;
	overflow: hidden;
	width: 15.375rem;
}

.top-experience__img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-experience__lower {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.top-experience__label {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.top-experience__label-text {
	color: #707070;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	margin: 0;
}

.top-experience__label-line {
	background-color: #333;
	height: 0.0625rem;
	width: 1.5625rem;
}

.top-experience__body-wrap {
	display: flex;
	gap: 1.25rem;
	width: 100%;
}

.top-experience__scrollbar {
	align-items: flex-end;
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
	padding-right: 1.25rem;
	width: 4.1875rem;
}

.top-experience__scrollbar-track {
	background: #D9D9D9;
	border-radius: 0.125rem;
	height: 11.625rem;
	position: relative;
	width: 0.125rem;
}

.top-experience__scrollbar-thumb {
	background: #707070;
	border-radius: 0.125rem;
	left: 0;
	position: absolute;
	top: 0;
	transition: top 0.1s linear;
	width: 100%;
}

.top-experience__text {
	color: #333;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 2.1428571429;
	margin: 0;
	max-height: 20rem;
	overflow-y: scroll;
	scrollbar-width: none;
	text-align: justify;
}

.top-experience__text::-webkit-scrollbar {
	display: none;
}

.top-experience__text p {
	margin: 0;
}

.top-experience__text p + p {
	margin-top: 1.875rem;
}

.top-experience__button {
	-webkit-text-decoration: none;
	align-items: center;
	border: 0.0625rem solid #333;
	color: #333;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	height: 2.875rem;
	justify-content: center;
	line-height: 1;
	margin-top: 3.625rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.top-experience__button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.top-experience__button-text {
	color: #333;
	line-height: 2.875rem;
	margin: 0;
	text-align: center;
}

.top-experience__button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.top-menu {
	background-color: #f1f1f1;
	padding: 5rem 0;
}

.top-menu > .inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.top-menu__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.top-menu__heading-top {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
	width: 100%;
}

.top-menu__heading-en {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-align: center;
}

.top-menu__heading-line {
	background-color: #333;
	height: 0.125rem;
	width: 3rem;
}

.top-menu__heading-ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	margin: 0;
	text-align: center;
	width: 100%;
}

.top-menu__card {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.top-menu__card-body {
	background-color: #fafafa;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	padding: 2.5rem 1.25rem 1.25rem;
}

.top-menu__card-header {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.top-menu__card-title {
	align-items: center;
	color: #333;
	display: flex;
	gap: 0.625rem;
	height: 2.75rem;
}

.top-menu__card-title-en {
	font-family: "Cormorant", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	margin: 0;
}

.top-menu__card-title-slash,
.top-menu__card-title-ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	margin: 0;
}

.top-menu__card-header-line {
	background-color: #333;
	height: 0.0625rem;
	width: 1.25rem;
}

.top-menu__card-contents {
	display: flex;
	flex-direction: column;
	gap: 1.4375rem;
}

.top-menu__card-sep {
	border-bottom: 1px dashed #333333;
	width: 100%;
}

.top-menu__card-row {
	align-items: flex-start;
	display: flex;
	gap: 1.25rem;
}

.top-menu__card-label {
	color: #333;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.065625rem;
	line-height: 1.6;
	margin: 0;
	width: 4.3125rem;
}

.top-menu__card-value {
	color: #333;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	margin: 0;
}

.top-menu__card-value p {
	margin: 0;
}

.top-menu__card-value--sm {
	font-size: 0.75rem;
	letter-spacing: 0.075rem;
}

.top-menu__card-value-spacer {
	height: 1.4375rem;
}

.top-menu__button {
	-webkit-text-decoration: none;
	align-items: center;
	border: 0.0625rem solid #998263;
	color: #998263;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	height: 2.875rem;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.top-menu__button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.top-menu__button-text {
	color: #998263;
	line-height: 2.875rem;
	margin: 0;
	text-align: center;
}

.top-menu__button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.top-photographers {
	background: linear-gradient(158.217deg, #f4f4f4 0%, #e8e4e1 100%);
	padding: 7.5rem 0;
}

.top-photographers > .inner {
	display: flex;
	flex-direction: column;
}

.top-photographers__heading {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.top-photographers__heading-top {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.top-photographers__heading-en {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.top-photographers__heading-line {
	background-color: #333;
	height: 0.125rem;
	width: 3rem;
}

.top-photographers__heading-ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	margin: 0;
}

.top-photographers__card {
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
	padding: 1.25rem;
}

.top-photographers__card + .top-photographers__card {
	margin-top: 1.25rem;
}

.top-photographers__card-img {
	aspect-ratio: 295/160;
	overflow: hidden;
	width: 100%;
}

.top-photographers__card-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-photographers__card-body {
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
}

.top-photographers__card-info {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	padding-top: 0.9375rem;
}

.top-photographers__card-info-line {
	align-self: stretch;
	background-color: #333;
	flex-shrink: 0;
	width: 0.0625rem;
}

.top-photographers__card-info-text {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.top-photographers__card-name {
	color: #333;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 0.8928571429;
	margin: 0;
}

.top-photographers__card-role {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	margin: 0;
}

.top-photographers__card-content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.top-photographers__card-desc {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	margin: 0;
	padding-top: 1.25rem;
}

.top-photographers__card-more {
	-webkit-text-decoration: none;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 1.25rem 0;
	text-decoration: none;
}

.top-photographers__card-more-text {
	color: #707070;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.07em;
	line-height: 1;
	transition: letter-spacing 0.4s ease-in-out;
	white-space: nowrap;
}

.top-photographers__card-more-line {
	background-color: #707070;
	height: 0.0625rem;
	transition: width 0.4s ease-in-out;
	width: 5.3125rem;
}

.top-photographers__button {
	-webkit-text-decoration: none;
	align-items: center;
	border: 0.0625rem solid #998263;
	color: #998263;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	height: 2.875rem;
	justify-content: center;
	line-height: 1;
	margin-top: 2.5rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.top-photographers__button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.top-photographers__button-text {
	color: #998263;
	line-height: 2.875rem;
	margin: 0;
	text-align: center;
}

.top-photographers__button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.top-works {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.top-works__fv {
	position: relative;
	width: 100%;
}

.top-works__fv-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	left: 0;
	padding: 1.4375rem 1.25rem 1.0625rem 1.25rem;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.top-works__fv-desc {
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
	text-align: left;
}

.top-works__fv-title-wrap {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}

.top-works__fv-title {
	color: #fff;
	font-family: "Cormorant", serif;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

.top-works__fv-subtitle {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.9166666667;
	margin: 0;
}

.top-works__swiper .swiper-slide {
	height: 100%;
	width: 100%;
}

.top-works__swiper .swiper-slide img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.top-works > .inner {
	display: flex;
	flex-direction: column;
}

.top-works__body {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	padding: 0 0 5rem;
}

.top-works__grid {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.top-works__grid-item {
	-webkit-text-decoration: none;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.top-works__grid-item-img {
	aspect-ratio: 3/4;
	overflow: hidden;
	width: 100%;
}

.top-works__grid-item-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.top-works__button {
	-webkit-text-decoration: none;
	align-items: center;
	border: 0.0625rem solid #998263;
	color: #998263;
	display: flex;
	font-family: "Inter", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	height: 2.875rem;
	justify-content: center;
	line-height: 1;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.top-works__button-text-wrap {
	position: relative;
	transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
}

.top-works__button-text {
	color: #998263;
	line-height: 2.875rem;
	margin: 0;
	text-align: center;
}

.top-works__button-text--clone {
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 100%;
}

.works-detail {
	background: linear-gradient(173deg, #F4F4F4 0%, #E8E4E1 100%);
	overflow: hidden;
	width: 100%;
}

.works-detail-hero {
	background-color: #f1f1f1;
	padding-top: 5.375rem;
	position: relative;
	width: 100%;
}

.works-detail-hero__img {
	aspect-ratio: 1080/1440;
	overflow: hidden;
	width: 100%;
}

.works-detail-hero__img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.works-detail-info {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.works-detail-info__number {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.0625rem;
	line-height: 1;
}

.works-detail-info__date {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
}

.works-detail-main {
	background-color: #f1f1f1;
	margin-top: 0;
	padding: 1.4375rem 1.25rem 5rem;
}

.works-detail-main__inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.works-detail-content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.works-detail-content__title {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.065625rem;
	line-height: 1.6;
}

.works-detail-content__body {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	text-align: justify;
}

.works-detail-content__body p {
	margin-bottom: 1em;
}

.works-detail-content__body p:last-child {
	margin-bottom: 0;
}

.works-detail-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.works-detail-tag {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	border: 0.0625rem solid #333;
	border-radius: 0.375rem;
	color: #333;
	display: flex;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1;
	padding: 0.375rem 1rem;
	text-decoration: none;
}

.works-detail-nav {
	align-items: center;
	color: #333;
	display: flex;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	justify-content: space-between;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 16.875rem;
	text-align: center;
	width: 100%;
}

.works-detail-nav__link {
	-webkit-text-decoration: none;
	color: #333;
	flex: 1;
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}

.works-detail-nav__link:hover {
	opacity: 0.6;
}

.works-detail-nav__all {
	flex: 1;
}

.works-fv {
	background: linear-gradient(157deg, #f5f5f5 0%, #ebebeb 100%);
	overflow: hidden;
	padding: 4.875rem 0rem 1.375rem;
	position: relative;
	width: 100%;
}

.works {
	background: linear-gradient(173deg, #f4f4f4 0%, #e8e4e1 100%);
	overflow: hidden;
	padding-bottom: 7.5rem;
	padding-top: 5rem;
	width: 100%;
}

.works__inner {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.works__heading {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.works__heading-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.works__heading-en {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.works__heading-line {
	background-color: #333;
	height: 0.0625rem;
	margin-top: 0.3125rem;
	width: 3rem;
}

.works__heading-ja {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
	text-align: center;
}

.works__content {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.works__category {
	border-bottom: 0.0625rem solid #333;
	border-top: 0.0625rem solid #333;
	display: flex;
	flex-direction: column;
	padding: 1.25rem 0 0.8125rem;
}

.works__category-group {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.works__category-group + .works__category-group {
	margin-top: 1.6875rem;
}

.works__category-group-title {
	color: #333;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1;
}

.works__category-search {
	margin-bottom: 0.625rem;
}

.works__category-search-input {
	border: 0.0625rem solid #ccc;
	border-radius: 0.375rem;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	line-height: 1.5;
	max-width: 25rem;
	padding: 0.625rem 1rem;
	width: 100%;
}

.works__category-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.works__category-checkbox {
	align-items: center;
	background-color: transparent;
	border: 0.0625rem solid #333;
	border-radius: 0.375rem;
	color: #333;
	cursor: pointer;
	display: inline-flex;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	gap: 0.375rem;
	line-height: 1;
	padding: 0.375rem 1rem;
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.works__category-checkbox input {
	cursor: pointer;
	margin: 0;
}

.works__category-checkbox input:checked + .works__category-checkbox-text {
	font-weight: 500;
}

.works__category-checkbox-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.works__category-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
}

.works__category-submit {
	align-items: center;
	background-color: #333;
	border: 0.0625rem solid #333;
	border-radius: 0.375rem;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1;
	padding: 0.5rem 1.5rem;
	transition: opacity 0.3s ease-in-out;
}

.works__category-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.works__category-tag {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: transparent;
	border: 0.0625rem solid #333;
	border-radius: 0.375rem;
	color: #333;
	cursor: pointer;
	display: flex;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1;
	padding: 0.375rem 1rem;
	text-decoration: none;
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.works__category-tag input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 0;
}

.works__category-tag--active {
	background-color: #616161;
	border-color: #616161;
	color: #fff;
}

.works__category-clear {
	align-items: center;
	background: none;
	border: none;
	color: #333;
	cursor: pointer;
	display: flex;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	gap: 0.375rem;
	justify-content: center;
	line-height: 1;
	margin-top: 0.875rem;
	padding: 0.375rem 0.25rem;
}

.works__category-clear-icon {
	font-size: 0.8125rem;
	line-height: 1;
}

.works__category-clear-text {
	font-size: 0.8125rem;
	line-height: 1;
}

.works__gallery {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.works__gallery-grid {
	grid-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	grid-row-gap: 1.375rem;
	column-gap: 1.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 1.375rem;
}

.works__gallery-item {
	-webkit-text-decoration: none;
	color: #333;
	display: flex;
	flex: 0 0 calc(50% - 0.625rem);
	flex-direction: column;
	text-decoration: none;
}

.works__gallery-item-top {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.works__gallery-item-number {
	color: #333;
	font-family: "Cormorant", serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.0625rem;
	line-height: 1;
}

.works__gallery-item-img {
	aspect-ratio: 1080/1440;
	overflow: hidden;
	width: 100%;
}

.works__gallery-item-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.works__gallery-item-bottom {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 0.625rem 0;
}

.works__gallery-item-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #333;
	display: -webkit-box;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	overflow: hidden;
}

.works__gallery-item-meta {
	border-bottom: 0.0625rem solid #333;
	border-top: 0.0625rem solid #333;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 0.625rem 0;
}

.works__gallery-item-tags {
	align-items: center;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	gap: 0.5rem;
	line-height: 1;
}

.works__gallery-item-tags-slash {
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
}

.works__gallery-item-date {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.045rem;
	line-height: 1.9166666667;
}

.works__pagination {
	display: flex;
	justify-content: center;
	padding: 1.25rem 0;
}

.works__pagination .wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.works__pagination .wp-pagenavi a,
.works__pagination .wp-pagenavi span {
	-webkit-text-decoration: none;
	background: none;
	border: none;
	color: #333;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1;
	padding: 0;
	text-decoration: none;
}

.works__pagination .wp-pagenavi span.current {
	font-size: 0.875rem;
	position: relative;
}

.works__pagination .wp-pagenavi span.current::after {
	background-color: #333;
	bottom: -0.0625rem;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.4375rem;
}

.works__pagination .wp-pagenavi .previouspostslink,
.works__pagination .wp-pagenavi .nextpostslink {
	background: url("../images/common/works-arrow.svg") no-repeat center/contain;
	display: block;
	font-size: 0;
	height: 0.75rem;
	width: 0.75rem;
}

.works__pagination .wp-pagenavi .previouspostslink {
	transform: rotate(180deg);
}

.works__pagination .wp-pagenavi .pages {
	display: none;
}

.works__no-posts {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	text-align: center;
}

.u-font14 {
	font-size: 0.875rem;
}

.u-font16 {
	font-size: 1rem;
}

.u-font18 {
	font-size: 1.125rem;
}

.u-font20 {
	font-size: 1.25rem;
}

.u-font22 {
	font-size: 1.375rem;
}

.u-font24 {
	font-size: 1.5rem;
}

.u-font28 {
	font-size: 1.75rem;
}

.u-font32 {
	font-size: 2rem;
}

.u-font40 {
	font-size: 2.5rem;
}

.u-lh10 {
	line-height: 1;
}

.u-lh13 {
	line-height: 1.3;
}

.u-lh15 {
	line-height: 1.5;
}

.u-lh16 {
	line-height: 1.6;
}

.u-lh20 {
	line-height: 2;
}

.u-ls05 {
	letter-spacing: 0.05em;
}

.u-ls10 {
	letter-spacing: 0.1em;
}

.u-ls15 {
	letter-spacing: 0.15em;
}

.u-ls20 {
	letter-spacing: 0.2em;
}

.u-mt10 {
	margin-top: 10px !important;
	margin-top: 0.625rem !important;
}

.u-mt20 {
	margin-top: 20px !important;
	margin-top: 1.25rem !important;
}

.u-mt30 {
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

.u-mt40 {
	margin-top: 40px !important;
	margin-top: 2.5rem !important;
}

.u-mt50 {
	margin-top: 50px !important;
	margin-top: 3.125rem !important;
}

.u-mt60 {
	margin-top: 60px !important;
	margin-top: 3.75rem !important;
}

.u-mt70 {
	margin-top: 70px !important;
	margin-top: 4.375rem !important;
}

.u-mt80 {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.u-mt90 {
	margin-top: 90px !important;
	margin-top: 5.625rem !important;
}

.u-mt100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}

.u-mt110 {
	margin-top: 110px !important;
	margin-top: 6.875rem !important;
}

.u-mt120 {
	margin-top: 120px !important;
	margin-top: 7.5rem !important;
}

.u-mt130 {
	margin-top: 130px !important;
	margin-top: 8.125rem !important;
}

.u-mt140 {
	margin-top: 140px !important;
	margin-top: 8.75rem !important;
}

.u-mt150 {
	margin-top: 150px !important;
	margin-top: 9.375rem !important;
}

.u-mt160 {
	margin-top: 160px !important;
	margin-top: 10rem !important;
}

.u-mt170 {
	margin-top: 170px !important;
	margin-top: 10.625rem !important;
}

.u-mt180 {
	margin-top: 180px !important;
	margin-top: 11.25rem !important;
}

.u-mt190 {
	margin-top: 190px !important;
	margin-top: 11.875rem !important;
}

.u-mt200 {
	margin-top: 200px !important;
	margin-top: 12.5rem !important;
}

.u-visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.u-w300 {
	font-weight: 300;
}

.u-w400 {
	font-weight: 400;
}

.u-w500 {
	font-weight: 500;
}

.u-w600 {
	font-weight: 600;
}

.u-w700 {
	font-weight: 700;
}

.u-w900 {
	font-weight: 900;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {

img {
	image-rendering: -webkit-optimize-contrast;
}

}

@media (hover: hover) {

.error-404__button a:hover .error-404__button-text-wrap {
	transform: translateY(-100%);
}

.footer__menu-link:hover {
	opacity: 0.7;
}

.footer__line-button:hover .footer__line-button-text-wrap {
	transform: translateY(-100%);
}

.footer__instagram-link.u-hover:hover {
	opacity: 0.7;
}

.fv__button:hover .fv__button-text-wrap {
	transform: translateY(-100%);
}

.header__logo-link.u-hover:hover {
	opacity: 0.7;
}

.header__line-link.u-hover:hover {
	opacity: 0.7;
}

.header__hamburger:hover {
	opacity: 0.7;
}

.menu-list__card-link:hover .menu-list__card-img img {
	transform: scale(1.05);
}

.menu-nav__item:hover {
	background-color: #998263;
	color: #fff;
}

.menu-nav__item:hover .menu-nav__arrow {
	filter: brightness(0) invert(1);
}

.menu-nav__btn:hover {
	background-color: #7a6349;
}

.menu-detail__tab:hover {
	background-color: #998263;
	color: #fff;
}

.pc-layout__right-button:hover .pc-layout__right-button-text-wrap {
	transform: translateY(-100%);
}

.pc-layout__right-instagram-link:hover {
	opacity: 0.7;
}

.photographer-card__more:hover {
	opacity: 0.6;
}

.photographer-card__button a:hover {
	letter-spacing: 0.15em;
}

.photographer-card__button a:hover::after {
	width: 0;
}

.photographer-studio__desc a:hover {
	opacity: 0.7;
}

.privacy__button a:hover .privacy__button-text-wrap {
	transform: translateY(-100%);
}

.sp-nav__link:hover {
	opacity: 0.7;
}

.sp-nav__instagram-link.u-hover:hover {
	opacity: 0.7;
}

.sp-nav__button:hover .sp-nav__button-text-wrap {
	transform: translateY(-100%);
}

.top-bridal__grid-item:hover .top-bridal__grid-item-img img {
	transform: scale(1.05);
}

.top-bridal__button:hover .top-bridal__button-text-wrap {
	transform: translateY(-100%);
}

.top-experience__button:hover .top-experience__button-text-wrap {
	transform: translateY(-100%);
}

.top-menu__button:hover .top-menu__button-text-wrap {
	transform: translateY(-100%);
}

.top-photographers__card-more:hover .top-photographers__card-more-text {
	letter-spacing: 0.15em;
}

.top-photographers__card-more:hover .top-photographers__card-more-line {
	width: 0;
}

.top-photographers__button:hover .top-photographers__button-text-wrap {
	transform: translateY(-100%);
}

.top-works__grid-item:hover .top-works__grid-item-img img {
	transform: scale(1.05);
}

.top-works__button:hover .top-works__button-text-wrap {
	transform: translateY(-100%);
}

.works__category-checkbox:hover {
	background-color: #616161;
	border-color: #616161;
	color: #fff;
}

.works__category-submit:hover {
	opacity: 0.8;
}

.works__category-tag:hover {
	background-color: #616161;
	border-color: #616161;
	color: #fff;
}

.works__category-clear:hover {
	opacity: 0.6;
}

.works__gallery-item:hover .works__gallery-item-img img {
	transform: scale(1.05);
}

}

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

.br-414-less {
	display: none;
}

}

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

.br-500-less {
	display: none;
}

}

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

.u-desktop {
	display: flex !important;
}

.u-mobile {
	display: none;
}

.br-1000-less {
	display: none;
}

html {
	font-size: 1.3675213675vw;
	scroll-padding-top: 2.875rem;
}

.floating-cta {
	display: none;
}

.header {
	left: 50%;
	transform: translateX(-50%) translateZ(0);
	width: 37.5rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.pc-layout__bg {
	bottom: 0;
	display: block;
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
}

.pc-layout__left {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 2.5rem;
	height: 100vh;
	justify-content: center;
	overflow: hidden;
	padding: 5rem 1.25rem;
	position: sticky;
	top: 0;
	z-index: 1;
}

.pc-layout__left-inner {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 2.5rem;
	justify-content: center;
	width: 100%;
}

.pc-layout__left-logo {
	color: #998263;
	display: block;
	font-family: "Didot", "GFS Didot", serif;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}

.pc-layout__left-text {
	color: #333;
	display: block;
	font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.0875rem;
	line-height: 1.6428571429;
	text-align: justify;
	width: 100%;
}

.pc-layout__center {
	flex-shrink: 0;
	position: relative;
	width: 37.5rem;
	z-index: 1;
}

.pc-layout__right {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.625rem;
	height: 100vh;
	justify-content: center;
	overflow: hidden;
	padding: 3.75rem 1.25rem 2.5rem;
	position: sticky;
	top: 0;
	z-index: 1;
}

.pc-layout__right-cta {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: center;
	padding: 1.25rem;
	width: 100%;
}

.pc-layout__right-instagram {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	height: 2.625rem;
	justify-content: center;
	width: 100%;
}

}

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

.br-1000-more {
	display: block;
}

}

@media (min-width: 1170px) {

html {
	font-size: 16px;
}

}

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

.br-1480-more {
	display: block;
}

}

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

.br-1920-more {
	display: block;
}

}

@media screen and (max-width: 767px) {

.u-mtSp10 {
	margin-top: 10px !important;
	margin-top: 0.625rem !important;
}

.u-mtSp20 {
	margin-top: 20px !important;
	margin-top: 1.25rem !important;
}

.u-mtSp30 {
	margin-top: 30px !important;
	margin-top: 1.875rem !important;
}

.u-mtSp40 {
	margin-top: 40px !important;
	margin-top: 2.5rem !important;
}

.u-mtSp50 {
	margin-top: 50px !important;
	margin-top: 3.125rem !important;
}

.u-mtSp60 {
	margin-top: 60px !important;
	margin-top: 3.75rem !important;
}

.u-mtSp70 {
	margin-top: 70px !important;
	margin-top: 4.375rem !important;
}

.u-mtSp80 {
	margin-top: 80px !important;
	margin-top: 5rem !important;
}

.u-mtSp90 {
	margin-top: 90px !important;
	margin-top: 5.625rem !important;
}

.u-mtSp100 {
	margin-top: 100px !important;
	margin-top: 6.25rem !important;
}

.u-mtSp110 {
	margin-top: 110px !important;
	margin-top: 6.875rem !important;
}

.u-mtSp120 {
	margin-top: 120px !important;
	margin-top: 7.5rem !important;
}

.u-mtSp130 {
	margin-top: 130px !important;
	margin-top: 8.125rem !important;
}

.u-mtSp140 {
	margin-top: 140px !important;
	margin-top: 8.75rem !important;
}

.u-mtSp150 {
	margin-top: 150px !important;
	margin-top: 9.375rem !important;
}

.u-mtSp160 {
	margin-top: 160px !important;
	margin-top: 10rem !important;
}

.u-mtSp170 {
	margin-top: 170px !important;
	margin-top: 10.625rem !important;
}

.u-mtSp180 {
	margin-top: 180px !important;
	margin-top: 11.25rem !important;
}

.u-mtSp190 {
	margin-top: 190px !important;
	margin-top: 11.875rem !important;
}

.u-mtSp200 {
	margin-top: 200px !important;
	margin-top: 12.5rem !important;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes pageFvLineGrow {

0% {
	transform: scaleY(0);
}

100% {
	transform: scaleY(1);
}

}


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