@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'gotham';
	src: url("./font_Gotham/Gotham-Medium.otf");
}

html {
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: auto;
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
body {
	width: 100%;
	/* font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
	font-family: 'gotham', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 700;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background: #fff;

	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fade_in_bottom {
	opacity: 0;
	animation-name: fadein-bottom;
	animation-duration: 1s;
	/* animation-timing-function: ease-out; */
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
	animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}





html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #000;
	font-weight: 100;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	font-size: 1vw;
}


table{
	font-size: inherit;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 5px;
}

ol,ul,li{
	list-style: none;
}

a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: inherit;
	text-decoration: none;
	transition: all 0.2s linear;
}

a:hover {
	color: #000;
}

em {
	font-style:normal;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

section {
	padding: 70px 0;
}

.inner {
	max-width: 1200px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.inline {
	display: flex;
}


main.entrance {
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	height: 100vh;
	position: relative;
}
main.entrance:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 95, 182, .5);
}
main.entrance .header-title {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	z-index: 1;
}
main.entrance button {
	display: block;
	margin: 50px auto;
	width: 100%;
	cursor: pointer;
	/*position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);*/
	color:#fff;
	/* font-family: 'gotham'; */
	font-size: 30px;
	padding: 7px 30px 3px 30px;
	border-radius: 30px;
	border: 2px solid #fff;
	background: none;
	line-height: 1;
}
main.entrance a:hover {
	background-color: #fff;
	color: #000;
}

.play main.entrance:after {
	animation: fadeout 1.5s linear forwards;
	/* content: none; */
}
.play main.entrance button#play-button {
	animation: fadeout 1.5s linear forwards;
	/* display: none; */
}
@keyframes fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		/* display: none;
		content: none; */
	}
}




#video-area{
	position: fixed;
	z-index: -1;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
}

#video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
	/* height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
	width: 100vw;
	height: 100vh;
	min-height: 100%;
	min-width: 100%;
}


.wrap {
	/* width: 100vw;
	height: 100vh;
	position: relative; */
}
.logo {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	z-index: 2;
}
.logo img {
	width: 100%;
}

.sound {
	cursor: pointer;
}

header.site_head {
	position: relative;
}
header.site_head ul {
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 10vh;
	padding: 0 2%;
}
header.site_head a {
	/* font-family: 'gotham', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro'; */
	display: block;
	width: 100%;
}
header.site_head li {
	flex: 1;
	border-right: 1px solid #ccc;
	/* background-repeat: no-repeat;
	background-position: 8% center;
	background-size: 12%; */
	text-align: center;
	line-height: 1;
	padding: .5% 0;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .1em;
}
header.site_head li.top {
	flex: none;
	width: 10%;
	font-size: 120%;
}
header.site_head li.current,
header.site_head li.current div,
header.site_head li.current span.ja {
	color: rgba(138, 34, 153, 1);
}
header.site_head li img {
	width: 12%;
	margin-right: 15px;
}
/*
header.site_head li.vision {
	background-image: url('images/common/icon_vision.svg');
}
header.site_head li.showroom {
	background-image: url('images/common/icon_showroom.svg');
}
header.site_head li.solution {
	background-image: url('images/common/icon_solution.svg');
}
header.site_head li.global {
	background-image: url('images/common/icon_global.svg');
}
header.site_head li.news {
	background-image: url('images/common/icon_news.svg');
}*/
header.site_head li span.ja {
	display: block;
	color: #b3b3b3;
	line-height: 1;
	padding: 5px 0;
	font-size: 80%;
	letter-spacing: normal;
}

.title_line {
	background: -moz-linear-gradient(left, rgba(4, 93, 181, 1), rgba(137, 34, 153, 1));
	background: -webkit-linear-gradient(left, rgba(4, 93, 181, 1), rgba(137, 34, 153, 1));
	background: linear-gradient(to right, rgba(4, 93, 181, 1), rgba(137, 34, 153, 1));
	position: relative;
	padding: 1% 2% .7% 2%;
}
.title_line:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .3);
}
.title_line h1 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
}
.title_line p {
	margin-left: 1em;
	font-size: 18px;
	color: #fff;
	display: inline-block;
}

main {
	background: -moz-linear-gradient(left, rgba(4, 93, 181, 1), rgba(137, 34, 153, 1));
	background: -webkit-linear-gradient(left, rgba(4, 93, 181, 1), rgba(137, 34, 153, 1));
	background: linear-gradient(to right, rgba(4, 93, 181, 1), rgba(137, 34, 153, 1));
	height: 90vh;
}

main.home {
	position: relative;
	overflow: hidden;
}
main.home nav {
	display: flex;
	align-items: center;
	justify-content: center;
}
main.home nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85%;
	margin: auto;
	height: 80vh;
	position: relative;
}
main.home nav li {
	width: 20%;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 3.5%;
	transition: all 0.2s linear;
}
main.home nav li img,
main.home nav li span {
	display: block;
}
main.home nav li .image {
	margin-bottom: 20px;
}
main.home nav li img {
	width: 100%;
}
main.home nav li span {
	color: #fff;
	line-height: 1;
	font-weight: 600;
	margin: 5px 0;
}
main.home nav li span.en {
	letter-spacing: .4em;
	white-space: nowrap;
}


main.home nav li.select {
	z-index: 10;
	animation: moveIn 1.5s linear forwards;
}
@keyframes moveIn {
	0% {}
	40% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(4);
		opacity: 0;
		display: none;
	}
}
.onlink .site_head:after,
.onlink .title_line:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(4, 93, 181, 1), rgba(137, 34, 153, 1));
	background: -webkit-linear-gradient(left, rgba(4, 93, 181, 1), rgba(137, 34, 153, 1));
	background: linear-gradient(to right, rgba(4, 93, 181, 1), rgba(137, 34, 153, 1));
	z-index: 1;
	animation: onlink 1s linear forwards;
}
@keyframes onlink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
body.onlink:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
	animation: onlink_body 2s linear forwards;
}
@keyframes onlink_body {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.news main nav {
}
.news main nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 8% auto;
}
.news main nav li {
	width: 18%;
	margin: 0 1%;
	background-color: rgba(255, 255, 255, .8);
	align-items: center;
	padding: 1.5%;
	border-radius: 20px;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	cursor: pointer;
	transition: all 0.2s linear;
}
.news main nav li:hover {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
}
.news main nav li span.new {
	left: 10%;
	top: 0;
	display: inline-block;
	padding: 5px 15px;
	line-height: 1;
	color: #fff;
	background: -moz-linear-gradient(left, rgba(232, 119, 34, 1), rgba(140, 36, 151, 1));
	background: -webkit-linear-gradient(left, rgba(232, 119, 34, 1), rgba(140, 36, 151, 1));
	background: linear-gradient(to right, rgba(232, 119, 34, 1), rgba(140, 36, 151, 1));
	font-size: 14px;
}
.news main nav li span.new + span.date {
	margin-left: 10px;
}
.news main nav li span.date {
	font-size: .95vw;
	display: inline-block;
	margin-bottom: 10px;
}
.news main nav li .js-modal-open {
	font-size: .95vw;
}
.news main nav li .image {
	width: 100%;
	margin-bottom: 20px;
}
.js-modal-open:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
}



.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
.modal__bg {
	background: rgba(0, 0, 0, .5);
	height: 100vh;
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
}
.modal__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
	background-color: rgba(255, 255, 255, .9);
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
	padding: 40px 60px;
	border-radius: 20px;
	z-index: 10;
	max-width: 1000px;
}
.news main nav li .modal__content span.new {
	right: auto;
	left: 4%;
}
.modal__content .in_col {
}
.modal__content .in_col .title {
	font-size: 30px;
	position: relative;
	padding-bottom: 1%;
	margin-bottom: 4%;
}
.modal__content .in_col .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: -moz-linear-gradient(left, rgba(191, 13, 62, .7), rgba(138, 34, 153, .7));
	background: -webkit-linear-gradient(left, rgba(191, 13, 62, .7), rgba(138, 34, 153, .7));
	background: linear-gradient(to right, rgba(191, 13, 62, .7), rgba(138, 34, 153, .7));
}
.modal__content .in_col .title span {
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid;
	font-size: 26px;
}
.modal__content .in_col .description {
	font-size: 20px;
	margin-bottom: 2%;
	margin-top: -2%;
}
.modal__content .in_col .image {
	width: 40%;
	margin-right: 5%;
	border-radius: 0;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 0!important;
}
.modal__content .in_col .image img {
	height: 100%;
	object-fit: cover;
}
.modal__content .in_col .text {
	width: 55%;
	max-height: 400px;
	overflow-y: auto;
	padding-right: 20px;
}
.image_more .modal__content .in_col .image {
	width: 50%;
}
.image_more .modal__content .in_col .text {
	width: 45%;
}
.modal__content .in_col .text::-webkit-scrollbar{
	 height: 5px;
}
.modal__content .in_col .text::-webkit-scrollbar-track{
	 background: #e6e6e6;
}
.modal__content .in_col .text::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: -moz-linear-gradient(top, rgba(191, 13, 62, .7), rgba(138, 34, 153, .7));
	background: -webkit-linear-gradient(top, rgba(191, 13, 62, .7), rgba(138, 34, 153, .7));
	background: linear-gradient(to bottom, rgba(191, 13, 62, .7), rgba(138, 34, 153, .7));
}

.modal__content .in_col .text p {
	font-size: 16px;
	letter-spacing: -.03em;
}
.modal__content .arrow {
	content: '';
	position: absolute;
	top: 0;
	width: 5%;
	height: 100%;
}
.modal__content .arrow:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 2px solid;
	transform: rotate(45deg);
}
.modal__content .arrow.prev {
	left: 0;
}
.modal__content .arrow.next {
	right: 0;
}
.modal__content .arrow.prev:before {
	border-color: transparent transparent #999 #999;
	right: 0;
}
.modal__content .arrow.next:before {
	border-color: #999 #999 transparent transparent;
	left: 0;
}
.modal__content .js-modal-close,
.solution .first_content .close {
	content: '';
	position: absolute;
	top: 5%;
	right: 3%;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
.modal__content .js-modal-close:before,
.modal__content .js-modal-close:after,
.solution .first_content .close:before,
.solution .first_content .close:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 3px;
	background-color: #999;
}
.modal__content .js-modal-close:before,
.solution .first_content .close:before {
	transform: rotate(45deg);
}
.modal__content .js-modal-close:after,
.solution .first_content .close:after {
	transform: rotate(-45deg);
}

.modal__content video {
	max-width: 100%;
}


.video_play {
	content: '';
	display: block;
	width: 120px;
	height: 70px;
	border: 3px solid rgba(255, 255, 255, .8);
	border-radius: 5px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}
.video_play:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-left: 30px solid rgba(255, 255, 255, .8);
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
}



.solution .main_content {
	position: relative;
}
/*
.solution .first_content {
	z-index: 1;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
	background-color: rgba(255, 255, 255, .9);
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, .3));
	padding: 4% 6%;
	border-radius: 20px;
}
.solution .first_content .image {
	width: 42%;
	margin-right: 3%;
	height: 100%;
}
.solution .first_content .title {
	font-size: 30px;
	position: relative;
	padding-bottom: 1%;
	margin-bottom: 4%;
}
.solution .first_content .title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: -moz-linear-gradient(left, rgba(0, 95, 182, .7), rgba(138, 34, 153, .7));
	background: -webkit-linear-gradient(left, rgba(0, 95, 182, .7), rgba(138, 34, 153, .7));
	background: linear-gradient(to right, rgba(0, 95, 182, .7), rgba(138, 34, 153, .7));
}
.solution .first_content .text {
	width: 55%;
	max-height: 400px;
	overflow-y: auto;
	padding-right: 20px;
}

.solution .first_content .text::-webkit-scrollbar{
	height: 5px;
}
.solution .first_content .text::-webkit-scrollbar-track{
	background: #e6e6e6;
}
.solution .first_content .text::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: -moz-linear-gradient(top, rgba(0, 95, 182, .5), rgba(138, 34, 153, .5));
	background: -webkit-linear-gradient(top, rgba(0, 95, 182, .5), rgba(138, 34, 153, .5));
	background: linear-gradient(to bottom, rgba(0, 95, 182, .5), rgba(138, 34, 153, .5));
}

.solution .first_content .text p {
	font-size: 18px;
}
*/
.solution main {
	background: #fff;
}
.solution main nav {
	position: absolute;
	top: 10%;
	right: 0;
	z-index: 2;
	padding-top: 6%;
}
.solution main.active nav {
	padding-top: 6.4%;
}
.solution main nav li {
	text-align: center;
	margin: 10px auto;
	padding: 8px 60px 8px 30px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	border-top-left-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topleft: 15px;
	border-bottom-left-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-bottomleft: 15px;
	box-shadow: 0 0 13px rgba(124, 4, 153, .75);
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.solution .solution_cont .outline p {
	color: #fff;
	font-size: 26px;
	line-height: 1;
}
.solution .solution_cont .outline.first_view p {
	color: #8ecfff;
}
.solution main.first_view .solution_cont .outline {
	position: relative;
	background: -moz-linear-gradient(-10deg, #005fb6, rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, #005fb6, rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, #005fb6, rgba(138, 34, 153, 1));
}
.solution main nav li.topcon_screen,
.solution main.topcon_screen .solution_cont .outline {
	background: -moz-linear-gradient(-10deg, rgba(0, 95, 182, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, rgba(0, 95, 182, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, rgba(0, 95, 182, 1), rgba(138, 34, 153, 1));
}
.solution main nav li.mmc,
.solution main.mmc .solution_cont .outline {
	background: -moz-linear-gradient(-10deg, rgba(0, 163, 173, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, rgba(0, 163, 173, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, rgba(0, 163, 173, 1), rgba(138, 34, 153, 1));
}
.solution main nav li.rdx,
.solution main.rdx .solution_cont .outline {
	background: -moz-linear-gradient(-10deg, rgba(0, 165, 88, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, rgba(0, 165, 88, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, rgba(0, 165, 88, 1), rgba(138, 34, 153, 1));
}
.solution main nav li.mmwin,
.solution main.mmwin .solution_cont .outline {
	background: -moz-linear-gradient(-10deg, rgba(232, 119, 34, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, rgba(232, 119, 34, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, rgba(232, 119, 34, 1), rgba(138, 34, 153, 1));
}
.solution main nav li.harmony,
.solution main.harmony .solution_cont .outline {
	background: -moz-linear-gradient(-10deg, rgba(191, 13, 62, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, rgba(191, 13, 62, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, rgba(191, 13, 62, 1), rgba(138, 34, 153, 1));
}
.solution main nav li.sedptc,
.solution main.sedptc .solution_cont .outline {
	background: -moz-linear-gradient(-10deg, rgba(212, 15, 125, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, rgba(212, 15, 125, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, rgba(212, 15, 125, 1), rgba(138, 34, 153, 1));
}
.b_btn {
	cursor: pointer;
	transition: all 0.2s linear;
}
.b_btn:hover {
	box-shadow: 0 0 13px rgba(124, 4, 153, .85);
}

.solution main .solution_cont {
	position: relative;
}
.solution main .solution_cont .outline,
.solution main .solution_cont .detail {
}
.solution main .solution_cont .outline {
	padding: 1.5% 2% 1.2% 2%;
	height: 8vh;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.solution main .solution_cont .inline {
	position: absolute;
	top: 8vh;
	left: 0;
	width: 100%;
}
.solution main .solution_cont .detail_wrap {
}
.solution_cont .head {
	position: absolute;
	width: 22.5%;
}
.solution main .solution_cont .outline .text {
	padding: 2%;
}
.solution main .solution_cont .outline .text p {
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
}
.solution main .solution_cont .outline .text p.name {
	font-size: 32px;
	margin-bottom: 10px;
}
.solution main .solution_cont .image {
	margin-bottom: 20px;
}
.solution main .solution_cont .image .video_cont {
	position: relative;
}

.in_video video {
	width: 100%;
	height: 100%;
}

.solution .modal__content {
	padding: 5px;
	left: 3%;
	top: 26%;
	transform: translate(0);
	width: 25%;
	border-radius: 0;
}
.solution .modal__content .js-modal-close {
	width: 20px;
	height: 20px;
}
.solution .modal__bg {
	background-color: rgba(0, 0, 0, 0);
	height: 90vh;
	width: 90%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.solution .modal__content iframe {
}


.solution_cont .head img {
	height: 100%;
}
.solution_cont .detail_wrap {
	background-color: #fff;
	width: 30%;
	padding: 30px 60px;
}
.solution_cont .detail_wrap .detail p {
	font-size: .9vw;
}
.solution_cont .map {
	width: 70%;
	background-color: #efefef;
	padding: 0;
	position: relative;
}
.solution_cont .map img.base {
	width: 100%;
}
.solution_cont .map .facility {
	position: absolute;
}
.solution_cont .map .facility.fa_01 {
	width: 6.8%;
	top: 24.5%;
	left: 11.3%;
}
.solution_cont .map .facility.fa_02 {
	width: 9%;
	top: 17.3%;
	left: 28.5%;
}
.solution_cont .map .facility.fa_03 {
	width: 6.8%;
	top: 23.5%;
	left: 22%;
}
.solution_cont .map .facility.fa_04 {
	width: 11%;
	top: 37%;
	left: 7%;
}
.solution_cont .map .facility.fa_05 {
	width: 6.8%;
	top: 45%;
	left: 2%;
}
.solution_cont .map .facility.fa_06 {
	width: 6.8%;
	top: 28.4%;
	left: 29.3%;
}
.solution_cont .map .facility.fa_07 {
	width: 6.8%;
	top: 30.5%;
	left: 23.6%;
}
.solution_cont .map .facility.fa_08 {
	width: 8.5%;
	top: 49%;
	left: 12%;
}
.solution_cont .map .facility.fa_09 {
	width: 7.5%;
	top: 48.5%;
	left: 5.5%;
}
.solution_cont .map .facility.fa_10 {
	width: 8.5%;
	top: 14.3%;
	left: 52.5%;
}
.solution_cont .map .facility.fa_11 {
	width: 10%;
	top: 21.1%;
	left: 46.5%;
}
.solution_cont .map .facility.fa_12 {
	width: 7.3%;
	top: 27.5%;
	left: 43.6%;
}
.solution_cont .map .facility.fa_13 {
	width: 6.8%;
	top: 36.8%;
	left: 33.5%;
}
.solution_cont .map .facility.fa_14 {
	width: 6.8%;
	top: 43%;
	left: 28.9%;
}
.solution_cont .map .facility.fa_15 {
	width: 7.3%;
	top: 47%;
	left: 21.7%;
}
.solution_cont .map .facility.fa_16 {
	width: 11.9%;
	top: 60%;
	left: 8.5%;
}
.solution_cont .map .facility.fa_17 {
	width: 6.8%;
	top: 20.5%;
	left: 59%;
}
.solution_cont .map .facility.fa_18 {
	width: 6.8%;
	top: 53%;
	left: 29%;
}
.solution_cont .map .facility.fa_19 {
	width: 6.8%;
	top: 63%;
	left: 22.5%;
}
.solution_cont .map .facility.fa_20 {
	width: 8%;
	top: 46%;
	left: 47.5%;
}
.solution_cont .map .facility.fa_21 {
	width: 6.8%;
	top: 54%;
	left: 39.5%;
}
.solution_cont .map .facility.fa_22 {
	width: 7%;
	top: 63.5%;
	left: 32.5%;
}
.solution_cont .map .facility.fa_23 {
	width: 6.8%;
	top: 68.2%;
	left: 27.5%;
}
.solution_cont .map .facility.fa_24 {
	width: 8.5%;
	top: 78%;
	left: 25%;
}
.solution_cont .map .facility.fa_25 {
	width: 8.5%;
	top: 45%;
	left: 57%;
}
.solution_cont .map .facility.fa_26 {
	width: 8%;
	top: 54.8%;
	left: 53.4%;
}
.solution_cont .map .facility.fa_27 {
	width: 7%;
	top: 52%;
	left: 47%;
}
.solution_cont .map .facility.fa_28 {
	width: 7%;
	top: 75%;
	left: 51.2%;
}
.solution_cont .map .facility.fa_29 {
	width: 7.5%;
	top: 79%;
	left: 43%;
}
.solution_cont .map .facility.fa_30 {
	width: 7.5%;
	top: 88.5%;
	left: 50%;
}

.overlay {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(4, 93, 181, .4), rgba(137, 34, 153, .4));
	background: -webkit-linear-gradient(left, rgba(4, 93, 181, .4), rgba(137, 34, 153, .4));
	background: linear-gradient(to right, rgba(4, 93, 181, .4), rgba(137, 34, 153, .4));
	z-index: 1;
	transition: all 0.2s linear;
}
.map .overlay {
	display: none;
}
.active .overlay {
	display: block;
}

.solution .mmc .overlay {
	background: -moz-linear-gradient(left, rgba(0, 163, 173, .4), rgba(138, 34, 153, .4));
	background: -webkit-linear-gradient(left, rgba(0, 163, 173, .4), rgba(138, 34, 153, .4));
	background: linear-gradient(to right, rgba(0, 163, 173, .4), rgba(138, 34, 153, .4));
}
.solution .rdx .overlay {
	background: -moz-linear-gradient(left, rgba(0, 165, 88, .4), rgba(138, 34, 153, .4));
	background: -webkit-linear-gradient(left, rgba(0, 165, 88, .4), rgba(138, 34, 153, .4));
	background: linear-gradient(to right, rgba(0, 165, 88, .4), rgba(138, 34, 153, .4));
}
.solution .mmwin .overlay {
	background: -moz-linear-gradient(left, rgba(232, 119, 34, .4), rgba(138, 34, 153, .4));
	background: -webkit-linear-gradient(left, rgba(232, 119, 34, .4), rgba(138, 34, 153, .4));
	background: linear-gradient(to right, rgba(232, 119, 34, .4), rgba(138, 34, 153, .4));
}
.solution .harmony .overlay {
	background: -moz-linear-gradient(left, rgba(191, 13, 62, .4), rgba(138, 34, 153, .4));
	background: -webkit-linear-gradient(left, rgba(191, 13, 62, .4), rgba(138, 34, 153, .4));
	background: linear-gradient(to right, rgba(191, 13, 62, .4), rgba(138, 34, 153, .4));
}
.solution .sedptc .overlay {
	background: -moz-linear-gradient(left, rgba(212, 15, 125, .4), rgba(138, 34, 153, .4));
	background: -webkit-linear-gradient(left, rgba(212, 15, 125, .4), rgba(138, 34, 153, .4));
	background: linear-gradient(to right, rgba(212, 15, 125, .4), rgba(138, 34, 153, .4));
}



.myslider {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.myslider .items {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.myslider .item {
	min-width: 100%;
	height: 100%;
	margin: 0;
}
.myslider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.myslider .buttons {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.myslider .button {
	width: 32px;
	height: 100%;
	border: none;
	outline: none;
	padding: 0;
	background: transparent center no-repeat;
	cursor: pointer;
	position: relative;
}
.myslider .button:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.myslider .button.prev:after {
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: transparent transparent rgba(255, 255, 255, .6) rgba(255, 255, 255, .6);
	transform: rotate(45deg);
}
.myslider .button.next:after {
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: rgba(255, 255, 255, .6) rgba(255, 255, 255, .6) transparent transparent;
	transform: rotate(45deg);
}
.myslider .button.prev:hover:after {
	border-color: transparent transparent rgba(255, 255, 255, 1) rgba(255, 255, 255, 1);
}
.myslider .button.next:hover:after {
	border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) transparent transparent;
}
.myslider .button:hover {
	opacity: 0.8;
}




/*.solution_cont .head {
	display: none;
}
.solution main.topcon_screen .solution_cont .topcon_screen {
	display: flex;
}
.solution main.topcon_screen .solution_cont .topcon_screen {
	display: flex;
}*/

.main_content {
}

.text_only {
	padding: 8% 0;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.text_only p {
	font-size: 28px;
	color: #fff;
	line-height: 2;
}


.showroom main {
	background: none;
}
.showroom .read {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 18vh;
	font-size: 18px;
	margin: auto;
}
.showroom .read .purple {
	color: #8a2299;
}
.showroom .read .pink {
	color: #ff00ff;
}
.image.room {
	width: 90%;
	margin: 5% auto;
	position: relative;
}
.image.room .js-modal-open:after,
.global .js-modal-open:after {
	content: none;
}
.image.room .js-modal-open:hover {
	cursor: pointer;
}
.image.room svg {
	position: absolute;
	/* fill-opacity: .5; */
}
.image.room .js-modal-open:before {
	content: '';
	content: none;
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #2b5daf;
	animation: swing1 1s ease-in-out infinite alternate;
	animation-duration: 1.1s;
}
@-webkit-keyframes swing1 {
	0% { transform:translateY( -12px); }
	100% { transform:translateY( 0px); }
}
@-webkit-keyframes swing2 {
	0% { transform:translateY( 12px); }
	100% { transform:translateY( 0px); }
}

.image.room .cont_01:before {
	top: 17%;
	left: 19.5%;
}
.image.room .cont_01 svg {
	width: 5.3%;
	top: 21%;
	left: 18.5%;
}
.image.room .cont_02:before {
	top: 15%;
	left: 24.5%;
}
.image.room .cont_02 svg {
	width: 5.5%;
	top: 19%;
	left: 23.5%;
}
.image.room .cont_03:before {
	top: 11%;
	left: 29.3%;
}
.image.room .cont_03 svg {
	width: 5.5%;
	top: 15%;
	left: 28.3%;
}
/*.image.room .cont_04 svg {
	width: 5.5%;
	top: 16%;
	left: 33.5%;
}*/
.image.room .cont_04:before {
	top: 13%;
	left: 34.7%;
}
.image.room .cont_04 svg {
	width: 5%;
	top: 17%;
	left: 33.7%;
}
.image.room .cont_05:before {
	top: 25%;
	left: 47%;
}
.image.room .cont_05 svg {
	width: 4.5%;
	top: 29%;
	left: 46%;
}
.image.room .cont_06:before {
	top: 23.5%;
	left: 52.2%;
}
.image.room .cont_06 svg {
	width: 4.3%;
	top: 26.7%;
	left: 51.2%;
}
.image.room .cont_07:before {
	top: 23.5%;
	left: 57.3%;
}
.image.room .cont_07 svg {
	width: 5%;
	top: 27.5%;
	left: 56.3%;
}
.image.room .cont_08:before {
	top: 24.3%;
	left: 62.3%;
}
.image.room .cont_08 svg {
	width: 5%;
	top: 28.3%;
	left: 61.3%;
}
.image.room .cont_09:before {
	top: 32.2%;
	left: 71.4%;
}
.image.room .cont_09 svg {
	width: 5.4%;
	top: 35.2%;
	left: 70.4%;
}
.image.room .cont_10:before {
	top: 29%;
	left: 79.3%;
}
.image.room .cont_10 svg {
	width: 10.5%;
	top: 32%;
	left: 75.3%;
}
.image.room .cont_11:before {/*PASCAL */
	top: 53.1%;
	left: 72.5%;
}
.image.room .cont_11 svg {
	width: 8.3%;
	top: 57.1%;
	left: 69.5%;
}
.image.room .cont_12:before {
	top: 57.5%;
	left: 64.3%;
}
.image.room .cont_12 svg {
	width: 7.8%;
	top: 61.5%;
	left: 61.3%;
}
.image.room .cont_13:before {
	top: 50%;
	left: 55%;
}
.image.room .cont_13 svg {
	width: 6.2%;
	top: 52%;
	left: 52.6%;
}
.image.room .cont_14:before {
	top: 48.3%;
	left: 43.3%;
}
.image.room .cont_14 svg {
	width: 5%;
	top: 51.5%;
	left: 42.3%;
}
.image.room .cont_15:before {
	top: 48.1%;
	left: 37.8%;
}
.image.room .cont_15 svg {
	width: 5.1%;
	top: 52.1%;
	left: 36.3%;
}
.image.room .cont_16:before {
	top: 9%;
	left: 8.5%;
	border-top: 12px solid #af77da;
}
.image.room .cont_16 svg {
	width: 13.5%;
	top: 7.7%;
	left: 4.5%;
}
.image.room .cont_17:before {
	top: .5%;
	left: 21.2%;
	border-top: 12px solid #af77da;
}
.image.room .cont_17 svg {
	width: 8%;
	top: 0;
	left: 17.2%;
}
.image.room .cont_18:before {
	top: -1%;
	left: 32.5%;
	border-top: 12px solid #af77da;
}
.image.room .cont_18 svg {
	width: 6.6%;
	top: 1.7%;
	left: 30.5%;
}
.image.room .cont_19:before {
	top: 2%;
	left: 44.5%;
	border-top: 12px solid #af77da;
}
.image.room .cont_19 svg {
	width: 17%;
	top: 4.2%;
	left: 38.5%;
}
.image.room .cont_20:before {
	top: 7%;
	left: 59.5%;
	border-top: 12px solid #af77da;
}
.image.room .cont_20 svg {
	width: 8%;
	top: 10%;
	left: 57.5%;
}
.image.room .cont_21:before {
	top: 11%;
	left: 73.5%;
	border-top: 12px solid #af77da;
}
.image.room .cont_21 svg {
	width: 16.8%;
	top: 13%;
	left: 67.5%;
}
.image.room .cont_22:before {
	top: 16%;
	left: 90%;
	border-top: 12px solid #af77da;
}
.image.room .cont_22 svg {
	width: 11.7%;
	top: 19%;
	left: 86%;
}

.showroom .modal__content .in_col .title:after {
	background: -moz-linear-gradient(left, rgba(0, 95, 182, .7), rgba(138, 34, 153, .7));
	background: -webkit-linear-gradient(left, rgba(0, 95, 182, .7), rgba(138, 34, 153, .7));
	background: linear-gradient(to right, rgba(0, 95, 182, .7), rgba(138, 34, 153, .7));
}
.showroom .modal__content .in_col .text::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: -moz-linear-gradient(top, rgba(0, 95, 182, .7), rgba(138, 34, 153, .7));
	background: -webkit-linear-gradient(top, rgba(0, 95, 182, .7), rgba(138, 34, 153, .7));
	background: linear-gradient(to bottom, rgba(0, 95, 182, .7), rgba(138, 34, 153, .7));
}
.showroom .modal__content .in_col .description {
	color: #005fb6;
}

.modal__content.other {
	background: -moz-linear-gradient(left, rgba(0, 95, 182, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(left, rgba(0, 95, 182, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(to right, rgba(0, 95, 182, 1), rgba(138, 34, 153, 1));
	padding: 60px 100px;
}
.modal__content.other .in_col .title {
	color: #fff;
}
.showroom .modal__content.other .in_col .title:after {
	background: #fff;
}
.modal__content.other .in_col .text {
	width: 100%;
}
.modal__content.other .in_col .text p {
	color: #fff;
}
.modal__content.other .arrow.prev:before {
	border-color: transparent transparent #fff #fff;
}
.modal__content.other .arrow.next:before {
	border-color: #fff #fff transparent transparent;
}
.modal__content.other .js-modal-close:before,
.modal__content.other .js-modal-close:after {
	background-color: #fff;
}


.balloon_btn {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0 3px;
}
.balloon_btn:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #005fb6, #005fb6 3px, transparent 3px, transparent 8px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
}
.balloon_btn:after {
	content: '?';
	position: absolute;
	font-size: 12px;
	background-color: #ccc;
	color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}
.balloon {
	position: absolute;
	width: 300px;
	font-size: 12px;
	color: #fff;
	left: 150%;
	top: -20px;
	padding: 15px 20px;
	border-radius: 20px;
	background-color: rgba(0, 95, 182, .9);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
.balloon .balloon_title {
	display: block;
	font-size: 14px;
}
.balloon .balloon_close {
	position: absolute;
	top: 12px;
	right: 20px;
	width: 20px;
	height: 20px;
}
.balloon .balloon_close:before,
.balloon .balloon_close:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 85%;
	height: 1px;
	background-color: #fff;
}
.balloon .balloon_close:before {
	transform: rotate(45deg);
}
.balloon .balloon_close:after {
	transform: rotate(-45deg);
}



.showroom .video_cont {
	position: absolute;
	width: 22%;
	left: 4%;
	bottom: 7%;
	padding: 10px 30px 30px 30px;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	background: -moz-linear-gradient(left, rgba(4, 93, 181, .6), rgba(137, 34, 153, .6));
	background: -webkit-linear-gradient(left, rgba(4, 93, 181, .6), rgba(137, 34, 153, .6));
	background: linear-gradient(to right, rgba(4, 93, 181, .6), rgba(137, 34, 153, .6));
}
.showroom .video_cont p {
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}


.showroom .modal__bg {
	background: rgba(255, 255, 255, .75);
}
.showroom .modal__content {
	background-color: rgba(255, 255, 255, 1);
	filter: drop-shadow(0 0 10px rgba(28, 6, 191, .75));
}
.showroom .modal__bg.guide {
	background: -moz-linear-gradient(left, rgba(4, 93, 181, .6), rgba(137, 34, 153, .6));
	background: -webkit-linear-gradient(left, rgba(4, 93, 181, .6), rgba(137, 34, 153, .6));
	background: linear-gradient(to right, rgba(4, 93, 181, .6), rgba(137, 34, 153, .6));
}




.global main {
	background: none;
	position: relative;
}
.global .main_content {
	height: 83vh;
	position: relative;
}
.global .main_content.area_asia {
	background:
	url('images/global/europe/continent.svg') no-repeat -50% 10% / 50%,
	url('images/global/asia/continent.svg') no-repeat center 10% / 40%,
	url('images/global/usa/continent.svg') no-repeat 125% 10% / 40%
	;
}
.global .main_content.area_usa {
	background:
	url('images/global/asia/continent.svg') no-repeat -15% 10% / 40%,
	url('images/global/usa/continent.svg') no-repeat center 10% / 40%,
	url('images/global/europe/continent.svg') no-repeat 155% 10% / 50%
	;
}
.global .main_content.area_europe {
	background:
	url('images/global/usa/continent.svg') no-repeat -30% 10% / 40%,
	url('images/global/europe/continent.svg') no-repeat center 10% / 50%,
	url('images/global/asia/continent.svg') no-repeat 135% 10% / 40%
	;
}
.global .main_content.area_asia nav {
	width: 100%;
	height: 45vh;
	margin: 2% auto 0;
	padding: 10% 0;
	position: relative;
}
.global .main_content nav li {
	font-size: 20px;
	letter-spacing: .2em;
	text-align: center;
	position: absolute;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	transition: all 0.2s linear;
}
.global .area_asia.main_content nav li {
	background: -moz-linear-gradient(-10deg, rgba(0, 163, 173, .5), rgba(138, 34, 153, .5));
	background: -webkit-linear-gradient(-10deg, rgba(0, 163, 173, .5), rgba(138, 34, 153, .5));
	background: linear-gradient(100deg, rgba(0, 163, 173, .5), rgba(138, 34, 153, .5));
}
.global .area_asia.main_content nav li:hover,
.global .area_asia.main_content nav ul.ja li.ja,
.global .area_asia.main_content nav ul.cn li.cn,
.global .area_asia.main_content nav ul.asia li.asia {
	background: -moz-linear-gradient(-10deg, rgba(0, 163, 173, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, rgba(0, 163, 173, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, rgba(0, 163, 173, 1), rgba(138, 34, 153, 1));
}
/* .global .area_usa.main_content nav li {
	background: -moz-linear-gradient(-10deg, rgba(0, 165, 88, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, rgba(0, 165, 88, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, rgba(0, 165, 88, 1), rgba(138, 34, 153, 1));
} */
.global .area_usa.main_content nav li {
	background: -moz-linear-gradient(-10deg, rgba(0, 165, 88, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, rgba(0, 165, 88, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, rgba(0, 165, 88, 1), rgba(138, 34, 153, 1));
}
/* .global .area_europe.main_content nav li {
	background: -moz-linear-gradient(-10deg, rgba(232, 119, 34, .7), rgba(138, 34, 153, .7));
	background: -webkit-linear-gradient(-10deg, rgba(232, 119, 34, .7), rgba(138, 34, 153, .7));
	background: linear-gradient(100deg, rgba(232, 119, 34, .7), rgba(138, 34, 153, .7));
} */
.global .area_europe.main_content nav li {
	background: -moz-linear-gradient(-10deg, rgba(232, 119, 34, 1), rgba(138, 34, 153, 1));
	background: -webkit-linear-gradient(-10deg, rgba(232, 119, 34, 1), rgba(138, 34, 153, 1));
	background: linear-gradient(100deg, rgba(232, 119, 34, 1), rgba(138, 34, 153, 1));
}
.global .main_content nav li.ja {
	right: 34%;
	top: 5%;
}
.global .main_content nav li.cn {
	left: 35%;
	top: 10%;
}
.global .main_content nav li.asia {
	left: 0;
	right: 0;
	margin: auto;
	bottom: 15%;
}
.global .main_content nav li.usa {
	right: 40%;
	top: 20%;
}
.global .main_content nav li.europe {
	left: 25%;
	top: 20%;
}

.global .detail_list {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 12vh;
	padding: 30px;
	height: 27vh;
}
.global .area_asia .detail_list {
	background: -moz-linear-gradient(left, rgba(0, 163, 173, .5), rgba(138, 34, 153, .5));
	background: -webkit-linear-gradient(left, rgba(0, 163, 173, .5), rgba(138, 34, 153, .5));
	background: linear-gradient(to right, rgba(0, 163, 173, .5), rgba(138, 34, 153, .5));
}
.global .area_usa .detail_list {
	background: -moz-linear-gradient(left, rgba(0, 165, 88, .5), rgba(138, 34, 153, .5));
	background: -webkit-linear-gradient(left, rgba(0, 165, 88, .5), rgba(138, 34, 153, .5));
	background: linear-gradient(to right, rgba(0, 165, 88, .5), rgba(138, 34, 153, .5));
}
.global .area_europe .detail_list {
	background: -moz-linear-gradient(left, rgba(232, 119, 34, .5), rgba(138, 34, 153, .5));
	background: -webkit-linear-gradient(left, rgba(232, 119, 34, .5), rgba(138, 34, 153, .5));
	background: linear-gradient(to right, rgba(232, 119, 34, .5), rgba(138, 34, 153, .5));
}
.global .detail_list ul {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
}
.global .detail_list li {
	width: 23%;
	margin: 0 1%;
}
.global .detail_list li .image {
	overflow: hidden;
	display: block;
	border-radius: 20px;
	filter: drop-shadow(0 5px 5px rgba(27, 27, 135, .4));
}
.global .detail_list li .img_name {
	font-size: .9em;
	padding: 10px 5px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
}
.global .detail_list li .image.js-modal-open {
	max-height: 135px;
	width: 80%;
	margin: auto;
}
.global .detail_list li .image.js-modal-open img {
	height: 100%;
	object-fit: cover;
}

.global .modal {
	position: absolute;
	top: -65vh;
	left: -10vw;
	width: 130%;
}

.global .modal__content {
}

.global .modal__content .in_col .title_sub {
	letter-spacing: .5em;
	text-indent: .5em;
	line-height: 1;
	padding: 5px 10px;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
}

.global .area_asia .modal__content .in_col .title_sub,
.global .area_asia .modal__content .in_col .title:after {
	background: -moz-linear-gradient(left, rgba(0, 163, 173, .7), rgba(138, 34, 153, .7));
	background: -webkit-linear-gradient(left, rgba(0, 163, 173, .7), rgba(138, 34, 153, .7));
	background: linear-gradient(to right, rgba(0, 163, 173, .7), rgba(138, 34, 153, .7));
}
.global .area_usa .modal__content .in_col .title_sub,
.global .area_usa .modal__content .in_col .title:after {
	background: -moz-linear-gradient(left, rgba(0, 165, 88, .7), rgba(138, 34, 153, .7));
	background: -webkit-linear-gradient(left, rgba(0, 165, 88, .7), rgba(138, 34, 153, .7));
	background: linear-gradient(to right, rgba(0, 165, 88, .7), rgba(138, 34, 153, .7));
}
.global .area_europe .modal__content .in_col .title_sub,
.global .area_europe .modal__content .in_col .title:after {
	background: -moz-linear-gradient(left, rgba(232, 119, 34, .7), rgba(138, 34, 153, .7));
	background: -webkit-linear-gradient(left, rgba(232, 119, 34, .7), rgba(138, 34, 153, .7));
	background: linear-gradient(to right, rgba(232, 119, 34, .7), rgba(138, 34, 153, .7));
}

.global .area_asia .modal__bg {
	background: -moz-linear-gradient(left, rgba(0, 95, 182, .3), rgba(138, 34, 153, .3));
	background: -webkit-linear-gradient(left, rgba(0, 95, 182, .3), rgba(138, 34, 153, .3));
	background: linear-gradient(to right, rgba(0, 95, 182, .3), rgba(138, 34, 153, .3));
}
.global .area_usa .modal__bg {
	background: -moz-linear-gradient(left, rgba(132, 189, 0, .3), rgba(138, 34, 153, .3));
	background: -webkit-linear-gradient(left, rgba(132, 189, 0, .3), rgba(138, 34, 153, .3));
	background: linear-gradient(to right, rgba(132, 189, 0, .3), rgba(138, 34, 153, .3));
}
.global .area_europe .modal__bg {
	background: -moz-linear-gradient(left, rgba(232, 119, 34, .3), rgba(138, 34, 153, .3));
	background: -webkit-linear-gradient(left, rgba(232, 119, 34, .3), rgba(138, 34, 153, .3));
	background: linear-gradient(to right, rgba(232, 119, 34, .3), rgba(138, 34, 153, .3));
}


.slick-arrow {
	content: '';
	position: absolute;
	top: 20%;
	display: block;
	height: 30%;
	width: 10%;
	z-index: 3;
}
.slick-arrow.prev {
	left: 0;
}
.slick-arrow.next {
	right: 0;
}
.slick-arrow.prev:before,
.slick-arrow.next:before {
	content: '';
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
}
.slick-arrow.prev:before {
	width: 50px;
	height: 50px;
	border: 3px solid;
	border-color:  transparent transparent #565656 #565656;
	transform: rotate(45deg);
}
.slick-arrow.next:before {
	width: 50px;
	height: 50px;
	border: 3px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
}
