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

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

.l-main_wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
	min-height: 600px;
	padding-top: 100px;
	z-index: 1;
	overflow: hidden;
	box-sizing: border-box;
}

/* p-top */
.p-top {
	position: relative;
	clear: both;
	width: 100%;
	height: calc( 100vh - 130px );
	height: calc( 100svh - 130px );
	z-index: 1;
}
.p-top_slide {
	position: absolute;
	left: 6%;
	width: 88%;
	height: calc( 100vh - 130px );
	height: calc( 100svh - 130px );
	min-height: 450px;
	overflow: hidden;
	z-index: 1;
}
.p-top_slide li {
	width: 100%;
	height: calc( 100vh - 130px );
	height: calc( 100svh - 130px );
	min-height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
	transition: background-image 0.2s ease-in-out;
}
.p-top_slide li img {
	display: none;
}
.l-main_wrap .top-ins {
	position: absolute;
	top: calc(50% + 15px);
	right: calc(3% - 16px);
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	z-index: 10;
}
.l-main_wrap .top-ins a img {
	display: block;
	width: 28px;
	height: 148px;
}
.l-main_wrap .top-catch {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 640px;
	height: 96px;
}
.l-main_wrap .top-catch p {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 96px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/wp-content/themes/matsuri-tribe/images/main-catch@2x.png) no-repeat 0 0;
	background-size: 640px 96px;
}
.l-main_wrap .scrolldown {
	position:absolute;
	bottom: 30px;
	left: 2.5%;
}

/* =====================================================
   Section: About (p-top-about)
===================================================== */
.p-top-about {
	padding: 150px 0;
    background: #fff;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.p-top-about__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 6%; 
    gap: 6%;
}
.p-top-about__content {
	flex: 0 0 47%;
}
.p-top-about__eyecatch span {
    font-size: 16px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
	color: #B97355;
	letter-spacing: 0.2em;
	text-transform: uppercase;
    font-weight: 700;
}
.p-top-about__title {
    margin-top: 15px;
    font-size: 2em;
    letter-spacing: 3px;
    line-height: 1.5;
}
.p-top-about__text {
    font-size: 1.3em;
    line-height: 1.8;
    margin-top: 25px;
}
.p-top-about__content p.c-btn {
    margin-top: 40px;
    text-align: left;
}
.p-top-about__images {
    flex: 1; 
    position: relative;
    padding-left: 30px;
    z-index: 1;
}
.p-top-about__image {
    width: 100%;
    position: relative;
    z-index: 1;
}
.p-top-about__image::before {
    content: "";
    position: absolute;
    top: 30px; 
    left: -30px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.p-top-about__image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}

/* =====================================================
   Section: Portfolio (p-top-portfolio)
===================================================== */
.p-top-portfolio {
	padding: 150px 0 120px;
    background: #F2F2F2 !important;
    overflow: hidden;
}
.p-top-portfolio__head {
    width: 88%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-top-portfolio__head .c-btn {
    margin: 0; 
}
.p-top-portfolio__head h2 {
    font-size: 3.6em;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}
.p-top-portfolio__list {
    width: 100%;
}
.p-top-portfolio__swiper {
	position: relative;
    padding: 0 6% 100px !important; 
    overflow: visible !important;
}
.p-top-portfolio__swiper .swiper-pagination {
    bottom: 20px !important; 
    left: 0 !important;
    width: 100% !important;
    text-align: center;
    transform: none !important;
}
.p-top-portfolio__swiper .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.p-top-portfolio__swiper .swiper-pagination-bullet-active {
    background: #000 !important;
}
.p-top-portfolio__card {
    background: #fff;
    overflow: hidden;
}
.p-top-portfolio__thumb {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ddd;
}
.p-top-portfolio__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    display: block;
}
.p-top-portfolio__card a:hover img {
    transform: scale(1.08);
}
.p-top-portfolio__content {
    position: relative;
    padding: 20px;
}
.p-top-portfolio__date {
    position: absolute;
    top: -12px;
    left: 0;
    padding: 4px 10px;
    font-size: 0.8em;
    color: #fff;
    background: #c1272d;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
}
.p-top-portfolio__card-title {
    margin-top: 16px;
    font-size: 1.1em;
    line-height: 1.5;
}
.p-top-portfolio__catlist {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.p-top-portfolio__cat {
    font-size: 0.75em;
    opacity: .7;
}
.p-top-portfolio__triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #c1272d;
}

/* =====================================================
   Section: Video (p-top-video)
===================================================== */
.p-top-video {
    padding: 150px 0;
    background: #fff;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.p-top-video__block {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6%;
    gap: 6%;
}
.p-top-video__content {
    flex: 0 0 47%;
}
.p-top-video__images {
    flex: 1; 
    position: relative;
    padding-right: 30px;
    z-index: 1;
}
.p-top-video__image {
    width: 100%;
    position: relative;
    z-index: 1;
}
.p-top-video__image::before {
    content: "";
    position: absolute;
    top: 30px; 
    left: 30px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.p-top-video__image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}
.p-top-video__eyecatch span {
    font-size: 16px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #B97355;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
}
.p-top-video__title {
    margin-top: 15px;
    font-size: 2em;
    letter-spacing: 3px;
    line-height: 1.5;
}
.p-top-video__text {
    font-size: 1.3em;
    line-height: 1.8;
    margin-top: 25px;
}
.p-top-video__content p.c-btn {
    margin-top: 40px;
    text-align: right;
}

/* =====================================================
   Section: Journal (p-top-journal)
===================================================== */
.p-top-journal {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 150px 0;
	background: #EEECE6;
}
.p-top-journal__title {
	width: 88%;
	margin: 0 auto;
	padding: 0 6%;
}
.p-top-journal__title h2 {
	font-size: 3.6em;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
}
.p-top-journal__wrap {
	width: 88%;
	margin: 0 auto;
}
.p-top-journal__list {
	width: 100%;
	margin: 0 auto;
}
.p-top-journal__list ul.slider {
	width: 100%;
	margin: 50px auto;
	padding: 25px 0;
	list-style: none;
}
.p-top-journal__list ul.slider .slick-slide {
    margin: 0 20px;
}
.p-top-journal__list ul.slider .slick-slide > div {
	height: 100%;
}
.p-top-journal__item {
	background: none;
}
.p-top-journal__card {
	background: #fff;
	height: 100%;
}
.p-top-journal__tmb {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}
.p-top-journal__tmb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
	display: block;
}
.p-top-journal__label {
    margin-top: -10px;
    padding: 0;
    position: relative;
    z-index: 2;
    line-height: 1;
}
.p-top-journal__label span {
    display: inline-block;
    background: #B97355;
    color: #fff;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    padding: 4px 12px;
    line-height: 1;
    text-transform: uppercase;
}
.p-top-journal__content {
    position: relative;
    padding: 15px 20px 10px;
}
.p-top-journal__date {
	display: block;
	font-size: 0.8em;
	color: #C9A696;
	margin-bottom: 8px;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
}
.p-top-journal__card-title {
	font-size: 1.1em;
	line-height: 1.6;
	margin-bottom: 10px;
	transition: opacity .3s ease;
}
.p-top-journal__catlist {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.p-top-journal__cat {
	font-size: 0.75em;
	opacity: .7;
	transition: opacity .3s ease;
}
.p-top-journal__card a:hover .p-top-journal__tmb img {
	transform: scale(1.08);
}
.p-top-journal__card a:hover .title {
	opacity: .6;
}
.p-top-journal__card a:hover .cat {
	opacity: 1;
}
.p-top-journal__triangle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #B97355;
}
.p-top-journal__list .slick-prev, 
.p-top-journal__list .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    height: 15px;
    width: 15px;
}
.p-top-journal__list .slick-prev {
    left: -2%;
    transform: rotate(-135deg);
}
.p-top-journal__list .slick-next {
	right: -2%;
	transform: rotate(45deg);
}

/* =====================================================
   Section: Photos (p-top-photos)
===================================================== */
.p-top-photos {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 360px;
	padding: 0;
}
.p-top-photos__box {
	color: #fff;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 50%;
	height: 360px;
	background: #000000;
	color: #ffffff;
	text-align: left;
	float: left;
}
.p-top-photos__box * {
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.p-top-photos__box img {
    opacity: 0.8;
    width: 100%;
    height: 360px;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    overflow: hidden;
	object-fit: cover;
}
.p-top-photos__box figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-top-photos__box figcaption > div {
    height: 50%;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.p-top-photos__box h2,
.p-top-photos__box h3 {
    margin: 0;
    position: absolute;
    left: 0;
    padding: 0 10%;
}
.p-top-photos__box h2 {
    font-size: 2em;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    top: 0;
}
.p-top-photos__box br {
	display: none;
}
.p-top-photos__box h3 {
    font-size: 1.4em;
    bottom: 0;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-top-photos__box h3:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}
.p-top-photos__box a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.p-top-photos__box:hover img,
.p-top-photos__box.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.p-top-photos__box:hover figcaption h3:first-of-type,
.p-top-photos__box.hover figcaption h3:first-of-type {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0;
}
.p-top-photos__box:hover figcaption h3:nth-of-type(2),
.p-top-photos__box.hover figcaption h3:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/* =====================================================
   Section: News (p-top-news)
===================================================== */
.p-top-news__inner {
	padding: 150px 0;
    width: 88%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 100px;
    align-items: start;
}
.p-top-news__title h2 {
    font-size: 2.4em;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.p-top-news__list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.p-top-news__item {
	padding: 28px 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.p-top-news__item:first-child {
    padding-top: 0;
}
.p-top-news__meta {
	display: flex;
	align-items: center;
	gap: 15px;
}
.p-top-news__meta span.p-top-news__date {
	font-size: 90%;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-top-news__meta span.p-top-news__cat {
	font-size: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 3px 10px;
	border: 1px solid #000;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-top-news__item-title {
	font-size: 1.1em;
	line-height: 1.6;
}
.p-top-news__item-title a {
	color: #000;
	text-decoration: none;
	transition: opacity .3s;
}
.p-top-news__item-title a:hover {
	opacity: .6;
}

}

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

.l-main_wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
	min-height: 600px;
	padding-top: 100px;
	z-index: 1;
	overflow: hidden;
	box-sizing: border-box;
}

/* p-top */
.p-top {
	position: relative;
	clear: both;
	width: 100%;
	height: calc( 100vh - 130px );
	height: calc( 100svh - 130px );
	z-index: 1;
}
.p-top_slide {
	position: absolute;
	left: 60px;
	width: calc( 100% - 120px );
	height: calc( 100vh - 130px );
	height: calc( 100svh - 130px );
	min-height: 450px;
	overflow: hidden;
	z-index: 1;
}
.p-top_slide li {
	width: 100%;
	height: calc( 100vh - 130px );
	height: calc( 100svh - 130px );
	min-height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
	transition: background-image 0.2s ease-in-out;
}
.p-top_slide li img {
	display: none;
}
.l-main_wrap .top-ins {
	position: absolute;
	top: calc(50% + 15px);
	right: 15px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	z-index: 10;
}
.l-main_wrap .top-ins a img {
	display: block;
	width: 28px;
	height: 148px;
}
.l-main_wrap .top-catch {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 640px;
	height: 96px;
}
.l-main_wrap .top-catch p {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 96px;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/wp-content/themes/matsuri-tribe/images/main-catch@2x.png) no-repeat 0 0;
	background-size: 640px 96px;
}
.l-main_wrap .scrolldown {
	position:absolute;
	bottom: 30px;
	left: 2.5%;
}

/* =====================================================
   Section: About (p-top-about)
===================================================== */
.p-top-about {
	padding: 120px 0;
    background: #fff;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.p-top-about__inner {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    padding: 0 !important;
    gap: 40px;
}
.p-top-about__content {
	flex: 0 0 auto;
	width: calc( 100% - 120px );
	margin: 0 auto;
	padding: 0 !important;
}
.p-top-about__eyecatch span {
    font-size: 16px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
	color: #B97355;
	letter-spacing: 0.2em;
	text-transform: uppercase;
    font-weight: 700;
}
.p-top-about__title {
    font-size: 32px !important;
	margin-top: 15px;
    letter-spacing: 2px;
    line-height: 1.5;
}
.p-top-about__text {
    font-size: 18px !important;
    line-height: 1.8;
    margin-top: 25px;
}
.p-top-about__content p.c-btn {
    margin-top: 40px;
    text-align: center;
}
.p-top-about__images {
    flex: 1; 
    position: relative;
    padding-left: 20px;
    z-index: 1;
}
.p-top-about__image {
    width: 100%;
    position: relative;
    z-index: 1;
}
.p-top-about__image::before {
    content: "";
    position: absolute;
    top: 20px; 
    left: -20px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.p-top-about__image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}

/* =====================================================
   Section: Portfolio (p-top-portfolio)
===================================================== */
.p-top-portfolio {
	overflow: hidden;
	padding: 120px 0 100px;
    background: #F2F2F2 !important;
}
.p-top-portfolio__head {
    width: calc( 100% - 120px );
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-top-portfolio__head .c-btn {
    margin: 0; 
}
.p-top-portfolio__head h2 {
    font-size: 3.6em;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}
.p-top-portfolio__list {
    width: 100%;
}
.p-top-portfolio__swiper {
	position: relative;
    padding: 0 60px 100px !important; 
    overflow: visible !important;
}
.p-top-portfolio__swiper .swiper-pagination {
    bottom: 20px !important; 
    left: 0 !important;
    width: 100% !important;
    text-align: center;
    transform: none !important;
}
.p-top-portfolio__swiper .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.p-top-portfolio__swiper .swiper-pagination-bullet-active {
    background: #000 !important;
}
.p-top-portfolio__card {
    background: #fff;
    overflow: hidden;
}
.p-top-portfolio__thumb {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ddd;
}
.p-top-portfolio__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    display: block;
}
.p-top-portfolio__card a:hover img {
    transform: scale(1.08);
}
.p-top-portfolio__content {
    position: relative;
    padding: 20px;
}
.p-top-portfolio__date {
    position: absolute;
    top: -12px;
    left: 0;
    padding: 4px 10px;
    font-size: 0.8em;
    color: #fff;
    background: #c1272d;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
}
.p-top-portfolio__card-title {
    margin-top: 16px;
    font-size: 1.1em;
    line-height: 1.5;
}
.p-top-portfolio__catlist {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.p-top-portfolio__cat {
    font-size: 0.75em;
    opacity: .7;
}
.p-top-portfolio__triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #c1272d;
}

/* =====================================================
   Section: Video (p-top-video)
===================================================== */
.p-top-video {
    padding: 120px 0;
    background: #fff;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.p-top-video__block {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    padding: 0 !important;
    gap: 40px;
}
.p-top-video__content {
    flex: 0 0 auto;
	width: calc( 100% - 120px );
	margin: 0 auto;
	padding: 0 !important;
}
.p-top-video__images {
    flex: 1; 
    position: relative;
    padding-right: 20px;
    z-index: 1;
}
.p-top-video__image {
    width: 100%;
    position: relative;
    z-index: 1;
}
.p-top-video__image::before {
    content: "";
    position: absolute;
    top: 20px; 
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.p-top-video__image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 2;
}
.p-top-video__eyecatch span {
    font-size: 16px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #B97355;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
}
.p-top-video__title {
    margin-top: 15px;
    font-size: 1.8em;
    letter-spacing: 1px;
    line-height: 1.5;
}
.p-top-video__text {
    font-size: 1.1em;
    line-height: 1.8;
    margin-top: 25px;
}
.p-top-video__content p.c-btn {
    margin-top: 40px;
    text-align: center;
}

/* =====================================================
   Section: Journal (p-top-journal)
===================================================== */
.p-top-journal {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 120px 0;
	background: #EEECE6;
}
.p-top-journal__title {
	width: calc( 100% - 120px );
	margin: 0 auto;
	padding: 0 60px;
}
.p-top-journal__title h2 {
	font-size: 3.6em;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
}
.p-top-journal__wrap {
	width: 88%;
	margin: 0 auto;
}
.p-top-journal__list {
	width: 100%;
	margin: 0 auto;
}
.p-top-journal__list ul.slider {
	width: 100%;
	margin: 50px auto;
	padding: 25px 0;
	list-style: none;
}
.p-top-journal__list ul.slider .slick-slide {
    margin: 0 20px;
}
.p-top-journal__list ul.slider .slick-slide > div {
	height: 100%;
}
.p-top-journal__item {
	background: none;
}
.p-top-journal__card {
	background: #fff;
	height: 100%;
}
.p-top-journal__tmb {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}
.p-top-journal__tmb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
	display: block;
}
.p-top-journal__label {
    margin-top: -10px;
    padding: 0;
    position: relative;
    z-index: 2;
    line-height: 1;
}
.p-top-journal__label span {
    display: inline-block;
    background: #B97355;
    color: #fff;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    padding: 4px 12px;
    line-height: 1;
    text-transform: uppercase;
}
.p-top-journal__content {
    position: relative;
    padding: 15px 20px 10px;
}
.p-top-journal__date {
	display: block;
	font-size: 0.8em;
	color: #C9A696;
	margin-bottom: 8px;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
}
.p-top-journal__card-title {
	font-size: 1.1em;
	line-height: 1.6;
	margin-bottom: 10px;
	transition: opacity .3s ease;
}
.p-top-journal__catlist {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.p-top-journal__cat {
	font-size: 0.75em;
	opacity: .7;
	transition: opacity .3s ease;
}
.p-top-journal__card a:hover .p-top-journal__tmb img {
	transform: scale(1.08);
}
.p-top-journal__card a:hover .title {
	opacity: .6;
}
.p-top-journal__card a:hover .cat {
	opacity: 1;
}
.p-top-journal__triangle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #B97355;
}
.p-top-journal__list .slick-prev, 
.p-top-journal__list .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    height: 15px;
    width: 15px;
}
.p-top-journal__list .slick-prev {
    left: -2%;
    transform: rotate(-135deg);
}
.p-top-journal__list .slick-next {
	right: -2%;
	transform: rotate(45deg);
}

/* =====================================================
   Section: Photos (p-top-photos)
===================================================== */
.p-top-photos {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 320px;
	padding: 0;
}
.p-top-photos__box {
	color: #fff;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 50%;
	height: 320px;
	background: #000000;
	color: #ffffff;
	text-align: left;
	float: left;
}
.p-top-photos__box * {
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.p-top-photos__box img {
    opacity: 0.8;
    width: 100%;
    height: 320px;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    overflow: hidden;
	object-fit: cover;
}
.p-top-photos__box figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-top-photos__box figcaption > div {
    height: 50%;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.p-top-photos__box h2,
.p-top-photos__box h3 {
    margin: 0;
    position: absolute;
    left: 0;
    padding: 0 10%;
}
.p-top-photos__box h2 {
    font-size: 2em;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    top: 0;
}
.p-top-photos__box br {
	display: none;
}
.p-top-photos__box h3 {
    font-size: 1.4em;
    bottom: 0;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-top-photos__box h3:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}
.p-top-photos__box a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.p-top-photos__box:hover img,
.p-top-photos__box.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.p-top-photos__box:hover figcaption h3:first-of-type,
.p-top-photos__box.hover figcaption h3:first-of-type {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0;
}
.p-top-photos__box:hover figcaption h3:nth-of-type(2),
.p-top-photos__box.hover figcaption h3:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/* =====================================================
   Section: News (p-top-news)
===================================================== */
.p-top-news__inner {
	padding: 120px 0;
    width: calc( 100% - 120px );
    margin: 0 auto;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 80px;
    align-items: start;
}
.p-top-news__title h2 {
    font-size: 2.4em;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.p-top-news__list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.p-top-news__item {
	padding: 28px 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.p-top-news__item:first-child {
    padding-top: 0;
}
.p-top-news__meta {
	display: flex;
	align-items: center;
	gap: 15px;
}
.p-top-news__meta span.p-top-news__date {
	font-size: 90%;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-top-news__meta span.p-top-news__cat {
	font-size: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 3px 10px;
	border: 1px solid #000;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-top-news__item-title {
	font-size: 1.1em;
	line-height: 1.6;
}
.p-top-news__item-title a {
	color: #000;
	text-decoration: none;
	transition: opacity .3s;
}
.p-top-news__item-title a:hover {
	opacity: .6;
}

}

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

.l-main_wrap {
	position: relative;
	width: 100%;
	height: 100vh;
	height: 100svh;
	min-height: 600px;
	padding-top: 60px;
	z-index: 1;
	overflow: hidden;
	box-sizing: border-box;
}

/* p-top */
.p-top {
	position: relative;
	width: 100%;
	height: calc( 100vh - 90px );
	height: calc( 100svh - 90px );
	z-index: 1;
}
.p-top_slide {
	position: absolute;
	left: 5%;
	width: 90%;
	height: calc( 100vh - 90px );
	height: calc( 100svh - 90px );
	min-height: 450px;
	overflow: hidden;
	z-index: 1;
}
.p-top_slide li {
	width: 100%;
	height: calc( 100vh - 90px );
	height: calc( 100svh - 90px );
	min-height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
	transition: background-image 0.2s ease-in-out;
}
.p-top_slide li img {
	display: none;
}
.l-main_wrap .top-ins {
	display: none;
}
.l-main_wrap .top-catch {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 100%;
    max-width: 640px;
	aspect-ratio: 640 / 96; 
    height: auto;
    line-height: 0; 
    font-size: 0;
}
.l-main_wrap .top-catch p {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	white-space: nowrap;
	text-indent: -9999px;
	background: url(/wp-content/themes/matsuri-tribe/images/main-catch@2x.png) no-repeat 0 0;
	background-size: contain; 
    background-position: right bottom;
}
.l-main_wrap .scrolldown {
	display: none;
}

/* =====================================================
   Section: About (p-top-about)
===================================================== */
.p-top-about {
	padding: 60px 0 80px;
    background: #fff;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.p-top-about__inner {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    padding: 0 !important;
    gap: 40px;
}
.p-top-about__content {
	flex: 0 0 auto;
	width: 90%;
	margin: 0 auto;
	padding: 0 !important;
}
.p-top-about__eyecatch span {
    font-size: 16px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
	color: #B97355;
	letter-spacing: 0.2em;
	text-transform: uppercase;
    font-weight: 700;
}
.p-top-about__title {
    font-size: 24px !important;
	margin-top: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.p-top-about__text {
    font-size: 18px !important;
    line-height: 2;
    margin-top: 25px;
}
.p-top-about__content p.c-btn {
    margin-top: 40px;
    text-align: center;
}
.p-top-about__images {
    flex: 1;
    width: 90%;
	margin: 0 auto;
    position: relative;
    padding-left: 20px;
    z-index: 1;
}
.p-top-about__image {
    width: 100%;
    position: relative;
    z-index: 1;
}
.p-top-about__image::before {
    content: "";
    position: absolute;
    top: 20px; 
    left: -20px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.p-top-about__image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}

/* =====================================================
   Section: Portfolio (p-top-portfolio)
===================================================== */
.p-top-portfolio {
	overflow: hidden;
	padding: 80px 0 60px;
    background: #F2F2F2 !important;
}
.p-top-portfolio__head {
    width: 90%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-top-portfolio__head .c-btn {
    margin: 0; 
}
.p-top-portfolio__head h2 {
    font-size: 2em;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}
.p-top-portfolio__list {
    width: 100%;
}
.p-top-portfolio__swiper {
	position: relative;
    padding: 0 5% 100px !important; 
    overflow: visible !important;
}
.p-top-portfolio__swiper .swiper-pagination {
    bottom: 20px !important; 
    left: 0 !important;
    width: 100% !important;
    text-align: center;
    transform: none !important;
}
.p-top-portfolio__swiper .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.p-top-portfolio__swiper .swiper-pagination-bullet-active {
    background: #000 !important;
}
.p-top-portfolio__card {
    background: #fff;
    overflow: hidden;
}
.p-top-portfolio__thumb {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ddd;
}
.p-top-portfolio__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    display: block;
}
.p-top-portfolio__card a:hover img {
    transform: scale(1.08);
}
.p-top-portfolio__content {
    position: relative;
    padding: 20px;
}
.p-top-portfolio__date {
    position: absolute;
    top: -12px;
    left: 0;
    padding: 4px 10px;
    font-size: 0.8em;
    color: #fff;
    background: #c1272d;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
}
.p-top-portfolio__card-title {
    margin-top: 16px;
    font-size: 1.1em;
    line-height: 1.5;
}
.p-top-portfolio__catlist {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.p-top-portfolio__cat {
    font-size: 0.75em;
    opacity: .7;
}
.p-top-portfolio__triangle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #c1272d;
}

/* =====================================================
   Section: Video (p-top-video)
===================================================== */
.p-top-video {
    padding: 80px 0;
    background: #fff;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.p-top-video__block {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    padding: 0 !important;
    gap: 40px;
}
.p-top-video__content {
    flex: 0 0 auto;
	width: 90%;
	margin: 0 auto;
	padding: 0 !important;
}
.p-top-video__images {
    flex: 1; 
    position: relative;
    padding-right: 20px;
    z-index: 1;
}
.p-top-video__image {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.p-top-video__image::before {
    content: "";
    position: absolute;
    top: 20px; 
    left: 20px;
    width: 100%;
    height: 100%;
    background-color: #c1272d;
    z-index: -1;
}
.p-top-video__image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}
.p-top-video__eyecatch span {
    font-size: 16px;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    color: #B97355;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
}
.p-top-video__title {
    margin-top: 15px;
    font-size: 24px !important;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.p-top-video__text {
    font-size: 18px !important;
    line-height: 2;
    margin-top: 25px;
}
.p-top-video__content p.c-btn {
    margin-top: 40px;
    text-align: center;
}

/* =====================================================
   Section: Journal (p-top-journal)
===================================================== */
.p-top-journal {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	background: #EEECE6;
}
.p-top-journal__title {
	width: 90%;
	margin: 0 auto;
	padding: 0 40px;
}
.p-top-journal__title h2 {
	font-size: 2em;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
}
.p-top-journal__wrap {
	width: 90%;
	margin: 0 auto;
}
.p-top-journal__list {
	width: 100%;
	margin: 0 auto;
}
.p-top-journal__list ul.slider {
	width: 100%;
	margin: 50px auto 0;
	padding: 20px 0;
	list-style: none;
}
.p-top-journal__list ul.slider .slick-slide {
    margin: 0 20px;
}
.p-top-journal__list ul.slider .slick-slide > div {
	height: 100%;
}
.p-top-journal__item {
	background: none;
}
.p-top-journal__card {
	background: #fff;
	height: 100%;
}
.p-top-journal__tmb {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}
.p-top-journal__tmb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
	display: block;
}
.p-top-journal__label {
    margin-top: -10px;
    padding: 0;
    position: relative;
    z-index: 2;
    line-height: 1;
}
.p-top-journal__label span {
    display: inline-block;
    background: #B97355;
    color: #fff;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2em;
    padding: 4px 12px;
    line-height: 1;
    text-transform: uppercase;
}
.p-top-journal__content {
    position: relative;
    padding: 15px 20px 10px;
}
.p-top-journal__date {
	display: block;
	font-size: 0.8em;
	color: #C9A696;
	margin-bottom: 8px;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
}
.p-top-journal__card-title {
	font-size: 1.1em;
	line-height: 1.6;
	margin-bottom: 10px;
	transition: opacity .3s ease;
}
.p-top-journal__catlist {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.p-top-journal__cat {
	font-size: 0.75em;
	opacity: .7;
	transition: opacity .3s ease;
}
.p-top-journal__card a:hover .p-top-journal__tmb img {
	transform: scale(1.08);
}
.p-top-journal__card a:hover .title {
	opacity: .6;
}
.p-top-journal__card a:hover .cat {
	opacity: 1;
}
.p-top-journal__triangle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #B97355;
}
.p-top-journal__list .slick-prev, 
.p-top-journal__list .slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    height: 15px;
    width: 15px;
}
.p-top-journal__list .slick-prev {
    left: -2%;
    transform: rotate(-135deg);
}
.p-top-journal__list .slick-next {
	right: -2%;
	transform: rotate(45deg);
}

/* =====================================================
   Section: Photos (p-top-photos)
===================================================== */
.p-top-photos {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: auto;
	padding: 0;
}
.p-top-photos__box {
	color: #fff;
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 200px;
	background: #000000;
	color: #ffffff;
	text-align: left;
	float: none;
}
.p-top-photos__box * {
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.p-top-photos__box img {
    opacity: 0.8;
    width: 100%;
    height: 200px;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    overflow: hidden;
	object-fit: cover;
}
.p-top-photos__box figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-top-photos__box figcaption > div {
    height: 50%;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.p-top-photos__box h2,
.p-top-photos__box h3 {
    left: 0;
	right: 0;
	padding: 0;
	text-align: center;
	width: 100%;  
}
.p-top-photos__box h2 {
    font-size: 2em;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    top: 0;
}
.p-top-photos__box br {
	display: none;
}
.p-top-photos__box h3 {
    font-size: 1.4em;
    bottom: 0;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-top-photos__box h3:first-of-type {
    bottom: 0;
}
.p-top-photos__box h3:nth-of-type(2) {
    opacity: 0;
    bottom: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.p-top-photos__box a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.p-top-photos__box:hover img,
.p-top-photos__box.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.p-top-photos__box:hover figcaption h3:first-of-type,
.p-top-photos__box.hover figcaption h3:first-of-type {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
}
.p-top-photos__box:hover figcaption h3:nth-of-type(2),
.p-top-photos__box.hover figcaption h3:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* =====================================================
   Section: News (p-top-news)
===================================================== */
.p-top-news__inner {
	padding: 80px 0;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40;
    align-items: start;
}
.p-top-news__cap {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 20px;
}
.p-top-news__cap .c-btn {
	margin: 0 auto;
}
.p-top-news__title h2 {
    font-size: 2em;
    font-family: "jaf-bernino-sans-narrow", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.p-top-news__list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.p-top-news__item {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.p-top-news__item:first-child {
    padding-top: 0;
}
.p-top-news__meta {
	display: flex;
	align-items: center;
	gap: 15px;
}
.p-top-news__meta span.p-top-news__date {
	font-size: 90%;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-top-news__meta span.p-top-news__cat {
	font-size: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 3px 10px;
	border: 1px solid #000;
	font-family: "jaf-bernino-sans-narrow", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p-top-news__item-title {
	font-size: 1em;
	line-height: 1.6;
}
.p-top-news__item-title a {
	color: #000;
	text-decoration: none;
	transition: opacity .3s;
}
.p-top-news__item-title a:hover {
	opacity: .6;
}

}
