@charset "utf-8";



#keyvisual-movie {
	width: 100%;
	height: calc(100vh - 120px);
	min-height: calc(640px + 120px);
	position: relative;
	z-index: 0;
}

.keyvisual-catch {
	display: flex;
	position: absolute;
	top: calc(50% - 300px);
	right: 180px;
	z-index: 3;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.keyvisual-catch__image {
	max-width: 190px;
	margin-left: 60px;
}

.keyvisual-catch__text {
	display: flex;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 2.5;
	color: rgba(255, 255, 255, 1);
	writing-mode: vertical-lr;
	font-feature-settings: normal;
	flex-direction: column-reverse;
}

.keyvisual-video {
	width: calc(100% - 60px);
	height: calc(100vh - 120px - 120px);
	min-height: 640px;
	border-radius: 0 60px 60px 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.keyvisual-video video,
.keyvisual-video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.keyvisual-banner {
	max-width: 180px;
	position: absolute;
	left: 60px;
	bottom: 40px;
	z-index: 2;
}

.keyvisual-pickup {
	width: calc(100% - 300px);
	height: 120px;
	padding-right: 60px;
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	box-sizing: border-box;
	justify-content: flex-end;
	align-items: center;
}

.keyvisual-pickup p {
	padding-left: 30px;
	position: relative;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.keyvisual-pickup p:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../images/common/icon_pickup.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
}

.keyvisual-pickup p span {
	max-width: calc(100% - 20px - 5px);
	flex-basis: calc(100% - 20px - 5px);
}

video#video {
	max-width: none !important;
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 1024px) {
	.keyvisual-catch {
		right: 18vw;
	}

	.keyvisual-catch__image {
		margin-left: 40px;
	}

	.keyvisual-banner {
		left: 6vw;
	}

	.keyvisual-video {
		width: calc(100% - 6vw);
	}

	.keyvisual-pickup {
		padding-right: 6vw;
	}
}

@media screen and (max-width: 800px) {
	#keyvisual-movie {
		height: calc(100vh - 120px);
		min-height: calc(480px + 120px + 20px);
	}

	.keyvisual-banner {
		max-width: 160px;
		bottom: 110px;
	}

	.keyvisual-video {
		height: calc(100vh - 120px - 140px);
		min-height: 480px;
	}

	.keyvisual-pickup {
		width: 100%;
		padding: 0 6vw;
		position: static;
	}
}

@media screen and (max-width: 640px) {
	.keyvisual-catch {
		top: calc(50% - 250px);
		right: 12vw;
	}

	.keyvisual-catch__image {
		max-width: 140px;
		margin-left: 40px;
	}

	.keyvisual-catch__text {
		font-size: 1.6rem;
		line-height: 2;
	}

	.keyvisual-video {
		min-height: 440px;
		border-radius: 0 40px 40px 0;
	}
}

@media screen and (max-width: 480px) {
	.keyvisual-banner {
		max-width: 120px;
		bottom: 120px;
	}
}

@media screen and (max-width: 400px) {
	.keyvisual-catch {
		top: calc(50% - 220px);
	}

	.keyvisual-catch__image {
		max-width: 100px;
	}

	.keyvisual-video {
		width: calc(100% - 10px);
	}
}


/*------------------------------------*/


.bnr-list {
	width: 100%;
	margin-top: 0;
	padding-bottom: 40px;
	overflow: hidden;
}

.bnr-slider {
	position: relative;
}

.bnr-list .swiper-slide {
	border-radius: 20px;
	transform: translateX(calc(-50% - 10px));
}

.bnr-list .swiper-button-prev {
	left: calc(9.5vw - 10px) !important;
}

.bnr-list .swiper-button-next {
	right: calc(9.5vw - 10px) !important;
}

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

	.bnr-list .swiper-slide {
		transform: translateX(0);
	}

	.bnr-list .swiper-button-prev {
		left: 15vw !important;
	}

	.bnr-list .swiper-button-next {
		right: 15vw !important;
	}

}

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

	.bnr-list .swiper-button-prev,
	.bnr-list .swiper-button-next {
		display: none;
	}

}


/*------------------------------------*/


.bg-sectipn {
	margin-right: 60px;
	padding: 120px 60px;
	padding-right: 0;
	position: relative;
}

.bg-sectipn:before {
	content: "";
	width: calc(100% + 60px);
	height: 100%;
	border-radius: 0 40px 40px 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

.bg-sectipn.bg-gray:before {
	background-color: rgba(0, 0, 0, 0.05);
}

.bg-sectipn.bg-green:before {
	background-color: rgba(24, 141, 96, 1);
}

.section-title {
	display: flex;
	flex-direction: column-reverse;
	position: absolute;
	top: -60px;
	right: 60px;
	z-index: 2;
	writing-mode: vertical-lr;
	font-feature-settings: normal;
}

.section-title .jp {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	font-feature-settings: normal;
}

.section-title .jp span {
	border-right: 1px solid rgba(0, 0, 0, 1);
}

.section-title .en {
	margin-left: 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}

.slider {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
	z-index: 1;
}

.slider-wrap {
	max-width: calc(100% - 30px - 60px);
	flex-basis: calc(100% - 30px - 60px);
	overflow: hidden;
	box-sizing: border-box;
}

.slider-side {
	max-width: 30px;
	flex-basis: 30px;
}

.slider-ui__item {
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	display: block;
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;
}

.bg-green .slider-ui__item {
	background-color: var(--color-lighten);
}

.bg-gray .slider-ui__item {
	background-color: var(--color-main);
}

.slider-ui__item:before {
	content: "";
	width: 6px;
	height: 6px;
	display: block;
	border-top: 2px solid var(--color-darken);
	position: absolute;
	top: calc(50% - 3px);
	left: calc(50% - 3px);
	box-sizing: border-box;
	transform-origin: center;
}

.slider-ui-prev:before {
	border-left: 2px solid var(--color-darken);
	transform: rotate3d(0, 0, 1, -45deg);
}

.slider-ui-next:before {
	border-right: 2px solid var(--color-darken);
	transform: rotate3d(0, 0, 1, 45deg);
}

.slider-ui-prev:hover:before {
	transform: translateX(-3px) rotate3d(0, 0, 1, -45deg);
}

.slider-ui-next:hover:before {
	transform: translateX(3px) rotate3d(0, 0, 1, 45deg);
}

.bg-green .slider-ui-prev:before {
	border-top-color: var(--color-main);
	border-left-color: var(--color-main);
}

.bg-green .slider-ui-next:before {
	border-top-color: var(--color-main);
	border-right-color: var(--color-main);
}

.bg-gray .slider-ui-prev:before {
	border-top-color: var(--color-lighten);
	border-left-color: var(--color-lighten);
}

.bg-gray .slider-ui-next:before {
	border-top-color: var(--color-lighten);
	border-right-color: var(--color-lighten);
}

.slider-ui__item span {
	display: none;
}

.slider-more {
	margin-top: 20px;
	display: flex;
	border-top: 2px dotted var(--color-darken);
	border-bottom: 2px dotted var(--color-darken);
}

.slider-more:first-child {
	margin-top: 0;
}

.bg-gray .slider-more {
	border-top-color: var(--color-main);
	border-bottom-color: var(--color-main);
}

.bg-green .slider-more {
	border-top-color: var(--color-lighten);
	border-bottom-color: var(--color-lighten);
}

.slider-more a {
	width: 100%;
	padding: 20px 0;
	display: flex;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
	writing-mode: vertical-rl;
	font-feature-settings: normal;
	justify-content: center;
	align-items: center;
}

.bg-gray .slider-more a {
	color: var(--color-main);
}

.bg-green .slider-more a {
	color: var(--color-lighten);
}

.slider-more a:hover {
	background-color: var(--color-main);
	color: var(--color-lighten);
}

.bg-gray .slider-more a:hover {
	background-color: var(--color-main);
	color: var(--color-lighten);
}

.bg-green .slider-more a:hover {
	background-color: var(--color-lighten);
	color: var(--color-main);
}

.slider-more span {
	white-space: nowrap;
}

.event {
	padding-right: 60px;
}

.event-list {
	display: flex;
	box-sizing: border-box;
}

.event-list__item {
	max-width: 300px;
	flex-basis: 300px;
}

.event-list__item a {
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
}

.event-list__image,
.products__image {
	margin-bottom: 20px;
	position: relative;
	border-radius: 20px;
}

.event-list__image img,
.products__image img {
	height: 100%;
	object-fit: cover;
}

.event-list__image {
	height: 200px;
	overflow: hidden;
}

.event-list__title {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	color: rgba(255, 255, 255, 1);
}

.event-list__wrap {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.event-list-date {
	margin-right: 20px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
}

.event-list-category {
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.event-list-category li {
	height: 24px;
	margin: 5px 0;
	margin-right: 10px;
	padding: 0 10px;
	display: flex;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
	box-sizing: border-box;
}

.event-list-category li:last-child {
	margin-right: 0;
}

.products__image {
	display: flex;
}

.products__image span {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.products__image .en {
	position: absolute;
	bottom: -40px;
	right: 20px;
	z-index: 5;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.4;
	color: rgba(24, 141, 96, 1);
	letter-spacing: -0.05em;
}

.producrs-section {
	margin-bottom: 0;
}

.products {
	width: 2200px;
	display: flex;
}

.products__item {
	max-width: 500px;
	flex-basis: 500px;
	margin-right: 40px;
}

.products__item a {
	text-decoration: none;
}

.products__title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.products__title span {
	display: table;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.products__sub {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.products__sub li {
	margin-right: 10px;
	font-size: 1.4rem;
}

.products__sub li:last-child {
	margin-right: 0;
}


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

	.bg-sectipn:before {
		width: calc(100% + 60px);
	}

}


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

	.bg-sectipn {
		margin-right: 6vw;
		padding: 120px 6vw;
		padding-right: 0;
	}

	.section-title {
		right: 6vw;
	}

	.event-list {
		padding-right: 20px;
	}

	.event-list__item {
		max-width: 250px;
		flex-basis: 250px;
	}

	.event-list__image {
		height: 160px;
	}

	.products__image .en {
		font-size: 6rem;
		bottom: -30px;
	}

	.event {
		padding-right: 6vw;
	}

	.products__item {
		max-width: 400px;
		flex-basis: 400px;
		margin-right: 40px;
	}

	.products__image {
		height: 270px;
	}

}


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

	.products__item {
		max-width: 300px;
		flex-basis: 300px;
		margin-right: 30px;
	}

	.products__image {
		height: 200px;
	}

	.products__title {
		font-size: 1.8rem;
	}

}


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

	.bg-sectipn {
		padding-left: 0;
	}

	.bg-sectipn:before {
		border-radius: 0 20px 20px 0;
	}

	.section-title .en {
		margin-left: 10px;
		font-size: 1.2rem;
	}

	.section-title .jp {
		font-size: 2.5rem;
	}

	.event-list__item {
		max-width: 180px;
		flex-basis: 180px;
	}

	.event-list__image,
	.products__image {
		border-radius: 10px;
	}

	.event-list__image {
		height: 120px;
	}

	.products__title {
		font-size: 1.5rem;
	}

	.products__sub li {
		font-size: 1.3rem;
	}

	.slider {
		display: block;
	}

	.slider-wrap,
	.slider-side {
		max-width: none;
	}

	.slider-wrap {
		overflow-x: scroll;
		scroll-behavior: smooth;
	}

	.slider .swiper-wrapper {
		padding: 0 6vw;
		transform: none;
	}

	.slider .swiper-wrapper:after {
		content: "";
		min-width: 6vw;
		height: 1px;
		display: block;
	}

	.slider-ui {
		display: none;
	}

	.slider-more {
		margin: 0 auto;
		margin-top: 40px;
		display: table;
		border: 0;
		border-left: 2px dotted rgba(0, 0, 0, 1);
		border-right: 2px dotted rgba(0, 0, 0, 1);
	}

	.bg-gray .slider-more {
		border-left-color: rgba(24, 141, 96, 1);
		border-right-color: rgba(24, 141, 96, 1);
	}

	.bg-green .slider-more {
		border-left-color: rgba(255, 255, 255, 1);
		border-right-color: rgba(255, 255, 255, 1);
	}

	.slider-more a {
		padding: 10px 20px;
		box-sizing: border-box;
		writing-mode: inherit;
	}

}


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

	.bg-sectipn {
		margin-right: 10px;
		padding: 120px 0;
	}

	.producrs-section {
		padding-bottom: 80px;
	}

	.products__item {
		max-width: 250px;
		flex-basis: 250px;
		margin-right: 20px;
	}

	.products__image {
		height: 170px;
	}

}


/*------------------------------------*/


.special {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 2px 2px;
}

.special__item {
	position: relative;
}

.special__item a {
	display: block;
	padding-bottom: 100%;
	position: relative;
	text-decoration: none;
}

.special__title {
	width: 50px;
	padding: 20px 0;
	display: flex;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 2;
	font-size: 2.4rem;
	font-weight: bold;
	font-feature-settings: normal;
	line-height: 1.6;
	color: rgba(255, 255, 255, 1);
	writing-mode: vertical-lr;
	font-feature-settings: normal;
	justify-content: center;
	align-items: center;
}

.special__text {
	width: 55px;
	display: flex;
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 1;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}

.special__text p {
	width: 25px;
	padding: 10px 0;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	font-size: 1.5rem;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
	writing-mode: vertical-lr;
	font-feature-settings: normal;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.special__image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}

.special__image img {
	width: ;
	height: 100%;
	object-fit: cover;
}


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

	.special__title {
		top: 20px;
		right: 20px;
	}

	.special__text {
		left: 20px;
		bottom: 20px;
	}

	.special__title {
		width: 40px;
		padding: 10px 0;
		font-size: 2rem;
	}

	.special__text p {
		font-size: 1.4rem;
	}

}


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

	.special {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.special__text {
		display: none;
	}

}


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

	.special__title {
		width: 30px;
		font-size: 1.6rem;
	}

}


/*------------------------------------*/

.bg-sectipn.showroom {
	margin: 0;
	padding: 160px 0;
	padding-bottom: 0;
}

.showroom .section-title {
	right: 120px;
}

.showroom-list,
.showroom-list__item {
	display: flex;
}

.showroom-list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.showroom-list__item {
	max-width: 25%;
	flex-basis: 25%;
	position: relative;
}

.showroom-list__item:after {
	content: "";
	width: 1px;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.showroom-list__item:last-child:after {
	display: none;
}

.showroom-list__item a {
	position: relative;
	z-index: 0;
	text-decoration: none;
}

.showroom-list__wrap {
	padding: 40px 60px;
}

.showroom-list__title {
	margin-bottom: 20px;
	display: table;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.showroom-list__text {
	font-size: 1.4rem;
	line-height: 1.8;
}

@media screen and (max-width: 1280px) {
	.showroom-list__wrap {
		padding: 40px;
	}
}

@media screen and (max-width: 1024px) {
	.showroom .section-title {
		right: 6vw;
	}

	.showroom-list {
		flex-wrap: wrap;
	}

	.showroom-list__item {
		max-width: calc((100% - 1px) / 2);
		flex-basis: calc((100% - 1px) / 2);
	}

	.showroom-list__item:nth-child(2n):after {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.bg-sectipn.showroom {
		padding-top: 120px;
	}

	.showroom-list__wrap {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 480px) {
	.section-title {
		top: -40px;
	}

	.showroom-list {
		display: block;
	}

	.showroom-list__item {
		max-width: none;
	}

	.showroom-list__item:after {
		display: none;
	}
}

/*------------------------------------*/

.bg-sectipn.news {
	margin-top: 80px;
	padding-top: 100px;
	padding-bottom: 0;
}

.home-news-list {
	max-width: calc(100% - 30px - 60px);
	flex-basis: calc(100% - 30px - 60px);
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.home-news-list__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.home-news-list__item a {
	padding: 20px;
	display: flex;
	text-decoration: none;
	justify-content: space-between;
	align-items: center;
}

.home-news-list__item a:hover {
	background-color: rgba(24, 141, 96, 0.1);
}

.home-news-list-date {
	max-width: 65px;
	flex-basis: 65px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.6;
}

.home-news-list-category {
	max-width: 140px;
	flex-basis: 140px;
	/* 	height: 40px; */
	padding: 0 10px;
	display: flex;
	/* 	border: 1px solid rgba(24, 141, 96, 1); */
	/* 	border-radius: 20px; */
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: rgba(24, 141, 96, 1);
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.home-news-list-title {
	max-width: calc(100% - 65px - 140px - 80px);
	flex-basis: calc(100% - 65px - 140px - 80px);
	font-size: 1.4rem;
	line-height: 1.8;
}

@media screen and (max-width: 1024px) {
	.home-news-list {
		max-width: none;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.bg-sectipn.news {
		margin-top: 80px;
		padding-top: 80px;
	}

	.home-news-list__item a {
		padding: 20px calc(6vw - 10px);
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.home-news-list-category {
		margin: 0 10px;
	}

	.home-news-list-title {
		max-width: 100%;
		flex-basis: 100%;
		margin-top: 10px;
	}
}

/*------------------------------------*/

.home-banner {
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 60px;
}

.home-banner-main {
	padding: 30px;
	display: flex;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	justify-content: space-between;
}

.home-banner-main li {
	max-width: calc((100% - 60px) / 3);
	flex-basis: calc((100% - 60px) / 3);
}

.home-banner-main a {
	padding: 20px;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.home-banner-main a:hover {
	border-color: rgba(24, 141, 96, 1);
}

.home-banner-main img {
	max-width: 280px;
}

.home-banner-sub {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.home-banner-sub li {
	max-width: calc((100% - (30px * 5)) / 6);
	flex-basis: calc((100% - (30px * 5)) / 6);
	margin-right: 30px;
	margin-top: 30px;
}

.home-banner-sub li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1024px) {
	.home-banner {
		padding: 0 6vw;
	}

	.home-banner-sub li {
		max-width: calc((100% - (20px * 3)) / 4);
		flex-basis: calc((100% - (20px * 3)) / 4);
		margin-right: 20px;
		margin-top: 20px;
	}

	.home-banner-sub li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 800px) {
	.home-banner-main {
		padding: 20px;
	}

	.home-banner-main li {
		max-width: calc((100% - 40px) / 3);
		flex-basis: calc((100% - 40px) / 3);
	}
}

@media screen and (max-width: 640px) {
	.home-banner-main {
		display: block;
		border-radius: 10px;
	}

	.home-banner-main li {
		margin-bottom: 10px;
		max-width: none;
	}

	.home-banner-main li:last-child {
		margin-bottom: 0;
	}

	.home-banner-main a {
		border-radius: 10px;
	}

	.home-banner-main img {
		width: 60%;
	}

	.home-banner-sub li {
		max-width: calc((100% - 20px) / 2);
		flex-basis: calc((100% - 20px) / 2);
	}

	.home-banner-sub li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 400px) {
	.home-banner {
		padding: 0 10px;
	}
}