@charset "utf-8";
*,*::before,*::after {
	box-sizing: border-box;
}
ul,ol  {
	padding: 0;
	margin: 0;
	list-style: none;
}
body,h1,h2,h3,h4,p,li,figure,figcaption,blockquote,dl,dd {
	margin: 0;
}
body {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	color: #14141E;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.05em;
	position: relative;
}
body#zh {
	font-family: source-han-sans-simplified-c, sans-serif;
}

.ft_prohibition {
	font-family: prohibition, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.ft_din {
	font-family: din-2014, sans-serif;
	font-style: normal;
}
body.scroll-stop {
	overflow: hidden;
}
body #wrap {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#l-wrapper {
	width: 100%;
}
a:not([class]) {
	text-decoration-skip-ink: auto;
}
img {
	display: block;
	vertical-align: bottom;
}
input,button,textarea,select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr{
	margin: 0px;
	padding: 0px;
}
a{
	outline:none;
	text-decoration:none;
}
a img{
	border:none;
}
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
/* PC ================================================== */
@media all and (min-width:1025px){
.tablet,.sp {display: none;}
.pc {display: inline-block;}
.view_sp {display: none;}
.view_tablet {display: none;}
.view_pc {display: block;}
body {}
h1{}
h2{}
h2.sec__heading {
	width: 100%;
	font-size: 45px;
	line-height: 1;
	text-align: center;
}
h2.sec__heading.hankaku {
	font-size: 45px;
}
h2.sec__heading.zenkaku {
	font-size: 38px;
}
h2.sec__heading.ls150 {
	letter-spacing: 0.15em;
}
	h2.sec__heading > span {
		display: inline-block;
		position: relative;
		padding-left: 0.05em;
	}
	h2.sec__heading.ls150 > span {
		padding-left: 0.15em;
	}
		h2.sec__heading > span::before,
		h2.sec__heading > span::after {
			content: '';
			display: block;
			width: 21px;
			height: 52px;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: absolute;
			top: 53%;
			transform: translate(0%,-50%);
		}
		h2.sec__heading > span::before {
			left: -68px;
			background-image: url('../image/cmn/sec__heading-paren_left@pc.png');
		}
		h2.sec__heading > span::after {
			right: -68px;
			background-image: url('../image/cmn/sec__heading-paren_right@pc.png');
		}

h3{}
h4{}
h5{}

#l-wrapper {
	padding-top: 100px;
}

/* header */
header {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
	.header__top {
		width: 100%;
		height: 65px;
		background-color: #14141E;
	}
		.header__top__inner {
			width: 90%;
			height: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
			.header__logo {
				width: 190px;
				height: auto;
				margin-top: 3px;
			}
				.header__logo img {
					width: 100%;
					height: auto;
				}
			.bogo-language-switcher {
				width: auto;
				height: auto;
				display: flex;
				justify-content: flex-end;
				align-items: center;
			}
				.bogo-language-switcher li {
					margin-left: 30px;
					font-size: 14px;
					font-weight: 700;
					opacity: .6;
				}
				.bogo-language-switcher li.ja {
					order: 0;
					margin-left: 0;
				}
				.bogo-language-switcher li.en {
					order: 1;
				}
				.bogo-language-switcher li.zh {
					order: 2;
				}
				.bogo-language-switcher li.current {
					opacity: 1;
				}
					.bogo-language-switcher li a {
						color: #ffffff;
					}
			.hamburger {
				display: none;
			}
	.header__bottom {
		width: 100%;
		height: 35px;
		background-color: #FF8F00;
	}
		.header__bottom__inner {
			width: 90%;
			height: 100%;
			margin: 0 auto;
			display: flex;
			justify-content: center;
			align-items: center;
		}
			.header__menu_list {
				width: 100%;
				max-width: 1000px;
				margin: 0 auto;
				height: auto;
				display: flex;
				justify-content: space-between;
				align-items: center;
			}
				.header__menu_item {
					padding: 4px 0px 5px;
					font-size: 20px;
					line-height: 1;
					position: relative;
				}
				.header__menu_item.outage {
					opacity: .25;
					pointer-events: none;
				}
					.header__menu_item.new_menu::before {
						content: 'NEW';
						display: block;
						padding: 2px 8px;
						background-color: #14141E;
						font-size: 10px;
						text-indent: .08em;
						color: #ffffff;
						position: absolute;
						bottom: 0;
						left: 50%;
						transform: translate(-50%,100%);
					}
					.header__menu_item a {
						color: #14141E;
					}
			.header__character,
			.header__pflinks__list {
				display: none;
			}

/* footer */
footer {
	width: 100%;
	height: 220px;
	background-color: #14141E;
	position: relative;
	z-index: 100;
	position: relative;
}
	.footer__top_btn {
		width: 160px;
		height: auto;
		position: absolute;
		top: -123px;
		right: 50px;
		cursor: pointer;
	}
		.footer__top_btn img {
			width: 100%;
			height: auto;
		}
	.footer__inner {
		width: 90%;
		max-width: 1000px;
		height: 100%;
		margin: 0 auto;
	}
		.footer__top {
			width: 100%;
			height: 142px;
		}
			.footer__top__inner {
				width: 100%;
				height: 100%;
				display: flex;
				justify-content: space-between;
				align-items: flex-end;
			}
				.footer__top__left_wrap {
					width: 257px;
					height: auto;
				}
					.footer__logo {
						width: 100%;
						height: auto;
						margin-bottom: 12px;
					}
						.footer__logo img {
							width: 100%;
							height: auto;
						}
					footer .bogo-language-switcher {
						justify-content: flex-start;
					}
				.footer__snslink__list {
					width: auto;
					display: flex;
					justify-content: flex-end;
					align-items: center;
				}
					.footer__snslink__item {
						width: 64px;
						height: auto;
						margin-left: 15px;
					}
						.footer__snslink__item a {
							display: block;
							width: 100%;
							height: auto;
						}
							.footer__snslink__item a img {
								width: 100%;
								height: auto;
							}
		.footer__bottom {
			width: 100%;
			padding: 28px 0 0;
		}
			.footer__bottom__inner {
				width: 90%;
				max-width: 1000px;
				height: auto;
				margin: 0 auto;
			}
				.footer__copyright {
					width: 100%;
					font-size: 12px;
					font-weight: 700;
					color: #ffffff;
					text-align: center;
				}

/* ページトップロゴ */
.page__heading {
	width: 100%;
}
	.page__heading__txt {
		width: 90%;
		max-width: 1000px;
		height: auto;
		padding-left: 10px;
		padding-bottom: 12px;
		border-bottom: 1px solid #ACACAC;
		margin: 0 auto;
		font-size: 28px;
		line-height: 1;
		letter-spacing: 0.15em;
		text-align: left;
	}
}

/* Tablet ================================================== */
@media all and (min-width:600px) and (max-width:1024px){
.pc,.sp {display: none;}
.tablet {display: inline-block;}
.view_pc {display: none;}
.view_sp {display: none;}
.view_tablet {display: block;}
body {}
h1{}
h2{}
h2.sec__heading {
	width: 100%;
	font-size: 45px;
	line-height: 1;
	text-align: center;
}
h2.sec__heading.hankaku {
	font-size: 38px;
}
h2.sec__heading.zenkaku {
	font-size: 32px;
}
h2.sec__heading.ls150 {
	letter-spacing: 0.15em;
}
	h2.sec__heading > span {
		display: inline-block;
		position: relative;
		padding-left: 0.05em;
	}
	h2.sec__heading.ls150 > span {
		padding-left: 0.15em;
	}
		h2.sec__heading > span::before,
		h2.sec__heading > span::after {
			content: '';
			display: block;
			width: 16px;
			height: 40px;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: absolute;
			top: 53%;
			transform: translate(0%,-50%);
		}
		h2.sec__heading span::before {
			left: -50px;
			background-image: url('../image/cmn/sec__heading-paren_left@pc.png');
		}
		h2.sec__heading span::after {
			right: -50px;
			background-image: url('../image/cmn/sec__heading-paren_right@pc.png');
		}

h3{}
h4{}
h5{}

#l-wrapper {
	padding-top: 65px;
}

/* header */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
}
	.header__top {
		width: 100%;
		height: 60px;
		background-color: #14141E;
		position: relative;
	}
	.header__top::after {
		content: '';
		display: block;
		width: 100%;
		height: 5px;
		background-color: #FF8F00;
		position: absolute;
		bottom: -5px;
		left: 0;
	}
	.header__top__inner {
		width: 100%;
		height: 100%;
		padding-left: 17px;
		padding-right: 60px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
		.header__logo {
			width: 122px;
			height: auto;
			margin-top: 2px;
		}
			.header__logo img {
				width: 100%;
				height: auto;
			}
		.bogo-language-switcher {
			width: auto;
			height: auto;
			display: flex;
			justify-content: flex-end;
			align-items: center;
		}
			.bogo-language-switcher li {
				margin-left: 13px;
				font-size: 12px;
				font-weight: 700;
				opacity: .6;
			}
			.bogo-language-switcher li.ja {
				order: 0;
				margin-left: 0;
			}
			.bogo-language-switcher li.en {
				order: 1;
			}
			.bogo-language-switcher li.zh {
				order: 2;
			}
			.bogo-language-switcher li.current {
				opacity: 1;
			}
				.bogo-language-switcher li a {
					color: #ffffff;
				}
		.hamburger {
			width: 60px;
			height: 60px;
			position: absolute;
			top: 0;
			right: 0;
		}
			.hbg_btn {
				width: 100%;
				height: 100%;
				padding: 0;
				border: none;
				outline: none;
				position: relative;
			}
				.hbg_btn-line {
					position: absolute;
					top: 25px;
					right: 19px;
				}
				.open .hbg_btn-line {
					display: block;
					width: 22px;
					height: 3px;
					background-color: rgba(255, 255, 255, 1);
					animation: hbg_btn-line-open .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
				}
				/* 開閉アニメーション */
				@keyframes hbg_btn-line-open {
					0% {
						width: 22px;
						background-color: rgba(255, 255, 255, 0);
					}
					60% {
						width: 22px;
						background-color: rgba(255, 255, 255, 0);
					}
					61% {
						width: 22px;
						background-color: rgba(255, 255, 255, 1);
					}
					100% {
						width: 22px;
						background-color: rgba(255, 255, 255, 1);
					}
				}
					.hbg_btn-line::before,
					.hbg_btn-line::after {
						display: block;
						content: '';
						background-color: #fff;
						position: absolute;
						right: 0px;
					}
					.open .hbg_btn-line::before {
						width: 22px;
						height: 3px;
						bottom: 8px;
						transform: translate(0%,50%);
						animation: hbg_btn-line_l-close .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
					}
					.open .hbg_btn-line::after {
						width: 22px;
						height: 3px;
						top: 8px;
						transform: translate(0%,0%);
						animation: hbg_btn-line_s-close .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
					}
					/* 開閉アニメーション */
					@keyframes hbg_btn-line_l-close {
						0% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(45deg);
						}
						60% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						61% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						100% {
							width: 22px;
							height: 3px;
							bottom: 8px;
							transform: translate(0%,0%);
						}
					}
					@keyframes hbg_btn-line_s-close {
						0% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(-45deg);
						}
						60% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						61% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						100% {
							width: 22px;
							height: 3px;
							top: 8px;
							transform: translate(0%,0%);
						}
					}
				.close .hbg_btn-line {
					display: block;
					width: 22px;
					height: 3px;
					background-color: rgba(255, 255, 255, 0);
					animation: hbg_btn-line-close .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
				}
				/* 開閉アニメーション */
				@keyframes hbg_btn-line-close {
					0% {
						width: 22px;
						background-color: rgba(255, 255, 255, 1);
					}
					60% {
						width: 22px;
						background-color: rgba(255, 255, 255, 1);
					}
					61% {
						width: 22px;
						background-color: rgba(255, 255, 255, 0);
					}
					100% {
						width: 22px;
						background-color: rgba(255, 255, 255, 0);
					}
				}
					.close .hbg_btn-line::before {
						width: 22px;
						height: 3px;
						bottom: 50%;
						transform: translate(0%,50%) rotate(45deg);
						animation: hbg_btn-line_l-open .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
					}
					.close .hbg_btn-line::after {
						width: 22px;
						height: 3px;
						top: 50%;
						transform: translate(0%,-50%) rotate(-45deg);
						animation: hbg_btn-line_s-open .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
					}
					/* 開閉アニメーション */
					@keyframes hbg_btn-line_l-open {
						0% {
							width: 22px;
							height: 3px;
							bottom: 8px;
							transform: translate(0%,0%);
						}
						60% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						61% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						100% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(45deg);
						}
					}
					@keyframes hbg_btn-line_s-open {
						0% {
							width: 22px;
							height: 3px;
							top: 8px;
							transform: translate(0%,0%);
						}
						60% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						61% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						100% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(-45deg);
						}
					}
				.hbg_btn-txt {
					font-size: 10px;
					color: #ffffff;
					line-height: 1;
					text-align: center;
					position: absolute;
					bottom: 11px;
					left: 50%;
					transform: translate(-50%,0%);
				}
	.global-nav {
		display: none;
		width: 100%;
		height: 100vh;
		background-color: rgba(255, 143, 0, 0.2);
		position: fixed;
		top: 60px;
		left: 0;
	}
		.global-nav-contents {
			width: 100%;
			min-height: clac(100vh - 60px);
			min-height: calc((var(--vh, 1vh) * 100) - 60px);
			padding: 40px 8% 0px;
			background-color: #14141E;
			margin: 0 auto;
			position: relative;
		}
			.header__menu_list {
				width: 100%;
				height: auto;
				margin: 0 auto;
			}
				.header__menu_item {
					font-size: 28px;
					position: relative;
				}
				.header__menu_item.outage {
					opacity: .25;
					pointer-events: none;
				}
					.header__menu_item.new_menu::after {
						content: 'NEW';
						display: inline-block;
						padding: 2px 5px 2px 6px;
						margin-left: 10px;
						background-color: #FF8F00;
						font-size: 10px;
						line-height: 1;
						color: #14141E;
						position: relative;
						top: -2px;
					}
					.header__menu_item a {
						color: #ffffff;
					}
			.header__character {
				width: 150px;
				height: auto;
				position: absolute;
				bottom: -37px;
				right: -40px;
			}
				.header__character img {
					width: 100%;
					height: auto;
				}

/* footer */
footer {
	width: 100%;
	height: auto;
	background-color: #14141E;
	position: relative;
	z-index: 100;
	position: relative;
}
	.footer__top_btn {
		width: 160px;
		height: auto;
		position: absolute;
		top: -123px;
		right: -20px;
		cursor: pointer;
	}
		.footer__top_btn img {
			width: 100%;
			height: auto;
		}
	.footer__inner {
		width: 84%;
		height: auto;
		margin: 0 auto;
	}
		.footer__top {
			width: 100%;
			height: auto;
			padding: 60px 0 49px;
		}
			.footer__top__inner {
				width: 100%;
				height: auto;
				display: flex;
				justify-content: space-between;
				align-items: flex-end;
			}
				.footer__top__left_wrap {
					width: 257px;
					height: auto;
				}
					.footer__logo {
						width: 100%;
						height: auto;
						margin-bottom: 12px;
					}
						.footer__logo img {
							width: 100%;
							height: auto;
						}
					footer .bogo-language-switcher {
						justify-content: flex-start;
					}
				.footer__snslink__list {
					width: auto;
					display: flex;
					justify-content: flex-end;
					align-items: center;
				}
					.footer__snslink__item {
						width: 64px;
						height: auto;
						margin-left: 15px;
					}
						.footer__snslink__item a {
							display: block;
							width: 100%;
							height: auto;
						}
							.footer__snslink__item a img {
								width: 100%;
								height: auto;
							}
		.footer__bottom {
			width: 100%;
			padding: 0 0 19px;
		}
			.footer__bottom__inner {
				width: 90%;
				max-width: 1000px;
				height: auto;
				margin: 0 auto;
			}
				.footer__copyright {
					width: 100%;
					font-size: 12px;
					font-weight: 700;
					color: #ffffff;
					text-align: center;
				}

/* ページトップロゴ */
.page__heading {
	width: 100%;
}
	.page__heading__txt {
		width: 90%;
		height: auto;
		padding-left: 0px;
		padding-bottom: 7px;
		border-bottom: 1px solid #ACACAC;
		margin: 0 auto;
		font-size: 24px;
		line-height: 1;
		letter-spacing: 0.1em;
		text-align: left;
	}
}

/* SP ================================================== */
@media all and (max-width:599px){
.pc,.tablet {display: none;}
.sp {display: inline-block;}
.view_pc {display: none;}
.view_tablet {display: none;}
.view_sp {display: block;}
body {}
h1{}
h2{}
h2.sec__heading {
	width: 100%;
	font-size: 45px;
	line-height: 1;
	text-align: center;
}
h2.sec__heading.hankaku {
	font-size: 28px;
}
h2.sec__heading.zenkaku {
	font-size: 22px;
}
h2.sec__heading.ls150 {
	letter-spacing: 0.15em;
}
	h2.sec__heading > span {
		display: inline-block;
		position: relative;
		padding-left: 0.05em;
	}
	h2.sec__heading.ls150 > span {
		padding-left: 0.15em;
	}
		h2.sec__heading > span::before,
		h2.sec__heading > span::after {
			content: '';
			display: block;
			width: 12px;
			height: 29.5px;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			position: absolute;
			top: 53%;
			transform: translate(0%,-50%);
		}
		h2.sec__heading span::before {
			left: -32px;
			background-image: url('../image/cmn/sec__heading-paren_left@pc.png');
		}
		h2.sec__heading span::after {
			right: -32px;
			background-image: url('../image/cmn/sec__heading-paren_right@pc.png');
		}

h3{}
h4{}
h5{}

#l-wrapper {
	padding-top: 65px;
}

/* header */
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
}
	.header__top {
		width: 100%;
		height: 60px;
		background-color: #14141E;
		position: relative;
	}
	.header__top::after {
		content: '';
		display: block;
		width: 100%;
		height: 5px;
		background-color: #FF8F00;
		position: absolute;
		bottom: -5px;
		left: 0;
	}
	.header__top__inner {
		width: 100%;
		height: 100%;
		padding-left: 17px;
		padding-right: 60px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
		.header__logo {
			width: 122px;
			height: auto;
			margin-top: 2px;
		}
			.header__logo img {
				width: 100%;
				height: auto;
			}
		.bogo-language-switcher {
			width: auto;
			height: auto;
			display: flex;
			justify-content: flex-end;
			align-items: center;
		}
			.bogo-language-switcher li {
				margin-left: 13px;
				font-size: 10px;
				font-weight: 700;
				opacity: .6;
			}
			.bogo-language-switcher li.ja {
				order: 0;
				margin-left: 0;
			}
			.bogo-language-switcher li.en {
				order: 1;
			}
			.bogo-language-switcher li.zh {
				order: 2;
			}
			.bogo-language-switcher li.current {
				opacity: 1;
			}
				.bogo-language-switcher li a {
					color: #ffffff;
				}
		.hamburger {
			width: 60px;
			height: 60px;
			position: absolute;
			top: 0;
			right: 0;
		}
			.hbg_btn {
				width: 100%;
				height: 100%;
				padding: 0;
				border: none;
				outline: none;
				position: relative;
			}
				.hbg_btn-line {
					position: absolute;
					top: 25px;
					right: 19px;
				}
				.open .hbg_btn-line {
					display: block;
					width: 10px;
					height: 3px;
					background-color: rgba(255, 255, 255, 1);
					animation: hbg_btn-line-open .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
				}
				/* 開閉アニメーション */
				@keyframes hbg_btn-line-open {
					0% {
						width: 22px;
						background-color: rgba(255, 255, 255, 0);
					}
					60% {
						width: 22px;
						background-color: rgba(255, 255, 255, 0);
					}
					61% {
						width: 22px;
						background-color: rgba(255, 255, 255, 1);
					}
					100% {
						width: 22px;
						background-color: rgba(255, 255, 255, 1);
					}
				}
					.hbg_btn-line::before,
					.hbg_btn-line::after {
						display: block;
						content: '';
						background-color: #fff;
						position: absolute;
						right: 0px;
					}
					.open .hbg_btn-line::before {
						width: 22px;
						height: 3px;
						bottom: 8px;
						transform: translate(0%,50%);
						animation: hbg_btn-line_l-close .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
					}
					.open .hbg_btn-line::after {
						width: 22px;
						height: 3px;
						top: 8px;
						transform: translate(0%,0%);
						animation: hbg_btn-line_s-close .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
					}
					/* 開閉アニメーション */
					@keyframes hbg_btn-line_l-close {
						0% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(45deg);
						}
						60% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						61% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						100% {
							width: 22px;
							height: 3px;
							bottom: 8px;
							transform: translate(0%,0%);
						}
					}
					@keyframes hbg_btn-line_s-close {
						0% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(-45deg);
						}
						60% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						61% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						100% {
							width: 22px;
							height: 3px;
							top: 8px;
							transform: translate(0%,0%);
						}
					}
				.close .hbg_btn-line {
					display: block;
					width: 22px;
					height: 3px;
					background-color: rgba(255, 255, 255, 0);
					animation: hbg_btn-line-close .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
				}
				/* 開閉アニメーション */
				@keyframes hbg_btn-line-close {
					0% {
						width: 22px;
						background-color: rgba(255, 255, 255, 1);
					}
					60% {
						width: 22px;
						background-color: rgba(255, 255, 255, 1);
					}
					61% {
						width: 22px;
						background-color: rgba(255, 255, 255, 0);
					}
					100% {
						width: 22px;
						background-color: rgba(255, 255, 255, 0);
					}
				}
					.close .hbg_btn-line::before {
						width: 22px;
						height: 3px;
						bottom: 50%;
						transform: translate(0%,50%) rotate(45deg);
						animation: hbg_btn-line_l-open .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
					}
					.close .hbg_btn-line::after {
						width: 22px;
						height: 3px;
						top: 50%;
						transform: translate(0%,-50%) rotate(-45deg);
						animation: hbg_btn-line_s-open .6s cubic-bezier(0.65, 0, 0.35, 1) 1 forwards;
					}
					/* 開閉アニメーション */
					@keyframes hbg_btn-line_l-open {
						0% {
							width: 22px;
							height: 3px;
							bottom: 8px;
							transform: translate(0%,0%);
						}
						60% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						61% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						100% {
							width: 22px;
							height: 3px;
							bottom: 0px;
							transform: translate(0%,0%) rotate(45deg);
						}
					}
					@keyframes hbg_btn-line_s-open {
						0% {
							width: 22px;
							height: 3px;
							top: 8px;
							transform: translate(0%,0%);
						}
						60% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						61% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(0deg);
						}
						100% {
							width: 22px;
							height: 3px;
							top: 0px;
							transform: translate(0%,0%) rotate(-45deg);
						}
					}
				.hbg_btn-txt {
					font-size: 10px;
					color: #ffffff;
					line-height: 1;
					text-align: center;
					position: absolute;
					bottom: 11px;
					left: 50%;
					transform: translate(-50%,0%);
				}
	.global-nav {
		display: none;
		width: 100%;
		height: 100vh;
		background-color: rgba(255, 143, 0, 0.2);
		position: fixed;
		top: 60px;
		left: 0;
	}
		.global-nav-contents {
			width: 100%;
			min-height: clac(100vh - 60px);
			min-height: calc((var(--vh, 1vh) * 100) - 60px);
			padding: 20px 8% 0px;
			background-color: #14141E;
			margin: 0 auto;
			position: relative;
		}
			.header__menu_list {
				width: 100%;
				height: auto;
				margin: 0 auto;
			}
				.header__menu_item {
					font-size: 28px;
					position: relative;
				}
				.header__menu_item.outage {
					opacity: .25;
					pointer-events: none;
				}
					.header__menu_item.new_menu::after {
						content: 'NEW';
						display: inline-block;
						padding: 2px 5px 2px 6px;
						margin-left: 10px;
						background-color: #FF8F00;
						font-size: 10px;
						line-height: 1;
						color: #14141E;
						position: relative;
						top: -2px;
					}
					.header__menu_item a {
						color: #ffffff;
					}

			.header__character {
				width: 150px;
				height: auto;
				position: absolute;
				bottom: -37px;
				right: -40px;
			}
				.header__character img {
					width: 100%;
					height: auto;
				}

/* footer */
footer {
	width: 100%;
	height: auto;
	background-color: #14141E;
	position: relative;
	z-index: 100;
	position: relative;
}
	.footer__top_btn {
		width: 160px;
		height: auto;
		position: absolute;
		top: -123px;
		right: -20px;
		cursor: pointer;
	}
		.footer__top_btn img {
			width: 100%;
			height: auto;
		}
	.footer__inner {
		width: 100%;
		height: 100%;
		margin: 0 auto;
	}
		.footer__top {
			width: 100%;
			height: auto;
			padding: 60px 0 40px;
		}
			.footer__top__inner {
				width: 100%;
				height: auto;
			}
				.footer__top__left_wrap {
					width: 197px;
					height: auto;
					margin: 0 auto 36.5px;
				}
					.footer__logo {
						width: 100%;
						height: auto;
						margin-bottom: 12px;
					}
						.footer__logo img {
							width: 100%;
							height: auto;
						}
					footer .bogo-language-switcher {
						justify-content: flex-start;
					}
				.footer__snslink__list {
					width: 100%;
					display: flex;
					justify-content: center;
					align-items: center;
				}
					.footer__snslink__item {
						width: 45px;
						height: auto;
						margin: 0 7.5px 7.5px;
					}
						.footer__snslink__item a {
							display: block;
							width: 100%;
							height: auto;
						}
							.footer__snslink__item a img {
								width: 100%;
								height: auto;
							}
		.footer__bottom {
			width: 100%;
			padding: 0 0 19px;
		}
			.footer__bottom__inner {
				width: 100%;
				height: auto;
				margin: 0 auto;
			}
				.footer__copyright {
					width: 100%;
					font-size: 12px;
					font-weight: 700;
					color: #ffffff;
					text-align: center;
				}

/* ページトップロゴ */
.page__heading {
	width: 100%;
}
	.page__heading__txt {
		width: 90%;
		height: auto;
		padding-left: 0px;
		padding-bottom: 7px;
		border-bottom: 1px solid #ACACAC;
		margin: 0 auto;
		font-size: 24px;
		line-height: 1;
		letter-spacing: 0.1em;
		text-align: left;
	}
}