/* 高波作成CSS
----------------------------------------------- */

/*====================================================
HEADER
====================================================*/
#taxBrand header {
	position: fixed;
	top: 0;
}

/*====================================================
COMPANY
====================================================*/
@media screen and (max-width: 768px) {
	.sec_company_content {
		overflow: hidden;
	}
}

.p-company .company_slider_wrap .splide__track {
	overflow: visible;
}
.p-company .company_slider_wrap .splide__slide img {
	height: 100%;
	object-fit: cover;
}

/*====================================================
BRAND DETAIL
====================================================*/
/* =====SEC_MV===== */
.p-brand-detail .sec_mv {
	position: relative;
	padding-top:0;
}
@media screen and (max-width: 1024px) {
    .p-brand-detail .sec_mv {
      height: 70vh;
      max-height: 100vh;
    }
}
@media (max-width: 768px) {
	.p-brand-detail .sec_mv {
		width: 100%;
		height: auto;
		margin-top: 0;
	}
}
.po-ab{
	position:absolute;
	inset:0;
}
.po-ab .breadcrumb{
	margin-top:10rem;
}
.p-brand-detail .sec_mv_img {
	z-index: -1;
	inset: 0;
}
.p-brand-detail .sec_mv_img > img {
	width: 100%;
	height: auto;
}

.p-brand-detail .sec_mv_logo {
	--logoSizePc: 200px;
	--logoSizeSp: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	width: clamp(var(--logoSizeSp), 200 /1440 * 100vw, var(--logoSizePc));
}
@media screen and (max-width: 768px) {
	.p-brand-detail .sec_mv_logo {
		width: var(--logoSizeSp);
		top: 60%;
	}
}
.p-brand-detail .sec_mv_logo > img {
	width: 100%;
	object-fit: contain;
}

@media screen and (max-width: 768px) {
	.p-brand-detail .sec_mv .breadcrumb {
		padding-top: 64px;
		margin-top: 0;
	}
}

.p-brand-detail .sec_mv .breadcrumb a {
	color: #fff;
}
.p-brand-detail .sec_mv .breadcrumb ul li.separator {
	color: #fff;
}
.p-brand-detail .sec_mv .breadcrumb ul li:last-child {
	color: rgba(255, 255, 255, 0.3);
}

/* =====SEC_ABOUT===== */
.p-brand-detail .sec_about .lead {
	width: min(100%, 952px);
	text-align: left;
	font-size: 13px;
	line-height: 1.8;
	margin-inline: auto;
}

.p-brand-detail .sec_about .about_slider {
	height: 520px;
	margin-top: 40px;
	/*  */
	display: block;
}
@media screen and (max-width: 768px) {
	.p-brand-detail .sec_about .about_slider {
		height: 180px;
		margin-top: 24px;
	}
}

.p-brand-detail .sec_about .about_slider .splide__track {
	height: 100%;
}

.p-brand-detail .sec_about .about_slider .splide__slide img {
	height: 100%;
	object-fit: cover;
	/*  */
	display: block;
}

/* =====SEC_PICKUP===== */
.p-brand-detail .sec_pickup .pickup_slider .swiper-slide {
	position: relative;
}
.p-brand-detail .sec_pickup .pickup_slider .swiper-slide a {
	transition: all 0.3s ease;
}
.p-brand-detail .sec_pickup .pickup_slider .swiper-slide a figure {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
}

.p-brand-detail .sec_pickup .pickup_slider .swiper-slide a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* =====SEC_PRODUCTS===== */
.p-brand-detail .sec_products .products_list {
	display: flex;
	flex-wrap: wrap;
	gap: 45px 0;
}

@media screen and (max-width: 768px) {
	.p-brand-detail .sec_products .products_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 16px;
	}
}

.p-brand-detail .sec_products .products_list li {
	width: 20%;
}
@media (max-width: 768px) {
	.p-brand-detail .sec_products .products_list li {
		width: 100%;
	}
}
.p-brand-detail .sec_products .products_list li a {
	text-decoration: none;
	transition: all 0.1s;
	color: #000;
}
.p-brand-detail .sec_products .products_list li .hoverZoom img {
	transition: transform 0.5s ease;
	width: 80%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 768px) {
	.p-brand-detail .sec_products .products_list li .hoverZoom img {
		width: 100%;
	}
}
.p-brand-detail .sec_products .products_list li .hoverZoom:hover img {
	transform: scale(1.1);
}

/* =====SEC_OTHER_BRAND===== */
.p-brand-detail .sec_other_brand .brands_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr));
	gap: 8px;
}
@media screen and (max-width: 768px) {
	.p-brand-detail .sec_other_brand .brands_list {
		grid-template-columns: 1fr;
	}
}

.p-brand-detail .sec_other_brand .brands_item {
}

.p-brand-detail .sec_other_brand .brands_link {
	position: relative;
	display: block;
	aspect-ratio: 464/313;
}
@media screen and (max-width: 768px) {
	.p-brand-detail .sec_other_brand .brands_link {
		aspect-ratio: 375/255;
	}
}

.p-brand-detail .sec_other_brand .txt_wrap {
	display: flex;
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	width: 100%;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.p-brand-detail .sec_other_brand .txt_wrap {
		bottom: 28px;
	}
}

.p-brand-detail .sec_other_brand .brands_link .brand_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-brand-detail .sec_other_brand .txt_wrap .name {
	margin-inline: auto;
}

.p-brand-detail .sec_other_brand .txt_wrap .name .brand-logo {
	--logoSizePc: 200px;
	--logoSizeSp: 100px;
	width: clamp(var(--logoSizeSp), 200 /1440 * 100vw, var(--logoSizePc));
}
@media screen and (max-width: 768px) {
	.p-brand-detail .sec_other_brand .txt_wrap .name .brand-logo {
		width: var(--logoSizeSp);
	}
}

/*====================================================
FOR PROFESSIONAL
====================================================*/
/* =====SEC_ABOUT===== */
.p-professional .sec_about {
	padding-top: 0;
}
.p-professional .about_item_wrap {
	gap: 4.5625rem;
	margin-top: 73px;
	align-items: flex-end;
}
@media (max-width: 768px) {
	.p-professional .about_item_wrap {
		margin-top: 40px;
	}
}
.p-professional .about_item_wrap .text_wrap {
	text-align: left;
}
@media (min-width: 769px) {
	.p-professional .about_item_wrap .text_wrap {
		position: relative;
		bottom: 8.1875rem;
	}
}
@media (max-width: 768px) {
	.p-professional .about_item_wrap .text_wrap {
		margin-bottom: 24px;
	}
}
.p-professional .about_item_wrap .text_wrap .title {
	line-height: 1.5;
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	.p-professional .about_item_wrap .text_wrap .title {
		text-align: left;
		margin-bottom: 3px;
	}
}
.p-professional .about_item_wrap .text_wrap .heading {
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.p-professional .about_item_wrap .text_wrap .heading {
		text-align: left;
		margin-bottom: 24px;
	}
}
.p-professional .about_item_wrap:nth-child(even) {
	flex-direction: row-reverse;
}
@media (min-width: 769px) {
	.p-professional .img_wrap {
		width: 44.25rem;
		flex-shrink: 0;
	}
}
@media (max-width: 768px) {
	.p-professional .img_wrap {
		width: 100vw;
		margin-left: calc(50% - 50vw);
	}
}
.p-professional .img_wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* =====SEC_WORKS===== */
.sec_works {
	overflow: hidden;
}
.sec_works .s-works__wrap {
	display: flex;
	gap: 16px;
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.sec_works .s-works__wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 8px;
		margin-bottom: 20px;
	}
}
.sec_works .s-works_item {
	width: 25%;
}
@media (max-width: 768px) {
	.sec_works .s-works_item {
		width: 100%;
	}
}
.sec_works .s-works_item img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: auto;
}

/*====================================================
PRODUCTS ARCHIVE
====================================================*/
.p-product-arch .sec_other {
	margin-top: 0;
	margin-bottom:136px;
}
@media screen and (max-width: 768px) {
	.p-product-arch .sec_archive .tabInner {
		width: 100%;
	}
	.p-product-arch .sec_other{
		margin-bottom:64px;
	}
}

.p-product-arch .sec_archive .tabList .splide__list {
	position: relative;
	--borderHeightSize: 2px;
	border-bottom: var(--borderHeightSize) solid #fafafa;
}
@media screen and (min-width: 769px) {
  .p-product-arch .sec_archive .tabList .splide__list {
  justify-content: center;
  }
}
.p-product-arch .sec_archive .tabItem {
	position: relative;
	cursor: pointer;
	top: var(--borderHeightSize);
	color: #cccccc;
	padding-bottom: 11px;
}
@media screen and (max-width: 768px) {
	.p-product-arch .sec_archive .tabItem {
		position: relative;
	}
}
.p-product-arch .sec_archive .tabItem.isActive {
	cursor: default;
	color: #000;
}
.p-product-arch .sec_archive .tabItem.isActive::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: var(--borderHeightSize);
	width: 100%;
	background-color: #000;
}

.p-product-arch .sec_archive .tabContent {
	visibility: hidden;
	display: none;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.p-product-arch .sec_archive .tabContent {
		margin-top: 24px;
	}
}

.p-product-arch .sec_archive .tabContent.isActive {
	visibility: visible;
	opacity: 1;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
	gap: 45px 0;
	margin-top: 67px;
}
@media screen and (max-width: 768px) {
	.p-product-arch .sec_archive .tabContent.isActive {
		grid-template-columns: repeat(2, 1fr);
		gap: 0 16px;
	}
}
.p-product-arch .sec_archive .tabContent.isActive .hoverZoom {
	overflow: hidden;
}

.p-product-arch .sec_archive .tabContent.isActive .hoverZoom img {
	transition: transform 0.5s ease;
	width: 80%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-product-arch .sec_archive .tabContent.isActive .hoverZoom::after{
  content: "";
  display: block;
  z-index: 10;
  position: relative;
  margin: 10px auto 0;
  width: 80%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);

}

