<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

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

　01. モジュール

=============================================================================== */
/* 大枠
------------------------------------------------------------------------------- */
.nWorld {
	min-width: 950px;
	margin: -1px 0 60px;
	padding: 0 0 100px;
	background: url(/global/common/images/parts/map_bg01.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.nWorld + .nWorld {
	margin: -101px 0 60px;
}
.nOver {
	position: relative;
	z-index: 1;
	background-color: #fff;
}
/* 見出し
------------------------------------------------------------------------------- */
#globalMap .gHeading02 {
	position: relative;
	height: 200px;
	z-index: 1;
}
#globalMap .gHeading02_tit {
	position: absolute;
	top: 104px;
	width: 100%;
	line-height: 1.35;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	font-size: 317%;
	font-weight: bold;
	text-align: center;
}
#globalMap .gHeading02_tit span {
	display: block;
	margin: 16px 0 0;
	font-size: 14px;
}
/* 動画ギャラリー
------------------------------------------------------------------------------- */
#globalMap .gGallery {
	position: relative;
	margin: 80px 0 0;
	padding: 0 80px;
}
#globalMap .gGallery-busy {
	margin-top: 55px;
}
#globalMap .gVideo_item {
	float: left;
	width: 240px;
	margin: 0 20px 0 0;
	box-sizing: border-box;
}
#globalMap .gVideo_item-frame {
	width: 260px;
	padding: 10px 10px 7px;
	background-color: #5c5c5c;
}
#globalMap .gVideo_wrap {
	display: block;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.5s;
}
.d_hover #globalMap a.gVideo_wrap:hover {
	opacity: 0.6;
}
#globalMap .gVideo_wrap .gVideo_img {
	display: block;
	position: relative;
}
#globalMap .gVideo_wrap .gVideo_img img {
	width: 100%;
	height: auto;
}
#globalMap a.gVideo_wrap .gVideo_img::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	border-radius: 100%;
	background-color: #fa0046;
}
#globalMap a.gVideo_wrap .gVideo_img::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin: -3.5px 0 0 -2px;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #fff;
}
#globalMap .gVideo_caption {
	line-height: 1.5;
	margin: 7px 0 0;
	color: #fff;
	font-size: 100%;
}
/* ボタン掲載
------------------------------------------------------------------------------- */
.gBtns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	max-width: 980px;
	line-height: 1.6;
	margin: 80px auto 0;
	padding: 0 20px;
	z-index: 1;
}
.topicsBlock .gBtns {
	padding: 0;
}
.glLead .gBtns {
	padding: 0 10px;
}
.gBtns_item {
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	max-width: 460px;
	margin: 0 15px;
	font-size: 159%;
}
.gBtns_item-mt {
	width: 600px;
	max-width: 600px;
	margin: 28px 0;
}
.gBtns_item a {
	display: block;
	padding: 13px 20px;
	border: 1px solid #aaa;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: background 0.3s;
}
.d_hover .gBtns_item a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.2);
}
.gBtns_item a[target='_blank']::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 20px 0 0;
	background: url(/global/common/images/parts/blank_ico01.png) left top no-repeat;
	background-size: 16px 16px;
	vertical-align: -0.05em;
}
/* 世界地図
------------------------------------------------------------------------------- */
#globalMap .gKyoten_devTbl,
#globalMap .gKyoten_devSmp {
	display: none !important;
}
#globalMap .gKyoten {
	position: relative;
	height: 610px;
	overflow: hidden;
	transition: height 0.1s ease-in;
	z-index: 1;
}
#globalMap .gKyoten_world {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1300px;
	height: 100%;
	margin: 0 0 0 -650px;
	transition: opacity 0.4s;
	opacity: 0;
}
#globalMap .gKyoten_world-show {
	opacity: 1;
}
#globalMap .gKyoten_country {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	padding: 127px 0 50px;
	box-sizing: border-box;
}
.gLoading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gLoading::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	background: url(/global/common/images/parts/loading.svg) center center no-repeat;
	background-size: 90px 90px;
}
/* フキダシ
------------------------------------------------------------------------------- */
#globalMap .gCountrys_item {
	position: absolute;
}
#globalMap .gCountrys_item-korea {
	top: 261px;
	left: 507px;
}
#globalMap .gCountrys_item-china {
	top: 269px;
	left: 444px;
}
#globalMap .gCountrys_item-hongkong {
	top: 308px;
	left: 458px;
}
#globalMap .gCountrys_item-taiwan {
	top: 303px;
	left: 487px;
}
#globalMap .gCountrys_item-philippines {
	top: 343px;
	left: 499px;
}
#globalMap .gCountrys_item-vietnam {
	top: 334px;
	left: 444px;
}
#globalMap .gCountrys_item-singapore {
	top: 379px;
	left: 426px;
}
#globalMap .gCountrys_item-malaysia {
	top: 374px;
	left: 460px;
}
#globalMap .gCountrys_item-indonesia {
	top: 410px;
	left: 453px;
}
#globalMap .gCountrys_item-thailand {
	top: 331px;
	left: 418px;
}
#globalMap .gCountrys_item-myanmar {
	top: 317px;
	left: 399px;
}
#globalMap .gCountrys_item-india {
	top: 310px;
	left: 348px;
}
#globalMap .gCountrys_item-srilanka {
	top: 357px;
	left: 359px;
}
#globalMap .gCountrys_item-qatar {
	top: 294px;
	left: 252px;
}
#globalMap .gCountrys_item-uae {
	top: 296px;
	left: 269px;
}
#globalMap .gCountrys_item-america {
	top: 247px;
	left: 958px;
}
#globalMap .gCountrys_item-mexico {
	top: 303px;
	left: 956px;
}
#globalMap .gCountrys_item-peru {
	top: 414px;
	left: 1047px;
}
#globalMap .gCountrys_item-australia {
	top: 470px;
	left: 531px;
}
#globalMap .gCountrys_item-newzealand {
	top: 545px;
	left: 655px;
}
#globalMap .gCountrys_item-kenya {
	top: 382px;
	left: 212px;
}
#globalMap .gCountrys_item-unitedkingdom {
	top: 190px;
	left: 75px;
}
#globalMap .gCountrys_item-belgium {
	top: 203px;
	left: 95px;
}
#globalMap .gCountrys_item-netherlands {
	top: 190px;
	left: 102px;
}
#globalMap .gCountrys_item-germany {
	top: 193px;
	left: 117px;
}
#globalMap .gCountrys_item-bangladesh {
	top: 301px;
	left: 381px;
}
#globalMap .gCountrys_pin {
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	z-index: 2;
	cursor: pointer;
}
#globalMap .gCountrys_pin::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #fa0046;
	transition: transform 0.4s, opacity 0.4s;
	cursor: pointer;
}
#globalMap .gCountrys_pin::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #fa0046;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(1.85) translate3d(0,0,0);
	opacity: 0;
}
#globalMap .gCountrys_pin-active::before {
	transform: scale(1.85) translate3d(0,0,0);
	opacity: 0.2;
}
#globalMap .gCountrys_pin-active::after {
	transform: scale(1) translate3d(0,0,0);
	opacity: 1;
}
#globalMap .gCountrys_info {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 28px;
	width: 172px;
	height: 172px;
	border: 2px solid #fa0046;
	border-radius: 100%;
	background-color: #fff;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
	color: #000;
	animation: infoHide .3s ease-out 0s forwards;
	box-sizing: border-box;
}
#globalMap .gCountrys_info-open {
	display: table;
	animation: infoShow .3s ease-out 0s forwards;
	z-index: 3;
	cursor: pointer;
}
#globalMap .gCountrys_in {
	display: table-cell;
	position: relative;
	padding: 6px 10px;
	vertical-align: middle;
	text-align: center;
}
#globalMap .gCountrys_in::before {
	display: block !important;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -14px;
	width: 0;
	height: 0;
	margin: 0 0 0 -7px;
	border-style: solid;
	border-width: 14px 7px 0 7px;
	border-color: #fa0046 transparent transparent transparent;
}
#globalMap .gCountrys_in::after {
	display: block !important;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 0;
	height: 0;
	margin: 0 0 0 -5px;
	border-style: solid;
	border-width: 11px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}
#globalMap .gCountrys_tit {
	line-height: 1.3;
	color: #fa0046;
	font-size: 159%;
	font-weight: bold;
}
#globalMap .gCountrys_en {
	line-height: 1.25;
	margin: 7px 0 0;
	font-size: 117%;
}
@keyframes infoShow {
	from {
		opacity: 0;
		margin-bottom: 10px;
	}
	to {
		opacity: 1;
		margin-bottom: 0;
	}
}
@keyframes infoHide {
	from {
		margin-bottom: 0;
	}
	to {
		opacity: 0;
		margin-bottom: 10px;
	}
}
#globalMap  .gPins {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 610px;
}
#globalMap  .gPins_item {
	position: absolute;
}
#globalMap  .gPins_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -2px;
	border-radius: 100%;
	background-color: #d2d2d2;
}
#globalMap  .gPins_item-n1 {
	top: 39.672%;
	left: 38.23%;
}
#globalMap  .gPins_item-n2 {
	top: 40.983%;
	left: 36.692%;
}
#globalMap  .gPins_item-n3 {
	top: 45.409%;
	left: 37.692%;
}
#globalMap  .gPins_item-n4 {
	top: 46.065%;
	left: 37.923%;
}
#globalMap  .gPins_item-n5 {
	top: 47.213%;
	left: 37.769%;
}
#globalMap  .gPins_item-n6 {
	top: 51.475%;
	left: 33.692%;
}
#globalMap  .gPins_item-n7 {
	top: 51.967%;
	left: 33.923%;
}
#globalMap  .gPins_item-n8 {
	top: 55.409%;
	left: 37.692%;
}
#globalMap  .gPins_item-n9 {
	top: 54.262%;
	left: 31.384%;
}
#globalMap  .gPins_item-n10 {
	top: 54.59%;
	left: 31.076%;
}
#globalMap  .gPins_item-n11 {
	top: 56.229%;
	left: 32.384%;
}
#globalMap  .gPins_item-n12 {
	top: 56.393%;
	left: 32.769%;
}
#globalMap  .gPins_item-n13 {
	top: 57.704%;
	left: 34.153%;
}
#globalMap  .gPins_item-n14 {
	top: 57.868%;
	left: 33.846%;
}
#globalMap  .gPins_item-n15 {
	top: 62.295%;
	left: 32.846%;
}
#globalMap  .gPins_item-n16 {
	top: 67.54%;
	left: 34.076%;
}
#globalMap  .gPins_item-n17 {
	top: 67.868%;
	left: 34.461%;
}
#globalMap  .gPins_item-n18 {
	top: 49.016%;
	left: 27.153%;
}
#globalMap  .gPins_item-n19 {
	top: 56.557%;
	left: 27.23%;
}
#globalMap  .gPins_item-n20 {
	top: 78.852%;
	left: 38%;
}
#globalMap  .gPins_item-n21 {
	top: 82.786%;
	left: 44.461%;
}
#globalMap  .gPins_item-n22 {
	top: 84.918%;
	left: 44.846%;
}
#globalMap  .gPins_item-n23 {
	top: 85.409%;
	left: 51.692%;
}
#globalMap  .gPins_item-n24 {
	top: 64.098%;
	left: 16.307%;
}
#globalMap  .gPins_item-n25 {
	top: 36.229%;
	left: 69.153%;
}
#globalMap  .gPins_item-n26 {
	top: 42.786%;
	left: 69.769%;
}
#globalMap  .gPins_item-n27 {
	top: 43.934%;
	left: 71.461%;
}
#globalMap  .gPins_item-n28 {
	top: 45.901%;
	left: 74.615%;
}
#globalMap  .gPins_item-n29 {
	top: 51.475%;
	left: 74.153%;
}
#globalMap  .gPins_item-n30 {
	top: 51.967%;
	left: 74.615%;
}
#globalMap  .gPins_item-n31 {
	top: 39.508%;
	left: 77.307%;
}
#globalMap  .gPins_item-n32 {
	top: 43.442%;
	left: 78.076%;
}
#globalMap  .gPins_item-n33 {
	top: 38.688%;
	left: 81.769%;
}
#globalMap  .gPins_item-n34 {
	top: 40.655%;
	left: 81%;
}
#globalMap  .gPins_item-n35 {
	top: 41.147%;
	left: 80.615%;
}
#globalMap  .gPins_item-n36 {
	top: 42.295%;
	left: 80.307%;
}
#globalMap  .gPins_item-n37 {
	top: 69.672%;
	left: 80.692%;
}
#globalMap  .gPins_item-n38 {
	top: 51.639%;
	left: 74.461%;
}
#globalMap  .gPins_item-n39 {
	top: 42.622%;
	left: 39.692%;
}
/* ソート
------------------------------------------------------------------------------- */
#globalMap .gChange {
	position: absolute;
	top: 57px;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 950px;
	line-height: 1;
	margin: 0 auto;
	font-size: 117%;
	z-index: 3;
	letter-spacing: -0.5em;
	text-align: center;
}
#globalMap .gChange_item {
	display: inline-block;
	position: relative;
	margin: 0 25px;
	padding: 2px 0 0 30px;
	color: #fff;
	cursor: pointer;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
}
#globalMap .gChange_item-disabled {
	opacity: .5;
	cursor: default;
}
#globalMap .gChange_item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #70737b;
}
#globalMap .gChange_item::after {
	content: "";
	display: block;
	position: absolute;
	top: -17px;
	left: -1px;
	width: 22px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px 30px;
}
#globalMap .gChange_item-disabled::after {
	content: none;
}
#globalMap .gChange_item-all.gChange_item-checked::after {
	background-image: url(/global/common/images/parts/guide_ico01.png);
}
#globalMap .gChange_item-type1.gChange_item-checked::after {
	background-image: url(/global/common/images/parts/guide_ico02.png);
}
#globalMap .gChange_item-type2.gChange_item-checked::after {
	background-image: url(/global/common/images/parts/guide_ico03.png);
}
#globalMap .gChange_item-type3.gChange_item-checked::after {
	background-image: url(/global/common/images/parts/guide_ico04.png);
}
/* 国マップ
------------------------------------------------------------------------------- */
#globalMap .gMarker_img {
	position: relative;
	max-width: 950px;
	margin: 0 auto;
}
/* マーカー
------------------------------------------------------------------------------- */
#globalMap .gMarker {
	position: absolute;
	top: -6px;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 950px;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}
#globalMap .gMarker_item {
	position: absolute;
	width: 26px;
	height: 47px;
	z-index: 2;
}
#globalMap .gMarker_item span {
	display: block;
	position: absolute;
	bottom: 47px;
	left: -16px;
	width: 31px;
	height: 47px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	transition: transform 0.6s;
	transform-origin: bottom center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	box-sizing: border-box;
}
#globalMap .gMarker_item-type1 {
	color: #bc9f51;
}
#globalMap .gMarker_item-type2 {
	color: #3289ca;
}
#globalMap .gMarker_item-type3 {
	color: #57c664;
}
#globalMap .gMarker_item-type1 span {
	background-image: url(/global/common/images/parts/pin_ico04.png);
}
#globalMap .gMarker_item-type2 span {
	background-image: url(/global/common/images/parts/pin_ico05.png);
}
#globalMap .gMarker_item-type3 span {
	background-image: url(/global/common/images/parts/pin_ico06.png);
}
.d_hover #globalMap .gMarker_item span:hover {
	transform: scale(1.5) translate3d(0,0,0) rotate(0.1deg);
}
.d_hover #globalMap .gMarker_item span:hover {
	transform: scale(1.5) translate3d(0,0,0) rotate(0.1deg);
}
#globalMap .gMarker_note {
	position: absolute;
	right: 10px;
	bottom: 0;
	color: #fff;
	font-size: 117%;
	z-index: 1;
	text-align: right;
}
/* 戻るボタン
------------------------------------------------------------------------------- */
#globalMap .gBack {
	display: none;
}
#globalMap .nArea_back {
	position: absolute;
	bottom: 15px;
	left: 0;
	margin: 0 auto;
	padding: 0 30px;
	color: #fff;
	font-size: 150%;
	z-index: 5;
	cursor: pointer;
	box-sizing: border-box;
	transition: opacity 0.4s;
}
.d_hover #globalMap .nArea_back:hover {
	opacity: 0.6;
}
#globalMap .nArea_back::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 9px 8.5px 0;
	border-color: transparent #fff transparent transparent;
	margin: 0 10px 0 0;
	vertical-align: -0.1em;
}
/* モーダル調整
------------------------------------------------------------------------------- */
.mfp-content .mfp-close {
	top: -80px;
	height: 80px;
	padding: 0;
	opacity: 1;
	cursor: pointer;
	box-sizing: border-box;
}
.mfp-content .mfp-close:active {
	top: -80px;
}
.mfp-content .mfp-close::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 23px;
	width: 2px;
	height: 70px;
	background-color: #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mfp-content .mfp-close::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 23px;
	width: 2px;
	height: 70px;
	background-color: #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mfp-container {
	min-width: 900px;
	padding-right: 30px;
	padding-left: 30px;
}
.mfp-wrap .mfp-iframe-holder .mfp-content {
	width: 650px;
	height: 370px;
	border: none;
	margin: 0;
}
.mfp-inline-holder .mfp-content {
	width: 100%;
	max-width: 950px;
	margin: 100px auto;
	padding: 22px 0 0;
	color: #fff;
}
.winIn {
	display: table;
	width: 100%;
	max-width: 950px;
	table-layout: fixed;
}
.colThumb {
	display: table-cell;
	width: 51.6%;
	vertical-align: top;
}
.colThumb img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.colTxt {
	display: table-cell;
	position: relative;
	width: 48.5%;
	padding: 0 0 0 36px;
	vertical-align: top;
}
.infoTit {
	line-height: 1.5;
	margin: 0 0 48px;
	font-size: 200%;
}
.infoTit a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.d_hover .infoTit a:hover {
	opacity: 0.7;
}
.colTxt-type1 .infoTit {
	margin-bottom: 35px;
}
.infoTag {
	line-height: 2;
	margin: 0 0 30px;
	font-size: 117%;
}
.infoTit + .infoTag {
	margin: -24px 0 32px;
}
.infoTxt {
	line-height: 2;
	font-size: 117%;
}
.infoTxt sup {
	font-size: 10px;
}
.infoTxt_head {
	display: block;
	float: left;
}
.infoTxt_body {
	display: block;
	overflow: hidden;
}
.infoTxt::after { content: ''; display: block; clear: both; height: 0; }
.infoBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px -10px 0;
	font-size: 16px;
}
.infoBtn_item {
	width: -webkit-calc(50% - 21px);
	width: calc(50% - 21px);
	margin: 20px 10px 0;
}
.infoBtn-w {
	margin: 37px -10px 0;
	font-size: 20px;
}
.infoBtn-w .infoBtn_item {
	width: 100%;
	margin: 0 10px;
}
.infoBtn a {
	display: block;
	line-height: 62px;
	background-color: #4d4d4f;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.d_hover .infoBtn a:hover {
	opacity: 0.7;
}
.gVideo_btn {
	position: absolute;
	left: 0;
	bottom: -110px;
	width: 100%;
	line-height: 1.2;
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
}
.gVideo_btn a {
	display: block;
	max-width: 460px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	color: #fff;
	background-color: #222;
	text-decoration: none;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gVideo_btn a:hover {
	opacity: 0.7;
}
.iGroup {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -62px -20px 0;
	padding: 0 0 80px;
}
.iGroup_item {
	width: -webkit-calc(50% - 40px);
	width: calc(50% - 40px);
	margin: 64px 20px 0;
}
.iGroup_img {
	display: block;
}
.iGroup_img img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
.iGroup_tit {
	line-height: 1.5;
	font-size: 200%;
}
.iGroup_tit a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.d_hover .iGroup_tit a:hover {
	opacity: 0.7;
}
.iGroup_img + .iGroup_info .iGroup_tit {
	margin: 15px 0 0;
}
.iGroup_tag {
	line-height: 1.5;
	margin: 15px 0 0;
	font-size: 117%;
}
.iGroup_txt {
	line-height: 1.5;
	margin: 15px 0 0;
	font-size: 117%;

}
.swiper_btn {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0;
	z-index: 10;
	cursor: pointer;
	transition: opacity .3s;
}
.swiper_btn.swiper-button-disabled {
	opacity: 0.2;
}
.swiper_btn-prev {
	left: 30px;
}
.swiper_btn-next {
	right: 30px;
}
.swiper_btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: #fff;
}
.swiper_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 4px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	transition: border .3s;
}
.swiper_btn-prev::after {
	margin: -5px 0 0 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.swiper_btn-next::after {
	margin: -5px 0 0 5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.d_hover .swiper_btn:hover {
	opacity: 0.6;
}
.d_hover .swiper_btn.swiper-button-disabled:hover {
	opacity: 0.2;
}
/* オーバーレイ　国選択
------------------------------------------------------------------------------- */
body.nLock {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
body.nLock::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 300%;
	background-color: #000;
	opacity: 0.8;
	z-index: 1000;
}
#globalMap .gOver {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	overflow: scroll;
}
#globalMap .gOver_btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	z-index: 1001;
	cursor: pointer;
}
#globalMap .gOver_btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	right: 30px;
	width: 2px;
	height: 30px;
	background-color: #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#globalMap .gOver_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	right: 30px;
	width: 2px;
	height: 30px;
	background-color: #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#globalMap .gOver_navs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 400px;
	margin: 0 auto;
	padding: 90px 20px;
	color: #fff;
	z-index: 100;
}
#globalMap .gOver_nav {
	width: -webkit-calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 0 15px;
}
#globalMap .gOver_head {
	margin: 40px 0 10px;
	padding: 0 0 8px;
	border-bottom: 1px solid #aaa;
}
#globalMap .gOver_head:first-child {
	margin-top: 0;
}
#globalMap .gOver_tit {
	line-height: 1.1;
	font-size: 167%;
}
#globalMap .gOver_txt {
	line-height: 1.1;
	margin: 7px 0 0;
	color: #a0a0a0;
	font-size: 100%;
}
#globalMap .gOver_list {
	line-height: 1.1;
	font-size: 117%;
}
#globalMap .gOver_item {
	margin: 15px 0 0;
}
/* こちらもご覧ください
------------------------------------------------------------------------------- */
.gAside {
	min-width: 950px;
	padding: 74px 0 90px;
}
.gAside_txt {
	max-width: 246px;
	margin: 0 auto 39px;
}
.gAside_nav {
	max-width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
.gAside_nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
	margin: -9px -9px 0;
}
.gAside_nav li {
	width: -webkit-calc(25% - 18px);
	width: calc(25% - 18px);
	margin: 9px 9px 0;
}
.gAside_nav a {
	display: block;
}
.gAside_img {
	display: block;
	height: 148px;
	overflow: hidden;
}
.gAside_cap,
span.gAside_cap {
	display: block;
	margin: 11px 0 0 1px;
	padding: 0 0 0 18px;
	background-position: left 0.5em;
	font-size: 134%;
	text-decoration: underline;
}
.d_hover .gAside_nav a:hover .gAside_cap {
	text-decoration: none;
}
.csstransitions.d_hover .gAside_nav a img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.csstransitions.d_hover .gAside_nav a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}</pre></body></html>