@charset "utf-8";

html.is-fixed {
	height: 100%;
	overflow: hidden;
}

#globalModal {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999999;
	background-color: rgba(19, 12, 10, 10);
	color: #fff;
	line-height: 1;
	font-family: Helvetica, Arial, sans-serif;
	overflow-y: scroll;
	/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	-ms-overflow-style: none;
	/*Firefoxへの対応*/
	scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
#globalModal::-webkit-scrollbar {
	display: none;
}

#globalModal * {
	box-sizing: border-box;
	letter-spacing: -0.02em;
}


/* .global-modal-close-btn
--------------------------------------------------------- */
.global-modal-close-btn {
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #999999;
	width: 60px;
	height: 60px;
	border: none;
	padding-top: 6px;
	z-index: 1000;
}

@media screen and (max-width: 767px) {
	.global-modal-close-btn {
		padding-top: 8px;
	}
}

.global-modal-close-btn__image {
	width: 20px;
	height: 20px;
	margin-bottom: 3px;
}

.global-modal-close-btn__text {
	font-size: 11px;
}


/* .global-modal-inner
--------------------------------------------------------- */
.global-modal-inner {
	max-width: 1000px;
	padding: 85px 30px 100px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.global-modal-inner {
		top: 15%;
		padding: 65px 5.333vw 35px;
	}
}


/* .global-modal-header
--------------------------------------------------------- */
.global-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.global-modal-header {
		display: block;
		margin-bottom: 32px;
	}
}

.global-modal-header__title {
	font-size: 26px;
	font-weight: normal;
	cursor: pointer;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.global-modal-header__title {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.global-modal-header__title {
		font-size: 22px;
		margin-bottom: 16px;
	}
}

.global-modal-header__lead {
	font-size: 14px;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.global-modal-header__lead {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.global-modal-header__lead {
		font-size: 12.6px;
		line-height: 1.1;
	}
}


/* .global-modal-map
--------------------------------------------------------- */
.global-modal-map {
	margin: 40px 0 15px;
	padding: 0 11.595% 0 3.510%;
	position: relative;
}

@media screen and (max-width: 767px) {
	.global-modal-map {
		display: none;
	}
}

.global-modal-map__image {
	width: 100%;
}

.global-modal-map__item {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.global-modal-map__item {
	margin: 0;
}


@media screen and (max-width: 1024px) {
	.global-modal-map__item {
		font-size: 14px;
	}
}

.global-modal-map__item--jp {
	top: 45%;
	left: 42%;
}

.global-modal-map__item--na {
	top: 40%;
	right: 21%;
}

.global-modal-map__item--la {
	top: 66%;
	right: 6%;
}

.global-modal-map__item--eu {
	top: 36%;
	left: 6%;
}

.global-modal-map__item--af {
	top: 64%;
	left: 11%;
}

.global-modal-map__item--me {
	top: 48%;
	left: 15%;
}

.global-modal-map__item--ea {
	top: 47%;
	left: 30%;
}

.global-modal-map__item--as {
	top: 63%;
	left: 29%;
}

.global-modal-map__item--oc {
	bottom: 18%;
	left: 40%;
}

.global-modal-map__link {
	background-color: rgba(255, 0, 0, 0.75);
	padding: 4px 12px 1px;
	border-radius: 13px;
	color: #fff;
	transition: all .25s;
}

.global-modal-map__link:hover {
	background-color: #ff0000;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.global-modal-map__link:link,
.global-modal-map__link:visited {
	color: #fff;
}

@media screen and (max-width: 1024px) {
	.global-modal-map__link {
		padding: 2px 9px 3px;
	}
}


/* .region
--------------------------------------------------------- */
.region {
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.region {
		margin-bottom: 25px;
	}
}

.region__header {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #DEDEDE;
	padding: 0 0 7px 0;
	cursor: pointer;
	position: relative;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.region__header {
	text-align: left;
}

@media screen and (max-width: 767px) {
	.region__header {
		font-size: 18px;
	}
}

.region__header::after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	right: 10px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateX(-50%) rotate(135deg);
	transition: .3s all;
}

@media screen and (max-width: 767px) {
	.region__header::after {
		top: -3px;
		right: 5px;
		width: 12px;
		height: 12px;
	}
}

.region__header.is-active::after {
	top: 5px;
	transform: translateX(-50%) rotate(315deg);
}

.region__body {
	display: none;
}

@media screen and (max-width: 767px) {
	.region__body {
		padding-bottom: 25px;
	}
}


/* .region-list
--------------------------------------------------------- */
.region-list {
	padding: 22px 0 5px 15px;
	display: flex;
}

@media screen and (max-width: 767px) {
	.region-list {
		display: block;
		padding: 2px 0 0 15px;
	}
}

.region-list__heading {
	font-size: 17px;
	font-weight: normal;
	margin: 0 35px 0 0;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.region-list__heading {
	padding: 0;
	border: none;
}

@media screen and (max-width: 767px) {
	.region-list__heading {
		font-size: 15.4px;
		margin: 15px 0 0 0;
	}
}

.region-list__list {
	display: flex;
	flex-wrap: wrap;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.region-list__list {
	margin: 0;
}

.region-list__item {
	margin-bottom: 15px;
	font-size: 17px;
}

@media screen and (max-width: 767px) {
	.region-list__item {
		font-size: 15.4px;
		margin-top: 17px;
		margin-bottom: 0;
	}
}

.region-list__item:not(:last-of-type) {
	margin-right: 35px;
}

@media screen and (max-width: 767px) {
	.region-list__item:not(:last-of-type) {
		margin-right: 30px;
	}
}

.region-list__item--arrow {
	position: relative;
	padding-left: 10px;
}

.region-list__item--arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 3px solid transparent;
	border-left: 4px solid #fff;
}

.region-list__link {
	color: #fff;
}

.region-list__link:link,
.region-list__link:visited {
	color: #fff;
}

.region-list__link:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
	background-color: transparent;
}


/* .region-links
--------------------------------------------------------- */
.region-links {
	background-color: #333;
	padding: 20px;
}

@media screen and (max-width: 767px) {
	.region-links {
		padding: 18px 16px;
		margin-top: 16px;
	}
}

.region-links__heading {
	color: #AAAAAA;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 3px 0;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.region-links__heading {
	border: none;
	text-align: left;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.region-links__heading {
		font-size: 13.4px;
		margin: 0;
	}
}

.region-links__list {
	display: flex;
	flex-wrap: wrap;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.region-links__list {
	margin: 0;
}

.region-links__item {
	padding-top: 15px;
	font-size: 17px;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.region-links__item {
	margin-bottom: 0;
	text-align: left;
}

.region-links__item:not(:last-of-type) {
	margin-right: 55px;
}

.region-links--ea .region-links__item:nth-of-type(2) {
	margin-right: 0;
}

.region-links__link {
	color: #fff;
	position: relative;
	padding-right: 20px;
}

.region-links__link:link,
.region-links__link:visited {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.region-links__link {
		font-size: 15.4px;
		line-height: 1.15;
	}
}

.region-links__link:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
	background-color: transparent;
}

.region-links__link::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../img/global_icon_blank_01.svg);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

@media screen and (max-width: 767px) {
	.region-links__link::after {
		top: auto;
		transform: initial;
		right: 0;
		bottom: 2px;
	}
}


/* .region-brochure
--------------------------------------------------------- */
.region-brochure {
	border: 1px solid #666666;
	padding: 20px;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.region-brochure {
		padding: 14px;
		margin-top: 17px;
	}
}

.region-brochure__heading {
	font-size: 15px;
	font-weight: normal;
	color: #AAAAAA;
	margin: 0 0 10px 0;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.region-brochure__heading {
	border: none;
	text-align: left;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.region-brochure__heading {
		font-size: 13.4px;
		line-height: 1.12;
	}
}


/* .region-brochure-list
--------------------------------------------------------- */
.region-brochure-list {
	display: flex;
}

@media screen and (max-width: 767px) {
	.region-brochure-list {
		display: block;
	}
}

.region-brochure-list__heading {
	font-size: 17px;
	font-weight: normal;
	margin: 0 35px 0 0;
}

@media screen and (max-width: 767px) {
	.region-brochure-list__heading {
		font-size: 15.4px;
		margin: 0 0 11px 0;
	}
}

.region-brochure-list__list {
	display: flex;
	flex-wrap: wrap;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.region-brochure-list__list {
	margin: 0;
}

.region-brochure-list__item {
	font-size: 17px;
	padding-left: 10px;
	position: relative;
}

/* ▽ 台湾サイト用の打ち消し ▽ */
.region-brochure-list__item {
	margin: 0;
}

.region-brochure-list__item:not(:last-of-type) {
	margin-right: 35px;
}

@media screen and (max-width: 767px) {
	.region-brochure-list__item {
		padding-left: 8px;
	}
}


@media screen and (max-width: 767px) {
	.region-brochure-list__item:not(:last-of-type) {
		margin-right: 25px;
	}
}

.region-brochure-list__item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 3px solid transparent;
	border-left: 4px solid #fff;
}

.region-brochure-list__link {
	color: #fff;
	position: relative;
	padding-right: 20px;
}

.region-brochure-list__link:link,
.region-brochure-list__link:visited {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.region-brochure-list__link {
		font-size: 15.4px;
		padding-right: 18px;
	}
}

.region-brochure-list__link:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
	background-color: transparent;
}

.region-brochure-list__link::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../img/global_icon_download_01.svg);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}