/* Home */

#neck {
	margin-top: 120px;
}

/* Hero */

#home_hero {
	margin-bottom: 3.36em;
	margin-bottom: 2.8em;
}
#home_hero .inner {
	position: relative;
	padding: 0 50px 0 0;
	max-width: 1250px;
	max-width: 1400px;
	transition: all 200ms linear;
}
#home_hero_slides {
	position: relative;
	margin: 0;
	width: calc(100% - 45px);
	/* min-height: 600px;
	min-height: calc(100vh - 120px);
	min-height: calc(100vh - 130px);
	max-height: 820px;
	height: 84vh; */
	max-height: 860px;
	min-height: 635px;
	height: calc(100vh - 150px);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fff;
	overflow: hidden;
	z-index: 1;
}
#home_hero_slides::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	background: rgba(0,0,0,0);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	z-index: 11;
	animation: hero_overlay_reveal 1200ms ease-in-out 900ms 1 forwards;
}
@keyframes hero_overlay_reveal {
	0% {
		background: rgba(0,0,0,0);
	}
	100% {
		background: rgba(0,0,0,0.3);
	}
}
.home_hero_slide {
	height: 100%;
}
.home_hero_slide p {
	position: relative;
}
._home_hero_slide p::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	z-index: 10;
}
#home_hero_slides-track {
	height: 100%;
}
#home_hero_slides-slide01 {
	background: url(../images/home/home_hero_slide_1.jpg) no-repeat center / cover;
}
#home_hero_slides-slide02 {
	background: url(../images/home/home_hero_slide_2.jpg) no-repeat center / cover;
}
#home_hero_slides-slide03 {
	background: url(../images/home/home_hero_slide_3.jpg) no-repeat center / cover;
}
.home_hero_slide_page {
	background-color: #fff;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	transition: 400ms all;
	opacity: 10;
}
.home_hero_slide_page.is-active {
	transform: scale(1.5);
}
.home_hero_slide_pagination {
	position: absolute;
	left: 50%;
	left: 50.7%;
	bottom: 50px;
	transform: translateX(-50%);
	z-index: 10;
	z-index: 12;
}
.home_hero_slide_pagination li {
	margin-left: 5px;
	margin-right: 5px;
}
.splide__slide img {
	height: auto;
	width: 100%;
}
#_home_hero_text {
	position: absolute;
	top: 113px;
	top: 170px;
	left: 150px;
	left: 100px;
	color: #fff;
	z-index: 10;
}
#_home_hero_text h2 {
	margin-bottom: 0.8em;
	font-size: 2.83em;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.4em;
}
#_home_hero_text p {
	font-size: 1.01em;
	letter-spacing: 0.12em;
	line-height: 2em;
}
#home_hero_copy {
	position: absolute;
	top: 48%;
	top: 40%;
	top: 35%;
	left: 49%;
	transform: translate(-50%, -50%);
	font-family: "Zen Kaku Gothic Antique", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.33em;
	letter-spacing: 0.2em;
	z-index: 1001;
}
.home_hero_copy_line {
	display: block;
	height: fit-content;
	padding: 0.3em 0.2em 0.15em 0.2em;
	background: #fff;
	border-radius: 4px;
	transform: translateY(-10px);
	opacity: 0;
}
@keyframes home_hero_copy_line {
	0% {
		transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.home_hero_copy_line:nth-of-type(1) {
	animation: home_hero_copy_line 1000ms 300ms ease-in-out forwards;
}
.home_hero_copy_line:nth-of-type(2) {
	animation: home_hero_copy_line 1000ms 600ms ease-in-out forwards;
}
.home_hero_copy_line:not(:last-of-type) {
	margin-left: 1.2em;
}
.home_hero_copy_period {
	letter-spacing: -0.5em;
}
#home_hero h5 {
	position: absolute;
	left: 48px;
	left: 49%;
	transform: translateX(-50%);
	bottom: 120px;
	bottom: 150px;
	bottom: 140px;
	font-size: 1.01em;
	letter-spacing: 0.12em;
	line-height: 2em;
	text-align: center;
	text-align: left;
	color: #fff;
	z-index: 10;
	opacity: 0;
	animation: home_hero_text 800ms 1200ms ease-in-out forwards;
}
@keyframes home_hero_text {
	0% {
		margin-bottom: -10px;
		opacity: 0;
	}
	100% {
		margin-bottom: 0;
		opacity: 1;
	}
}

#home_hero_news {
	position: absolute;
	left: 48px;
	bottom: 75px;
	bottom: 35px;
	z-index: 10;
}
.home_hero_news_thumbnail {
	float: left;
	margin-right: 1.5em;
	margin-right: 1em;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #ccc;
	overflow: hidden;
}
.home_hero_news_text {
	float: left;
	background: #fff;
	height: 54px;
	border-radius: 11px;
}
.home_hero_news_text {
	padding: 0.5em 1em;
	padding: 0.65em 1em;
}
.home_hero_news_text h4 {
	margin-bottom: 0.35em;
	font-size: 0.87em;
	line-height: 1.4em;
}
.home_hero_news_text p {
	color: #7c7c7c;
	font-size: 0.69em;
	line-height: 1.2em;
}
#home_hero_about {
	position: absolute;
	right: 88px;
	bottom: 75px;
	bottom: 35px;
	z-index: 10;
}
#home_hero_about a {
	position: relative;
	display: block;
	padding: 1.5em 2em 1.4em 50px;
	text-decoration: none;
	color: #fff !important;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 0.8em;
	line-height: 14px;
  	font-weight: 500;
	border: 2px solid #fff;
	border-radius: 50vh;
}
#home_hero_about a::before {
	position: absolute;
	top: 50%;
	left: 21px;
	transform: translateY(-50%);
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/common/icon_q.png) no-repeat center / 100%;
}
#home_hero_about a span {
	display: inline-block;
	margin-right: 0.3em;
	width: 25px;
	transform: translateY(1px);
}
#home_hero_about a span img {
	display: block;
}

#home_emergency_slide {
	position: relative;
	padding: 19px 1em 25px 90px;
	border: 2px solid #e03d3d;
	border-radius: 12px;
}
#home_emergency_slide::before {
	position: absolute;
	top: 50%;
	left: 29px;
	transform: translateY(-50%);
	content: '';
	width: 32px;
	height: 32px;
	background: url(../images/common/icon_emergency.png) no-repeat center / 100%;
}
#home_emergency_slide li a {
	color: #e03d3d !important;
	font-size: 0.93em;
}

/* Activities */

#home_activities h3.title {
	margin-bottom: 1.25em;
	font-size: 1em;
}
._home_activities_slide {
	position: relative;
	border-radius: 18px;
	border-radius: 6px;
	overflow: hidden;
}
.home_activities_slide a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
._home_activities_slide a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(78, 78, 78, 0.2) 65%, rgba(0, 0, 0, 0.8));
}
.home_activities_slide_image {
	position: relative;
	margin-bottom: 0.65em;
	border-radius: 18px;
	border-radius: 6px;
	overflow: hidden;
	
	background-color: #eee !important;
}
.home_activities_image::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(78, 78, 78, 0.2) 65%, rgba(0, 0, 0, 0.8));
}

._home_activities_slide h5 {
	position: absolute;
	top: 13px;
	top: 12px;
	right: 20px;
	right: 15px;
	padding: 0.3em 1em 0.2em 1em;
	color: #fff;
	background: #000;
	font-size: 0.6em;
	font-size: 0.7em;
	line-height: 1.8em;
	border-radius: 50vh;
	z-index: 10;
}
._home_activities_slide h4 {
	position: absolute;
	bottom: 15px;
	left: 18px;
	color: #fff;
	font-size: 0.79em;
	line-height: 1.4em;
	letter-spacing: 0.07em;
	z-index: 10;
}
.home_activities_slide h5 {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 0.2em 0.6em 0.2em 0.7em;
	color: #fff;
	font-size: 0.6em;
	font-size: 0.7em;
	line-height: 1.8em;
	border-radius: 50vh;
	background: rgba(0,0,0,0.85);
	z-index: 10;
}
.home_activities_slide h4 {
	padding: 0 2.5%;
	font-size: 0.85em;
	line-height: 1.5em;
	letter-spacing: 0.07em;
	z-index: 10;
}
.home_activities_slide h4 .activities_list_belong {
	display: block;
	margin-top: 0.15em;
	font-size: 0.9em;
}
.home_activities_slide a {
	text-decoration: none;
}
#home_activities_slides .splide__arrow--next {
	top: 30% !important;
}
#home_activities_slides .splide__arrow--prev {
	top: 30% !important;
}


/* Emwellness */

#home_emwellness .heading {
	margin-bottom: 2.45em;
}
#home_emwellness_panes {
	position: relative;
	float: right;
	background: url(../images/home/home_emwellness_panes_bg.jpg) no-repeat center / cover;
	width: 50%;
	mask-image: url(../images/home/home_emwellness_panes_bg_mask.png);
	mask-repeat: space;
	mask-position: 0 0;
	mask-size: calc(100% / 3);
		-webkit-mask-image: url(../images/home/home_emwellness_panes_bg_mask.png);
		-webkit-mask-repeat: space;
		-webkit-mask-position: 3px 3px;
		-webkit-mask-size: calc((100% / 3) - 3px);
	border-radius: 3px;
	overflow: hidden;
}
#home_emwellness_video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: 3px;
	overflow: hidden;
}
#home_emwellness_video video {
	width: 100%;
	height: auto;
}
.home_emwellness_pane {
	position: relative;
	float: left;
	width: calc(100% / 3);
	/* border: 1px solid #fff; */
	aspect-ratio: 1 / 1;
	z-index: 1;
}
.home_emwellness_pane:nth-of-type(3n + 1) {
	clear: both;
}
.home_emwellness_pane a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff !important;
	background: rgba(0, 0, 0, 0);
	text-align: center;
	text-decoration: none;
	transition: all 200ms linear;
}
.home_emwellness_image {
	margin: 0 auto 0.3em auto;
	width: 70px;
	height: 70px;
	/* background: #ccc; */
}
.home_emwellness_pane h5 {
	font-size: 0.8em;
	font-weight: 500;
}
.home_emwellness_image,
.home_emwellness_pane h5 {
	opacity: 0;
	transition: all 200ms ease-in-out;
	animation: emwellness_motion 2100ms ease-in-out infinite forwards;
}

@keyframes emwellness_motion {
	0% {
		opacity: 0.4;
	}
	50% {
		opacity: 0.6;
	}
	100% {
		opacity: 0.4;
	}
}
.home_emwellness_pane a:hover {
	background: rgba(0, 0, 0, 0.6);
	transition: all 300ms linear;
}
.home_emwellness_pane a:hover .home_emwellness_image,
.home_emwellness_pane a:hover h5 {
	opacity: 1 !important;
	transition: all 800ms ease-in-out;
}
#home_emwellness_text {
	float: left;
	width: 40.15%;
}
#home_emwellness_text h4 {
	margin-bottom: 1.5em;
	font-size: 1.67em;
	line-height: 1.68em;
	letter-spacing: 0.05em;
}
#home_emwellness_text p {
	font-size: 1.07em;
}
#home_emwellness_text .more p {
	font-size: 1em;
}

/* Case */

#home_case .heading {
	margin-bottom: 2.45em;
}
#home_case .heading h3.title {
	float: left;
}
#home_case .heading .more {
	float: right;
	margin-top: 13px;
}
#home_case_data {
	float: right;
	margin-top: 17px;
	margin-right: 1.4em;
}
#home_case_data p {
	float: left;
	font-size: 2em;
	font-size: 1.7em;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#home_case_data p span {
	display: inline-block;
	margin-left: 0.3em;
	font-size: 0.47em;
	font-weight: 400;
	transform: translateY(-2px);
}
#home_case_countries {
	position: relative;
	margin-right: 1em;
}
#home_case_countries::before {
	position: absolute;
	right: -0.8em;
	bottom: 4px;
	content: '/';
	font-size: 0.8em;
	font-weight: 400;
}


#home_case_features {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ededed;
}
#home_case_features_special {
	float: left;
	padding-right: 2.4%;
	margin-right: 2.4%;
	width: 60.6%;
	border-right: 1px solid #ededed;
}
#home_case_features_special .case_pane {
	float: none;
	width: 100%;
}
#home_case_features_side {
	float: right;
	width: 36.8%;
}
#home_case_features_side .case_pane {
	margin: 0 !important;
	width: 50%;
	border: none;
}
#home_case_features_side .case_pane:nth-of-type(1) {
	float: left;
	padding: 0 3.5% 0 0 !important;
	border-right: 1px solid #ededed !important;
}
#home_case_features_side .case_pane:nth-of-type(2) {
	float: right;
	padding: 0 0 0 3.5% !important;
	border-right: none;
}
#home_case_features_side .case_pane .case_text h4 {
	font-size: 0.86em;
}
#home_case_features_side .case_pane .case_text p {
	font-size: 0.76em;
	line-height: 1.6em;
	letter-spacing: 0.03em;
}
#home_case_map {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
}
#home_case_map p {
	width: 100%;
	height: 180px;
}

#home_case_panes .case_pane {
	margin-bottom: 0;
}
#home_case_panes .case_pane::before {
	display: none;
}
#home_case_pane_2 {
	margin-right: 1.45%;
	padding-right: 1.45%;
	width: 18.4%;
	border-right: 1px solid #ededed;
}
#home_case_pane_3 {
	width: 16.95%;
}
#home_case_pane_2 .case_image,
#home_case_pane_3 .case_image {
	margin-bottom: 0.5em;
}
#home_case_pane_2 .case_text h4,
#home_case_pane_3 .case_text h4 {
	margin-bottom: 0.1em;
	font-size: 0.86em;
}
#home_case_pane_2 .case_text p,
#home_case_pane_3 .case_text p {
	font-size: 0.78em;
}
#home_case_lower .case_pane {
	width: 30.85%;
}
#home_case_lower .case_pane:nth-of-type(2n) {
	width: 34.575%;
	margin: 0 1.8625%;
	padding: 0 1.8625%;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}


/* News */

#home_news_category li {
	position: relative;
	padding-right: 1em;
	padding-right: 2em;
	width: fit-content;
	font-weight: 500;
	letter-spacing: 0.01em;
	text-decoration: none;
	cursor: pointer;
}
#home_news_category li:not(:last-of-type) {
	margin-bottom: 1.2em;
	margin-bottom: 1.35em;
}
#home_news_category li.active {
	color: #50ad33 !important
}
#_home_news_category li.active::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: '';
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 50%;
}
#_home_news_category li.active::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: '';
	width: 20px;
	height: 2px;
	background: #000;
	border-radius: 2px;
}
.home_news_list:not(#home_news_list_all) {
	display: none;
}

/*
#home_readings .report_list_image,
#home_readings .column_list_image {
	width: 70px;
}
#home_readings .report_list_text,
#home_readings .column_list_text {
	padding: 1.65em 3.8em 0 1.5em;
	width: calc(100% - 70px);
	height: 70px;
}
#home_readings .title_multiple .report_list_text,
#home_readings .title_multiple .column_list_text {
	padding-top: 1em;
}
#home_readings .report_list_text h4.title,
#home_readings .column_list_text h4.title {
	margin-bottom: 0.5em;
	font-size: 0.9em;
	line-height: 1.5em;
}
#home_readings .title_multiple .report_list_text,
#home_readings .title_multiple .column_list_text {
	padding-top: 1em;
}
*/

#home_columns .heading_title {
	float: left;
	padding-top: 2em;
	width: 55%;
}
#home_columns .heading_video {
	float: right;
	padding-right: 3%;
	width: 33%;
}
#home_columns .heading_video img {
	border-radius: 2px;
	overflow: hidden;
}
#home_columns .heading .more {
	clear: both;
	float: none;
}
#home_columns .heading h3.title {
	float: none;
	margin-bottom: 0.85em;
}
.heading_video a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.heading_video a::before {
	position: absolute;
	left: 12px;
	bottom: 12px;
	content: '';
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8) url(../images/common/icon_play.png) no-repeat center / cover;
	overflow: hidden;
	z-index: 10;
	transform: scale(1);
	transition: all 360ms ease-in-out;
}
.heading_video a:hover::before {
	transition: all 260ms ease-in-out;
	transform: scale(0.85);
}

@media screen and (max-width: 1000px) and (min-width: 601px) {
	
	#home_hero_news {
		left: 30px;
	}
	#home_hero_about {
		right: 60px;
	}
	#home_hero_slides {
		width: calc(100% - 30px);
	}
	#home_emwellness_panes {
		width: 49%;
	}
	#home_emwellness_text {
		width: 45%;
	}
	#home_emwellness_text h4 {
		letter-spacing: 0.04em;
	}
	.news_list_main {
		width: calc(100% - 200px);
	}
	
}