@charset "utf-8";
/* =======================================

	English site Elements

======================================= */

.txt_upper {
	text-transform: uppercase;
}

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

	index

------------------------------------ */
/* ------------------------------------
	KV_en
------------------------------------ */
#kv_field_en {
	margin-top: 80px;
	position: relative;
}
#kv_field_en .slick div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 80px);
	margin: 0;
	text-decoration: none;
}
#kv_field_en .slick .mv01 {	background-image: url(/img/en/top/main01.jpg);	}
#kv_field_en .slick .mv02 {	background-image: url(/img/en/top/main02.jpg);	}
#kv_field_en .slick .mv03 {	background-image: url(/img/en/top/main03.jpg);	}
#kv_field_en .slick .mv04 {	background-image: url(/img/en/top/main04.jpg);	}
#kv_field_en .slick .mv05 {	background-image: url(/img/en/top/main05.jpg);	}

#kv_field_en .description {
	display: flex;
	color: #fff;
	text-shadow: 0px 3px 6px #00000040;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#kv_field_en h1 {
	font-size: 2.667em;
}
#kv_field_en .btn_more {
	color: #fff;
	margin-top: var(--spacing-xs);
}

@media screen and (max-width: 768px) {
	#kv_field_en .slick div {
		height: 66.666vw;
	}
	#kv_field_en .slick .mv01 {	background-image: url(/img/en/top/main01_sp.jpg);	}
	#kv_field_en .slick .mv02 {	background-image: url(/img/en/top/main02_sp.jpg);	}
	#kv_field_en .slick .mv03 {	background-image: url(/img/en/top/main03_sp.jpg);	}
	#kv_field_en .slick .mv04 {	background-image: url(/img/en/top/main04_sp.jpg);	}
	#kv_field_en .slick .mv05 {	background-image: url(/img/en/top/main05_sp.jpg);	}

	#kv_field_en .description {
		position: relative;
		color: var(--b-black);
		text-shadow: none;
		background: #004E9F0D;
		padding: var(--spacing-xs);
	}
	#kv_field_en h1 {
		color: var(--logo-blue);
		font-size: 1.833em;
	}
	#kv_field_en .btn_more {
		color: var(--b-black);
	}

	#slide_toggle {
		bottom: auto;
		top: calc(66.666vw - 40px - 1.5%);
	}
}

/* title */
#main .section h2.title_c{
	text-align: center;
}
#main.en_home h2 {
	font-size: 2em;
}

/* ------------------------------------
	Our Brands
------------------------------------ */
.top_brands_columns .img_block ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: var(--spacing-xs) auto;
}
.top_brands_columns .img_block ul li {
	width: 24%;
	margin: 0 1.3% 1.3% 0;
	overflow: hidden;
	text-align: center;
}
.top_brands_columns .img_block ul li:nth-child(4n) {
	margin-right: 0;
}
.top_brands_columns .img_block ul li img {
	border-radius: 8px;
	max-width: 100%;
}

.top_brands_columns .img_block ul li a {
	transition: all .3s ease;
}
.top_brands_columns .img_block ul li a:hover {
	opacity: .6;
}

.brands.detail figure img {
	display: block;
	margin: 0 auto;
	border-radius: 16px;
}

.brands.detail .profile.list_block dt {
	width: 20%;
} 
.brands.detail .profile.list_block dd {
	width: 80%;
}

.brands.detail .sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.brands.detail .sns li {
	width: 64px;
	height: 64px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 10px 10px;
}
.brands.detail .sns li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.brands.detail .sns li:last-child {
	margin-right: 0;
}
.brands.detail .sns li img {
	width: 100%;
}

.brands.detail .sns img[src$="icon_instagram.png"] {
	width: 80%;
}

.brands.detail .background,
.brands.detail .profile,
.brands.detail .sns {
	margin-top: var(--spacing-s);
}

@media screen and (max-width: 768px) {
	.top_brands_columns .img_block ul li {
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.top_brands_columns .img_block ul li:nth-child(even) {
		margin-right: 0;
	}
	.brands.detail figure img {
		border-radius: 2.963vw;
	}
	.brands.detail .sns li {
		width: 8.333vw;
		height: 8.333vw;
		border-radius: 4.167vw;
		margin: 0 1.3vw 1.3vw;
	}
}

/* ------------------------------------
	Sustainability
------------------------------------ */
.top_sustainability_columns {
	position: relative;
	width: 100%;
	height: 43vw;
	max-height: 600px;
	background: #00bbdc url(/img/en/top/bg_sustainability.jpg) center center no-repeat;
	background-size: cover;
}
.top_sustainability_columns .txt_block {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_sustainability_columns .txt_block .cont p {
	text-align: center;
	white-space: nowrap;
}
.top_sustainability_columns .txt_block .cont .btn_more {
	color: #fff;
	margin-top: var(--spacing-s);
	margin-right: var(--spacing-xs);
}
@media screen and (max-width: 768px) {
	.top_sustainability_columns {
		height: auto;
		padding: var(--spacing-s);
	}
	.top_sustainability_columns .txt_block {
		position: relative;
	}
	.top_sustainability_columns .txt_block .cont {
		position: relative;
	}
	.top_sustainability_columns .txt_block .cont p {
		white-space: normal;
	}
	.top_sustainability_columns .img_block {
		position: absolute;
		top: ;
	}
}

/* ------------------------------------
	IR news
------------------------------------ */
.eir_area_area_top_048 .s_eirList_item {
	min-height: 0 !important;
}


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

	Worldwide

------------------------------------ */
.worldwide_office {
	background: transparent url(/img/en/worldwide/bg_worldwide.png) center center no-repeat;
	background-size: contain;
	height: 600px;
	margin-bottom: var(--spacing-xl);
}

.worldwide_office .level {
	display: flex;
	justify-content: center;
}

.worldwide_office dl {
	width: 32%;
	margin-right: 2%;
	line-height: 1.45;
	margin-bottom: var(--spacing-m);
}
.worldwide_office dl:nth-of-type(3n),
.worldwide_office dl:last-child {
	margin-right: 0;
}

.worldwide_office dl dt {
	font-size: 2.4rem;
	margin-bottom: var(--spacing-xs);
	font-weight: 600;
	text-align: center;
}
.worldwide_office dl dd ul li {
	margin-bottom: var(--spacing-xxs);
}
.worldwide_office dl dd a {
	display: inline-block;
	align-items: center;
	justify-content: flex-start;
}
.worldwide_office p a.text_link.blank::after {
	top: 50%;
	margin-top: -6px;
}
.worldwide_office p span {
	padding-left: 1em;
}
@media screen and (max-width: 768px) {
	.worldwide_office .level {
		display: block;
	}
	.worldwide_office dl {
		width: 100%;
		margin-right: 0;
	}
}