@charset "UTF-8";

.mystaHF,
.mystaHF * {
	box-sizing: border-box;
}

.mystaHF {
	color: #222;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	line-height: 1.8;
	-webkit-tap-highlight-color: transparent;
}

.mystaHF a {
	color: inherit;
	text-decoration: none;
	transition: color 0.25s ease, opacity 0.25s ease;
}

.mystaHF a:hover {
	color: #fa2341;
}

.mystaHF img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.mystaHF ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mystaHF p {
	margin: 0;
}

.mystaHF-visuallyHidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.mystaHF-header {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	position: relative;
	z-index: 50;
}

.mystaHF-header__inner {
	align-items: center;
	display: flex;
	height: 74px;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	width: min(100%, 1200px);
}

.mystaHF-header__logo {
	display: inline-flex;
	flex: 0 0 auto;
	line-height: 0;
	width: 130px;
}

.mystaHF-header__logo:hover {
	color: inherit;
	opacity: 1;
}

.mystaHF-header__nav {
	margin-left: auto;
}

.mystaHF-header__nav ul {
	align-items: center;
	display: flex;
	gap: clamp(14px, 2.05vw, 26px);
	justify-content: flex-end;
}

.mystaHF-header__nav a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 74px;
	white-space: nowrap;
}

.mystaHF-header__menuButton {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	display: none;
	flex-direction: column;
	gap: 5px;
	height: 44px;
	justify-content: center;
	margin-left: auto;
	padding: 0;
	width: 44px;
}

.mystaHF-header__menuButton:focus-visible,
.mystaHF-drawer__close:focus-visible {
	outline: 2px solid #fa2341;
	outline-offset: 4px;
}

.mystaHF-header__menuLine {
	background: #222;
	display: block;
	height: 2px;
	width: 24px;
}

.mystaHF-drawer {
	background: #fff;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transform: translateX(18px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	visibility: hidden;
	z-index: 100000;
}

.mystaHF-drawer.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
	visibility: visible;
}

.mystaHF-drawer__panel {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow-y: auto;
	padding: 20px clamp(24px, 7vw, 56px) 42px;
}

.mystaHF-drawer__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 54px;
}

.mystaHF-drawer__logo {
	display: inline-flex;
	line-height: 0;
	width: 128px;
}

.mystaHF-drawer__close {
	background: transparent;
	border: 0;
	height: 44px;
	position: relative;
	width: 44px;
}

.mystaHF-drawer__close::before,
.mystaHF-drawer__close::after {
	background: #222;
	content: "";
	height: 2px;
	left: 11px;
	position: absolute;
	top: 21px;
	width: 22px;
}

.mystaHF-drawer__close::before {
	transform: rotate(45deg);
}

.mystaHF-drawer__close::after {
	transform: rotate(-45deg);
}

.mystaHF-drawer__nav {
	margin-top: 40px;
}

.mystaHF-drawer__nav a {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	padding: 10px 0;
	text-align: center;
}

.mystaHF-drawer__social,
.mystaHF-footer__social {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
}

.mystaHF-drawer__social {
	margin-top: 44px;
}

.mystaHF-drawer__social a,
.mystaHF-footer__social a {
	align-items: center;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.mystaHF-drawer__social img,
.mystaHF-footer__social img {
	max-height: 42px;
	max-width: 42px;
}

.mystaHF-footer {
	background: #000;
	position: relative;
	z-index: 20;
}

.mystaHF-footer__download {
	background: #eee;
	min-height: 219px;
}

.mystaHF-footer__downloadInner {
	align-items: center;
	display: grid;
	grid-template-columns: 40% 60%;
	margin: 0 auto;
	max-width: 1200px;
	min-height: 219px;
	padding: 0;
	width: min(100%, 1200px);
}

.mystaHF-footer__character {
	height: 124px;
	position: relative;
	width: 210px;
}

.mystaHF-footer__appIcon {
	border-radius: 5px;
	left: 96px;
	position: absolute;
	top: 22px;
	width: 100px;
}

.mystaHF-footer__mascot {
	left: 64px;
	position: absolute;
	top: 4px;
	transform: rotate(24deg);
	width: 50px;
}

.mystaHF-footer__app {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mystaHF-footer__storeButtons {
	align-items: center;
	display: flex;
	gap: 14px;
}

.mystaHF-footer__storeButtons a {
	display: inline-flex;
	line-height: 0;
}

.mystaHF-footer__storeButtons img {
	max-height: 45px;
	width: auto;
}

.mystaHF-footer__app p {
	color: #222;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	padding-left: 20px;
}

.mystaHF-footer__bottom {
	background: #000;
	color: #fff;
}

.mystaHF-footer__bottomInner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 54px 0;
	width: min(100%, 1200px);
}

.mystaHF-footer__menu ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0 24px;
	justify-content: center;
}

.mystaHF-footer__menu a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
}

.mystaHF-footer__menu a:hover {
	color: #fa2341;
}

.mystaHF-footer__social {
	margin-top: 28px;
}

.mystaHF-footer__copyright {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 20px;
	text-align: center;
}

html[data-spmenu="opened"] {
	overflow: hidden;
}

@media screen and (max-width: 1230px) {
	.mystaHF-header__inner,
	.mystaHF-footer__downloadInner,
	.mystaHF-footer__bottomInner {
		max-width: 90%;
	}
}

@media screen and (max-width: 959px) {
	.mystaHF-header__inner {
		height: 74px;
		max-width: 90%;
	}

	.mystaHF-header__nav {
		display: none;
	}

	.mystaHF-header__menuButton {
		display: inline-flex;
	}

	.mystaHF-footer__downloadInner {
		display: flex;
		flex-direction: column;
		gap: 10px;
		justify-content: center;
		min-height: 256px;
		padding: 22px 0 26px;
	}

	.mystaHF-footer__character {
		height: 116px;
		margin-left: -36px;
		width: 170px;
	}

	.mystaHF-footer__appIcon {
		left: 52px;
		top: 20px;
		width: 100px;
	}

	.mystaHF-footer__mascot {
		left: 84px;
		top: 40px;
		width: 50px;
	}

	.mystaHF-footer__app {
		align-items: center;
		width: 100%;
	}

	.mystaHF-footer__storeButtons {
		justify-content: center;
		width: 100%;
	}

	.mystaHF-footer__app p {
		padding-left: 0;
		text-align: center;
	}

	.mystaHF-footer__bottomInner {
		padding: 50px 0;
	}

	.mystaHF-footer__menu ul {
		display: block;
		text-align: center;
	}

	.mystaHF-footer__menu li {
		margin: 10px 0;
	}
}

@media screen and (max-width: 480px) {
	.mystaHF-header__logo,
	.mystaHF-drawer__logo {
		width: 118px;
	}

	.mystaHF-drawer__panel {
		padding-left: 24px;
		padding-right: 24px;
	}

	.mystaHF-footer__storeButtons {
		gap: 8px;
	}

	.mystaHF-footer__storeButtons img {
		max-height: 38px;
	}

	.mystaHF-footer__copyright {
		font-size: 14px;
		line-height: 18px;
	}
}
