@charset "utf-8";

section{
	position: relative;	
  overflow: hidden;
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	background: url('../image/kv_bg.webp') center/cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

.box-center{
	display: block;
	position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1em;
  opacity: 1;
  transform: translate(-50%, -50%);
	width: max-content;
}


#splash-screen {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}

svg, svg path {
  shape-rendering: geometricPrecision;
}

#splash-overlay {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 10000;
  pointer-events: none;
}

/* main visual */
.main-visual{
	position: relative;
  height: 100vh;
}
.main-visual .box{
	width: max-content;
}
.main-visual .title {
	font-size: 9rem;
	line-height: 1.16em;
	opacity: 0;
}
.main-visual .title span {
	font-size: 12rem;
	margin-left: -7px;
}


/* about */
.section-about{
	padding: 150px 0 70px;
	overflow: hidden;
}
.section-about .title{
	text-align: center;
	margin-bottom: 60px;
	opacity: 0;
}

.section-about .poppins{
	font-size: 5.2rem;
	line-height: .9em;
}

.section-about .poppins-bold{
	font-size: 12rem;
	line-height: 1em;
}

.sub-winbox-outer-sp{
	overflow: visible !important;
}


.section-about .winbox{
	position: relative;
	background: #ffffff;
	text-align: center;
	border-radius: 20px;
	padding: 2.5em 1em;
	margin-bottom: 23px;
	opacity: 0;
}
.section-about .winbox h3{
	color: var(--color-brighter-green);
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 35px;
}
.section-about .winbox p{
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.02em;
	
}


.sub-winbox-outer{
	display: flex;
	justify-content: space-between;
	gap:20px;
}
.sub-winbox-outer .winbox{
	width: 33.33%;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-weight: 700;
	font-size: 2rem;
	padding: 20px 20px 28px;
	background-color: var(--color-about);
	color: #fff;
	text-align: left;
}

.sub-winbox-outer .winbox span{
	display: block;
	color: var(--color-brighter-green);
	font-size: 10rem;
	mix-blend-mode: multiply;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1em;
  padding-left: 14px;
}




/* brand */
.section-brand-outer{
	position: relative;
	width: 100%;
	z-index: 0;
	min-height: 100%;
}

.section-brand-outer section{
	overflow: inherit;
}

.brand-bg-outer{
	position: relative;
}
.brand-bg{
	--clipT: 0px;
  --clipR: 0px;
  --clipB: 0px;
  --clipL: 0px;
	position: absolute; inset: 0;
	background: url('../image/brand_bg.svg') center/cover no-repeat;
  clip-path: inset(var(--clipT) var(--clipR) var(--clipB) var(--clipL));
 	height: 100vh;
	width: 100%;
	pointer-events: none;
	top:0;
	left: 0;
}

.section-brand{
  width: 100%;
	height: auto;
	position: relative;
}

.section-brand .inner{
	position: relative;
	top: 0;
	left: 0;
 	z-index: 1;
}

.section-brand .brand-outer{
	position: relative;
	max-width: 1064px;
	margin: 0 auto;
	padding-top: calc(50vh - 45px);
}


.section-brand h2{
	position: absolute;
	display: block;
	width: 100%;
	font-size: 2rem;
	text-align: center;
	margin-left: 1.2em;	
	top:calc(50vh - 120px);
	color: var(--color-text);
	opacity: 0;
}


.section-brand .title-outer{
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	gap:20px;	
	opacity: 0;
}

.section-brand h3 img{
	width: 100%;
	margin-bottom: 28px;
}
.section-brand .text-driving{
	width: 32.40%;
}
.section-brand .text-brighter{
	width: 40.53%;
}

.section-brand .text-green{
	width: 27.07%;
}




.section-brand .text-statement{
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: -0.02;
	opacity: 0;
	padding-bottom: 2em;
	
  transition: opacity 0.6s;
	
}
.section-brand .c-text{
	opacity: 0;
  transition: opacity 0.6s;
  width: 100%;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: -0.02em;
	font-weight: bold;
	/*height: 0;*/
}


.section-brand .title-group img,
.section-brand .title-group .c-text{
	position: relative;
  transition: all 0.3s;
}

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

	.section-brand .c-text{
	  position: absolute !important;
	  left: 0;
		width: 100%;
		height: auto;
	}
	
	.section-brand .title-group.non-active h3 img{
		filter: grayscale(100%) brightness(1.7);
		will-change:filter;
	}
	.section-brand .title-group.active .c-text{
		opacity: 1 !important;
	}
	.section-brand .title-group.non-active .c-text{
		opacity: 0 !important;
	}

	.statement-outer.not-hover {
  	pointer-events: none;
	}
	.title-group:hover {
	  cursor: pointer;
	}
	
	.statement-outer.not-hover .title-group:before,
	.section-brand .title-group.active:before{
		opacity: 0;
	}
	.section-brand .title-group:before{
		content: '';
		display: inline-block;
		position: relative;
		left: calc(50% - 13.5px);
		top: -20px;
		border-left: 13.5px solid transparent;
		border-right: 13.5px solid transparent;
		border-bottom: calc(tan(60deg) * 13.5px) solid var(--color-brighter-green);
		transform: rotate(180deg);
		transition: opacity 0.3s;
	}
}

@media screen and (max-width: 767px) {
	.section-brand .c-text{
	  position: relative !important;
	}
}

.brand-bg-fade-spacer-outer{
	position: relative;
	width: 100%;
	height: auto;
}
.brand-bg-fade-spacer  {
	position: relative;
	width: 100%;
	height: 0;
  transition: height 1s;
} 
.brand-bg-fade-spacer.init{
	height: 300px;
}

.brand-bg-fade-spacer.on
{ 
	height: 0;
} 

/* video */

.section-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
	background: transparent;
  z-index: 5;
}

.video-wrapper{
	position: absolute;
	top:0;
	left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-wrapper .video{
	--clipT: 0px;
  --clipR: 0px;
  --clipB: 0px;
  --clipL: 0px;
	position: absolute; inset: 0;
  clip-path: inset(var(--clipT) var(--clipR) var(--clipB) var(--clipL));
 	height: 100vh;
	width: 100%;
  
  
}
.video-wrapper .video img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* expresson */
.section-expresson-outer{
  font-family: "Poppins", sans-serif;
	padding-top: 540px;
	background-color: #ffffff;
	position: relative;
} 

.list-large{
	font-size: 14rem;
  font-weight: 700;
}
.list-small{
	font-size: 8rem;
  font-weight: 300;
}

.section-expresson-outer .bg-section{
	position: absolute;
	top: 0;
	left: 0;
	height: 700px;
	width: 100%;
	color: #EFEFEF;
	background-color: #FFFFFF;
	z-index: 0;
	padding-top: 175px;
	padding-bottom: 300px;
	
}
.section-expresson-outer .bg-section > div {
  display: inline-block;
  white-space: nowrap;
  min-width: 200%;
  line-height: .89;
  margin: 0;
  animation-fill-mode: both;
}
.section-expresson-outer .bg-section .list-large:nth-child(odd),
.section-expresson-outer .bg-section .list-small:nth-child(odd) {
  animation: scroll-left 70s linear infinite;
}

.section-expresson-outer .bg-section .list-large:nth-child(even),
.section-expresson-outer .bg-section .list-small:nth-child(even) {
  animation: scroll-right 80s linear infinite;
}

@keyframes scroll-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes scroll-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}


.section-expresson-outer .bg-section{
	overflow: hidden;
}

.section-expresson{
	text-align: center;
	padding-top: 65px;
  position: relative;
  min-height: 100vh;
}


.expresson-content .sub-box-outer{
	position: relative;
}

.expresson-bg {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

}



.expresson-bg  .svg-container{
	width: 100%;
	height: auto;
	top:0px;
	left: 0;
	display: block;
	position: absolute;
	aspect-ratio: 2 / 3;

}
.expresson-bg svg{
  width: 100%;
  height: 100%;
  display: block;
 
}

.section-expresson.active .expresson-bg{
  background:
  radial-gradient(93.29% 12.89% at 100% 86.64%,rgba(255,255,255,.04)39.9%,rgba(0,0,0,.16)100%),
  radial-gradient(56.02% 55.84% at 41.04% 7.14%,rgba(255,255,255,.16)19.71%,rgba(0,0,0,.20)100%),
  #1E551E;

}

.expresson-content {
  position: relative;
  z-index: 1;
}

.section-expresson .title{
	font-size: 12rem;
	line-height: .9;
	margin-bottom: 140px;
}

.section-expresson .title .poppins{
	font-size: 5.2rem;
	line-height: 1;
}



.section-expresson .brand-title{

	position: absolute;
	top:0;
	left: 0;
	width: 168px;
	min-height: 580px;
	height: calc(100vh + 1px);
	opacity: 1;
	background-color: transparent;
	opacity: 0;
}

.graphic-element .brand-title{
	background-color: transparent;
}

.section-expresson h3{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2rem;
	width: 168px;
	height: 100vh;
  white-space: nowrap;
  letter-spacing: 0.02em;
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-lr;
	transform: rotate(180deg);  
}


.section-expresson .sub-box{
	display: flex;
	align-items: center;
	width: 100%;
}

.sub-box.logos,
.sub-box.colours{
	background-color: var(--color-expression-green);
}


.colours .panel1,
.colours .panel2,
.colours .panel3,
.colours .panel4,
.colours .panel5,
.colours .panel6,
.colours .panel7,
.colours .panel8,
.colours .panel9 {
  backface-visibility: hidden;
}


.section-expresson .sub-box img{
	width: 100%;
  transform: translateZ(0);
	backface-visibility: hidden;

}
.section-expresson .colours-outer,
.section-expresson .sub-box > .right-box{
	width: calc(100% - 168px);
	min-height: 580px;
	left: 168px;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.section-expresson .colours-outer > .right-box{
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	width: 100%;
}


/* brand logo */
.section-expresson .brand-logo img{
	max-width: 288px;
}



.section-expresson .statement-logo .right-box{
	background-color: var(--color-grass-green);
	overflow: hidden;
}
.section-expresson .brand-logo .right-box{
  position: relative;
	background-color: var(--color-brighter-green);
  overflow: hidden;
	transition: "none" !important;
}


.brand-logo .right-box .color-layer-next {
  position: absolute;
  inset: 0;
  will-change: transform, background-color;
  pointer-events: none;  
  z-index: 1;
}


.section-expresson .brand-logo .right-box img {
  position: relative;
  z-index: 3;
}


/* typography */
.section-expresson .typography.sub-box > .right-box,
.section-expresson .typography .brand-title{
	min-height: 700px;
}


.section-expresson .box-layer img{
	display: block;
}

.section-expresson .box-layer{
	display: inline-block;
}

.section-expresson .box-layer > div{
  font-family: "JLPGA-Regular";
  font-size: 12rem;
	color: #fff;
	padding: 0;
	line-height: .86;
	text-align: left;
}

.section-expresson .base-layer {
  position: absolute;
  inset: 0;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.section-expresson .overlay-layer {
  position: absolute;
  inset: 0;
  clip-path: inset(0 100% 0 0);
  z-index: 2;
  pointer-events: none;
}

.section-expresson .overlay-content {
  width: 100%;
  height: 100%;
	background-color: var(--color-brighter-green);
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-expresson .statement-logo .overlay-content {
	background-color: var(--color-grass-green);
}

.section-expresson .statement-logo img{
	max-width: 383px;
}

.section-expresson .typography{
	background-color: #000000;
}

.section-expresson .typography .right-box{
	background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
	overflow: hidden;
  font-family: "JLPGA-Regular";
}

.section-expresson .typography .jlpga-font{
 	color: #fff;
  font-size: 21rem;
  line-height: 1em;
  position: relative;
  display: inline-block;
  text-align: center;
  user-select: none;
  pointer-events: none;
  white-space: pre-line;
  text-align: left;
  line-height: .86;

	font-size: clamp(1rem, 16.428vw, 21rem);

}


.typography .jlpga-char,
.typography .jlpga-char-inner {
  display: inline-block;
  transform-origin: center center;
  transition: 
    color 1.2s ease,
    -webkit-text-stroke 1.2s ease,
    text-stroke-color 1.2s ease;
}

.typography .jlpga-char-inner.explode-outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--color-brighter-green);
  text-stroke-color:  2px var(--color-brighter-green);

}
.section-expresson .typography .alpha-font{
	color: #FFF;
	font-size: clamp(1rem, 5.7142vw, 8rem);
	letter-spacing: .3em;
	line-height: 1.2em;
	position: absolute;
	top: 50%;
  left: 50%;
  opacity: 0;
  text-align: left;
}





@media screen and (min-width: 768px) {
	.section-expresson .right-box-scroll,
	.section-expresson .colours .right-box{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items:flex-start;
		flex-direction:row;
		width: 100%;
	}
	.section-expresson .colours .brand-title{
		height: 1230px;
		
	}

}


.section-expresson .colours .right-box .sub-box {
	width: 33.33%;
}
.section-expresson .colours .panel-outer{
	width: 100%;
	perspective: 800px;
}

.section-expresson .colours .panel{
  transform-style: preserve-3d;
	width: 100%;
	min-height: 410px;
	padding: 33px 40px 25px;
	text-align: left;
	display: flex;
	flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}


.section-expresson .colours .sub-box{
  overflow: hidden;
}

.section-expresson .colours h4{
	font-weight: 600;
	font-size: 6rem;
	line-height: 1.1em;
	color: var(--color-title);
	letter-spacing: 0.02em;
}

	
@media screen and (min-width: 768px) {
	.section-expresson .colours .right-box .sub-box.group1 {
		width: 100% !important;
		display: flex;
		flex-direction: row;
	}
	
	.section-expresson .colours .right-box-scroll,
	.section-expresson .colours .right-box .sub-box{
		overflow: visible !important;
	}
	
	.section-expresson .colours .sub-box.group1 .panel{
		width: 33.33%;
		width: 100%;
		z-index: 2;
		white-space: nowrap;
	}
	
	
	.section-expresson .colours .sub-box.group1 .panel2{
		z-index: 1;
	}

	.section-expresson .colours .sub-box.group1 .panel3{
		min-width: min-content;
	}
	
	.section-expresson .colours .sub-box.group1 .panel3 p {
		display: inline-block;
		margin-top: auto;
		margin-left: auto;
		height: 100%;
	}
	
	.section-expresson .colours .group1 .panel-outer {
		width: 33.33%;
	}
	.section-expresson .colours h4{
		font-weight: 600;
		font-size: 6rem;
		line-height: 1.1em;
		color: var(--color-title);
		letter-spacing: 0.02em;
	}
}

.section-expresson .colours .b-brighter-green p span{
	display: inline-block;
}
.section-expresson .colours .b-brighter-green{
	background-color: var(--color-brighter-green);
}
.section-expresson .colours .b-light-green{
	background-color: var(--color-light-green);
}
.section-expresson .colours .b-grass-green{
	background-color: var(--color-grass-green);
}
.section-expresson .colours .b-deep-green{
	background-color: var(--color-deep-green);
}
.section-expresson .colours .b-rich-green{
	background-color: var(--color-rich-green);
}
.section-expresson .colours .b-sky-blue{
	background-color: var(--color-sky-blue);
}
.section-expresson .colours .b-sand-beige{
	background-color: var(--color-sand-beige);
}

.section-expresson .colours p{
	color: var(--color-title);
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 300;
}

.section-expresson .colours p span{
	font-weight: 600;
	
}
@media screen and (min-width: 768px) {
	.section-about .swiper-slide{
		height: auto;
		flex-shrink:inherit;
	}

	.section-expresson .colours .swiper-wrapper{
			display: flex;
			justify-content: flex-start;
			flex-wrap: wrap;
			align-items:flex-start;
			flex-direction:row;
	}
}

/* graphic element*/
.graphic-element{
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.graphic-element .element-img-sp{
		display: none;
	}	
	.graphic-element.sub-box{
		overflow: hidden;
	}
	.graphic-element .element-img-pc{
		position: relative;	
		min-height: 580px !important;
		height: 580px !important;
		width: 102vw !important;
	}
	.graphic-element svg{
		height: 583px !important;
		width: 102vw !important;
		position: absolute;
		top:-2px;
		left:-1vw;
		object-fit: cover;
	}
}
@media screen and (max-width: 767px) {
	.graphic-element .element-img-pc{
		display: none;
	}
	.graphic-element{
		min-height: 130.2083vw;
		width: 100vw;
		height: 130.2083vw !important;
		width: 100vw !important;
	}

	.graphic-element .element-img-sp{
		position: absolute;	
		min-height: 130.2083vw !important;
		height: 130.2083vw !important;
		width: 100vw !important;
	}
	.graphic-element svg{
		position: absolute;
		height: calc(130.2083vw + 2px) !important;
		width: calc(100vw + 2px) !important;
		top:0;
		left:-1px;
	}
		
}

/* logos */
.section-expresson .sub-box.logos .right-box{
	padding: 120px 0;
	overflow: visible;
}

.section-expresson .sub-box.logos img{
	width: 413px;
	padding-bottom: 60px;
}

.section-expresson .logos .swiper-wrapper {
  display: flex;
}

.section-expresson .logos .swiper {
  width: 100%;
  height: auto;
	overflow: visible;
}

.section-expresson .logos .swiper-slide {
  width: 413px !important;
  flex-shrink: 0;
	overflow: visible;
}

/* スクロールバーのスタイルカスタマイズ*/
.section-expresson .logos .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.5);
  height: 1px !important;
  position: relative;
  margin-top: 8px;
  border-radius: 1px;
  transition: opacity 0.3s ease;
}

.section-expresson .logos .swiper-scrollbar-drag {
background: #ffffff;
  height: 4px;
  top: -1.5px;
  border-radius: 4px;
  position: absolute;
}



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

	/* main visual */
	.main-visual{
		width: 100%;
		height: 100vh;
		display: flex;
		align-items: flex-end;
		flex-direction: row;
		text-align: left;
		padding: 15.6250vw 3.9063vw 30vw;
	}	
	.main-visual .title {
		font-size: 11.7188vw;
		line-height: 1;
	}
	.main-visual .title span {
		font-size: 16.9271vw;
	}
	.main-visual .box-center {
		text-align: left;
		position: relative;
		display: block;
		width: auto;
		top:inherit;
		left: 0;
		transform: translate(0,0);
	}
	
	/* about */
	.section-about{
		padding: 15.6250vw 0;
	}

	.section-about .title{
		margin-bottom: 1em;
	}
	.section-about .poppins{
		font-size: 8.8542vw;
	}
	.section-about .poppins-bold{
		font-size: 13.0208vw;
	}
	.section-about p.winbox,
	.section-about .winbox p{
		text-align: left;
		line-height: 1.6;
		font-size: 2.2rem;
	}
	
	.section-expresson .sub-box{
		display: block;
	}
	.sub-winbox-outer{
		gap:0;
		display: flex;
		width: 100%;
	}

	.sub-winbox-outer .winbox{
		width: calc(100% - 8vw);
		width: 100%;
		height: auto;
		margin-right: 2vw;
	}
	.sub-winbox-outer .win3{
		margin-right: 0;
	}
	
	/* brand */
	.section-brand-outer{
		position: relative;
		height: auto;
	}
	
	.section-brand{
		display: block;
	  width: 100%;
		height: auto;
	 	z-index: 1;
	}		

	.section-brand .title-outer{
		display: block;
		width: 100%;
		height: auto;
	}
		
	.section-brand h3 img{
		margin-bottom: 0;
	}

	.section-brand .inner{
		padding-left: 13.9323vw;
		padding-right: 13.9323vw;
		padding-top: calc(50vh - 46.8750vw);
	}

	.section-brand .brand-outer{
		padding-top:0;
		margin: 0;
	}
	
	
	.section-brand .title-group{
		width: 100%;
		padding-bottom: 1.6042vw;
	}
	
	.section-brand h2{
		position: relative;
		top:0;
		margin-bottom: 16.2760vw;
		margin-left: 0;
		font-size: 4.1667vw;
	}
	
	.section-brand .text-driving img{
		width: 79.91%;
		margin-bottom: 2.6042vw;
	}
	
	.section-brand .text-brighter img{
		width: 100%;
		margin-bottom: 2.6042vw;
	}
	
	.section-brand .text-green img{
		width: 66.74%;
		margin-bottom: 2.6042vw;
	}

	.section-brand .title-outer img{
	 transition: all 0.5s;
	}
	.section-brand .title-outer.active .is-collapsed img{
		filter: grayscale(0%);
		will-change:filter;
		opacity: 1;
	}

	
	.section-brand .title-outer.active img{
		filter: grayscale(100%) brightness(1.7);
		will-change:filter;
	}
	
@keyframes reveal {
  from { max-height: 0; opacity: 0; }
  to   { max-height: 300px; opacity: 1; }
}	
@keyframes revealOut {
  from { max-height: 300px; opacity: 1; }
  to 	 { max-height: 0; opacity: 0; }
}	
	

	.section-brand .c-text {
		/*max-height: 0;*/
		/*height: 0;*/
	/*	animation: revealOut 1.2s ease 0s forwards;
		transition: all 1s ease;*/
		font-size: 1.4rem;
		
	/*	height: 0;*/
		opacity: 0;
		overflow: hidden;		
	}	

	.section-brand .is-collapsed .c-text{
/*		animation: reveal 1.2s ease 0s forwards; */
	}
	
	.video-wrapper{
		display: block;
	}
	.section-brand .text-statement{
		font-weight: bold;
		font-size: 1.6rem;
		padding-top: 1em;
		margin-bottom: 2em;
		transition: opacity .8s ease;
	}		
	/* expresson */
	.section-expresson-outer{
		padding-top: 67.7083vw;
	}

	.section-expresson{
		padding-top: 13.0208vw;
	}

	.list-large{
		font-size: 18.2292vw;
	}
	.list-small{
		font-size: 10.4167vw;
	}
	.section-expresson-outer .bg-section{
		height: 91.1458vw;
		padding-top: 20.8333vw;
	}
	
	.section-expresson .title{
		font-size: 13.0208vw;
		margin-bottom: 13.0208vw;
	}
	
	.section-expresson .title .poppins{
		font-size: 8.8542vw;
	}

	.section-expresson .brand-title{
		width: 13.0208vw;
	}

	.section-expresson h3{
		width: 13.0208vw;
		font-size: 4.1667vw;
	}	
	
	.section-expresson .colours-outer,
	.section-expresson .sub-box > .right-box{	
		width: calc(100% - 13.0208vw);
		min-height: 130.2083vw;
		left: 13.0208vw;

	}

	.section-expresson .box-layer > div{
		font-size: 20.8333vw;
	}


	/* brand logo */
	.section-expresson .brand-logo img{
		max-width: 51.4323vw;
	}
	.section-expresson .statement-logo img{
		max-width: 65.3646vw;
	}
	
	
	.section-expresson .typography .jlpga-font{
    font-size: 20.8333vw;
    text-align: center;
		line-height: 1.0em;
    
	}
	.section-expresson .typography .alpha-font{
    font-size: 7.8125vw;
    text-align: center;
		letter-spacing: .34em;
		line-height: 1.26em;
 	}
	
	
	
	
	.section-expresson .colours .right-box{
		min-height: 130.2083vw;
	}
	.section-expresson .colours .right-box .sub-box{
		width: 58.9844vw;
		height: 58.9844vw;
		min-height: 58.9844vw;
		
	}
	
	.section-expresson .colours .right-box .sub-box .panel{
		padding: 6.5104vw 5.2083vw;
		width: 58.9844vw;
		height: 58.9844vw;
		min-height: 58.9844vw;
	}

	.section-expresson .colours .right-box .sub-box.group1{
		height: 87.2396vw;
	}

	.section-expresson .colours .right-box .sub-box.group1 .panel{
		height: 87.2396vw;
		position: absolute;
		top:0;
		left: 0;
	}
	.section-expresson .colours .right-box .sub-box .panel-sp > p{
		margin-top: auto;
	}
	
	


	.section-expresson .logos .right-box,
	.section-expresson .colours .right-box{
		min-height: auto !important;
	}
		
	
	.section-expresson .colours h4{
		font-size: 8.3333vw;
	}
	.section-expresson .colours .b-brighter-green h4{
		font-size: 11.7188vw;
	}
	
	.section-expresson .colours p{
		font-size: 3.6458vw;
	}
	.section-expresson .colours .b-brighter-green p{
		margin-left: 0;
	}

	.section-expresson .colours .group1 .panel{
		width: 100% !important;
	}
	.section-expresson .colours .b-brighter-green.panel3{
		background-color: transparent;
	}
	.section-expresson .colours .right-box .sub-box.group1{
		width: 100% !important;
	}
	.section-expresson .colours .right-box{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items:flex-start;
		flex-direction:row;
	}

	.right-box-scroll {
	  display: flex;
		overflow: hidden;
		width: 100%;
		flex-wrap: nowrap;
	}
	
	.right-box-scroll .group2,
	.right-box-scroll .group3 {
	  flex: 0 0 auto;
	}


	/* logos */
	.section-expresson .sub-box.logos .right-box{
		padding: 19.5313vw 0;
	}

	.section-expresson .sub-box.logos img{
		width: 58.9844vw;
		padding-bottom: 7.8125vw;
	}
	.section-expresson .logos .swiper-slide {
	  width: 58.9844vw !important;
	}	

}



.logos .swiper-scrollbar{
	display: block !important;
	max-width: 1246px !important;
}
@media screen and (max-width: 767px) {
	.video-thumbnail-wrapper::before {
		width: 26.0417vw;
		height: 26.0417vw;
	}
}