@charset "UTF-8";
/* ------------------------------------------------------------ */
/* Page
/* ------------------------------------------------------------ */

/* PC */
@media screen and (min-width: 1024px){

/* entry common */
.l-page-header {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 100px;
	width: 100%;
	height: 280px;
	z-index: 1;
}
.l-page-header .scrolldown {
	position:absolute;
	bottom: 30px;
	right: 4%;
}
.l-page-header .page-hero {
	position: relative;
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F9F9F9;
}
.l-page-header .page-hero__title {
	font-size: 60px;
	text-align: center;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 100%;
	text-transform: uppercase;
}

/* Layout */
.l-main {
	position: relative;
	padding: 150px 0;
}

/* page-content common */
.page-content {
	width: 100%;
	margin: 0 auto;
}
.page-content h1 {
	font-size: 2.8em;
	line-height: 180%;
}
.page-content h2 {
	font-size: 2.4em;
	line-height: 150%;
}
.page-content h3 {
	font-size: 1.3em;
	line-height: 150%;
}
.page-content h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
}
.page-content h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
}
.page-content p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 220%;
}
.page-content p img {
	width: 100%;
	height: 100%;
}
.page-content table {
	line-height: 160%;
	margin: 10px 0 12px;
	border-top: 1px dotted #999999;
}
.page-content th {
	padding: 8px 12px 8px 18px;
	color: #000;
	font-size: 0.95em;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}
.page-content td {
	padding: 8px 5px;
	font-size: 0.95em;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}
.page-content th p,
.page-content th li,
.page-content td p,
.page-content td li {
	padding-bottom: 0;
	font-size: 100%;
}
.page-content ul {
	margin-bottom: 20px;
}
.page-content ul li {
	font-size: 16px;
	line-height: 220%;
}
.page-content ol {
	padding-left: 16px;
	padding-bottom: 8px;
}
.page-content ol li {
	margin: 0 0 2px 20px;
	list-style: decimal;
}

/* Page */
/* About */
.about-story {
    margin-top: 100px;
    background-color: #000;
    color: #fff;
}
.story-section {
	position: relative;
    width: 100%;
    height: calc(100svh - 100px);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	background: none !important;
	clip-path: inset(0 0 0 0);
}
.story-section::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	display: none;
}
.section-about-top::before {
	background-image: url('https://matsuri-tribe.com/wp-content/uploads/index-about-img.webp');
	display: block;
}
.section-about-bottom::before {
	background-image: url('https://matsuri-tribe.com/wp-content/uploads/page-about-img02.webp');
	display: block;
}
.story-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.main-copy {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.en-sub {
    display: block;
    font-size: 1rem;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 20px;
    opacity: 0.8;
}
.story-content h1 {
    font-size: 3rem;
    letter-spacing: 0.2em;
    font-weight: 700;
}
.story-content p {
    font-size: 1.5rem;
    line-height: 2;
}
.page-about-container {
    width: 100%;
    overflow: hidden;
}
.about-section {
    width: 100%;
    margin-bottom: 160px;
}
.about-section__inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6%;
}
.is-concept .about-section__inner {
	flex-direction: row-reverse;
	padding-right: 6%;
}
.is-message .about-section__inner {
    padding-left: 6%;
}
.about-section__content {
    flex: 0 0 47%;
}
.about-section__image {
	flex: 1; 
    position: relative;
    z-index: 1;
}
.is-concept .about-section__image {
	padding-right: 30px;
}
.is-message .about-section__image {
	padding-left: 30px;
}
.about-section__image .image-wrapper {
	width: 100%;
    position: relative;
    z-index: 1;
}
.about-section__image .image-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.is-concept .about-section__image .image-wrapper::before {
	content: "";
    position: absolute;
    top: 30px; 
    left: 30px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.is-message .about-section__image .image-wrapper::before {
	content: "";
    position: absolute;
    top: 30px; 
    left: -30px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.about-section__image .image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}
.about-section__label span {
    font-size: 16px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
}
.about-section__title {
	font-size: 32px !important;
	margin-top: 15px;
    letter-spacing: 2px;
    line-height: 1.5;
}
.about-section__text {
	font-size: 18px;
    line-height: 1.8;
    margin-top: 25px;
}
.about-photographer {
    width: 88%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 0 0;
    border-top: 1px solid #eee;
}
.about-photographer__inner {
    display: flex;
    align-items: flex-start;
    gap: 6%;
}
.about-photographer__img {
    flex: 0 0 35%;
}
.about-photographer__img img {
    width: 100%;
    height: auto;
}
.about-photographer__content {
    flex: 1;
}
.photographer-sns {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
.photographer-sns a {
    font-size: 24px;
    color: #fff;
    transition: color 0.3s;
}
.photographer-sns a:hover {
    color: #c1272d;
}
.photographer-name {
    margin-bottom: 20px;
    line-height: 1.2;
}
.photographer-name .jp {
    font-size: 24px;
    display: block;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
.photographer-name .en {
    font-size: 14px;
    color: #aaa;
    display: block;
    letter-spacing: 0.2em;
    margin-top: -20px;
}

/* Page */
/* Photos Archive */
.page-photos-container {
	position: relative;
	margin: 0 auto;
    width: 94%;
    margin: 0 auto;
    min-height: 100vh; 
    background-color: #fff;
}
.page-photos-container .photos-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.page-photos-container .filter-left,
.page-photos-container .filter-right {
    display: flex;
    align-items: center;
    gap: 30px;
}
.page-photos-container .post-type-switch .filter-btn.active {
    background-color: #000;
    color: #fff;
}
.page-photos-container .active-filter-status {
    margin-bottom: 40px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8em;
    border-bottom: 1px solid #eee;
}
.page-photos-container .status-tag {
    background: #f2f2f2;
    padding: 3px 10px;
    font-weight: bold;
    color: #333;
    display: inline-flex;
    align-items: center;
}
.page-photos-container .status-tag .label {
    background: transparent;
    padding-right: 5px;
    font-weight: normal;
    color: #888;
}
#gallery {
    width: 100%;
    margin: 0 auto;
    position: relative; 
}
#gallery .photo-item {
    width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
}
#gallery .photo-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    background: #000;
}
#gallery .photo-item img {
    width: 100%;
    height: auto;
    display: block;
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.photo-item.fadein {
    opacity: 0;
    animation: fadeInOnly 0.8s ease forwards;
}
@keyframes fadeInOnly {
    from { opacity: 0; }
    to { opacity: 1; }
}
#gallery .photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}
#gallery .photo-item a:hover img {
	transform: scale(1.05);
}
#gallery .photo-item a:hover .photo-overlay {
	opacity: 1;
}
#gallery .photo-title {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transform: translateY(10px);
    transition: transform 0.4s ease;
}
#gallery .photo-item a:hover .photo-overlay {
    opacity: 1;
}
#gallery .photo-item a:hover .photo-title {
    transform: translateY(0);
}
.page-load-status {
    display: none;
    padding-top: 40px;
    padding-bottom: 100px;
    text-align: center;
    color: #B97355;
    clear: both;
}
.loading-spinner {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 2px solid rgba(185, 115, 85, 0.2);
    border-top-color: #B97355;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.infinite-scroll-last,
.infinite-scroll-error {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Page */
/* Photos Single */
.page-photos-single {
	position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-photos-single .photos-layout {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 120px;
	align-items: start;
}
.page-photos-single .photos-meta {
	position: sticky;
	top: 120px;
	height: auto;
	max-width: 360px;
}
.page-photos-single .meta-location {
	margin-bottom: 10px;
}
.page-photos-single .meta-location span {
	font-size: 0.75em;
	letter-spacing: 2px;
	padding: 5px;
	border-bottom: 3px solid #333;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.page-photos-single .jp-title {
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 0;
}
.page-photos-single .en-title {
	font-size: 0.6em;
	letter-spacing: 0.05em;
	padding-left: 5px;
	opacity: .6;
}
.page-photos-single .meta-list {
	margin-top: 50px;
}
.page-photos-single .meta-list dt {
	font-size: 0.7em;
	letter-spacing: 0.1em;
	opacity: .5;
	margin-top: 16px;
}
.page-photos-single .meta-list dd {
	margin-top: 4px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
.page-photos-single .meta-list dd .map-link {
    color: inherit;
    transition: opacity 0.3s;
}
.page-photos-single .meta-list dd .map-link:hover {
    opacity: 0.7;
    text-decoration: none;
}
.page-photos-single .photos-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}
.page-photos-single .photos-tags .tag {
	display: inline-block;
	padding: 3px 8px;
	font-size: 0.8em;
	background: #f2f2f2;
	color: #333;
	text-decoration: none;
}
.page-photos-single .photos-tags .tag:hover {
	background: #e5e5e5;
}
.page-photos-single .back-link {
	display: inline-block;
	margin-top: 40px;
	letter-spacing: 0.07em;
	font-size: 0.85em;
	opacity: .6;
	text-decoration: none;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-style: normal;
}
.page-photos-single .back-link:hover {
	opacity: 1;
}
.page-photos-single .photos-gallery {
	width: 100%;
	min-width: 0;
}
.page-photos-single .photo-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-photos-single .photo-list > * {
    width: 100%;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.page-photos-single .photo-list > *.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.page-photos-single .photo-list img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    cursor: zoom-in;
}
.photo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; 
    opacity: 0;
    cursor: zoom-out;
    transition: opacity 0.3s ease;
    pointer-events: none; 
    visibility: hidden;
    cursor: default;
}
.photo-lightbox-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.lightbox-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    cursor: default;
}
.photo-lightbox-overlay.is-active .lightbox-image {
    transform: scale(1);
}
.lightbox-close {
	position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: sans-serif;
    cursor: pointer;
    z-index: 10000;
}
.lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10001;
	transition: opacity 0.3s;
	opacity: 0.5;
}
.lightbox-nav:hover {
	opacity: 1;
}
.lightbox-prev {
	left: 20px;
}
.lightbox-next {
	right: 20px;
}
.lightbox-nav span {
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.lightbox-prev span {
	transform: rotate(-45deg);
}
.lightbox-next span {
	transform: rotate(135deg);
}
body.lightbox-open .g-nav,
body.lightbox-open .l-header {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Page */
/* Video Archive */
.page-video-container {
    position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-video-container .video-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.page-video-container .filter-left {
    display: flex;
    align-items: center;
    gap: 30px;
}
.page-video-container .video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}
.page-video-container .video-card .tmb-img {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}
.page-video-container .video-card .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}
.page-video-container .video-card .play-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 15px solid #000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.page-video-container .video-card a:hover .play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Page */
/* Journal Archive */
.page-journal-container {
    position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-journal-container .journal-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 100px;
    align-items: start;
}
.page-journal-container .journal-sidebar {
    position: sticky;
    top: 100px;
}
.page-journal-container .journal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
}
.page-journal-container .journal-card {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    height: 100%;
}
.page-journal-container .journal-card .tmb-img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.page-journal-container .journal-card .tmb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.page-journal-container .journal-card .content {
    padding: 20px;
    position: relative;
}
.page-journal-container .journal-card .date {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #B97355;
    font-size: 0.85em;
    font-weight: 700;
}
.page-journal-container .journal-card .title {
    font-size: 1em;
    margin: 8px 0 12px;
    line-height: 1.5;
    font-weight: 700;
}
.page-journal-container .journal-card .catlist {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    margin-top: auto;
}
.page-journal-container .journal-card .cat-item {
    font-size: 0.7em;
    color: #666;
    letter-spacing: 0.02em;
    line-height: 1.4;
    transition: color 0.3s ease;
}
.page-journal-container .journal-card .journal-card a:hover .cat-item {
    color: #333;
}
.page-journal-container .journal-card .triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #333;
}

/* Page */
/* Journal Single */
.page-journal-single-container {
    position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-journal-single-container .journal-single-layout {
    display: grid;
    grid-template-columns: 150px 1fr 150px; 
    gap: 100px;
    align-items: start;
}
.page-journal-single-container .journal-sidebar {
    position: sticky;
    top: 100px;
}
.page-journal-single-container .journal-spacer {
    width: 240px;
}
.page-journal-single-container .journal-main-visual {
    margin-bottom: 60px;
}
.page-journal-single-container .journal-main-visual img {
    width: 100%;
    height: auto;
    display: block;
    margin: 2em 0;
}
.page-journal-single-container .journal-article-head {
    margin-bottom: 40px;
    text-align: center;
}
.page-journal-single-container .journal-article-head .date {
    display: block;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #B97355;
    font-weight: 700;
    margin-bottom: 15px;
}
.page-journal-single-container .journal-article-head .journal-title {
    font-size: 1.8em;
	font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}
.page-journal-single-container .journal-catlist .cat {
    display: inline-block;
    margin: 0 5px;
    font-size: 0.85em;
    opacity: 0.7;
}
.page-journal-single-container .journal-catlist .cat a {
    text-decoration: none;
    color: #333;
}
.page-journal-single-container .journal-entry-body {
    line-height: 2;
    font-size: 1em;
    margin-bottom: 100px;
}
.page-journal-single-container .journal-entry-body h3 {
    font-size: 1.6rem;
    margin: 2em 0 1em;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.page-journal-single-container .journal-entry-body p.img-cap {
	text-align: right;
	font-size: 0.7em;
	line-height: 150%;
	margin-bottom: 30px;
}
.page-journal-single-container .journal-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #eee;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
}
.page-journal-single-container .journal-navigation a {
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
    transition: opacity 0.3s;
}
.page-journal-single-container .journal-navigation a:hover {
    opacity: 0.6;
}
.page-journal-single-container .nav-back a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Page */
/* Service */
.page-service-container {
    position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.page-service-container .service-section {
	margin-bottom: 120px;
}
.page-service-container .service-section:last-child {
    margin-bottom: 0;
}
.page-service-container .service-header {
	text-align: center;
	margin-bottom: 80px;
}
.page-service-container .service-label {
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	color: #B97355;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.page-service-container .service-title {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.page-service-container .service-lead {
	line-height: 2;
	color: #444;
}
.page-service-container .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.5rem;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}
.page-service-container .price-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.page-service-container .price-item {
	background: #f9f9f9;
	padding: 40px 40px 30px;
}
.page-service-container .price-item__name {
	font-weight: 700;
	margin-bottom: 15px;
}
.page-service-container .price-item__amount {
	font-size: 2rem;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	color: #B97355;
	margin-bottom: 15px;
	letter-spacing: 0.02em;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.page-service-container .price-item__amount span {
	font-size: 0.9rem;
    color: #333;
    font-weight: 400;
}
.page-service-container .price-item__desc {
	font-size: 0.9rem;
	line-height: 1.8;
	color: #666;
	letter-spacing: 0.02em;
}
.page-service-container .price-item__desc small {
    display: block;
    margin-top: 15px;
    color: #888;
    font-size: 0.8rem;
}
.page-service-container .price-supplement {
    padding: 40px 40px 30px;
    background-color: #fcfcfc;
    border-left: 3px solid #ddd;
}
.page-service-container .price-supplement p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #666;
}
.page-service-container .price-item p:last-child,
.page-service-container .price-supplement p:last-child {
    margin-bottom: 0;
}
.page-service-container .flow-step {
	display: flex;
    gap: 30px;
    padding: 30px 0 10px;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}
.page-service-container .flow-step:first-child {
    border-top: 1px solid #eee;
}
.page-service-container .step-num {
	font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #B97355;
    line-height: 1.2;
    width: 30px;
}
.page-service-container .flow-content {
    flex: 1;
}
.page-service-container .flow-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}
.page-service-container .flow-text {
    font-size: 0.95rem;
    line-height: 2;
    color: #555;
    margin: 0;
}
.page-service-container .flow-text a {
    color: inherit;
    transition: opacity 0.3s;
}
.page-service-container .flow-text a:hover {
    opacity: 0.6;
}
.page-service-container .license-table {
    margin-top: 40px;
}
.page-service-container .license-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.page-service-container .license-item:first-child {
    border-top: 1px solid #eee;
}
.page-service-container .license-label {
    flex: 1;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.4;
}
.page-service-container .license-scope {
    display: block;
    font-size: 0.85rem;
    color: #888;
    font-weight: 400;
    margin-top: 8px;
}
.page-service-container .license-price {
    width: 200px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #B97355;
    line-height: 1.2;
    text-align: left;
}
.page-service-container .license-price.is-consult {
    color: #333;
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 5px;
}
.page-service-container .license-price .unit {
    font-size: 0.85rem;
    color: #333;
    font-weight: 400;
    margin-left: 5px;
    font-family: "Noto Sans JP", sans-serif;
}
.page-service-container .license-table + .price-supplement {
    margin-top: 60px;
}

/* Page */
/* News Archive */
.page-news-container {
    position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-news-container .news-layout {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 100px;
    align-items: start;
}
.page-news-container .news-sidebar {
    position: sticky;
    top: 100px;
}
.page-news-container .news-list {
    border-top: 1px solid #ddd;
}
.page-news-container .news-item {
    border-bottom: 1px solid #ddd;
}
.page-news-container .news-item__link {
    display: flex;
    align-items: center;
    padding: 30px 0;
    text-decoration: none;
    transition: background 0.3s;
}
.page-news-container .news-item__link:hover {
    background-color: #fafafa;
}
.page-news-container .news-item__img {
    width: 160px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 30px;
    overflow: hidden;
}
.page-news-container .news-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-news-container .news-item__body {
    flex-grow: 1;
}
.page-news-container .news-item__meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}
.page-news-container .news-cat {
    font-size: 0.7em;
    font-weight: 700;
    border: 1px solid #333;
    padding: 2px 10px;
    letter-spacing: 0.05em;
    color: #333;
}
.page-news-container .news-date {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 0.85em;
    color: #888;
}
.page-news-container .news-title {
    font-size: 1em;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
}

/* Page */
/* News Single */
.news-single-container {
    position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.news-single-container .news-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 100px;
    align-items: start;
}
.news-single-container .news-sidebar {
    position: sticky;
    top: 100px;
}
.news-single-container .news-single-header {
	text-align: left;
    margin-bottom: 60px;
}
.news-single-container .news-single-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.news-single-container .news-single-meta .news-cat {
    font-size: 0.7rem;
    font-weight: 700;
    border: 1px solid #333;
    padding: 3px 12px;
    letter-spacing: 0.1em;
}
.news-single-container .news-single-title {
    font-size: 1.8em;
	font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.news-single-container .news-single-body {
    line-height: 2;
    letter-spacing: 0.04em;
    color: #333;
}
.news-single-container .entry-content {
	margin: 50px 0;
}
.news-single-container .entry-content h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.news-single-container .entry-content ul, 
.news-single-container .entry-content p, 
.news-single-container .entry-content blockquote {
    margin-bottom: 20px;
}
.news-single-container .entry-content p:last-child {
    margin-bottom: 0;
}
.news-single-container .entry-content blockquote {
	background: #f9f9f9;
	padding: 30px 30px 20px;
	box-sizing: border-box;
}
.news-single-container .entry-content a {
	border-bottom: 1px solid #333;
}
.news-single-container .news-single-footer {
    margin-top: 100px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}
.news-single-container .post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
}
.news-single-container .post-navigation a {
    text-decoration: none;
    color: #333;
    transition: opacity 0.3s;
}
.news-single-container .post-navigation a:hover {
    opacity: 0.5;
}
.news-single-container .post-navigation .back a {
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

/* Page */
/* Contact */
.page-contact-container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.page-contact-container .contact-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5%;
    align-items: flex-start;
}
.page-contact-container .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.5rem;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    text-align: left;
}
.page-contact-container .contact-side, 
.page-contact-container .contact-main {
    width: 47.5%; 
    flex-shrink: 0;
    box-sizing: border-box;
}
.page-contact-container .contact-lead {
    font-size: 0.9rem;
    line-height: 2;
    color: #666;
    margin-bottom: 40px;
}
.page-contact-container .contact-sns {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}
.page-contact-container .contact-sns li {
    margin-bottom: 25px;
}
.page-contact-container .contact-sns a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1rem;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    color: #333;
    transition: color .3s;
}
.page-contact-container .contact-sns a i {
    font-size: 24px;
    color: #B97355;
}
.page-contact-container .contact-sns a:hover {
    color: #B97355;
    opacity: 1;
}
.page-contact-container .contact-note-box {
    border-top: 1px solid #eee;
    padding-top: 25px;
}
.page-contact-container .contact-note {
    font-size: 0.8rem;
    line-height: 1.8;
    color: #999;
}

/* Page */
/* Terms */
#page-terms .terms-wrap {
    position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
#page-terms .terms-lead {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 80px;
    letter-spacing: 0.02em;
}
#page-terms .terms-section {
    margin-bottom: 100px;
}
#page-terms .terms-section:last-child {
    margin-bottom: 0;
}
#page-terms .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    font-weight: 700;
}
#page-terms .section-sub-title::before {
    display: none;
}
#page-terms .terms-list {
    list-style: none;
    padding: 0;
    counter-reset: terms-counter;
}
#page-terms .terms-list li {
    font-size: 0.95rem;
    line-height: 2.2;
    color: #444;
    margin-bottom: 25px;
    padding: 25px 0 25px 3em;
    border-bottom: 1px solid #eee;
    position: relative;
}
#page-terms .terms-list li:last-child {
    border-bottom: none;
}
#page-terms .terms-list li::before {
    content: counter(terms-counter) ".";
    counter-increment: terms-counter;
    position: absolute;
    left: 0.5em; 
    top: 25px;
    color: #B97355;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 2.2;
}

/* Page */
/* Privacy Policy */
#page-privacy {
    width: 100%;
}
#page-privacy .privacy-wrap {
    position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
#page-privacy .privacy-lead {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 80px;
    line-height: 2;
    letter-spacing: 0.02em;
}
#page-privacy .privacy-section {
    margin-bottom: 80px;
}
#page-privacy .privacy-section:last-child {
    margin-bottom: 0;
}
#page-privacy .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
#page-privacy .privacy-section p {
    font-size: 0.95rem;
    line-height: 2.2;
    color: #444;
    margin-bottom: 20px;
}
#page-privacy .privacy-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
#page-privacy .privacy-list li {
    font-size: 0.95rem;
    line-height: 2;
    color: #444;
    padding: 10px 0 10px 1.5em;
    position: relative;
}
#page-privacy .privacy-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #B97355;
    font-weight: 700;
}
#page-privacy .privacy-section a {
    color: inherit;
    transition: opacity 0.3s;
}
#page-privacy .privacy-section a:hover {
    opacity: 0.6;
}

}

/* TAB */
@media screen and (max-width: 1023px){

/* entry common */
.l-page-header {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 100px;
	width: 100%;
	height: 280px;
	z-index: 1;
}
.l-page-header .scrolldown {
	position:absolute;
	bottom: 30px;
	right: 4%;
}
.l-page-header .page-hero {
	position: relative;
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F9F9F9;
}
.l-page-header .page-hero__title {
	font-size: 60px;
	text-align: center;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 100%;
	text-transform: uppercase;
}

/* Layout */
.l-main {
	position: relative;
	padding: 120px 0;
}

/* page-content common */
.page-content {
	width: 100%;
	margin: 0 auto;
}
.page-content h1 {
	font-size: 2.8em;
	line-height: 180%;
}
.page-content h2 {
	font-size: 2.4em;
	line-height: 150%;
}
.page-content h3 {
	font-size: 1.3em;
	line-height: 150%;
}
.page-content h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
}
.page-content h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 150%;
}
.page-content p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 250%;
}
.page-content p img {
	width: 100%;
	height: 100%;
}
.page-content table {
	line-height: 160%;
	margin: 10px 0 12px;
	border-top: 1px dotted #999999;
}
.page-content th {
	padding: 8px 12px 8px 18px;
	color: #000;
	font-size: 0.95em;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}
.page-content td {
	padding: 8px 5px;
	font-size: 0.95em;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}
.page-content th p,
.page-content th li,
.page-content td p,
.page-content td li {
	padding-bottom: 0;
	font-size: 100%;
}
.page-content ul {
	margin-bottom: 15px;
}
.page-content ul li {
	line-height: 180%;
}
.page-content ol {
	padding-left: 16px;
	padding-bottom: 8px;
}
.page-content ol li {
	margin: 0 0 2px 20px;
	list-style: decimal;
}

/* Page */
/* About */
.about-story {
    margin-top: 100px;
    background-color: #000;
    color: #fff;
}
.story-section {
	position: relative;
    width: 100%;
    height: calc(100svh - 100px);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	background: none !important;
	clip-path: inset(0 0 0 0);
}
.story-section::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	display: none;
}
.section-about-top::before {
	background-image: url('https://matsuri-tribe.com/wp-content/uploads/index-about-img.webp');
	display: block;
}
.section-about-bottom::before {
	background-image: url('https://matsuri-tribe.com/wp-content/uploads/page-about-img02.webp');
	display: block;
}
.story-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}
.overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.main-copy {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.en-sub {
    display: block;
    font-size: 0.9rem;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 20px;
    opacity: 0.8;
}
.page-about-container {
    width: 100%;
    overflow: hidden;
}
.about-section {
    width: 100%;
    margin-bottom: 100px;
}
.about-section__inner {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    padding: 0 !important;
    gap: 40px;
}
.about-section__content,
.about-section__image {
	flex: 0 0 auto;
	width: calc( 100% - 120px );
	margin: 0 auto;
	padding: 0 !important;
}
.is-concept .about-section__image {
	padding-right: 30px;
}
.is-message .about-section__image {
	padding-left: 30px;
}
.about-section__image .image-wrapper {
	width: 100%;
    position: relative;
    z-index: 1;
}
.about-section__image .image-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.is-concept .about-section__image .image-wrapper::before {
	content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.is-message .about-section__image .image-wrapper::before {
	content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.about-section__image .image-wrapper img {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    position: relative;
    z-index: 2;
}
.about-section__label span {
    font-size: 16px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
}
.about-section__title {
	font-size: 32px !important;
	margin-top: 15px;
    letter-spacing: 2px;
    line-height: 1.5;
}
.about-section__text {
	font-size: 18px;
    line-height: 1.8;
    margin-top: 25px;
}
.about-photographer {
    width: calc( 100% - 120px );
    margin: 0 auto;
    padding: 100px 0 0;
    border-top: 1px solid #eee;
}
.about-photographer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.about-photographer__img {
    width: 100%;
}
.about-photographer__img img {
    width: 100%;
    height: auto;
}
.about-photographer__content {
	width: 100%;
}
.photographer-sns {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
.photographer-sns a {
    font-size: 24px;
    color: #fff;
    transition: color 0.3s;
}
.photographer-sns a:hover {
    color: #c1272d;
}
.photographer-name {
    margin-bottom: 20px;
    line-height: 1.2;
}
.photographer-name .jp {
    font-size: 24px;
    display: block;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
.photographer-name .en {
    font-size: 14px;
    color: #aaa;
    display: block;
    letter-spacing: 0.2em;
    margin-top: -20px;
}

/* Page */
/* Photos Archive */
.page-photos-container {
	position: relative;
	margin: 0 auto;
    width: 90%;
    margin: 0 auto;
    min-height: 100vh; 
    background-color: #fff;
}
.page-photos-container .photos-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.page-photos-container .filter-left,
.page-photos-container .filter-right {
    display: flex;
    align-items: center;
    gap: 30px;
}
.page-photos-container .post-type-switch .filter-btn.active {
    background-color: #000;
    color: #fff;
}
.page-photos-container .active-filter-status {
    margin-bottom: 40px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8em;
    border-bottom: 1px solid #eee;
}
.page-photos-container .status-tag {
    background: #f2f2f2;
    padding: 3px 10px;
    font-weight: bold;
    color: #333;
    display: inline-flex;
    align-items: center;
}
.page-photos-container .status-tag .label {
    background: transparent;
    padding-right: 5px;
    font-weight: normal;
    color: #888;
}
#gallery {
    width: 100%;
    margin: 0 auto;
    position: relative; 
}
#gallery .photo-item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
}
#gallery .photo-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    background: #000;
}
#gallery .photo-item img {
    width: 100%;
    height: auto;
    display: block;
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.photo-item.fadein {
    opacity: 0;
    animation: fadeInOnly 0.8s ease forwards;
}
@keyframes fadeInOnly {
    from { opacity: 0; }
    to { opacity: 1; }
}
#gallery .photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}
#gallery .photo-item a:hover img {
	transform: scale(1.05);
}
#gallery .photo-item a:hover .photo-overlay {
	opacity: 1;
}
#gallery .photo-title {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transform: translateY(10px);
    transition: transform 0.4s ease;
}
#gallery .photo-item a:hover .photo-overlay {
    opacity: 1;
}
#gallery .photo-item a:hover .photo-title {
    transform: translateY(0);
}
.page-load-status {
    display: none;
    padding-top: 40px;
    padding-bottom: 100px;
    text-align: center;
    color: #B97355;
    clear: both;
}
.loading-spinner {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 2px solid rgba(185, 115, 85, 0.2);
    border-top-color: #B97355;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.infinite-scroll-last,
.infinite-scroll-error {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Page */
/* Photos Single */
.page-photos-single {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.page-photos-single .photos-layout {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 5%;
	align-items: start;
}
.page-photos-single .photos-meta {
	position: sticky;
	top: 120px;
	height: auto;
	max-width: 360px;
}
.page-photos-single .meta-location {
	margin-bottom: 10px;
}
.page-photos-single .meta-location span {
	font-size: 0.7em;
	letter-spacing: 2px;
	padding: 0 5px 5px;
	border-bottom: 3px solid #333;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.page-photos-single .jp-title {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 0;
}
.page-photos-single .en-title {
	font-size: 0.6em;
	letter-spacing: 0.05em;
	padding-left: 5px;
	opacity: .6;
}
.page-photos-single .meta-list {
	margin-top: 50px;
}
.page-photos-single .meta-list dt {
	font-size: 0.7em;
	letter-spacing: 0.1em;
	opacity: .5;
	margin-top: 16px;
}
.page-photos-single .meta-list dd {
	margin-top: 4px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}
.page-photos-single .meta-list dd .map-link {
    color: inherit;
    transition: opacity 0.3s;
}
.page-photos-single .meta-list dd .map-link:hover {
    opacity: 0.7;
    text-decoration: none;
}
.page-photos-single .photos-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}
.page-photos-single .photos-tags .tag {
	display: inline-block;
	padding: 3px 8px;
	font-size: 0.7em;
	background: #f2f2f2;
	color: #333;
	text-decoration: none;
}
.page-photos-single .photos-tags .tag:hover {
	background: #e5e5e5;
}
.page-photos-single .back-link {
	display: inline-block;
	margin-top: 40px;
	letter-spacing: 0.07em;
	font-size: 0.85em;
	opacity: .6;
	text-decoration: none;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-style: normal;
}
.page-photos-single .back-link:hover {
	opacity: 1;
}
.page-photos-single .photos-gallery {
	width: 100%;
	min-width: 0;
}
.page-photos-single .photo-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-photos-single .photo-list > * {
    width: 100%;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.page-photos-single .photo-list > *.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.page-photos-single .photo-list img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    cursor: zoom-in;
}
.photo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; 
    opacity: 0;
    cursor: zoom-out;
    transition: opacity 0.3s ease;
    pointer-events: none; 
    visibility: hidden;
}
.photo-lightbox-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.lightbox-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}
.photo-lightbox-overlay.is-active .lightbox-image {
    transform: scale(1);
}
.lightbox-close {
	position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: sans-serif;
    cursor: pointer;
    z-index: 10000;
}
body.lightbox-open .g-nav,
body.lightbox-open .l-header {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Page */
/* Video Archive */
.page-video-container {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
.page-video-container .video-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.page-video-container .filter-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.page-video-container .video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.page-video-container .video-card .tmb-img {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}
.page-video-container .video-card .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}
.page-video-container .video-card .play-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 15px solid #000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.page-video-container .video-card a:hover .play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Page */
/* Journal Archive */
.page-journal-container {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
.page-journal-container .journal-layout {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 5%;
    align-items: start;
}
.page-journal-container .journal-sidebar {
    position: sticky;
    top: 100px;
}
.page-journal-container .journal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 50px;
}
.page-journal-container .journal-card {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    height: 100%;
}
.page-journal-container .journal-card .tmb-img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.page-journal-container .journal-card .tmb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.page-journal-container .journal-card .content {
    padding: 20px;
    position: relative;
}
.page-journal-container .journal-card .date {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #B97355;
    font-size: 0.85em;
    font-weight: 700;
}
.page-journal-container .journal-card .title {
    font-size: 1em;
    margin: 8px 0 12px;
    line-height: 1.5;
    font-weight: 700;
}
.page-journal-container .journal-card .catlist {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    margin-top: auto;
}
.page-journal-container .journal-card .cat-item {
    font-size: 0.7em;
    color: #666;
    letter-spacing: 0.02em;
    line-height: 1.4;
    transition: color 0.3s ease;
}
.page-journal-container .journal-card .journal-card a:hover .cat-item {
    color: #333;
}
.page-journal-container .journal-card .triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #333;
}

/* Page */
/* Journal Single */
.page-journal-single-container {
    position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.page-journal-single-container .journal-single-layout {
    display: grid;
    grid-template-columns: 200px 1fr 200px; 
    gap: 100px;
    align-items: start;
}
.page-journal-single-container .journal-sidebar {
    position: sticky;
    top: 100px;
}
.page-journal-single-container .journal-spacer {
    width: 240px;
}
.page-journal-single-container .journal-main-visual {
    margin-bottom: 60px;
}
.page-journal-single-container .journal-main-visual img {
    width: 100%;
    height: auto;
    display: block;
    margin: 2em 0;
}
.page-journal-single-container .journal-article-head {
    margin-bottom: 40px;
    text-align: center;
}
.page-journal-single-container .journal-article-head .date {
    display: block;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #B97355;
    font-weight: 700;
    margin-bottom: 15px;
}
.page-journal-single-container .journal-article-head .journal-title {
    font-size: 1.8em;
	font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}
.page-journal-single-container .journal-catlist .cat {
    display: inline-block;
    margin: 0 5px;
    font-size: 0.85em;
    opacity: 0.7;
}
.page-journal-single-container .journal-catlist .cat a {
    text-decoration: none;
    color: #333;
}
.page-journal-single-container .journal-entry-body {
    line-height: 2;
    font-size: 1em;
    margin-bottom: 100px;
}
.page-journal-single-container .journal-entry-body h3 {
    font-size: 1.6rem;
    margin: 2em 0 1em;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.page-journal-single-container .journal-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #eee;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
}
.page-journal-single-container .journal-navigation a {
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
    transition: opacity 0.3s;
}
.page-journal-single-container .journal-navigation a:hover {
    opacity: 0.6;
}
.page-journal-single-container .nav-back a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Page */
/* Service */
.page-service-container {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
.page-service-container .service-section {
	margin-bottom: 120px;
}
.page-service-container .service-section:last-child {
    margin-bottom: 0;
}
.page-service-container .service-header {
	text-align: center;
	margin-bottom: 80px;
}
.page-service-container .service-label {
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	color: #B97355;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.page-service-container .service-title {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.page-service-container .service-lead {
	line-height: 2;
	color: #444;
}
.page-service-container .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.5rem;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}
.page-service-container .price-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.page-service-container .price-item {
	background: #f9f9f9;
	padding: 40px 40px 30px;
}
.page-service-container .price-item__name {
	font-weight: 700;
	margin-bottom: 15px;
}
.page-service-container .price-item__amount {
	font-size: 2rem;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	color: #B97355;
	margin-bottom: 15px;
	letter-spacing: 0.02em;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.page-service-container .price-item__amount span {
	font-size: 0.9rem;
    color: #333;
    font-weight: 400;
}
.page-service-container .price-item__desc {
	font-size: 0.9rem;
	line-height: 1.8;
	color: #666;
	letter-spacing: 0.02em;
}
.page-service-container .price-item__desc small {
    display: block;
    margin-top: 15px;
    color: #888;
    font-size: 0.8rem;
}
.page-service-container .price-supplement {
    padding: 40px 40px 30px;
    background-color: #fcfcfc;
    border-left: 3px solid #ddd;
}
.page-service-container .price-supplement p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #666;
}
.page-service-container .price-item p:last-child,
.page-service-container .price-supplement p:last-child {
    margin-bottom: 0;
}
.page-service-container .flow-step {
	display: flex;
    gap: 30px;
    padding: 30px 0 10px;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}
.page-service-container .flow-step:first-child {
    border-top: 1px solid #eee;
}
.page-service-container .step-num {
	font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #B97355;
    line-height: 1.2;
    width: 30px;
}
.page-service-container .flow-content {
    flex: 1;
}
.page-service-container .flow-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}
.page-service-container .flow-text {
    font-size: 0.95rem;
    line-height: 2;
    color: #555;
    margin: 0;
}
.page-service-container .flow-text a {
    color: inherit;
    transition: opacity 0.3s;
}
.page-service-container .flow-text a:hover {
    opacity: 0.6;
}
.page-service-container .license-table {
    margin-top: 40px;
}
.page-service-container .license-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.page-service-container .license-item:first-child {
    border-top: 1px solid #eee;
}
.page-service-container .license-label {
    flex: 1;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.4;
}
.page-service-container .license-scope {
    display: block;
    font-size: 0.85rem;
    color: #888;
    font-weight: 400;
    margin-top: 8px;
}
.page-service-container .license-price {
    width: 200px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #B97355;
    line-height: 1.2;
    text-align: left;
}
.page-service-container .license-price.is-consult {
    color: #333;
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 5px;
}
.page-service-container .license-price .unit {
    font-size: 0.85rem;
    color: #333;
    font-weight: 400;
    margin-left: 5px;
    font-family: "Noto Sans JP", sans-serif;
}
.page-service-container .license-table + .price-supplement {
    margin-top: 60px;
}

/* Page */
/* News Archive */
.page-news-container {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
.page-news-container .news-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 100px;
    align-items: start;
}
.page-news-container .news-sidebar {
    position: sticky;
    top: 100px;
}
.page-news-container .news-list {
    border-top: 1px solid #ddd;
}
.page-news-container .news-item {
    border-bottom: 1px solid #ddd;
}
.page-news-container .news-item__link {
    display: flex;
    align-items: center;
    padding: 30px 0;
    text-decoration: none;
    transition: background 0.3s;
}
.page-news-container .news-item__link:hover {
    background-color: #fafafa;
}
.page-news-container .news-item__img {
    width: 160px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 30px;
    overflow: hidden;
}
.page-news-container .news-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-news-container .news-item__body {
    flex-grow: 1;
}
.page-news-container .news-item__meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}
.page-news-container .news-cat {
    font-size: 0.7em;
    font-weight: 700;
    border: 1px solid #333;
    padding: 2px 10px;
    letter-spacing: 0.05em;
    color: #333;
}
.page-news-container .news-date {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 0.85em;
    color: #888;
}
.page-news-container .news-title {
    font-size: 1em;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
}

/* Page */
/* News Single */
.news-single-container {
    position: relative;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.news-single-container .news-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 100px;
    align-items: start;
}
.news-single-container .news-sidebar {
    position: sticky;
    top: 100px;
}
.news-single-container .news-single-header {
	text-align: left;
    margin-bottom: 60px;
}
.news-single-container .news-single-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.news-single-container .news-single-meta .news-cat {
    font-size: 0.7rem;
    font-weight: 700;
    border: 1px solid #333;
    padding: 3px 12px;
    letter-spacing: 0.1em;
}
.news-single-container .news-single-title {
    font-size: 1.8em;
	font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.news-single-container .news-single-body {
    line-height: 2;
    letter-spacing: 0.04em;
    color: #333;
}
.news-single-container .news-single-footer {
    margin-top: 100px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}
.news-single-container .post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
}
.news-single-container .post-navigation a {
    text-decoration: none;
    color: #333;
    transition: opacity 0.3s;
}
.news-single-container .post-navigation a:hover {
    opacity: 0.5;
}
.news-single-container .post-navigation .back a {
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

/* Page */
/* Contact */
.page-contact-container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.page-contact-container .contact-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 5%;
    align-items: flex-start;
}
.page-contact-container .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.5rem;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    text-align: left;
}
.page-contact-container .contact-side, 
.page-contact-container .contact-main {
    width: 47.5%; 
    flex-shrink: 0;
    box-sizing: border-box;
}
.page-contact-container .contact-lead {
    font-size: 0.9rem;
    line-height: 2;
    color: #666;
    margin-bottom: 40px;
}
.page-contact-container .contact-sns {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}
.page-contact-container .contact-sns li {
    margin-bottom: 25px;
}
.page-contact-container .contact-sns a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1rem;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    color: #333;
    transition: color .3s;
}
.page-contact-container .contact-sns a i {
    font-size: 24px;
    color: #B97355;
}
.page-contact-container .contact-sns a:hover {
    color: #B97355;
    opacity: 1;
}
.page-contact-container .contact-note-box {
    border-top: 1px solid #eee;
    padding-top: 25px;
}
.page-contact-container .contact-note {
    font-size: 0.8rem;
    line-height: 1.8;
    color: #999;
}

/* Page */
/* Terms */
#page-terms .terms-wrap {
    position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
#page-terms .terms-lead {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 80px;
    letter-spacing: 0.02em;
}
#page-terms .terms-section {
    margin-bottom: 100px;
}
#page-terms .terms-section:last-child {
    margin-bottom: 0;
}
#page-terms .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    font-weight: 700;
}
#page-terms .section-sub-title::before {
    display: none;
}
#page-terms .terms-list {
    list-style: none;
    padding: 0;
    counter-reset: terms-counter;
}
#page-terms .terms-list li {
    font-size: 0.95rem;
    line-height: 2.2;
    color: #444;
    margin-bottom: 25px;
    padding: 25px 0 25px 3em;
    border-bottom: 1px solid #eee;
    position: relative;
}
#page-terms .terms-list li:last-child {
    border-bottom: none;
}
#page-terms .terms-list li::before {
    content: counter(terms-counter) ".";
    counter-increment: terms-counter;
    position: absolute;
    left: 0.5em; 
    top: 25px;
    color: #B97355;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 2.2;
}

/* Page */
/* Privacy Policy */
#page-privacy {
    width: 100%;
}
#page-privacy .privacy-wrap {
    position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
#page-privacy .privacy-lead {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 80px;
    line-height: 2;
    letter-spacing: 0.02em;
}
#page-privacy .privacy-section {
    margin-bottom: 80px;
}
#page-privacy .privacy-section:last-child {
    margin-bottom: 0;
}
#page-privacy .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
#page-privacy .privacy-section p {
    font-size: 0.95rem;
    line-height: 2.2;
    color: #444;
    margin-bottom: 20px;
}
#page-privacy .privacy-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
#page-privacy .privacy-list li {
    font-size: 0.95rem;
    line-height: 2;
    color: #444;
    padding: 10px 0 10px 1.5em;
    position: relative;
}
#page-privacy .privacy-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #B97355;
    font-weight: 700;
}
#page-privacy .privacy-section a {
    color: inherit;
    transition: opacity 0.3s;
}
#page-privacy .privacy-section a:hover {
    opacity: 0.6;
}

}

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

/* entry common */
.l-page-header {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 60px;
	width: 100%;
	height: 300px;
	z-index: 1;
}
.l-page-header .scrolldown {
	position:absolute;
	bottom: 20px;
	right: 40px;
}
.l-page-header .page-hero {
	position: relative;
	width: 100%;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F9F9F9;
}
.l-page-header .page-hero__title {
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 100%;
	text-transform: uppercase;
}

/* Layout */
.l-main {
	position: relative;
	padding: 60px 0;
}

/* page-content common */
.page-content {
	width: 100%;
	margin: 0 auto;
}
.page-content h1 {
	font-size: 2em;
	line-height: 180%;
}
.page-content h2 {
	font-size: 1.5em;
	line-height: 150%;
}
.page-content h3 {
	font-size: 1.3em;
	line-height: 150%;
}
.page-content h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
}
.page-content h5 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 150%;
}
.page-content p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 250%;
}
.page-content p img {
	width: 100%;
	height: 100%;
}
.page-content table {
	line-height: 160%;
	margin: 10px 0 12px;
	border-top: 1px dotted #999999;
}
.page-content th {
	padding: 8px 12px 8px 18px;
	color: #000;
	font-size: 0.95em;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}
.page-content td {
	padding: 8px 5px;
	font-size: 0.95em;
	vertical-align: top;
	border-bottom: 1px dotted #999999;
}
.page-content th p,
.page-content th li,
.page-content td p,
.page-content td li {
	padding-bottom: 0;
	font-size: 100%;
}
.page-content ul {
	margin-bottom: 15px;
}
.page-content ul li {
	line-height: 180%;
}
.page-content ol {
	padding-left: 16px;
	padding-bottom: 8px;
}
.page-content ol li {
	margin: 0 0 2px 20px;
	list-style: decimal;
}

/* Page */
/* About */
.about-story {
    margin-top: 60px;
    background-color: #000;
    color: #fff;
}
.story-section {
	position: relative;
    width: 100%;
    height: calc(100svh - 60px);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	background: none !important;
	clip-path: inset(0 0 0 0);
}
.story-section::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	display: none;
}
.section-about-top::before {
	background-image: url('https://matsuri-tribe.com/wp-content/uploads/index-about-img.webp');
	display: block;
}
.section-about-bottom::before {
	background-image: url('https://matsuri-tribe.com/wp-content/uploads/page-about-img02.webp');
	display: block;
}
.story-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}
.overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.main-copy {
    font-size: 28px !important;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
}
.en-sub {
    display: block;
    font-size: 0.7rem;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 20px;
    opacity: 0.8;
}
.page-about-container {
    width: 100%;
    overflow: hidden;
}
.about-section {
    width: 100%;
    margin-bottom: 80px;
}
.about-section__inner {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    padding: 0 !important;
    gap: 40px;
}
.about-section__content,
.about-section__image {
	flex: 0 0 auto;
	width: 80%;
	margin: 0 auto;
	padding: 0 !important;
}
.is-concept .about-section__image {
	padding-right: 30px;
}
.is-message .about-section__image {
	padding-left: 30px;
}
.about-section__image .image-wrapper {
	width: 100%;
    position: relative;
    z-index: 1;
}
.about-section__image .image-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.is-concept .about-section__image .image-wrapper::before {
	content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.is-message .about-section__image .image-wrapper::before {
	content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.about-section__image .image-wrapper img {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    position: relative;
    z-index: 2;
}
.about-section__label span {
    font-size: 16px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #fff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
}
.about-section__title {
	font-size: 24px !important;
    line-height: 1.5;
    letter-spacing: 0.02em;
	margin-top: 15px;
}
.about-section__text {
	font-size: 16px;
    line-height: 1.8;
    margin-top: 25px;
}
.about-photographer {
    width: 80%;
    margin: 0 auto;
    padding: 80px 0 0;
    border-top: 1px solid #eee;
}
.about-photographer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.about-photographer__img {
    width: 100%;
}
.about-photographer__img img {
    width: 100%;
    height: auto;
}
.about-photographer__content {
	width: 100%;
}
.photographer-sns {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    list-style: none;
    padding: 0;
}
.photographer-sns a {
    font-size: 24px;
    color: #fff;
    transition: color 0.3s;
}
.photographer-sns a:hover {
    color: #c1272d;
}
.photographer-name {
    margin-bottom: 20px;
    line-height: 1.2;
}
.photographer-name .jp {
    font-size: 24px;
    display: block;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
.photographer-name .en {
    font-size: 14px;
    color: #aaa;
    display: block;
    letter-spacing: 0.2em;
    margin-top: -20px;
}

/* Page */
/* Photos Archive */
.page-photos-container {
	position: relative;
	margin: 0 auto;
    width: 90%;
    margin: 0 auto;
    min-height: 100vh; 
    background-color: #fff;
}
.page-photos-container .photos-filter-bar {
    display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	padding: 10px 0;
	position: relative;
}
.page-photos-container .filter-right {
    width: auto;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 70px;
}
.page-photos-container .filter-left {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0; 
	width: 100%;
}
.page-photos-container .post-type-switch .filter-btn.active {
    background-color: #000;
    color: #fff;
}
.page-photos-container .active-filter-status {
    margin-bottom: 40px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8em;
    border-bottom: 1px solid #eee;
}
.page-photos-container .status-tag {
    background: #f2f2f2;
    padding: 3px 10px;
    font-weight: bold;
    color: #333;
    display: inline-flex;
    align-items: center;
}
.page-photos-container .status-tag .label {
    background: transparent;
    padding-right: 5px;
    font-weight: normal;
    color: #888;
}
#gallery {
    width: 100%;
    margin: 0 auto;
    position: relative; 
}
#gallery .photo-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
}
#gallery .photo-item a {
    display: block;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    background: #000;
}
#gallery .photo-item img {
    width: 100%;
    height: auto;
    display: block;
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.photo-item.fadein {
    opacity: 0;
    animation: fadeInOnly 0.8s ease forwards;
}
@keyframes fadeInOnly {
    from { opacity: 0; }
    to { opacity: 1; }
}
#gallery .photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}
#gallery .photo-item a:hover img {
	transform: scale(1.05);
}
#gallery .photo-item a:hover .photo-overlay {
	opacity: 1;
}
#gallery .photo-title {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    transform: translateY(10px);
    transition: transform 0.4s ease;
}
#gallery .photo-item a:hover .photo-overlay {
    opacity: 1;
}
#gallery .photo-item a:hover .photo-title {
    transform: translateY(0);
}
.page-load-status {
    display: none;
    padding-top: 40px;
    padding-bottom: 100px;
    text-align: center;
    color: #B97355;
    clear: both;
}
.loading-spinner {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 2px solid rgba(185, 115, 85, 0.2);
    border-top-color: #B97355;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.infinite-scroll-last,
.infinite-scroll-error {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Page */
/* Photos Single */
.page-photos-single {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.page-photos-single .photos-layout {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.page-photos-single .photos-meta {
	position: static;
	max-width: 100%;
	border-bottom: none;
	padding-bottom: 20px;
}
.page-photos-single .meta-location {
	margin-bottom: 10px;
}
.page-photos-single .meta-location span {
	font-size: 0.7em;
	letter-spacing: 2px;
	padding: 0 2px 5px;
	border-bottom: 3px solid #333;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.page-photos-single .jp-title {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 0;
}
.page-photos-single .en-title {
	font-size: 0.6em;
	letter-spacing: 0.05em;
	padding-left: 0;
	opacity: .6;
}
.page-photos-single .meta-list {
	margin-top: 30px;
}
.page-photos-single .meta-list dt {
	font-size: 0.6em;
	letter-spacing: 0.1em;
	opacity: .5;
	margin-top: 12px;
}
.page-photos-single .meta-list dd {
	margin-top: 4px;
	font-size: 0.7em;
	letter-spacing: 0.1em;
}
.page-photos-single .meta-list dd .map-link {
    color: inherit;
    transition: opacity 0.3s;
}
.page-photos-single .meta-list dd .map-link:hover {
    opacity: 0.7;
    text-decoration: none;
}
.page-photos-single .photos-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}
.page-photos-single .photos-tags .tag {
	display: inline-block;
	padding: 3px 8px;
	font-size: 0.7em;
	background: #f2f2f2;
	color: #333;
	text-decoration: none;
}
.page-photos-single .photos-tags .tag:hover {
	background: #e5e5e5;
}
.page-photos-single .back-link {
	display: inline-block;
	margin-top: 30px;
	letter-spacing: 0.07em;
	font-size: 0.85em;
	opacity: .6;
	text-decoration: none;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-style: normal;
}
.page-photos-single .back-link:hover {
	opacity: 1;
}
.page-photos-single .photos-gallery {
	width: 100%;
	min-width: 0;
}
.page-photos-single .photo-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-photos-single .photo-list > * {
    width: 100%;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.page-photos-single .photo-list > *.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.page-photos-single .photo-list img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    cursor: zoom-in;
}
.photo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; 
    opacity: 0;
    cursor: zoom-out;
    transition: opacity 0.3s ease;
    pointer-events: none; 
    visibility: hidden;
}
.photo-lightbox-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
.lightbox-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}
.photo-lightbox-overlay.is-active .lightbox-image {
    transform: scale(1);
}
.lightbox-close {
	position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: sans-serif;
    cursor: pointer;
    z-index: 10000;
}
body.lightbox-open .g-nav,
body.lightbox-open .l-header {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Page */
/* Video Archive */
.page-video-container {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
.page-video-container .video-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.page-video-container .filter-left {
    display: flex;
    align-items: center;
    gap: 0;
}
.page-video-container .video-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.page-video-container .video-card .tmb-img {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}
.page-video-container .video-card .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}
.page-video-container .video-card .play-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 15px solid #000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.page-video-container .video-card a:hover .play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Page */
/* Journal Archive */
.page-journal-container {
    position: relative;
	width: 80%;
	margin: 0 auto;
}
.page-journal-container .journal-layout {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.page-journal-container .journal-content {
	order: 1;
}
.page-journal-container .journal-sidebar {
	width: 100%;
	max-width: none;
    order: 2;
	position: static;
	padding: 60px 0;
}
.page-journal-container .journal-grid {
    grid-template-columns: 1fr; 
	gap: 30px;
}
.page-journal-container .journal-card {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    height: 100%;
}
.page-journal-container .journal-card .tmb-img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}
.page-journal-container .journal-card .tmb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.page-journal-container .journal-card .content {
    padding: 20px;
    position: relative;
}
.page-journal-container .journal-card .date {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #B97355;
    font-size: 0.85em;
    font-weight: 700;
}
.page-journal-container .journal-card .title {
    font-size: 1em;
    margin: 8px 0 12px;
    line-height: 1.5;
    font-weight: 700;
}
.page-journal-container .journal-card .catlist {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    margin-top: auto;
}
.page-journal-container .journal-card .cat-item {
    font-size: 0.7em;
    color: #666;
    letter-spacing: 0.02em;
    line-height: 1.4;
    transition: color 0.3s ease;
}
.page-journal-container .journal-card .journal-card a:hover .cat-item {
    color: #333;
}
.page-journal-container .journal-card .triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #333;
}

/* Page */
/* Journal Single */
.page-journal-single-container {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
.page-journal-single-container .journal-single-layout {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.page-journal-single-container .journal-sidebar {
    width: 100%;
	max-width: none;
    order: 2;
	position: static;
	padding: 60px 0;
}
.page-journal-single-container .journal-spacer {
    display: none;
}
.page-journal-single-container .journal-main-visual {
    margin-bottom: 40px;
}
.page-journal-single-container .journal-main-visual img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 2em;
}
.page-journal-single-container .journal-article-head {
    margin-bottom: 40px;
    text-align: left;
}
.page-journal-single-container .journal-article-head .date {
    display: block;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #B97355;
    font-weight: 700;
    margin-bottom: 15px;
}
.page-journal-single-container .journal-article-head .journal-title {
    font-size: 1.5em;
	font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.page-journal-single-container .journal-catlist .cat {
    display: inline-block;
    margin: 0 5px;
    font-size: 0.7em;
    opacity: 0.7;
}
.page-journal-single-container .journal-catlist .cat a {
    text-decoration: none;
    color: #333;
}
.page-journal-single-container .journal-entry-body {
    line-height: 2;
    font-size: 1em;
    margin-bottom: 100px;
}
.page-journal-single-container .journal-entry-body h3 {
    font-size: 1.2rem;
    margin: 2em 0 1em;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.page-journal-single-container .journal-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #eee;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
}
.page-journal-single-container .journal-navigation a {
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
    transition: opacity 0.3s;
}
.page-journal-single-container .journal-navigation a:hover {
    opacity: 0.6;
}
.page-journal-single-container .nav-back a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Page */
/* Service */
.page-service-container {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
.page-service-container .service-section {
	margin-bottom: 50px;
}
.page-service-container .service-section:last-child {
    margin-bottom: 0;
}
.page-service-container .service-header {
	text-align: center;
	margin-bottom: 50px;
}
.page-service-container .service-label {
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	color: #B97355;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.page-service-container .service-title {
	font-size: 1.5rem;
	margin-bottom: 30px;
}
.page-service-container .service-lead {
	line-height: 2;
	color: #444;
	text-align: left !important;
}
.page-service-container .service-lead br {
	display: none;
}
.page-service-container .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.5rem;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
}
.page-service-container .price-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}
.page-service-container .price-item {
	background: #f9f9f9;
	padding: 30px;
}
.page-service-container .price-item__name {
	font-weight: 700;
	margin-bottom: 15px;
}
.page-service-container .price-item__amount {
	font-size: 1.8rem;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	color: #B97355;
	margin-bottom: 15px;
	letter-spacing: 0.02em;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.page-service-container .price-item__amount span {
	font-size: 0.9rem;
    color: #333;
    font-weight: 400;
}
.page-service-container .price-item__desc {
	font-size: 0.9rem;
	line-height: 1.8;
	color: #666;
	letter-spacing: 0.02em;
}
.page-service-container .price-item__desc small {
    display: block;
    margin-top: 15px;
    color: #888;
    font-size: 0.8rem;
}
.page-service-container .price-supplement {
    padding: 30px 30px 20px;
    background-color: #fcfcfc;
    border-left: 3px solid #ddd;
}
.page-service-container .price-supplement p {
    font-size: 0.9rem;
    line-height: 1.8;
    color: #666;
}
.page-service-container .price-item p:last-child,
.page-service-container .price-supplement p:last-child {
    margin-bottom: 0;
}
.page-service-container .flow-step {
	display: flex;
    gap: 30px;
    padding: 30px 0 10px;
    border-bottom: 1px solid #eee;
    align-items: flex-start;
}
.page-service-container .flow-step:first-child {
    border-top: 1px solid #eee;
}
.page-service-container .step-num {
	font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #B97355;
    line-height: 1.2;
    width: 30px;
}
.page-service-container .flow-content {
    flex: 1;
}
.page-service-container .flow-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}
.page-service-container .flow-text {
    font-size: 0.95rem;
    line-height: 2;
    color: #555;
    margin: 0;
}
.page-service-container .flow-text a {
    color: inherit;
    transition: opacity 0.3s;
}
.page-service-container .flow-text a:hover {
    opacity: 0.6;
}
.page-service-container .license-table {
    margin-top: 40px;
}
.page-service-container .license-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid #eee;
}
.page-service-container .license-item:first-child {
    border-top: 1px solid #eee;
}
.page-service-container .license-label {
    flex: 1;
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.4;
}
.page-service-container .license-scope {
    display: block;
    font-size: 0.85rem;
    color: #888;
    font-weight: 400;
    margin-top: 8px;
}
.page-service-container .license-price {
    width: 100%;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #B97355;
    line-height: 1.2;
    text-align: left;
}
.page-service-container .license-price.is-consult {
    color: #333;
    font-size: 1.1rem;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 5px;
}
.page-service-container .license-price .unit {
    font-size: 0.85rem;
    color: #333;
    font-weight: 400;
    margin-left: 5px;
    font-family: "Noto Sans JP", sans-serif;
}
.page-service-container .license-table + .price-supplement {
    margin-top: 60px;
}

/* Page */
/* News Archive */
.page-news-container {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
.page-news-container .news-layout {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.page-news-container .news-sidebar {
	width: 100%;
	max-width: none;
    order: 2;
	position: static;
	padding: 50px 0;
}
.page-news-container .news-list {
    border-top: 1px solid #ddd;
}
.page-news-container .news-item {
    border-bottom: 1px solid #ddd;
}
.page-news-container .news-item__link {
    display: flex;
    align-items: center;
    padding: 30px 0;
    text-decoration: none;
    transition: background 0.3s;
}
.page-news-container .news-item__link:hover {
    background-color: #fafafa;
}
.page-news-container .news-item__img {
    width: 160px;
    height: 100px;
    flex-shrink: 0;
    margin-right: 30px;
    overflow: hidden;
}
.page-news-container .news-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-news-container .news-item__body {
    flex-grow: 1;
}
.page-news-container .news-item__meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}
.page-news-container .news-cat {
    font-size: 0.7em;
    font-weight: 700;
    border: 1px solid #333;
    padding: 2px 10px;
    letter-spacing: 0.05em;
    color: #333;
}
.page-news-container .news-date {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 0.85em;
    color: #888;
}
.page-news-container .news-title {
    font-size: 1em;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
}

/* Page */
/* News Single */
.news-single-container {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
.news-single-container .news-layout {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.news-single-container .news-sidebar {
    width: 100%;
	max-width: none;
    order: 2;
	position: static;
	padding: 50px 0;
}
.news-single-container .news-single-header {
	text-align: left;
    margin-bottom: 50px;
}
.news-single-container .news-single-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.news-single-container .news-single-meta .news-cat {
    font-size: 0.7rem;
    font-weight: 700;
    border: 1px solid #333;
    padding: 3px 12px;
    letter-spacing: 0.1em;
}
.news-single-container .news-single-title {
    font-size: 1.5em;
	font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}
.news-single-container .news-single-body {
    line-height: 2;
    letter-spacing: 0.04em;
    color: #333;
}
.news-single-container .news-single-footer {
    margin-top: 100px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}
.news-single-container .post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
}
.news-single-container .post-navigation a {
    text-decoration: none;
    color: #333;
    transition: opacity 0.3s;
}
.news-single-container .post-navigation a:hover {
    opacity: 0.5;
}
.news-single-container .post-navigation .back a {
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
}

/* Page */
/* Contact */
.page-contact-container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.page-contact-container .contact-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.page-contact-container .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.3rem;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    text-align: left;
}
.page-contact-container .contact-side, 
.page-contact-container .contact-main {
    width: 100%;
    box-sizing: border-box;
}
.page-contact-container .contact-lead {
    font-size: 0.9rem;
    line-height: 2;
    color: #666;
    margin-bottom: 40px;
}
.page-contact-container .contact-lead br {
	display: none;
}
.page-contact-container .contact-sns {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}
.page-contact-container .contact-sns li {
    margin-bottom: 25px;
}
.page-contact-container .contact-sns a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1rem;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    color: #333;
    transition: color .3s;
}
.page-contact-container .contact-sns a i {
    font-size: 24px;
    color: #B97355;
}
.page-contact-container .contact-sns a:hover {
    color: #B97355;
    opacity: 1;
}
.page-contact-container .contact-note-box {
    border-top: 1px solid #eee;
    padding-top: 25px;
}
.page-contact-container .contact-note {
    font-size: 0.8rem;
    line-height: 1.8;
    color: #999;
}

/* Page */
/* Terms */
#page-terms {
    width: 100%;
}
#page-terms .terms-wrap {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
#page-terms .terms-lead {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 50px;
    letter-spacing: 0.01em;
}
#page-terms .terms-section {
    margin-bottom: 30px;
}
#page-terms .terms-section:last-child {
    margin-bottom: 0;
}
#page-terms .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    font-weight: 700;
}
#page-terms .section-sub-title::before {
    display: none;
}
#page-terms .terms-list {
    list-style: none;
    padding: 0;
    counter-reset: terms-counter;
}
#page-terms .terms-list li {
    font-size: 0.95rem;
    line-height: 2;
    color: #444;
    margin-bottom: 20px;
    padding: 15px 0 25px 3em;
    border-bottom: 1px solid #eee;
    position: relative;
}
#page-terms .terms-list li:last-child {
    border-bottom: none;
}
#page-terms .terms-list li::before {
    content: counter(terms-counter) ".";
    counter-increment: terms-counter;
    position: absolute;
    left: 0.5em; 
    top: 25px;
    color: #B97355;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 2.2;
}

/* Page */
/* Privacy Policy */
#page-privacy {
    width: 100%;
}
#page-privacy .privacy-wrap {
    position: relative;
	width: 90%;
	margin: 0 auto;
}
#page-privacy .privacy-lead {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 50px;
    line-height: 2;
    letter-spacing: 0.01em;
}
#page-privacy .privacy-section {
    margin-bottom: 80px;
}
#page-privacy .privacy-section:last-child {
    margin-bottom: 0;
}
#page-privacy .section-sub-title {
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
#page-privacy .privacy-section p {
    font-size: 0.95rem;
    line-height: 2.2;
    color: #444;
    margin-bottom: 20px;
}
#page-privacy .privacy-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
#page-privacy .privacy-list li {
    font-size: 0.95rem;
    line-height: 2;
    color: #444;
    padding: 10px 0 10px 1.5em;
    position: relative;
}
#page-privacy .privacy-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #B97355;
    font-weight: 700;
}
#page-privacy .privacy-section a {
    color: inherit;
    transition: opacity 0.3s;
}
#page-privacy .privacy-section a:hover {
    opacity: 0.6;
}

}