@charset "utf-8";

.g-wrapper {
	padding-bottom: 50px;
}

.g-container {
	margin-top: 0;
	padding-top: 100px;
}

/*kv*/
.l-kv {
	position: relative;
}

.l-kv_slide {
	overflow: hidden;
	transform: translateZ(0);
	opacity: 0;
	transition: opacity .8s;
}

.swiper-initialized .l-kv_slide {
	opacity: 1;
}

.l-kv_slide:before,
.l-kv_slide:after {
	content: '';
	background: rgba(0,0,0,.4);
	position: absolute;
	z-index: 50;
}

.l-kv_slide:before {
	width: 330px;
	aspect-ratio: 11 / 10;
	transform-origin: top left;
	transform: skewX(-28.75deg);
	top: 0;
	left: 0;
}

.l-kv_slide:after {
	height: 600px;
	aspect-ratio: 11 / 20;
	transform-origin: bottom right;
	transform: skewX(-28.75deg);
	bottom: 0;
	right: 0;
}

.l-kv .mark {
	position: absolute;
	inset: 0;
}

.l-kv .mark img {
	width: 95px;
	position: absolute;
	z-index: 10;
	opacity: .8;
	transition: clip-path .15s var(--easing);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.l-kv .swiper-initialized .mark img {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.l-kv .mark img:nth-child(1) {
	margin-top: 230px;
	margin-left: 80px;
	top: 0;
	left: 0;
	transition-delay: 2.2s;
}

.l-kv .mark img:nth-child(2) {
	margin-top: 145px;
	margin-right: 65px;
	top: 0;
	right: 0;
	transition-delay: 2s;
}

.l-kv .catch {
	color: var(--white);
	font-feature-settings: "palt";
	line-height: 1;
	margin: 0 0 100px;
	position: absolute;
	bottom: 0;
	left: calc(50% - (var(--max_w) / 2));
	z-index: 10;
	transition: clip-path 1s .75s;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.l-kv .swiper-initialized .catch {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.l-kv .catch.clip-path_none {
	clip-path: none;
}

.l-kv .catch .primary {
	font-size: 40rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .075em;
	white-space: nowrap;
	display: block;
	transition: font-size 1s;
}

.l-kv .catch .secondary {
	font-size: 24rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .05em;
	margin: .45em 0 0;
	display: inline-block;
	transition: font-size 1s;
}

.l-kv .image {
	display: block;
	position: relative;
	z-index: -1;
}

.l-kv .swiper-slide img {
	height: 600px;
	object-fit: cover;
}

.l-kv .button {
	padding-block: 5px;
	position: absolute;
	bottom: 40px;
	left: calc(50% - (var(--max_w) / 2));
	z-index: 20;
	transition: clip-path .6s 1.5s;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.l-kv .swiper-initialized .button {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.l-kv .button > a > * {
	background: linear-gradient(var(--white), var(--white)) no-repeat bottom right / 0 1px;
}

.l-kv .button > a,
.no-touch .l-kv .button > a:hover,
.no-touch .l-kv .button > a:hover > *,
.l-kv .button > a:visited {
	color: var(--white);
}

.l-kv .button .u-icon.-arrow:after {
	border-color: var(--white);
	background-color: transparent;
	background-image: url("/_assets/images/common/arrow_02_white.svg");
}

.l-kv .button .u-icon.-arrow:hover:after {
	background-color: var(--white);
	background-image: url("/_assets/images/common/arrow_02_gray.svg");
}

.l-kv .swiper-slide {
	z-index: 10;
}

.l-kv .swiper-slide-active img,
.l-kv .swiper-slide-duplicate-active img,
.l-kv .swiper-slide-prev img {
	animation: a-kv_slide 6.25s linear both;
}

@keyframes a-kv_slide {
	0% {
		filter: brightness(150%);
		transform: scale(1.05);
	}
	10% {
		filter: brightness(100%);
	}
	100% {
		transform: scale(1);
	}
}

.l-kv_control {
	margin: 0 110px 34px 0;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	opacity: 0;
	transition: opacity 1s 2s;
}

.swiper-initialized .l-kv_control {
	opacity: 1;
}

.l-kv_control .swiper-pagination {
	width: auto;
	display: flex;
	inset: auto;
	position: relative;
}

.l-kv_control .swiper-pagination-bullet {
	margin-inline: 6px !important;
	background-color: var(--white);
	opacity: .5;
}

.l-kv_control .swiper-pagination-bullet-active {
	background-color: var(--white);
	opacity: 1;
}

.l-kv_control .swiper_toggle {
	width: 16px;
	height: 16px;
	margin-inline: 2px;
	display: inline-block;
	background: url("/_assets/images/common/icon_pause_01_white.svg") no-repeat center;
	background-size: 6px 9px;
}

.l-kv_control .swiper_toggle.paused {
	background-image: url("/_assets/images/common/icon_play_01_white.svg");
}

.l-kv .scroll_button {
	color: var(--white);
	font-size: 13rem;
	width: 1em;
	height: calc(56px + 2.5em);
	display: block;
	position: absolute;
	bottom: 0;
	right: 70px;
	z-index: 50;
}

.l-kv .scroll_button:after {
	content: '';
	width: 1px;
	height: 56px;
	background: var(--white);
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	animation: a-scroll_button 3s ease infinite;
}

@keyframes a-scroll_button {
	0% {
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}
	50% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	100% {
		clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	}
}

.l-kv .scroll_button b {
	font-weight: 300;
	letter-spacing: .05em;
	margin: 0 0 0 -.8em;
	display: block;
	transform-origin: top center;
	rotate: 90deg;
	position: absolute;
}

/*7 mark*/
.mark_7 {
	display: block;
	position: absolute;
}

/*pickup*/
.l-pickup {
	position: relative;
}

.l-pickup:after {
	content: '';
	width: calc(50% - 110px);
	height: 350px;
	margin: -34px 0 0;
	display: block;
	background: var(--gray_lightest);
	clip-path: polygon(0 0, 100% 0, calc(100% - 190px) 100%, 0% 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.l-pickup .mark_7 {
	width: 58px;
	top: -60px;
	right: calc(50% + 250px);
	position: absolute;
}

.l-pickup > * {
	position: relative;
	z-index: 10;
}

.l-pickup .section_title {
	margin: 50px 0 0;
	position: absolute;
	top: 0;
	z-index: 10;
}

.l-pickup .l-pickup_slide {
	width: calc(50% + 176px);
	margin: 0 0 0 auto;
}

.l-pickup .swiper {
	padding: 0 0 50px;
}

.l-pickup .swiper-slide .u-text {
	padding-bottom: .5em
}

.l-pickup_control {
	margin: 0 0 0 384px;
	padding-right: calc(34px + 34px + 20px);
	position: relative;
}

.l-pickup_control .swiper-button-prev,
.l-pickup_control .swiper-button-next {
	width: 34px;
	height: 34px;
	margin: 10px 0 0;
	border: 1px solid var(--red);
	border-radius: 100vmax;
	display: inline-block;
	background: var(--white) url(/_assets/images/common/arrow_02_red.svg) no-repeat center;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 0;
	left: auto;
	transition: .2s var(--easing);
}

.l-pickup_control .swiper-button-prev:after,
.l-pickup_control .swiper-button-next:after {
	display: none;
}

.l-pickup_control .swiper-button-prev {
	margin-right: calc(34px + 8px);
	scale: -1 1;
}

.l-pickup_control .swiper-button-next {
}

.no-touch .l-pickup_control .swiper-button-prev:hover,
.no-touch .l-pickup_control .swiper-button-next:hover {
	background-color: var(--red);
	background-image: url("/_assets/images/common/arrow_02_white.svg");
}

.l-pickup_control .swiper-button-prev svg,
.l-pickup_control .swiper-button-next svg {
	display: none;
}

.l-pickup_control .swiper-scrollbar {
	margin: 0 0 10px -5px;
	height: 5px;
	background-color: var(--gray_light);
	border-radius: 0;
	position: relative;
	translate: 0 -10px;
}

.l-pickup_control .swiper-scrollbar-drag {
	background-color: var(--red);
	border-radius: 0;
}

/*news*/
.l-news {
	margin-top: 100px !important;
}

.l-news_inner {
	display: flex;
	flex-direction: row-reverse;
}

.l-news .title {
	width: calc(100% - 68.575%);
	padding: 0 2.5% 0 5.75%;
}

.l-news .title .u-button > * {
	width: 100%;
}

.l-news .u-news_list {
	width: 68.575%;
}

/*primary_items*/
.l-primary_items {
	color: var(--black);
	margin-top: 100px !important;
	padding: 0 0 120px;
	background: var(--gray_lightest);
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
}

.l-primary_items:before,
.l-primary_items:after {
	content: '';
	width: 20%;
	aspect-ratio: 27 / 53;
	background: var(--white);
	position: absolute;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	z-index: 0;
}

.l-primary_items:before {
	top: -1px;
	left: 0;
}

.l-primary_items:after {
	bottom: -1px;
	right: 0;
	rotate: 180deg;
}

.l-primary_items > * {
	position: relative;
	z-index: 10;
}

.l-primary_items .u-button > *,
.l-primary_items .u-button > *:link,
.l-primary_items .u-button > *:visited {
	width: 100%;
	background-color: var(--white);
}

.l-primary_items .read {
	font-size: 32rem;
	font-weight: 400;
	line-height: 1.4;
}

.l-primary_items .read + * {
	margin-top: 10px;
}

.l-primary_items .u-button {
	width: 256px;
	margin-top: 30px;
}

.l-primary_items .local_items {
	padding-block: 10px;
}

.l-primary_items .local_item {
	margin: 20px 30px 0 0;
	display: inline-block;
}

/*about*/
.l-about {
	margin: 254px 0 0;
	position: relative;
}

.l-about .section_title {
	padding: 0 0 0 100px;
}

.l-about .image {
	width: 785px;
	margin: -70px 0 0 -186px;
	position: absolute;
	top: 0;
	left: 50%;
}

.l-about .image:after {
	content: '';
	aspect-ratio: 537 / 610;
	width: 69.407%;
	margin: -8% 0 0 8%;
	display: block;
	background: url("/_assets/images/home/bg_01.svg") no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	z-index: 0;
}

.l-about .image figure {
	position: relative;
	z-index: 10;
}

/*group*/
.l-group {
	margin: 254px 0 0;
	position: relative;
}

.l-group .section_title {
	width: 460px;
	margin-inline: auto 0;
}

.l-group .image {
	width: 725px;
	margin: -54px -111px 0 0;
	position: absolute;
	top: 0;
	right: 50%;
}

.l-group .image:after {
	content: '';
	aspect-ratio: 504 / 573;
	width: 69.517%;
	margin: -8% 0 0 -8%;
	display: block;
	background: url("/_assets/images/home/bg_02.svg") no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	z-index: 0;
}

.l-group .image figure {
	position: relative;
	z-index: 10;
}

/*secondary_items*/
.l-secondary_items {
	margin-top: 0 !important;
	display: flex;
	position: relative;
}

/*
.l-secondary_items:after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: var(--white);
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
}
*/

.l-secondary_items > * {
	color: var(--white);
	width: calc(100% / 2 + 2px);
	position: relative;
}

.l-secondary_items .section_title {
	text-align: center;
	width: 100%;
	margin: 3.5% 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 10;
}

.l-secondary_items .u-title_grande {
	color: var(--white);
}

.l-secondary_items .u-title_grande:before {
	font-size: 46rem;
	margin-bottom: 5px;
}

.l-secondary_items .u-title_grande > * {
	font-weight: 500;
}

.l-secondary_items .read {
	font-size: 32rem;
	font-weight: 400;
	line-height: 1.4;
}

.l-secondary_items .read + .u-text {
	min-height: 5.5em;
	margin-top: 10px;
	margin-inline: auto;
}

.l-secondary_items .u-button > * {
	color: var(--white);
	text-align: left;
	width: 256px;
	min-width: 0;
	border-color: var(--white);
	transition: border-color .3s 0s var(--easing);
}

.no-touch .l-secondary_items .u-button > *:hover {
	border-color: var(--red);
	transition: border-color .3s 0s var(--easing);
}

.l-secondary_items .u-icon.-arrow:after {
	background-color: transparent;
	border-color: var(--white);
	background-image: url("/_assets/images/common/arrow_02_white.svg");
}

.l-secondary_items .image img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	inset: 0;
	z-index: 0;
}

.u-title_grande {
	transition: clip-path .6s .3s var(--easing);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.l-secondary_items > *:nth-child(2) .u-title_grande {
	transition: clip-path .6s .8s var(--easing);
}

.active_scroll_class .u-title_grande {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.u-title_grande + .u-text .u-icon {
	transition: opacity .6s .6s var(--easing);
	opacity: 0;
}

.active_scroll_class .u-title_grande + .u-text .u-icon {
	opacity: 1;
}

.l-pickup .mark_7 {
	transition: clip-path .15s .6s var(--easing);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.active_scroll_class.l-pickup .mark_7 {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.l-pickup .swiper-slide {
	transition: clip-path .6s .6s;
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.l-pickup .swiper-slide:nth-child(1) { transition-delay: .3s; }
.l-pickup .swiper-slide:nth-child(2) { transition-delay: .6s; }
.l-pickup .swiper-slide:nth-child(3) { transition-delay: .9s; }
.l-pickup .swiper-slide:nth-child(4) { transition-delay: 1.2s; }
.l-pickup .swiper-slide:nth-child(5) { transition-delay: 1.5s; }
.l-pickup .swiper-slide:nth-child(6) { transition-delay: 1.8s; }
.l-pickup .swiper-slide:nth-child(7) { transition-delay: 2.1s; }
.l-pickup .swiper-slide:nth-child(8) { transition-delay: 2.4s; }
.l-pickup .swiper-slide:nth-child(9) { transition-delay: 2.7s; }
.l-pickup .swiper-slide:nth-child(10) { transition-delay: 3s; }

.active_scroll_class.l-pickup .swiper-slide {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*
.l-pickup {
	counter-reset: number 0; 
}

.l-pickup .swiper-slide figure:after {
	counter-increment: number 1;
	content: counter(number)'';
	font-family: var(--font_mont);
	font-size: 100rem;
	color: rgba(255,255,255,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	z-index: 10;
}
*/

.l-news .u-news_list {
	transition: opacity .6s var(--easing);
	opacity: 0;
}

.active_scroll_class.l-news .u-news_list {
	opacity: 1;
}

.l-primary_items .image img,
.l-primary_items .image:after {
	transition: clip-path .6s  var(--easing);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.l-primary_items .image:after {
	transition-delay: .8s;
}

.l-primary_items .active_scroll_class .image img,
.l-primary_items .active_scroll_class .image:after {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.l-secondary_items > * {
	padding-top: 500px;
	transition: clip-path .4s .2s var(--easing);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.l-secondary_items > *:nth-child(2) {
	margin-left: -1px;
	transition-delay: .6s;
	z-index: 10;
}

.l-secondary_items > *.active_scroll_class {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.l-banner_grande .item {
	transition: 1s;
	translate: 0 20px;
	opacity: 0;
}

.l-banner_grande .item.active_scroll_class {
	translate: 0 0;
	opacity: 1;
}

