/* ==========
   RESETS
	========== */
	
/* ==========================================================================
   ELEMENT RESET
   ======================================================================= */
*,
*::before,
*::after {
	box-sizing: border-box;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 0;
}
dd {
	margin-left: 0;
}
ol, ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
}
a:focus,
button:focus {
	outline: 0;
}
em {
	font-style: normal;
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
}
button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
button:focus {
	outline: none;
}
input,
button,
select,
textarea {
	line-height: inherit;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
	line-height: inherit;
}
hr {
	margin: 0;
}

/* ==========================================================================
   GLOBAL FOOTER LAYOUT
   ======================================================================= */

.globalfooter {
	position: relative;
	z-index: 12;
}

.globalfooter p {
	margin-top: 0;
	margin-bottom: 0;
}

.globalfooter-util {
	background: #000;
}

.globalfooter-util__contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
}

.footer-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-share__header {
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-right: 10px;
}

.footer-share__item {
	margin-right: 4px;
}

.footer-share__item i {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 2px;
	overflow: hidden;
}

.footer-share__item svg {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background: #fff;
}

.footer-share__item--tw svg {
	fill: #1b95e0;
}

.footer-share__item--fb svg {
	fill: #4267b2;
}

.footer-pagetop {
	margin-left: auto;
}

.footer-pagetop i {
	display: block;
}

.footer-pagetop svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #e50305;
}

.lobalfooter-nav__inner {
	margin: 0 auto;
	position: relative;
}

.globalfooter-nav__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.globalfooter-nav__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 58px;
	color: #999999;
	position: relative;
}

.no-touchevents .globalfooter-nav__item a::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 0;
	background: #727272 url("assets/bg-angled-stripes.png") 0 0;
	background-size: 6px;
	-webkit-transition: height 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: height 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.no-touchevents .globalfooter-nav__item a:hover::before {
	height: 100%;
}

.no-touchevents .globalfooter-nav__item a:hover .globalfooter-nav__ico svg {
	display: block;
	fill: #fff;
}

.no-touchevents .globalfooter-nav__item a:hover span {
	color: #fff;
}

.no-touchevents .globalfooter-nav__item.globalfooter-nav__item--about a::before {
	background: #eb1625 url("assets/bg-angled-stripes.png") 0 0;
	background-size: 6px;
}

.no-touchevents .globalfooter-nav__item.globalfooter-nav__item--fighter a::before {
	background: #12c94d url("assets/bg-angled-stripes.png") 0 0;
	background-size: 6px;
}

.no-touchevents .globalfooter-nav__item.globalfooter-nav__item--howtoplay a::before {
	background: #227de6 url("assets/bg-angled-stripes.png") 0 0;
	background-size: 6px;
}

.no-touchevents .globalfooter-nav__item.globalfooter-nav__item--sound a::before {
	background: #52e0e2 url("assets/bg-angled-stripes.png") 0 0;
	background-size: 6px;
}

.no-touchevents .globalfooter-nav__item.globalfooter-nav__item--blog a::before {
	background: #eb1625 url("assets/bg-angled-stripes.png") 0 0;
	background-size: 6px;
}

.is-top .globalfooter-nav__item.globalfooter-nav__item--top a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #727272;
}

.is-top .globalfooter-nav__item.globalfooter-nav__item--top a:hover .globalfooter-nav__ico svg {
	fill: #fff;
}

.is-top .globalfooter-nav__item.globalfooter-nav__item--top a span {
	color: #FFF;
}

.is-top .globalfooter-nav__item.globalfooter-nav__item--top a:hover span {
	color: #fff;
}

.is-top .globalfooter-nav__item.globalfooter-nav__item--top a .globalfooter-nav__ico svg {
	fill: #fff;
}

.is-about .globalfooter-nav__item.globalfooter-nav__item--about a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #eb1625;
}

.is-about .globalfooter-nav__item.globalfooter-nav__item--about a:hover .globalfooter-nav__ico svg {
	fill: #fff;
}

.is-about .globalfooter-nav__item.globalfooter-nav__item--about a span {
	color: #eb1625;
}

.is-about .globalfooter-nav__item.globalfooter-nav__item--about a:hover span {
	color: #fff;
}

.is-about .globalfooter-nav__item.globalfooter-nav__item--about a .globalfooter-nav__ico svg {
	fill: #eb1625;
}

.is-fighter .globalfooter-nav__item.globalfooter-nav__item--fighter a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #12c94d;
}

.is-fighter .globalfooter-nav__item.globalfooter-nav__item--fighter a:hover .globalfooter-nav__ico svg {
	fill: #fff;
}

.is-fighter .globalfooter-nav__item.globalfooter-nav__item--fighter a span {
	color: #12c94d;
}

.is-fighter .globalfooter-nav__item.globalfooter-nav__item--fighter a:hover span {
	color: #fff;
}

.is-fighter .globalfooter-nav__item.globalfooter-nav__item--fighter a .globalfooter-nav__ico svg {
	fill: #12c94d;
}

.is-howtoplay .globalfooter-nav__item.globalfooter-nav__item--howtoplay a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #227de6;
}

.is-howtoplay .globalfooter-nav__item.globalfooter-nav__item--howtoplay a:hover .globalfooter-nav__ico svg {
	fill: #fff;
}

.is-howtoplay .globalfooter-nav__item.globalfooter-nav__item--howtoplay a span {
	color: #227de6;
}

.is-howtoplay .globalfooter-nav__item.globalfooter-nav__item--howtoplay a:hover span {
	color: #fff;
}

.is-howtoplay .globalfooter-nav__item.globalfooter-nav__item--howtoplay a .globalfooter-nav__ico svg {
	fill: #227de6;
}

.is-sound .globalfooter-nav__item.globalfooter-nav__item--sound a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #52e0e2;
}

.is-sound .globalfooter-nav__item.globalfooter-nav__item--sound a:hover .globalfooter-nav__ico svg {
	fill: #fff;
}

.is-sound .globalfooter-nav__item.globalfooter-nav__item--sound a span {
	color: #52e0e2;
}

.is-sound .globalfooter-nav__item.globalfooter-nav__item--sound a:hover span {
	color: #fff;
}

.is-sound .globalfooter-nav__item.globalfooter-nav__item--sound a .globalfooter-nav__ico svg {
	fill: #52e0e2;
}

.is-blog .globalfooter-nav__item.globalfooter-nav__item--blog a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #eb1625;
}

.is-blog .globalfooter-nav__item.globalfooter-nav__item--blog a:hover .globalfooter-nav__ico svg {
	fill: #fff;
}

.is-blog .globalfooter-nav__item.globalfooter-nav__item--blog a span {
	color: #eb1625;
}

.is-blog .globalfooter-nav__item.globalfooter-nav__item--blog a:hover span {
	color: #fff;
}

.is-blog .globalfooter-nav__item.globalfooter-nav__item--blog a .globalfooter-nav__ico svg {
	fill: #eb1625;
}

.globalfooter-nav__ico svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #999999;
}

.globalfooter-nav__item span {
	font-weight: bold;
}

html[lang=ja] .globalfooter-nav__item span {
	font-family: MyNoto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}

.globalfooter-info {
	background: #FFF;
}

.globalfooterf-info__inner {
	max-width: 1366px;
	margin: 0 auto;
}

.globalfooter-copyright__txt {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 1.6;
	margin: 0;
}

.globalfooter-copyright__txt.globalfooter-copyright__txt--characters--ff {
	margin-top: 1em;
}

.globalfooter-copyright__txt--characters--ff {
	display: none;
}

.globalfooter-note {
	text-align: left;
}

.globalfooter-note__txt {
	color: #666;
	font-size: 11px;
	line-height: 1.6;
	font-weight: bold;
}

.globalfooter-note__txt:first-child {
	margin-top: 1em;
}

html[lang=ja] .globalfooter-note__txt {
	font-family: MyNoto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
}

html[lang=ja] .globalfooter-note__txt--oversea {
	display: none;
}

.globalfooter-note__txt--note::before {
	content: '*';
}

html[lang=ja] .globalfooter-note__txt--note::before {
	content: '※';
}

@media (min-width: 760px) {
	.globalfooter-copyright {
		max-width: 66%;
	}
}

.globalfooter-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.no-touchevents .globalfooter-select-language a {
	position: relative;
}

.no-touchevents .globalfooter-select-language a::after {
	position: absolute;
	left: 27px;
	top: 18px;
	content: '';
	width: 0;
	height: 3px;
	background-color: #333;
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}

.no-touchevents .globalfooter-select-language a:hover::after {
	width: calc(100% - 27px);
}

.globalfooter-rating__item {
	margin-left: 6px;
}

.globalfooter-rating__item span {
	display: block;
	margin-top: 5px;
}

html[lang="en-gb"] .globalfooter-rating__item,
html[lang="fr-fr"] .globalfooter-rating__item,
html[lang="es-es"] .globalfooter-rating__item,
html[lang="de"] .globalfooter-rating__item,
html[lang="it"] .globalfooter-rating__item,
html[lang="nl"] .globalfooter-rating__item,
html[lang="ru"] .globalfooter-rating__item,
html[lang="en-au"] .globalfooter-rating__item {
	text-align: center;
}

.globalfooter-aside {
	background-color: #FFF;
	border-top: #e4e4e4 1px solid;
}

.globalfooter-aside__inner {
	margin: 0 auto;
}

.footer-corporate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.footer-corporate__item:last-child {
	margin-right: 0;
}

.footer-corporate__item a {
	position: relative;
}

.no-touchevents .footer-corporate__item a::after {
	position: absolute;
	left: 15px;
	top: 1em;
	content: '';
	width: 0;
	height: 3px;
	background-color: #333;
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}

.no-touchevents .footer-corporate__item a:hover::after {
	width: calc(100% - 16px);
}

.footer-corporate__item a {
	position: relative;
}

.footer-previous i,
.footer-corporate__item i {
	display: inline-block;
	vertical-align: middle;
}

.footer-corporate__item svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #000;
}

.no-touchevents .footer-previous a {
	position: relative;
}

.no-touchevents .footer-previous a::after {
	position: absolute;
	left: 15px;
	top: 1em;
	content: '';
	width: 0;
	height: 3px;
	background-color: #999;
	-webkit-transition: width .2s ease-in-out;
	transition: width .2s ease-in-out;
}

.no-touchevents .footer-previous a:hover::after {
	width: calc(100% - 16px);
}

.footer-previous svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #999;
}

.footer-previous span,
.footer-corporate__item span {
	display: inline-block;
	vertical-align: middle;
}

html[lang=ja] .footer-previous span,
html[lang=ja] .footer-corporate__item span {
	font-family: MyNoto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.footer-previous span {
	color: #999;
}

/* ==========================================================================
   SIDENAV LAYOUT
   ======================================================================= */

.globalsidenav p {
	margin: 0;
}
.globalsidenav-open__btn {
	position: relative;
	display: block;
	width: 68px;
	height: 68px;
	background: url("assets/sidenav/globalsidenav-open__btn.png") 0 0;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transform: translate3d(150%, 0, 0);
	transform: translate3d(150%, 0, 0);
}

.is-inview-globalsidenav .globalsidenav-open__btn {
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.is-globalsidenav-out .globalsidenav-open__btn {
	-webkit-transform: translate3d(150%, 0, 0);
	transform: translate3d(150%, 0, 0);
}

.globalsidenav-open__ico {
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	width: 25px;
	margin: auto;
	border-top: 3px solid #666;
}

.globalsidenav-open__ico::before {
	content: "";
	display: block;
	position: absolute;
	top: -11px;
	left: 0;
	width: 100%;
	border-top: 3px solid #666;
}

.globalsidenav-open__ico::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	border-top: 3px solid #666;
}

.globalsidenav-open__label {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
	font-size: 12px;
	color: #666;
}

.is-top .globalsidenav__item--top .globalsidenav__btn::after {
	background: #727272;
}

.is-about .globalsidenav__item--about .globalsidenav__btn::after {
	background: #eb1625;
}

.is-fighter .globalsidenav__item--fighter .globalsidenav__btn::after {
	background: #12c94d;
}

.is-howtoplay .globalsidenav__item--howtoplay .globalsidenav__btn::after {
	background: #227de6;
}

.is-sound .globalsidenav__item--sound .globalsidenav__btn::after {
	background: #52e0e2;
}

.is-blog .globalsidenav__item--blog .globalsidenav__btn::after {
	background: #eb1625;
}

.globalsidenav__ico {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.globalsidenav__ico svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #727272;
}

.is-top .globalsidenav__item--top .globalsidenav__ico svg {
	fill: #727272;
}

.is-about .globalsidenav__item--about .globalsidenav__ico svg {
	fill: #eb1625;
}

.is-fighter .globalsidenav__item--fighter .globalsidenav__ico svg {
	fill: #12c94d;
}

.is-howtoplay .globalsidenav__item--howtoplay .globalsidenav__ico svg {
	fill: #227de6;
}

.is-sound .globalsidenav__item--sound .globalsidenav__ico svg {
	fill: #52e0e2;
}

.is-blog .globalsidenav__item--blog .globalsidenav__ico svg {
	fill: #eb1625;
}

.globalsidenav-buy i svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #ff9900;
}

.no-touchevents .globalsidenav-close__btn {
	position: relative;
}

.no-touchevents .globalsidenav-close__btn:hover:before {
	width: 100%;
}

.no-touchevents .globalsidenav-close__btn::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.15);
	-webkit-transition: width 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: width 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media all and (min-width: 760px) {
	body {
		/**/
	}
	.c-button-util__ico {
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}
	.c-button-util__label {
		font-size: 12px;
		line-height: 16px;
		padding-top: 1px;
	}
	.c-section__inner {
		padding: 0 12px;
		max-width: 1024px;
		margin: 0 auto;
	}
	.bottom-fixed-logo__logo {
		width: 224px;
		height: 121px;
	}
	.bottom-fixed-logo__logo::before {
		width: 398px;
		height: 141px;
	}
	.is-bottom-logo-out .bottom-fixed-logo__logo::before {
		-webkit-transform: translate3d(-398px, 0, 0);
		transform: translate3d(-398px, 0, 0);
	}
	.bottom-fixed-logo__logo a {
		width: 224px;
		height: 121px;
	}
	.globalfooter {
		/* PC */
	}
	.footer-share {
		padding-left: 20px;
	}
	.footer-share__header {
		display: block;
		padding-left: 3px;
	}
	.footer-pagetop {
		padding-right: 20px;
	}
	.footer-pagetop i {
		width: 27px;
		height: 15px;
	}
	.globalfooter-product__bnr {
		margin: 0 0 30px 0;
	}
	html[lang="fr-ca"] .globalfooter-product__buy-btn {
		width: 268px;
	}
	.c-button-buy--outline {
		background-image: url("assets/footer/globalfooter-product__buy-btn_bg_pc.png");
		background-size: cover;
		background-repeat: no-repeat;
	}
	.footer-online a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer-online__txt {
		margin-left: 13px;
	}
	.globalfooter-nav {
		border-top: #333333 1px solid;
		background: #000 url("assets/bg-angled-stripes.png") 0 0;
		background-size: 6px;
		position: relative;
	}
	.globalfooter-nav::before {
		content: '';
		display: block;
		width: 100%;
		height: 58px;
		background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(90%, rgba(0, 0, 0, 0)));
		background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 90%);
		position: absolute;
		left: 0;
		top: 0;
	}
	.globalfooter-nav__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		border-right: #333333 1px solid;
		height: 58px;
	}
	.globalfooter-nav__item:last-child {
		border-right: none;
	}
	.globalfooter-nav__ico {
		display: inline-block;
		width: 26px;
		height: 26px;
		position: absolute;
		left: 19px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.globalfooter-nav__item span {
		display: inline-block;
		font-size: 15px;
		font-size: 1.09vw;
		line-height: 26px;
		-webkit-transform: scaleX(0.93) translateX(12px);
		transform: scaleX(0.93) translateX(12px);
	}
	.globalfooter-nav__item.globalfooter-nav__item--top {
		background: #000 url("assets/footer/globalfooter-nav__item--top_pc.png") 0 0;
		background-size: cover;
	}
	.globalfooter-nav__item.globalfooter-nav__item--about {
		background: #000 url("assets/footer/globalfooter-nav__item--about_pc.png") 0 0;
		background-size: cover;
	}
	.globalfooter-nav__item.globalfooter-nav__item--fighter {
		background: #000 url("assets/footer/globalfooter-nav__item--fighter_pc.png") 0 0;
		background-size: cover;
	}
	.globalfooter-nav__item.globalfooter-nav__item--howtoplay {
		background: #000 url("assets/footer/globalfooter-nav__item--howtoplay_pc.png") 0 0;
		background-size: cover;
	}
	.globalfooter-nav__item.globalfooter-nav__item--sound {
		background: #000 url("assets/footer/globalfooter-nav__item--sound_pc.png") 0 0;
		background-size: cover;
	}
	.globalfooter-nav__item.globalfooter-nav__item--blog {
		background: #000 url("assets/footer/globalfooter-nav__item--blog_pc.png") 0 0;
		background-size: cover;
	}
	.globalfooter-info__body {
		padding: 16px 20px;
	}
	.globalfooter-info__primary {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.globalfooter-select-language {
		display: none;
	}
	.globalfooter-aside__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 20px 20px;
	}
	.footer-corporate__item {
		margin-right: 30px;
	}
	.footer-previous i,
	.footer-corporate__item i {
		width: 11px;
		height: 11px;
		margin-right: 3px;
	}
	.footer-previous {
		margin-left: auto;
	}
	.footer-previous span,
	.footer-corporate__item span {
		font-size: 12px;
	}
	html:not([lang*="ja"]) .globalfooter-nav__item {
		height: auto;
		min-height: 58px;
	}
	html:not([lang*="ja"]) .globalfooter-nav__item a {
		height: 100%;
	}
	html:not([lang*="ja"]) .globalfooter-nav__item span {
		width: calc(70% - 26px);
		text-align: center;
	}
	.globalheader {
		/* PC */
	}
	.nintendo-logo {
		width: 124px;
		height: 47px;
	}
	.nintendo-logo a {
		width: 124px;
		height: 47px;
	}
	.nintendo-logo i {
		width: 72px;
		height: 19px;
	}
	.switch-logo {
		width: 80px;
		height: 80px;
	}
	.switch-logo a {
		width: 80px;
		height: 80px;
	}
	.switch-logo i {
		width: 80px;
		height: 80px;
	}
	.globalheader-util {
		right: 80px;
		height: 36px;
	}
	.globalheader-util::before {
		height: 36px;
	}
	.globalheader-util__item--lang {
		width: 156px;
	}
	.globalheader-util__item--login {
		width: 76px;
		padding-left: 18px;
	}
	.alps-is-loggedin .globalheader-util__item--login {
		width: 76px;
		padding-left: 18px;
	}
	.alps-is-guest .globalheader-util__item--login {
		width: 106px;
		padding-left: 27px;
	}
	.globalheader-util__item--lang+.globalheader-util__item--login {
		width: 106px;
	}
	.alps-is-loggedin .globalheader-util__item--lang+.globalheader-util__item--login {
		width: 46px;
		padding-left: 10px;
	}
	.alps-is-guest .globalheader-util__item--lang+.globalheader-util__item--login {
		width: 106px;
		padding-left: 18px;
	}
	.is-opened-sidenav .globalsidenav {
		height: 100%;
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
		z-index: 14;
	}
	.is-opened-sidenav .globalsidenav::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(50% - 282px / 2);
		background: black;
	}
	.is-opened-sidenav .globalsidenav::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: calc(50% - 282px / 2);
		background: black;
	}
	.is-globalsidenav-out .globalsidenav {
		-webkit-transform: translateX(246px);
		transform: translateX(246px);
	}
	.globalsidenav__layer {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
		z-index: 13;
		display: none;
	}
	.is-opened-sidenav .globalsidenav__layer {
		background: rgba(0, 0, 0, 0.5);
		display: block;
	}
	.globalsidenav__inner {
		position: absolute;
		top: 50%;
		right: 0;
		width: 246px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
	}
	.globalsidenav-open {
		display: none;
	}
	.globalsidenav-wrapper {
		position: relative;
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.globalsidenav__body {
		-webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
		box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
	}
	.is-opened-sidenav .globalsidenav__body {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.globalsidenav__item {
		border-bottom: 1px solid #333;
	}
	.globalsidenav__item:last-child {
		border-bottom: 1px solid transparent;
	}
	.is-opened-sidenav .globalsidenav__item {
		border-bottom: 1px solid #333;
	}
	.is-opened-sidenav .globalsidenav__item:first-child {
		border-top: 1px solid #333;
	}
	.globalsidenav__btn {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.globalsidenav__btn::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.globalsidenav__btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 5px;
		height: 100%;
	}
	.globalsidenav__item--top .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--top_pc.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item--about .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--about_pc.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item--fighter .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--fighter_pc.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item--howtoplay .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--howtoplay_pc.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item--sound .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--sound_pc.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item--blog .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--blog_pc.png") 0 0;
		background-size: cover;
	}
	.is-opened-sidenav .globalsidenav__btn::after {
		background: transparent;
	}
	.is-opened-sidenav .globalsidenav__btn:hover::before {
		opacity: 1;
	}
	.is-opened-sidenav .globalsidenav__btn:hover::after {
		background: rgba(0, 0, 0, 0.35);
	}
	.globalsidenav__item--top .globalsidenav__btn:hover {
		background: none;
	}
	.globalsidenav__item--top .globalsidenav__btn:hover::before {
		background: #727272 url("assets/bg-angled-stripes.png") 0 0;
		background-size: 6px;
	}
	.globalsidenav__item--about .globalsidenav__btn:hover {
		background: none;
	}
	.globalsidenav__item--about .globalsidenav__btn:hover::before {
		background: #eb1625 url("assets/bg-angled-stripes.png") 0 0;
		background-size: 6px;
	}
	.globalsidenav__item--fighter .globalsidenav__btn:hover {
		background: none;
	}
	.globalsidenav__item--fighter .globalsidenav__btn:hover::before {
		background: #12c94d url("assets/bg-angled-stripes.png") 0 0;
		background-size: 6px;
	}
	.globalsidenav__item--howtoplay .globalsidenav__btn:hover {
		background: none;
	}
	.globalsidenav__item--howtoplay .globalsidenav__btn:hover::before {
		background: #227de6 url("assets/bg-angled-stripes.png") 0 0;
		background-size: 6px;
	}
	.globalsidenav__item--sound .globalsidenav__btn:hover {
		background: none;
	}
	.globalsidenav__item--sound .globalsidenav__btn:hover::before {
		background: #52e0e2 url("assets/bg-angled-stripes.png") 0 0;
		background-size: 6px;
	}
	.globalsidenav__item--blog .globalsidenav__btn:hover {
		background: none;
	}
	.globalsidenav__item--blog .globalsidenav__btn:hover::before {
		background: #dc0009 url("assets/bg-angled-stripes.png") 0 0;
		background-size: 6px;
	}
	.globalsidenav__item-body {
		position: relative;
		width: 46px;
		height: 46px;
	}
	.globalsidenav__ico {
		width: 22px;
		height: 22px;
	}
	.globalsidenav__item--top .globalsidenav__btn:hover .globalsidenav__ico svg,
	.globalsidenav__item--about .globalsidenav__btn:hover .globalsidenav__ico svg,
	.globalsidenav__item--fighter .globalsidenav__btn:hover .globalsidenav__ico svg,
	.globalsidenav__item--howtoplay .globalsidenav__btn:hover .globalsidenav__ico svg,
	.globalsidenav__item--sound .globalsidenav__btn:hover .globalsidenav__ico svg,
	.globalsidenav__item--blog .globalsidenav__btn:hover .globalsidenav__ico svg {
		fill: #fff;
		opacity: 0.85;
	}
	.globalsidenav__label {
		position: absolute;
		left: 46px;
		top: 0;
		bottom: 0;
		right: 0;
		vertical-align: middle;
	}
	.globalsidenav__label span {
		display: inline-block;
		font-size: 13px;
		margin-right: 10px;
		line-height: 1.4;
		color: #a3a3a3;
		font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
		top: 50%;
		padding-right: 5px;
		padding-left: 2px;
		position: absolute;
		width: 100%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	html[lang=ja] .globalsidenav__label span {
		font-size: 14px;
		font-family: MyNoto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: translate3d(0, -50%, 0) scaleX(0.93);
		transform: translate3d(0, -50%, 0) scaleX(0.93);
	}
	.globalsidenav__btn:hover .globalsidenav__label span {
		color: #fff;
		opacity: 0.7;
	}
	.globalsidenav-buy {
		position: absolute;
		bottom: 0;
		left: 20px;
		width: calc(100% - 39px);
	}
	.globalsidenav-buy__btn {
		opacity: 0;
		display: block;
		border: 1px solid #ff8900;
		background: url("assets/sidenav/globalsidenav-buy__btn_pc.png") 0 0;
		background-size: cover;
		text-align: center;
		-webkit-transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: opacity 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.is-opened-sidenav .globalsidenav-buy__btn {
		opacity: 1;
	}
	.globalsidenav-buy__label {
		padding-right: 4px;
		font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
		font-size: 13px;
		line-height: 46px;
		color: #ff9900;
		font-weight: bold;
		vertical-align: middle;
		display: inline-block;
	}
	.globalsidenav-buy i {
		display: block;
		width: 10px;
		height: 10px;
		position: absolute;
		right: 12%;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.globalsidenav-close {
		position: absolute;
		top: 24px;
		left: 0;
		width: 100%;
		text-align: right;
	}
	.globalsidenav-close__btn {
		display: inline-block;
		margin-right: 12px;
		padding: 5px;
	}
	.globalsidenav-close__btn i {
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
	}
	.globalsidenav-close__btn i::before {
		content: "";
		display: block;
		width: 42px;
		height: 2px;
		background: #666;
		position: absolute;
		left: -6px;
		top: 14px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.globalsidenav-close__btn i::after {
		content: "";
		display: block;
		width: 2px;
		height: 42px;
		background: #666;
		position: absolute;
		left: 14px;
		top: -6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@media all and (min-width: 980px) {
	.globalsidenav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 246px;
		height: 70%;
		margin: auto 0;
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
		-webkit-transition: background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
		z-index: 12;
	}
	.page-header__inner {
		padding-top: 0;
	}
	.page-header__body {
		margin-right: 193px;
	}
}

@media all and (min-width: 1366px) {
	.globalfooter-nav__item span {
		font-size: 15px;
	}
}

@media all and (min-width: 760px) and (max-width: 979px) {
	.globalsidenav {
		display: none !important;
	}
}

@media all and (max-width: 759px) {
	.c-button-buy__label {
		font-size: 13px;
	}
	.c-button-util__ico {
		width: 14px;
		height: 14px;
		margin-right: 6px;
	}
	.c-button-util__label {
		font-size: 9px;
		line-height: 12px;
		padding-top: 0;
	}
	.c-section__inner {
		padding: 0 15px;
	}
	.bottom-fixed-logo__logo {
		width: 118px;
		height: 65px;
	}
	.bottom-fixed-logo__logo::before {
		width: 199px;
		height: 71px;
		background-size: cover;
	}
	.is-bottom-logo-out .bottom-fixed-logo__logo::before {
		-webkit-transform: translate3d(-199px, 0, 0);
		transform: translate3d(-199px, 0, 0);
	}
	.bottom-fixed-logo__logo a {
		left: 2px;
		bottom: 2px;
		width: 118px;
		height: 65px;
		background-size: cover;
	}
	.globalfooter {
		/* SP */
	}
	.footer-share {
		padding-left: 15px;
	}
	.footer-share__header {
		display: none;
	}
	.footer-pagetop {
		padding-right: 15px;
	}
	.footer-pagetop i {
		width: 27px;
		height: 15px;
	}
	.globalfooter-product__body {
		margin: 0 auto;
		padding-top: 9.09%;
		padding-bottom: 7.09%;
	}
	.globalfooter-product__bnr {
		margin: 0 15px 32px 15px;
	}
	.globalfooter-product__title {
		margin: 0 auto 2.2%;
		font-size: 12px;
	}
	.globalfooter-product__date {
		margin: 0 auto 0.5px;
	}
	.globalfooter-product__date span {
		padding: 15px 0 0;
		font-size: 47px;
	}
	.globalfooter-product__info-wrap {
		width: 61.65%;
		max-width: 238px;
		margin: 0 auto 2%;
		text-align: left;
	}
	.globalfooter-product__info-wrap::after {
		content: "";
		display: block;
		clear: both;
	}
	.globalfooter-product__info {
		float: left;
	}
	.globalfooter-product__price,
	.globalfooter-product__type {
		display: block;
		font-size: 10px;
	}
	.globalfooter-product__price {
		margin: 19px 0 7px;
		text-align: left;
	}
	.globalfooter-nav {
		background: #000;
	}
	.globalfooter-nav__body {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.globalfooter-nav__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		border-top: #333333 1px solid;
		border-right: #333333 1px solid;
	}
	.globalfooter-nav__item:nth-child(2n) {
		border-right: none;
	}
	.globalfooter-nav__ico {
		display: inline-block;
		width: 19px;
		height: 19px;
		position: absolute;
		left: 14px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.globalfooter-nav__item span {
		font-size: 12px;
		line-height: 1;
		-webkit-transform: scaleX(0.93);
		transform: scaleX(0.93);
		padding-left: 20px;
		font-weight: bold;
	}
	html[lang=ja] .globalfooter-nav__item span {
		font-size: 13px;
		font-family: MyNoto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	}
	.globalfooter-info__body {
		padding: 20px 15px;
	}
	.globalfooter-rating {
		margin: 21.5px 0 20.5px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.globalfooter-select-language {
		padding: 10px 0;
		border-top: 1px solid #e7e7e7;
	}
	.globalfooter-select-language__inner {
		position: relative;
		width: 238px;
		margin: 0 auto;
		text-align: center;
	}
	.globalfooter-select-language__inner i {
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
	}
	.globalfooter-select-language__inner svg {
		display: block;
		width: 100%;
		height: 100%;
		fill: #717171;
	}
	.globalfooter-select-language_text {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 11px;
		font-size: 11px;
	}
	html[lang="en-gb"] .globalfooter-rating__item,
	html[lang="fr-fr"] .globalfooter-rating__item,
	html[lang="es-es"] .globalfooter-rating__item,
	html[lang="de"] .globalfooter-rating__item,
	html[lang="it"] .globalfooter-rating__item,
	html[lang="nl"] .globalfooter-rating__item,
	html[lang="ru"] .globalfooter-rating__item,
	html[lang="en-au"] .globalfooter-rating__item {
		margin: 0;
	}
	html[lang="en-gb"] .globalfooter-rating__item a,
	html[lang="fr-fr"] .globalfooter-rating__item a,
	html[lang="es-es"] .globalfooter-rating__item a,
	html[lang="de"] .globalfooter-rating__item a,
	html[lang="it"] .globalfooter-rating__item a,
	html[lang="nl"] .globalfooter-rating__item a,
	html[lang="ru"] .globalfooter-rating__item a,
	html[lang="en-au"] .globalfooter-rating__item a {
		display: block;
	}
	.globalfooter-aside__inner {
		padding: 18px 15px;
	}
	.footer-corporate__item {
		margin-right: 20px;
	}
	.footer-previous i,
	.footer-corporate__item i {
		width: 10px;
		height: 10px;
		margin-right: 4px;
	}
	.globalfooter .footer-previous {
		margin-top: 18px;
	}
	.footer-previous span,
	.footer-corporate__item span {
		font-size: 11px;
	}
	html:not([lang*="ja"]) .globalfooter-nav__item {
		height: auto;
	}
	html:not([lang*="ja"]) .globalfooter-nav__item a {
		height: 100%;
		min-height: 58px;
	}
	html:not([lang*="ja"]) .globalfooter-nav__item span {
		padding-right: 5px;
		padding-left: 36px;
		text-align: center;
		line-height: 1.2;
	}
	.globalsidenav-open {
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 15;
	}
	.globalsidenav-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 0 10%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow-y: auto;
		z-index: 1002;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.is-opened-sidenav .globalsidenav-wrapper {
		background: rgba(0, 0, 0, 0.95);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.is-opened-sidenav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.globalsidenav__item {
		border-bottom: 1px solid #333;
	}
	.globalsidenav__item:last-child {
		border-bottom: 1px solid transparent;
	}
	.globalsidenav__btn {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.globalsidenav__btn::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.globalsidenav__btn::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 6px;
		height: 100%;
	}
	.globalsidenav__item--top .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--top_sp.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item--about .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--about_sp.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item--fighter .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--fighter_sp.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item--howtoplay .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--howtoplay_sp.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item--sound .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--sound_sp.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item--blog .globalsidenav__btn {
		background: url("assets/sidenav/globalsidenav__item--blog_sp.png") 0 0;
		background-size: cover;
	}
	.globalsidenav__item-body {
		position: relative;
		width: 94px;
		height: 80px;
	}
	.globalsidenav__ico {
		width: 31px;
		height: 31px;
	}
	.globalsidenav__label {
		position: absolute;
		left: 94px;
		top: 0;
		bottom: 0;
		right: 0;
		vertical-align: middle;
	}
	.globalsidenav__label span {
		display: inline-block;
		line-height: 1.4;
		font-size: 18px;
		color: #a3a3a3;
		font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
		top: 50%;
		padding-right: 5px;
		padding-left: 2px;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: scaleX(0.93);
		transform: scaleX(0.93);
		position: absolute;
		width: 100%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	html[lang=ja] .globalsidenav__label span {
		font-size: 19px;
		font-family: MyNoto, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		-webkit-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: translate3d(0, -50%, 0) scaleX(0.93);
		transform: translate3d(0, -50%, 0) scaleX(0.93);
	}
	.is-top .globalsidenav__item--top .globalsidenav__label span {
		color: #727272;
	}
	.is-about .globalsidenav__item--about .globalsidenav__label span {
		color: #eb1625;
	}
	.is-fighter .globalsidenav__item--fighter .globalsidenav__label span {
		color: #12c94d;
	}
	.is-howtoplay .globalsidenav__item--howtoplay .globalsidenav__label span {
		color: #227de6;
	}
	.is-sound .globalsidenav__item--sound .globalsidenav__label span {
		color: #52e0e2;
	}
	.is-blog .globalsidenav__item--blog .globalsidenav__label span {
		color: #eb1625;
	}
	.globalsidenav-buy {
		position: relative;
		margin: 8% 4.66667%;
	}
	.globalsidenav-buy__btn {
		display: block;
		border: 2px solid #ff8900;
		background: url("assets/sidenav/globalsidenav-buy__btn_sp.png") 0 0;
		background-size: cover;
		text-align: center;
	}
	.globalsidenav-buy__label {
		padding-right: 4px;
		font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
		font-size: 14px;
		line-height: 45px;
		color: #ff9900;
	}
	.globalsidenav-buy i {
		display: block;
		width: 14px;
		height: 14px;
		position: absolute;
		right: 24px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.globalsidenav-close {
		padding-top: 4.8%;
		border-top: 1px solid #333;
		text-align: center;
	}
	.globalsidenav-close__btn {
		display: inline-block;
		padding: 5px;
	}
	.globalsidenav-close__btn i {
		display: inline-block;
		position: relative;
		width: 42px;
		height: 42px;
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	.globalsidenav-close__btn i::before {
		content: "";
		display: block;
		width: 56px;
		height: 4px;
		background: #666;
		position: absolute;
		left: -7px;
		top: 19px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.globalsidenav-close__btn i::after {
		content: "";
		display: block;
		width: 4px;
		height: 56px;
		background: #666;
		position: absolute;
		left: 19px;
		top: -7px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@media all and (max-width: 369px) {
	.c-button-util__ico {
		margin-right: 3px;
	}
}