@charset "utf-8";
.loading_base, .fv_section .swiper-slide, .loading_base::after {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
}
.loading_base {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		/* background-color: #FFF3DE; */
		z-index: 9999;
		transition: opacity 2s;
		display: flex;
		justify-content: center;
		align-items: center;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}
.loading_logo {
		width: 200px;
		position: relative;
		z-index: 10;
		animation: loadingLogo 2.4s linear forwards;
		top: -50px
}

@media(max-width: 767px) {
		.loading_logo {
				width: 200px;
				top: -20px
		}
}
@keyframes loadingLogo {
		0% {
				opacity: 0;
				filter: blur(8px);
				transform: scale(1.02)
		}
		10%, 85% {
				opacity: 1;
				filter: blur(0px);
				transform: scale(1)
		}
		100% {
				opacity: 0;
				filter: blur(0px);
				transform: scale(1)
		}
}
.loading_logo img {
		width: 100%;
		height: auto;
}
.loading_base .loading_bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
}
.loading_bg-2 {
		background-image: url("../images/labels/KAIZEN\ 2400x1500\ BLURE.png");
		/* background: #fff; */
		background:  #FFF3DE;
		animation: loadingBgOff 1.5s linear forwards;
}
@keyframes loadingBgOff {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
		}
}
.loading_bg-1 {
		background-image: url("../images/labels/KAIZEN\ 2400x1500\ BLURE.png");
}
h1.header_logo {
		position: relative;
}
h1.header_logo img {
		opacity: 1;
}
h1.header_logo::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: 0 0;
		/* background-size: 44px;
		background-image: url("../images/logo_lINES\ copy\ 3.png"); */
		/* transition: background 0.6s; */
}
/* .isLogoplatinum h1.header_logo::before {
		background-image: url("../images/header_logo_platinum.png");
} */
/* .isWht h1.header_logo::before {
		background-image: url("../images/Kioco.svg");
} */
.isLogoActive h1.header_logo {
		opacity: 1;
}
.fv_section_wrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 200;
}
.fv_section_wrap.off {
		z-index: 0;
}
.fv_section {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: -1;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}
.top_header_logo {
		left: 50px;
		width: 72px;
		z-index: 100;
}
.fv_section .swiper-slide {
		position: relative;
		z-index: 1;
		opacity: 0;
		transition: opacity 0.5s;
		clip: rect(auto, auto, auto, auto);
}
.fv_main {
	background-image: url("../images/labels/final-1.png")
}
.fv_spring {
		background-image: url("../images/labels/final-2.png");
}
.fv_summer {
		background-image: url("../images/labels/final-3.png")
}
/* .fv_main {
	background-image: url("../images/labels/KAIZEN\ 2400x1500.png")
}
.fv_spring {
		background-image: url("../images/labels/KAI.png");
}
.fv_summer {
		background-image: url("../images/labels/ARATAI.png")
} */
.fv_autumn {
		background-image: url("../images/labels/IKIGAI.png")
}
.fv_winter {
		background-image: url("../images/labels/zen.png")
}
.fv_section .swiper-slide-active {
		opacity: 1;
		filter: brightness(120%);
		animation: flushOn 1.4s ease-out forwards;
		animation-delay: 0.5s;
}
@keyframes flushOn {
		0% {
				filter: brightness(120%);
		}
		20% {
				filter: brightness(120%);
		}
		100% {
				filter: brightness(100%);
		}
}
@media(max-width: 1440px) {
		.top_header_logo {
				left: 30px;
				width: 5vw;
				min-width: 60px;
		}
}
@media(max-width: 1440px) {
		.top_header_logo {
				display: none;
		}
}
/* @media (min-width: 841px) and (max-width: 960px) {
		.loading_base, .loading_base::after, .fv_section, .fv_section .swiper-slide {
				height: 210vw !important;
		}
} */
@media(max-width: 960px) {
		.loading_base, .loading_base::after, .fv_section .swiper-slide {
				background-position: center top;
				background-size: cover
		}
		.loading_base::after {
				background-image: url("../images/loading_bg_sp.jpg");
		}
		.fv_spring, .fv_summer, .fv_autumn, .fv_winter {
				background-position: center center !important;
				background-size: cover !important;
		}
		.fv_main {
			background-image: url("../images/labels/1-960x1420.png");
		}
		.fv_spring {
				background-image: url("../images/labels/2-960x1420.png");
		}
		.fv_summer {
				background-image: url("../images/labels/3-960x1420.png");
		}
		/* .fv_main {
			background-image: url("../images/labels/960x1420\ kaizen.png");
		}
		.fv_spring {
				background-image: url("../images/labels/960x1420\ KAI.png");
		}
		.fv_summer {
				background-image: url("../images/labels/960x1420\ aratai.png");
		} */
		.fv_autumn {
				background-image: url("../images/labels/960x1420\ IKIGAI.png")
		}
		.fv_winter {
				background-image: url("../images/labels/960x1420\ zen.png")
		}
}
@media(max-width: 767px) {
	.fv_main {
		background-image: url("../images/labels/1-768x1074.png");
	}

	.fv_spring {
		background-image: url("../images/labels/2-768x1074.png");
	}

	.fv_summer {
		background-image: url("../images/labels/3-768x1074.png");
	}
	/* .fv_main {
		background-image: url("../images/labels/768x1074\ KAIZEN.png");
	}

	.fv_spring {
		background-image: url("../images/labels/768x1074\ kai.png");
	}

	.fv_summer {
		background-image: url("../images/labels/768x1074\ ARATAI.png");
	} */

	.fv_autumn {
		background-image: url("../images/labels/768x1074\ IKIGAI.png")
	}

	.fv_winter {
		background-image: url("../images/labels/768x1074\ zen.png")
	}

	.loading_bg-2 {
		background-image: url("../images/labels/KAIZEN\ 2400x1500\ BLURE.png");
		background: #fff;
	}

	.loading_bg-1 {
		background-image: url("../images/labels/KAIZEN\ 2400x1500\ BLURE.png");
	}
}
@media(max-width: 767px) {
		.fv_section .swiper-slide-active {
				opacity: 1;
				filter: brightness(100%);
				animation: inherit;
		}
		.abt-new{
			width: 90% !important;
        	padding-right: 15px;
		}
}
/* ================ */
.fv_section .swiper-pagination {
		position: absolute;
		bottom: 100px;
		left: 53px;
		z-index: 1000;
		width: inherit;
		/* padding-left: 60px; */
}
@media(max-width: 1500px) {
		.fv_section .swiper-pagination {
				left: 32px;
		}
}
.fv_section .swiper-pagination::before {
		content: '';
		display: block;
		margin: 0;
		line-height: 1;
		font-size: 16px;
		font-family: 'Neulis Sans';
		font-weight: 400 !important;
		text-align: left;
		position: relative;
		/* left: -60px; */
		color: #000;
}


/* .swiper-pagination-bullet::before {
	content: 'Forged in Kaizen Philosophy';
	display: block;
		margin: 0;
		line-height: 1;
		font-size: 16px;
		font-family: 'Neulis Sans';
		font-weight: 400 !important;
		text-align: left;
		position: relative;
		color: #000;
}
.swiper-pagination-bullet:nth-child(2)::before {
	content: 'Striving for Continuous Improvement';
}
.swiper-pagination-bullet:nth-child(3)::before {
	content: 'Honoring Tradition, Embracing Modernity';
} */
.swiper-pagination-bullet {
		border-radius: 0;
		width: 40px;
		opacity: 1;
		height: 14px;
		background: url("../images/swiper-pagination-bullet_bg.png") repeat-x 0 11px !important;
		margin: 0 2px !important;
		position: relative;
}

.swiper-pagination-bullet::after {
		content: '';
		display: block;
		position: absolute;
		top: 11px;
		left: 0;
		width: 100%;
		height: 3px;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		background: #BF2026;
		transform: scaleX(0);
		transform-origin: left center
}
/* Add text to all bullets but keep them hidden by default */
.swiper-pagination-bullet::before {
    content: '';
    display: block;
    position: absolute;
    top: -25px; /* Keeps text in a fixed position */
    left: 0;
    font-size: 16px;
    font-family: 'Neulis Sans';
    font-weight: 600;
    color: #BF2026;
    text-align: left;
    white-space: nowrap;
    opacity: 0; /* Hide text when bullet is inactive */
    transition: opacity 0.3s ease;
}
/* Define text for each bullet */
.swiper-pagination-bullet:nth-child(1)::before {
    content: 'Forged in Kaizen Philosophy';
}

.swiper-pagination-bullet:nth-child(2)::before {
    content: 'Striving for Continuous Improvement';
	left: -44px;
}

.swiper-pagination-bullet:nth-child(3)::before {
    content: 'Honoring Tradition, Embracing Modernity';
	left: -87px;
}

/* Show text only for the active bullet */
.swiper-pagination-bullet-active::before {
    opacity: 1;
}
/* .swiper-pagination-bullet::before {
		content: 'Forged in Kaizen Philosophy';
		display: block;
		line-height: 1;
		font-family: 'Neulis Sans';
		font-weight: 400 !important;
		font-size: 14px !important;
		position: absolute;
		top: 3.5px;
		left: -62px;
		opacity: 0;
		transition: opacity 0.5s;
		color: #000 !important;
}
.swiper-pagination-bullet:nth-child(2)::before {
		content: 'Striving for Continuous Improvement';
		left: -106px;
}
.swiper-pagination-bullet:nth-child(3)::before {
		content: 'Honoring Tradition, Embracing Modernity';
		left: -150px;
}
.swiper-pagination-bullet:nth-child(4)::before {
		content: '';
		left: -194px;
} */
.swiper-pagination-bullet-active {
		background: rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active::after {
		transform: scaleX(1);
		transition: transform 2.95s cubic-bezier(0.16, 1, 0.3, 1);
}
.swiper-pagination-bullet-active::before {
		opacity: 1;
}
@media (min-width: 841px) and (max-width: 960px) {
		.fv_section .swiper-pagination {
				bottom: 20px;
				right: 30px;
		}
}
/* ================= */
@media(max-width: 840px) {
		.fv_section .swiper-pagination {
				/* bottom: 20px; */
				right: inherit;
				left: 3%;
				/* left: calc(50% - 120px); */
		}
}
@media(max-width: 767px) {
		.loading_base, .loading_base::after, .fv_section .swiper-slide {
				background-position: center top !important;
				background-size: 100% !important;
				min-height: inherit;
		}
		.fv_section .swiper-slide {
				transition: all 0.3s;
		}
		.fv_section .swiper-pagination {
				top: 90svh;
				bottom: inherit;
				left: inherit;
				right: 20px;
				transition: inherit;
		}
		.swiper-pagination-bullet {
				border-radius: 0;
				width: calc(calc(calc(100vw - 280px) * 0.25) - 4px);
				margin: 0 1px !important;
		}
		.fv_section .swiper-pagination::before {
				font-size: 14px;
		}
		.swiper-pagination-bullet::before {
				font-size: 11px !important;
				top: -5px;
				left: -60px;
		}
		.swiper-pagination-bullet:nth-child(1)::before {
			right: -43px;
			left: inherit;
			width: max-content;
			white-space: nowrap;
			/* left: calc(calc(calc(calc(calc(100vw - 280px) * 0.25) + -2px) + 60px) * -1); */
		}
				.swiper-pagination-bullet:nth-child(2)::before {
					right: -20px;
					left: inherit;
					width: max-content;
					white-space: nowrap;
					/* left: calc(calc(calc(calc(calc(100vw - 280px) * 0.25) + -2px) + 60px) * -1); */
				}
		
				.swiper-pagination-bullet:nth-child(3)::before {
					right: 0px;
					left: inherit;
					width: max-content;
					white-space: nowrap;
					/* left: calc(calc(calc(calc(calc(calc(100vw - 280px) * 0.25) * 2) + -3px) + 60px) * -1); */
				}
		.swiper-pagination-bullet:nth-child(4)::before {
				left: calc(calc(calc(calc(calc(calc(100vw - 280px) * 0.25) * 3) + -5px) + 60px) * -1);
		}
}
.top_cont {
		position: relative;
		z-index: 100;
		/* background-image: url(../images/bg-kioco\ copy.jpg) !important;
		background-size: cover;
		background-repeat: no-repeat; */
}
.top_cont::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background-image: url(../images/bg-kioco\ 2.png) !important;
    background-repeat: no-repeat; */
    z-index: -1;
    /* background-size: cover; */
		background: rgb(255, 255, 255);
		background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%);
		z-index: -1;
}
.top_about_spacer {
		height: 50vh;
}
.top_about_section {
		/* min-height: 1500px;
		height: 300vh; */
		min-height: 500px;
		height: 130vh;
		color: #BF2026;
		background: linear-gradient(-180deg, 
		rgba(227, 216, 199, 0.1) 0%, 
		rgba(226, 214, 195, 0.3) 25%, 
		rgba(223, 209, 189, 0.5) 50%, 
		rgba(229, 218, 200, 0.7) 75%, 
		rgba(233, 222, 204, 1) 100%);
	
		/* background: linear-gradient(-180deg, rgba(255, 243, 222, 0.1) 0%, rgba(255, 243, 222, 0.3) 25%, rgba(255, 243, 222, 0.5) 50%, rgba(255, 243, 222, 0.7) 75%, rgba(255, 243, 222, 1) 100%); */
}
.top_about_section__inner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 100px 0;
		box-sizing: border-box;
		min-height: 750px;
}
.top_about_section__inner.isActive {
		position: fixed;
		top: 0;
		left: 0;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}
.about_body__caption {
		/* display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		margin: 0 0 80px; */
		display: flex;
			justify-content: center;
			flex-direction: row-reverse;
			align-items: center;
			margin: 0 0 80px;
			padding: 0px 10%;
}
.abt-new{
	width: 85%;
}
.about_body__caption .about_body__hd, .about_body__caption p {
		filter: blur(2px);
		opacity: 0;
		transition: filter 0.3s, opacity 0.2s;
}
.top_about_section__inner .link_btn__center {
		opacity: 0;
		transition: opacity 0.6s;
		transition-delay: 0.8s;
}
.about_body__caption p {
		transition-delay: 0.2s;
}
.isActive .about_body__caption .about_body__hd, .isActive .about_body__caption p {
		filter: blur(0px);
		opacity: 1;
}
.isActive .link_btn__center {
		opacity: 1;
}
.about_body__hd {
		/* margin-left: 5em; */
		width: 15% !important;
}
/* .about_body__hd img {
		width: 100%;
		height: auto;
} */
.about_body__caption p {
		/* font-size: 18px; */
		line-height: 1.6;
		/* letter-spacing: 0.1em; */
		/* writing-mode: vertical-rl; */
		margin-left: 2em;
		text-align: justify;
}
.about_body__caption p:last-child {
		margin-left: 0;
}
/* @media(max-width: 1500px) {
		.about_body__caption p {
				font-size: 17px;
		}
} */
 @media(min-width: 1900px) {
		.about_body__caption p {
				font-size: 1.2vw;
		}
		#footer_logo{
			width: 150px !important;
			height: 172px !important;
		}
}
@media(min-width: 1300px) {
		/* .about_body__hd {
				margin-left: 4em;
				width: 140px;
		} */
		.top_about_section__inner {
				padding: 100px 0;
				min-height: 715px;
		}
}
/* @media(max-width: 840px) {
		.about_body__caption p {
				line-height: 2.5;
				margin-left: 1.8em;
		}
} */
@media(max-width: 767px) {
		.top_about_section__inner.isActive {
				position: static !important;
		}
		.top_about_section {
				height: inherit;
				min-height: inherit;
				padding-top: 100px;
				padding-bottom: 80px;
		}
		.top_about_section__inner {
				display: block;
				padding-top: 0;
				padding-bottom: 0;
				min-height: inherit;
		}
		.about_body__caption {
				display: flex;
				margin: 0 0 60px;
				padding: 50px 10px 0 10px;
		}
		.shortDevice .about_body__caption {
				margin: 0 0 30px;
		}
		.about_body__hd {
				width: 10% !important;
				margin: 0 !important;
				/* position: relative;
				left: -20px; */
				/* width: 30px; */
		}
		/* .isActive .about_body__caption .about_body__hd picture img {
				width: 55%;
				height: 100%;
		} */
		.top_about_section__inner {
				padding-top: 0;
		}
		.about_body__caption p {
				/* font-size: 3.3vw; */
				line-height: 1.6;
				margin: 0 0 2em;
				writing-mode: horizontal-tb;
		}
		.shortDevice .about_body__caption p {
				/* font-size: 3.3vw; */
				/* line-height: 2.2; */
				margin: 0 0 0.8em;
		}
}
@media (min-width: 1300px) {
	.news_title h1 {
		font-size: 2vw;
	}
	.p-name, .news_title h4 {
		font-size: 1.5vw;
	}
    .about_body__caption p, .top_products_slider__caption p, .news_title p, .footer__inner__nav__col li, .header_nav li{
        font-size: 1.3vw !important;
    }
		.copyright {
			font-size: 1vw;
		}
}
@media(max-width: 375px) {
		.fv_section {
				min-height: 600px !important;
		}
		/* .about_body__hd {
				width: 196px !important;
		} */
}
.top_tile_section, .top_tile_section .top_tile_section__cont, .top_tile_section_cont_history, .top_tile_section_cont_movie {
		height: 100vh;
}
@media(min-width: 1500px) {
		.top_tile_section, .top_tile_section .top_tile_section__cont, .top_tile_section_cont_history, .top_tile_section_cont_movie {
				height: 1000px;
		}
}
.product_outer {
		position: relative;
		padding-top: 140px;
		overflow: hidden;
		z-index: 100;
}
@media(max-width: 767px) {
		.product_outer {
				padding-top: 0px;
		}
		.top_tile_section, .top_tile_section .top_tile_section__cont, .top_tile_section_cont_history, .top_tile_section_cont_movie {
				height: 500px;
		}
}
.together{
	position: relative;
	background-image: url(../images/kk.png) !important;
	background-repeat: no-repeat;
    background-size: inherit;
    background-size: cover;
}
.together::before {
	/* content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; */
	background-image: url(../images/kk.png) !important;
background-repeat: no-repeat;
	background-size: cover;
	transition: background 0.5s;
}
.product_outer::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background-image: url(../images/kk.png) !important; */
    /* background-repeat: no-repeat;
    background-size: cover; */
		/* background: linear-gradient(-45deg, #666, #f5f5f5, #969696) fixed; */
		/* background: linear-gradient(-45deg, #e6d4b8, #fff3de, #f7e9d0) fixed; */
		/* background: #FFF3DE; */
		background-size: cover;
		/* animation: GradietionAnimation 13s ease infinite; */
		transition: background 0.5s;
}
.product_outer.isBlk::before {
		background: #1e1e1e;
		background-position: 0 0 !important;
}
@keyframes GradietionAnimation {
		0% {
				background-position: 0% 50%;
		}
		50% {
				background-position: 100% 50%;
		}
		100% {
				background-position: 0% 50%;
		}
}
/* ===================== */
.s-main-one{
	justify-content: flex-start;
}
/* .global_drawer_inner h4{
	font-size: 2vw;
}
.global_drawer_inner li{
	font-size: 14px;
} */
/* @media (max-width: 940px) {
	.global_drawer_inner h4{
		font-size: 3vw;
	}
	.drawer-p,.global_drawer_inner li {
		font-size: 2vw;
	}
} */
@media(min-width: 1900px){
	/* .header_logo {
		width: 55px;
	}
	.header_logo {
        left: 90px;
    } */
	.header_inner .header_trigger {
		/* top: 55px; */
		width: 55px;
		height: 55px;
	}
	.header_trigger .header_trigger__inner {
		left: 15.5px;
		top: 8px;
	}
	.header_trigger.triggerOpen .header_trigger__inner {
		left: 17px;
		top: 14px;
	}
	.contents_body {
		margin-top: 170px;
	}
	.header_nav li{
		font-size: 1.2vw;
	}
}
/* @media (max-width: 1024px){
.global_drawer_inner{
	width: 80%;
}
.global_drawer_inner h4 {
    font-size: 3.5vw;
}
.drawer-p {
    font-size: 2vw;
}
.global_drawer_inner li {
    font-size: 2vw;
}
}
@media (min-width: 1024px){
	.global_drawer_inner h4 {
		font-size: 2vw;
	}
	.drawer-p {
		font-size: 1vw;
	}
	.global_drawer_inner li {
		font-size: 1vw;
	}
	}

@media (max-width: 426px) {
	.global_drawer_inner h4{
		font-size: 4.5vw;
	}
	.global_drawer_inner li{
		font-size: 3.5vw;
	}
} */
#s-main{
	width: 100% !important;
    height: 100% !important;
}
.labelThumb{
	width: 40% !important;
	height: 100% !important;
}
.labelThumb img {
    width: 100% !important;
    height: 100% !important;
}
@media(min-width: 767px) {
	.labelThumb{
		width: 32% !important;
	}
}
@media (min-width: 940px) {
    .s-main-one{
		width: 13% !important;
		justify-content: unset !important;
	}
}
.top_search_section {
		/* margin-bottom: 80px;
		position: relative;
		z-index: 5; */
		margin-bottom: 10%;
		display: flex; width: 100%; align-items: center;
}
.top_search_cont {
		display: flex;
		/* justify-content: space-between; */
		/* max-width: 1340px; */
		margin: 0 auto;
		padding: 0 30px;
}
.top_search_cont__col {
		/* width: calc(50% - 8px); */
		width: 25%;
		cursor: pointer;
		display: grid;
		justify-content: center;
}
.top_search_cont__col h3 {
		width: 150px;
		margin: 0 auto 54px;
}
.top_search_cont_col_thumb_outer {
		aspect-ratio: 10 / 6;
}
.top_search_cont_col_thumb_outer {
		width: 150px;
		height: 500px;
		margin-bottom: 30px;
		overflow: hidden;
		/* background: #666; */
		margin-top: 30px;
}
.top_search_cont_col_thumb {
		position: relative;
		top: 0px;
		overflow: hidden;
		/* background: #eee; */
		/* aspect-ratio: 10 / 8.7; */
		aspect-ratio: 10 / 10;
		width: 150px;
		height: 500px;
}
.top_search_cont_col_thumb::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		transition: opacity 0.6s, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
		opacity: 0;
}
.labelThumb::before {
	background-image: url("../images/labels/LABLE-02.png");
}
.seriesThumb::before {
		background-image: url("../images/labels/2-03.png");
}
.categoryThumb::before {
		background-image: url("../images/labels/2-01.png");
}
.newThumb::before {
	background-image: url("../images/labels/2-04.png");
}
.newOneThumb::before {
	background-image: url("../images/labels/2-02.png");
}
.isActive .top_search_cont_col_thumb::before {
		opacity: 1;
}
@media (hover: hover) {
		.top_search_cont_col_thumb_outer:hover + .link_btn__center .link_btn a::before {
				opacity: 0;
		}
		.top_search_cont_col_thumb_outer:hover + .link_btn__center .link_btn a::after {
				transform: scale(1);
				border: 1px solid rgba(0, 0, 0, 0.5);
				border: none;
				background: #A9B2B8;
				z-index: 0;
		}
		.top_search_cont_col_thumb_outer:hover + .link_btn__center .link_btn a span::after {
				transform: scaleX(1) translateX(3px);
		}
}
.top_search_cont_col_thumb img {
		opacity: 0;
}
.top_search_cont__col img {
		width: 100%;
		height: 500px;
}
.top_search_cont_col_thumb img {
		aspect-ratio: 10 / 6;
		object-fit: cover;
}
@media (min-width: 768px) {
    .top_search_cont div{
        height: 500px !important;
    }
}
@media (min-width: 1700px) {
    .top_search_cont div {
        height: 768px !important;
    }
}
@media(max-width: 767px) {
		.top_search_section {
				margin-bottom: 10%;
				margin-top: 10%;
		}
		.about_body__caption{
			padding: 0 8%;
		}
		.top_search_cont {
				/* display: block; */
				padding: 0 20px;
				height: 400px;
		}
		.top_products_slider_body{
			padding: 0 8% !important;
		}
		.top_search_cont__col {
				width: 100%;
				/* margin: 0 0 120px; */
		}
		.top_search_cont .top_search_cont__col:last-child {
				margin-bottom: 0;
		}
		.top_search_cont__col h3 {
				width: 110px;
				margin: 0 auto 45px;
				display: none;
		}
		.top_search_cont_col_thumb {
				margin-bottom: 25px;
		}
		/* #series-lbl{
			width: 30px !important;
			height: 350px !important;
		} */
		#s-main{
			width: 30px !important;
			height: 350px !important;
			margin-top: 45px; 
		}
		.top_search_cont_col_thumb_outer{
			width: 57px !important;
			height: 400px !important;
		}
		.two-othr{
			width: 100px !important;
		}
		.top_search_cont_col_thumb{
			width: 100%;
			height: 100%;
		}
		.top_search_cont__col img{
			height: 100%;
		}
		.top_search_cont{
			align-items: center;
		}
		.swiper-slide{
			margin-right: 0px !important;
		}
}
/* ===================== */
.top_products_section {
		padding-bottom: 100px;
		position: relative;
		z-index: 5;
}
.top_products_slider_body {
		/* position: relative;
		margin-left: 190px; */
		position: relative;
    display: flex;
    padding: 0px 10%;
}
.new-series{
	position: relative;
    display: flex;
    padding: 0px 10%;
}
.new-series-left{
	width: 15%; 
	height: 100%; 
	display: block; 
	align-items: center; 
	/* justify-content: center; */
}
.new-series-right{
	width: 85%; 
	display: flex; 
	justify-content: space-between; 
	align-items: center;
}
/* @media(min-width: 1400px) {
		.top_products_slider_body {
				margin-left: calc(calc(100vw - 1030px) * 0.5);
		}
} */
.top_products_slider_body .top_products_slider_body_left {
		/* position: absolute;
		width: 11%;
		left: -160px;
		top: 0; */
		position: relative;
		width: 15%;
		top: 0;
}
.top_products_slider_body__right{
	width: 85%;
}
/* .top_products_slider_body_left h3 {
		width: 65px;
		margin-bottom: 50px;
} */
/* .top_products_slider_body_left h3 img {
		width: 100%;
		height: auto;
} */
@media(min-width: 768px) {
		.top_products_section .link_btn__center {
				display: none;
		}
}
@media(max-width: 767px) {
		/* .top_products_slider_body_left h3 {
				width: 100px;
				margin: 0 auto 60px;
				position: relative;
				left: -15px;
				width: 30px;
		} */
		/* .top_products_slider_body_left h3 picture img{
			width: 30px;
			height: 230px;
		} */
		.top_products_slider_body_left{
			width: 10% !important;
		}
		.top_products_slider_body__right{
			width: 90%;
		}
		.swiper-parentDiv{
			width: 100%;
		}
}
@media(max-width: 767px) {
		.top_products_slider_body_left .link_btn {
				display: none;
		}
		.top_products_section .link_btn__center {
				margin-top: 50px;
		}
}
.swiper-slide img {
		width: 100%;
		height: 100%;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
		left: 0;
		bottom: 0;
		z-index: 50;
		height: 2px;
}
.swiper-scrollbar-drag {
		background: #BF2026;
}
.top_products_slider {
		padding-bottom: 60px;
		cursor: grab;
}
.top_products_slider__thumb {
		margin-bottom: 30px;
		overflow: hidden;
		position: relative;
		/* background: #fff; */
}
.top_products_slider__thumb img {
		opacity: 0;
		transform: scale(1.2);
		transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
}
.top_products_slider .swiper-wrapper .swiper-slide:nth-child(2) .top_products_slider__thumb img {
		transition-delay: 0.1s;
}
.top_products_slider .swiper-wrapper .swiper-slide:nth-child(3) .top_products_slider__thumb img {
		transition-delay: 0.2s;
}
.top_products_slider .swiper-wrapper .swiper-slide:nth-child(4) .top_products_slider__thumb img {
		transition-delay: 0.3s;
}
.top_products_slider .swiper-wrapper .swiper-slide:nth-child(5) .top_products_slider__thumb img {
		transition-delay: 0.4s;
}
.top_products_slider .swiper-wrapper .swiper-slide:nth-child(6) .top_products_slider__thumb img {
		transition-delay: 0.5s;
}
.top_products_slider .swiper-wrapper .swiper-slide:nth-child(7) .top_products_slider__thumb img {
		transition-delay: 0.6s;
}
.top_products_slider .swiper-wrapper .swiper-slide:nth-child(8) .top_products_slider__thumb img {
		transition-delay: 0.7s;
}
.isActive .top_products_slider__thumb img {
		transform: scale(1);
		opacity: 1;
		filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.3));
}
.top_products_slider__caption {
		color: #BF2026;
		/* font-size: 14px; */
		text-align: center;
}
@media(max-width: 767px) {
		.top_products_section {
				padding-bottom: 80px;
		}
		.top_products_slider_body {
				/* margin-left: 20px; */
				display: flex;
		}
		.top_products_slider_body .top_products_slider_body_left {
				position: static;
				/* width: 100%; */
				margin: 0;
		}
}
/* ===================== */
.top_tile_section {
		position: relative;
		overflow: hidden;
}
.top_tile_section__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform: scale(1);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		z-index: 0;
}
/* .top_tile_section__bg.history_bg {
		background-image: url("../images/top_tile_history_bg_pc.jpg");
		background-position: center bottom;
}
.top_tile_section__bg.movie_bg {
		background-image: url("../images/top_tile_movie_bg_pc.jpg");
		display: none;
} */
.top_tile_section .top_tile_section__cont {
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 100px 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		/* z-index: 0; */
}
.top_tile_section_cont_history, .top_tile_section_cont_movie {
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
}
.top_tile_section_cont_history h3, .top_tile_section_cont_movie h3 {
		width: 115px;
		margin-bottom: 120px;
		position: relative;
		z-index: 0;
		pointer-events: none;
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
}
.top_tile_section_cont_history h3::before, .top_tile_section_cont_movie h3::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		opacity: 0;
}
/* .top_tile_section_cont_history h3::before {
		background-image: url("../images/top_tile_history_hd_pc_wht.png")
}
.top_tile_section_cont_movie h3::before {
		background-image: url("../images/top_tile_movie_hd_pc_wht.png")
} */
/* @media(max-width: 840px) {
		.top_tile_section_cont_history h3::before {
				background-image: url("../images/top_tile_history_hd_sp_wht.png")
		}
		.top_tile_section_cont_movie h3::before {
				background-image: url("../images/top_tile_movie_hd_sp_wht.png")
		}
} */
.top_tile_section_cont_history h3 img, .top_tile_section_cont_movie h3 img {
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s;
}
.top_tile_section_cont_history.off h3 img, .top_tile_section_cont_movie.off h3 img, .top_tile_section_cont_history.off .link_btn, .top_tile_section_cont_movie.off .link_btn {
		opacity: 0.3;
}
.tileItem_hd {
		padding: 20px;
}
@media (hover: hover) {
		.top_tile_section_cont_history:hover h3, .top_tile_section_cont_movie:hover h3 {
				transform: scale(1.3)
		}
		.tileItem_hd:hover h3 img {
				opacity: 0;
		}
		.tileItem_hd:hover h3::before {
				opacity: 1 !important;
		}
}
.top_tile_section_cont_history h3 img, .top_tile_section_cont_movie h3 img {
		width: 100%;
		height: auto;
}
.top_tile_section_cont_history .link_btn, .top_tile_section_cont_movie .link_btn {
		position: relative;
		padding: 40px;
}
.top_tile_section_cont_history {
		position: relative;
}
.top_tile_section_cont_history .top_tile_center {
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background: #8c8c8c;
		z-index: 0;
}
.tileItem {
		padding: 250px calc(20vw - 40px);
		position: relative;
		height: 100%;
		/* cursor: pointer; */
		z-index: 10;
}
.top_tile_section__cont .link_btn__center {
		position: relative;
		top: -250px;
		z-index: 10;
		box-sizing: border-box;
}
.stalker1, .stalker2 {
		width: 300px;
		height: 300px;
		position: fixed;
		top: 0;
		left: 0;
		transform: translate(-50%, -50%);
		z-index: 1;
		pointer-events: none;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		opacity: 0;
		/* display: none; */
}
_::-webkit-full-page-media, _:future, :root .disAble {
		display: none !important;
}
/* .stalker1 {
		background-image: url("../images/top_thumbnail_history.jpg")
}
.stalker2 {
		background-image: url("../images/top_thumbnail_movie.jpg")
} */
/* .top_tile_section__cont_inner .link_btn {
		cursor: pointer;
} */
.top_tile_section__cont_inner .link_btn a {
		transition: color 0.3s;
}
@media (hover: hover) {
		.top_tile_section__cont_inner:hover .link_btn a::after {
				transform: scale(1);
		}
		.top_tile_section__cont_inner:hover .link_btn a::before {
				opacity: 0;
		}
		.top_tile_section__cont_inner:hover .link_btn a::after {
				transform: scale(1);
				border: 1px solid rgba(0, 0, 0, 0.5);
				border: none;
				background: #A9B2B8 !important;
		}
		.top_tile_section__cont_inner:hover .link_btn a span::after {
				transform: scaleX(1) translateX(3px);
		}
		.top_tile_section__cont_inner .link_btn:hover a {
				color: #fff !important;
		}
		.top_tile_section__cont_inner .link_btn:hover a span::after {
				background: #fff !important;
		}
}
.stalker3 {
		width: 96px;
		height: 96px;
		line-height: 96px;
		text-align: center;
		color: #fff;
		font-size: 15px;
		font-family: 'Neulis Sans';
		font-weight: 400;
		font-style: normal;
		position: fixed;
		top: 0;
		left: 0;
		transform: translate(-50%, -50%);
		z-index: 100;
		pointer-events: none;
		border-radius: 50%;
		background: #A9B2B8;
		mix-blend-mode: multiply;
		opacity: 0;
		/* display: none; */
}
.stalker3 span {
		position: relative;
		display: block;
}
.stalker3 span::before, .stalker3 span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 3px);
		width: 6px;
		height: 6px;
}
.stalker3 span::before {
		left: 15px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		transform: rotate(-45deg);
}
.stalker3 span::after {
		right: 15px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
}
@media(min-width: 768px) {
		.sp_tile_bg {
				display: none;
		}
}
@media(max-width: 767px) {
		.stalker1, .stalker2, .stalker3 {
				display: none !important;
		}
		.top_tile_section_cont_history h3, .top_tile_section_cont_movie h3 {
				width: 100px;
				margin-bottom: 60px;
		}
		.tileItem_hd {
				padding: 0;
		}
		.top_tile_section .top_tile_section__cont {
				padding-top: 80px;
				padding-bottom: 80px;
		}
		.top_tile_section__bg {
				display: none !important;
		}
		.sp_tile_bg_item {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: cover;
				z-index: 0;
		}
		/* .sp_tile_bg_item.history_sp_bg {
				background-image: url("../images/top_tile_history_bg_pc.jpg");
				animation: tileBgChange1 8s linear infinite;
		}
		.sp_tile_bg_item.movie_sp_bg {
				background-image: url("../images/top_tile_movie_bg_pc.jpg");
				animation: tileBgChange2 8s linear infinite;
		} */
}
@keyframes tileBgChange1 {
		0% {
				opacity: 0;
		}
		33.3%, 66.6% {
				opacity: 1;
		}
		100% {
				opacity: 0;
		}
}
@keyframes tileBgChange2 {
		0% {
				opacity: 1;
		}
		33.3%, 66.6% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
/* =================== */
/* .dark_section {
		z-index: 10;
		position: relative;
} */
.top_news_section {
		box-sizing: border-box;
		padding: 0px 10% 5% 10%;
		position: relative;
		z-index: 0;
}
.top_news_section::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* background:  #FFF3DE; */
		transition: background 0.9s;
}
/* .top_news_section.isBlk::before {
		background: #1e1e1e;
		background:  #FFF3DE;
} */
.top_news_section_inner {
		display: flex;
		align-items: flex-start;
		position: relative;
		z-index: 5;
		/* margin-left: 190px; */
}
.top_news_section_inner__left, .shoplist_section_inner__left {
	position: relative;
    width: 15%;
    /* left: -160px; */
    top: 0;
}
/* .top_news_section_inner__left__hd {
		width: 63px;
		margin-bottom: 130px;
} */
/* .top_news_section_inner__left__hd img {
		width: 100%;
		height: auto;
} */
/* @media(max-width: 1024px){
	.feature-lbl{
		width: 60% !important;
	}
	}
	@media(max-width: 840px){
		.feature-lbl{
			width: 85% !important;
		}
		} */
@media(max-width: 540px){
.feature-lbl{
	width: 80% !important;
}
/* .isActive .about_body__caption .about_body__hd picture img{
	width: 40% !important;
} */
}

/* @media(min-width: 1249px) {
	.top_news_section_inner__left, .shoplist_section_inner__left{
		width: 13%;
	}
} */

.top_news_section_inner__right {
		flex: 1;
		min-height: 400px;
		width: 85%;
}
@media(min-width: 841px) {
		.top_news_section .link_btn__center {
				display: none;
		}
}
@media(max-width: 767px) {
	.new-series{
		padding: 0px 8%;
	}
	.new-series-left{
		width: 10% !important;
	}
	.new-series-right{
		width: 90% !important;
	}
		.top_news_section_inner {
				display: flex;
				/* margin-left: unset; */
		}
		.top_news_section_inner__right {
				min-height: inherit;
		}
		.top_news_section_inner__left{
			position: relative;
        width: 15%;
        /* left: -160px; */
        top: 0;
		}
		/* .top_news_section_inner__left__hd {
				width: 100px;
				margin: 0 auto 60px;
		} */
		.top_news_section_inner__left .link_btn {
				display: none;
		}
		.top_news_section .link_btn__center {
				margin-top: 50px;
		}
}
@media(max-width: 767px) {
		.top_news_section {
				padding: 0px 8%;
		}
		.top_news_section_inner__left {
			width: 10% !important;
			position: unset;
		}
		.top_news_section_inner__right{
			width: 90%;
			padding-bottom: 15%;
		}
		.top_news_section_inner__left__hd{
			/* width: 30px; */
			margin-bottom: unset;
		}
		/* .top_news_section_inner__left__hd picture img{
			width: 30px;
			height: 250px;
		} */
		.top_news_section_inner{
			margin-left: unset;
		}
}
/* ============= */
.shoplist_section {
		/* background: #1e1e1e; */
		background: #FFF3DE;
		box-sizing: border-box;
		/* padding: 120px 8vw 0; */
		padding: 0px 8vw 120px 8vw;
		position: relative;
		z-index: 100;
}
.shoplist_section_inner {
		display: flex;
		align-items: flex-start;
		padding-bottom: 60px;
}
.shoplist_section_inner__left__hd {
		width: 63px;
}
.shoplist_section_inner__left__hd img {
		width: 100%;
		height: auto;
}
.shoplist_section_inner__right {
		flex: 1;
		display: flex;
		flex-wrap: wrap;
}
.shoplist_col {
		width: calc(calc(100% - 32px) / 3);
		padding-top: 24px;
		margin-right: 16px;
		padding-bottom: 60px;
		transition: opacity 0.6s;
		opacity: 0;
		position: relative;
		color: #BF2026;
}
.shoplist_col::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #BF2026;
		transform-origin: left center;
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
		transition-delay: 0.1s;
		transform: scaleX(0);
}
.shoplist_col.isActive {
		opacity: 1;
}
.shoplist_col.isActive::before {
		transform: scaleX(1);
}
.shoplist_section_inner__right .shoplist_col:nth-child(3n) {
		margin-right: 0;
}
@media(max-width: 1024px) {
		.shoplist_section_inner__right {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between
		}
		.shoplist_col {
				width: calc(50% - 4px);
				margin: 0;
		}
}
.shoplist_col h4 {
		font-size: 16px;
		font-weight: 400;
		margin: 0 0 10px;
}
.shoplist_col p {
		font-size: 16px;
		/* line-height: 2.0; */
		min-height: 2em;
}
.shoplist_col .googlemap {
		font-size: 14px;
}
.shoplist_col p a {
		color: #BF2026;
		text-decoration: none;
}
.shoplist_col .googlemap a {
		color: #BF2026;
		text-decoration: none;
		display: inline-block;
		position: relative;
		transition: color 0.3s;
}
.googlemap a::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 5px);
		right: -20px;
		width: 10px;
		height: 10px;
		background: url("../images/icon_blank.svg") no-repeat 0 0;
		background-size: 10px;
		transition: background 0.2s;
}
/*
@media (hover: hover) {
		.googlemap a:hover::after {
				background: url("../images/icon_blank_wht.svg") no-repeat 0 0;
				background-size: 10px;
		}
}
*/
.googlemap a span {
		display: inline-block;
		position: relative;
}
.e-link{
	margin: 0 0 10px;
}
.e-link a{
	text-decoration: none; 
	color: inherit; 
}
.e-link a span{
    position: relative;
}
.e-link a span::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	left: -3px;
	width: calc(100% + 4px);
	height: 1px;
	transform-origin: left center;
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	background: #BF2026;
	transform: scaleX(0);
}
.e-link a span:hover::after {
    transform: scaleX(1);
}
.googlemap a span::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -2px;
		left: -3px;
		width: calc(100% + 4px);
		height: 1px;
		transform-origin: left center;
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
		background: #BF2026;
		transform: scaleX(0);
}
@media (hover: hover) {
		.googlemap a:hover {
				color: #BF2026;
		}
		.googlemap a:hover span::after {
				transform: scaleX(1);
		}
}
@media(max-width: 840px) {
		.shoplist_section_inner {
				display: block;
		}
		.shoplist_section_inner__left {
				width: auto;
		}
		.shoplist_section_inner__left__hd {
				width: 120px;
				height: 120px;
				margin: 0 auto 60px;
		}
}
@media(max-width: 767px) {
		.shoplist_section {
				padding: 80px 20px 0;
		}
		.shoplist_section_inner__right {
				display: block;
		}
		.shoplist_col {
				padding-top: 15px;
				padding-bottom: 25px;
				width: 100%;
		}
		.shoplist_col h4 {
				font-size: 14px;
				margin: 0 0 15px
		}
		.shoplist_col h4 br {
				display: none;
		}
		.shoplist_col p {
				font-size: 14px;
				line-height: 1.6;
				min-height: inherit;
				margin: 0 0 20px
		}
		.googlemap {
				font-size: 12px;
		}
}
@media(min-width: 841px) {
		.popup_close {
				display: none;
		}
}
@media(max-width: 840px) {
		.search_brand__inner {
				position: relative;
				padding-top: 45px !important;
		}
		.search_brand__inner .popup_close {
				display: flex;
				justify-content: flex-end;
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
		}
		.popup_close_inner {
				width: 48px;
				height: 48px;
				border-radius: 50%;
				border: 1px solid rgba(255, 255, 255, 0);
				box-sizing: border-box;
				position: relative;
				right: 0;
		}
		.popup_close_inner .popup_close_bar {
				position: absolute;
				width: 20px;
				height: 2px;
				background: #fff;
				transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
				top: 22px;
				left: 14px;
		}
		.popup_close_inner .popup_close_bar:first-child {
				transform: rotate(45deg);
		}
		.popup_close_inner .popup_close_bar:nth-child(2) {
				transform: rotate(-45deg);
		}
}
/* =========== */
.swiper-parentDiv {
		position: relative;
}
.button_base {
		position: absolute;
		top: -10px;
		right: 30px;
		width: 88px;
		height: 44px;
}
.swiper-parentDiv .swiper-button-prev, .swiper-parentDiv .swiper-button-next {
		position: absolute;
		width: 44px;
		height: 44px;
		top: calc(calc(50% - 20px) - 45px);
}
.swiper-parentDiv .swiper-button-prev {
		left: -50px;
}
@media(max-width: 767px) {
		.swiper-parentDiv .swiper-button-prev {
				left: -10px;
		}
		.swiper-parentDiv .swiper-button-next {
			right: -15px !important;
		}
}
.swiper-parentDiv .swiper-button-next {
		position: absolute;
		left: inherit;
		right: 0;
}
.swiper-button-prev::after, .swiper-button-next::after {
		font-family: inherit;
		font-size: 1px;
		color: rgba(255, 255, 255, 0);
}
.swiper-button-prev::after, .swiper-button-next::after {
		position: absolute;
		font-family: inherit;
		font-size: 0;
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		z-index: 2;
		top: 12px;
}
.swiper-button-prev::after {
		border-top: 1px solid #333;
		border-left: 1px solid #333;
		transform: rotate(-45deg);
		left: 18px;
}
.swiper-button-next::after {
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		transform: rotate(45deg);
		left: inherit;
		right: 18px;
}
@media(max-width: 767px) {
		.button_base {
				top: 147px;
				right: 10px;
				width: 72px;
				height: 36px;
		}
		.swiper-button-prev, .swiper-button-next {
				width: 36px;
				height: 36px;
		}
		.swiper-button-prev::after, .swiper-button-next::after {
				width: 13px;
				height: 13px;
				top: 14px;
		}
		.swiper-button-prev::after {
				left: 15px;
		}
		.swiper-button-next::after {
				right: 15px;
		}
}
/* =========== */
@media only screen and (max-width: 512px) {
	.fv_main {
		background-image: url("../images/labels/1-430x1000.png");
	}
	.fv_spring {
		background-image: url("../images/labels/2-430x1000.png");
	}

	.fv_summer {
		background-image: url("../images/labels/3-430x1000.png")
	}
	/* .fv_main {
		background-image: url("../images/labels/KAIZEN\ 430x1000.png");
	}
	.fv_spring {
		background-image: url("../images/labels/430x1000\ kai.png");
	}

	.fv_summer {
		background-image: url("../images/labels/430x1000\ ARATAI.png")
	} */

	.fv_autumn {
		background-image: url("../images/labels/430x1000\ IKIGAI.png")
	}

	.fv_winter {
		background-image: url("../images/labels/430x1000\ zen.png")
	}
}
@media (orientation: landscape) and (max-width: 940px) {
	.fv_main {
		background-image: url("../images/labels/final-1.png")
	}
	.fv_spring {
			background-image: url("../images/labels/final-2.png");
	}
	.fv_summer {
			background-image: url("../images/labels/final-3.png")
	}
	/* .fv_main {
		background-image: url("../images/labels/KAIZEN\ 2400x1500.png");
	}

	.fv_spring {
		background-image: url("../images/labels/KAI.png");
	}

	.fv_summer {
		background-image: url("../images/labels/ARATAI.png")
	} */

	.fv_autumn {
		background-image: url("../images/labels/IKIGAI.png")
	}

	.fv_winter {
		background-image: url("../images/labels/zen.png")
	}

	.fv_section .swiper-pagination {
		position: absolute;
		bottom: 70px;
		left: 25px;
		z-index: 1000;
		width: inherit;
		padding-left: 60px;
	}

	.top_about_section__inner {
		padding: 0px;
		min-height: 600px;
	}

	.about_body__caption p {
		font-size: 12px;
	}

	.abt-new {
		width: 100% !important;
	}

	.top_about_section__inner {
		/* display: flex;
				justify-content: center;
				align-items: flex-start;
				padding-top: 30px;
				padding-bottom: 40px; */
		display: flex;
		justify-content: center;
		align-items: flex-start;
		padding-top: 100px;
		padding-bottom: 40px;
		padding-right: 40px;
		padding-left: 40px;
	}
}