/* ---------------------------------------------
  Foundation - Reset
	--------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

table,
input,
textarea,
select,
option {
	line-height: 1.1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	max-width: 100%;
	vertical-align: top;
}

a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: inherit;
	text-decoration: none;
	box-sizing: border-box;
}

a:hover {
	opacity: 0.8;
}

/* ---------------------------------------------
  Foundation - Base
	--------------------------------------------- */
:root {
	--jp-fonts: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'YuGothic', 'Noto Sans JP', Meiryo, sans-serif;
	--en-fonts: 'Helvetica Neue', 'Manrope', Arial, sans-serif;
	--en-cond-fonts: 'Helvetica Neue', 'Manrope', 'Arial Narrow', Arial, sans-serif;
	--serif-fonts: 'Noto Serif', Georgia, 'Times New Roman', serif;
	--min-fonts: 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', 'BIZ UDPMincho', serif;
	--color-base: #000;
	--color-text: #fff;
	--color-blue: #2e64fa;
	--color-blue02: #1979ff;
	--color-blue03: #00a0ff;
	--color-line: rgba(0, 85, 255, 0.82);
	--header-height: 92px;
}

body {
	font-family: var(--jp-fonts);
	font-size: 1.4rem;
	line-height: 1.5;
	color: var(--color-text);
	background: var(--color-base);
	font-feature-settings: 'palt' 1;
	-webkit-font-feature-settings: 'palt' 1;
}

.c-sec-head__ttl,
.c-sec-head__subttl,
.c-sec-txt,
.p-mv__lead,
.p-mv__copy,
.p-catchcopy__ttl,
.p-catchcopy__txt,
.p-function__ttl,
.p-function__sub,
.p-function__cap,
.p-function__item-ttl,
.p-function__txt,
.p-spec__txt,
.p-support__lead,
.p-support__txt {
	font-feature-settings: 'palt' 1;
	-webkit-font-feature-settings: 'palt' 1;
}

body.is-menu-open {
	overflow: hidden;
}

button,
input,
textarea,
select {
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
	cursor: pointer;
	border: 0;
	background: none;
	color: inherit;
}

/* ---------------------------------------------
  Utility
	--------------------------------------------- */
.sp-only {
	display: none;
}

/* ---------------------------------------------
  Layout
	--------------------------------------------- */
.l-page {
	overflow: hidden;
	min-height: 100vh;
	background: var(--color-base);
}

.l-main {
	padding-top: var(--header-height);
}

.l-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.96);
	border-bottom: 1px solid rgba(0, 85, 255, 0.4);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}

.l-header__inner {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: var(--header-height);
	padding: 0 28px 0 18px;
}

.l-header__brand {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: min(5vw, 100px);
}

.l-header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.l-header__mark {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 74px;
	height: 68px;
	background: #0646b5;
	font-family: var(--en-fonts);
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.l-header__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 181px;
	max-height: 35px;
	vertical-align: middle;
}

.l-container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

/* ---------------------------------------------
  Component
	--------------------------------------------- */
.c-gnav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.c-gnav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-self: flex-start;
}

.c-gnav__item {
	max-width: 146px;
	width: 100%;
	border-left: 1px solid var(--color-line);
}

.c-gnav__item:last-child {
	border-right: 1px solid var(--color-line);
}

.c-gnav__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 0.8vw;
	text-align: center;
}

.c-gnav__link:hover {
	opacity: 1;
	color: var(--color-blue03);
}

.c-gnav__ja {
	display: block;
	margin-bottom: 4px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.03em;
	white-space: nowrap;
	color: #808080;
}

.c-gnav__en {
	display: block;
	color: var(--color-blue02);
	font-family: var(--en-fonts);
	font-size: 1.25rem;
	line-height: 1.2;
	white-space: nowrap;
}

.l-header__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	gap: 30px;
	margin-left: 42px;
}
.c-gnav__item {
	position: relative;
	max-width: 146px;
	width: 100%;
	border-left: 1px solid var(--color-line);
	transition: all 0.3s ease;
}

.c-gnav__item::after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 2px;
	background: var(--color-blue);
	content: '';
	transform: translateX(-50%);
	transition: all 0.3s ease;
}

.c-gnav__item:hover {
	background: rgba(0, 85, 255, 0.05);
}

.c-gnav__item:hover::after {
	width: 70%;
}

.c-gnav__link,
.c-gnav__ja,
.c-gnav__en {
	transition: all 0.3s ease;
}

.c-gnav__item:hover .c-gnav__ja {
	color: var(--color-blue03);
	transform: translateY(-2px);
}

.c-gnav__item:hover .c-gnav__en {
	color: var(--color-blue03);
}
.c-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c-btn::before {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.35)), to(transparent));
	background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.35), transparent);
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
	content: '';
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.c-btn:hover {
	opacity: 1;
	-webkit-filter: brightness(1.12);
	filter: brightness(1.12);
}

.c-btn:hover::before {
	left: 100%;
}

.c-btn--blue {
	min-width: 226px;
	min-height: 44px;
	padding: 10px 22px;
	background: var(--color-blue);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}

.c-menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c-menu-btn:hover {
	color: var(--color-blue03);
}

.c-menu-btn__txt {
	font-family: var(--en-fonts);
	font-size: 1.2rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.c-menu-btn__bars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 34px;
	height: 28px;
}

.c-menu-btn__line {
	display: block;
	width: 100%;
	height: 3px;
	background: var(--color-blue);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.c-menu-btn.is-active .c-menu-btn__line--top {
	-webkit-transform: translateY(12px) rotate(45deg);
	-ms-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
}

.c-menu-btn.is-active .c-menu-btn__line--middle {
	opacity: 0;
}

.c-menu-btn.is-active .c-menu-btn__line--bottom {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}

.c-bg-txt {
	color: var(--color-blue);
	font-family: var(--serif-fonts);
	font-size: clamp(7rem, 13vw, 13.6rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.01em;
	opacity: 0.25;
	pointer-events: none;
}

.c-sec-bg {
	position: absolute;
	inset: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	pointer-events: none;
}

.c-sec-bg::before {
	position: absolute;
	inset: 0;
	/* background: rgba(0, 0, 0, 0.46); */
	content: '';
	pointer-events: none;
}

.c-sec-line {
	position: absolute;
	z-index: 4;
	top: 0;
	right: 0;
	left: 0;
	height: 6.5rem;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 127, 196, 0.98)), to(rgba(24, 127, 196, 0)));
	background: -o-linear-gradient(top, rgba(24, 127, 196, 0.98) 0%, rgba(24, 127, 196, 0) 100%);
	background: linear-gradient(180deg, rgba(24, 127, 196, 0.98) 0%, rgba(24, 127, 196, 0) 100%);
	pointer-events: none;
}

.c-sec-head {
	color: #fff;
	font-family: var(--min-fonts);
	font-weight: 400;
	text-align: center;
}

.c-sec-head__ttl {
	font-size: 3.1rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0.04em;
}

.c-sec-head__em {
	display: inline-block;
	font-size: 4.5rem;
	line-height: 1;
}

.c-sec-head__subttl {
	margin-top: 0.8rem;
	font-size: 2.7rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.12em;
}

.c-sec-txt {
	color: #fff;
	font-family: var(--min-fonts);
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0.01em;
}
.c-sec-txt small {
	font-size: 1.3rem;
	vertical-align: text-top;
}
.c-sec-grad {
	position: relative;
}

.c-sec-grad::after {
	position: absolute;
	z-index: 4;
	right: 0;
	left: 0;
	height: 6.5rem;
	content: '';
	pointer-events: none;
}

.c-sec-grad--top::after {
	top: 0;
	background: -webkit-linear-gradient(top, rgb(24 127 196 / 80%) 0%, rgba(24, 127, 196, 0) 100%);
	background: linear-gradient(180deg, rgb(24 127 196 / 80%) 0%, rgba(24, 127, 196, 0) 100%);
	mix-blend-mode: hard-light;
}

.c-sec-grad--bottom::after {
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(24, 127, 196, 0) 0%, rgb(24 127 196 / 80%) 100%);
	background: linear-gradient(180deg, rgba(24, 127, 196, 0) 0%, rgb(24 127 196 / 80%) 100%);
	mix-blend-mode: hard-light;
}

.c-sec-grad--both::before,
.c-sec-grad--both::after {
	position: absolute;
	z-index: 4;
	right: 0;
	left: 0;
	height: 6.5rem;
	content: '';
	pointer-events: none;
}

.c-sec-grad--both::before {
	top: 0;
	background: -webkit-linear-gradient(top, rgb(24 127 196 / 80%) 0%, rgba(24, 127, 196, 0) 100%);
	background: linear-gradient(180deg, rgb(24 127 196 / 80%) 0%, rgba(24, 127, 196, 0) 100%);
	mix-blend-mode: hard-light;
}

.c-sec-grad--both::after {
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(24, 127, 196, 0) 0%, rgb(24 127 196 / 80%) 100%);
	background: linear-gradient(180deg, rgba(24, 127, 196, 0) 0%, rgb(24 127 196 / 80%) 100%);
	mix-blend-mode: hard-light;
}

/* ---------------------------------------------
  Menu
	--------------------------------------------- */
.p-menu {
	position: fixed;
	z-index: 99;
	top: var(--header-height, 92px);
	right: 0;
	bottom: auto;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100vh - var(--header-height, 92px));
	max-height: calc(100vh - var(--header-height, 92px));
	background: rgba(0, 0, 0, 0.94);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-18px);
	-ms-transform: translateY(-18px);
	transform: translateY(-18px);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-overflow-scrolling: touch;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	pointer-events: none;
}

.p-menu::before {
	position: fixed;
	inset: var(--header-height, 92px) 0 0;
	background:
		-o-radial-gradient(72% 20%, circle, rgba(0, 116, 255, 0.34), transparent 34%),
		-o-linear-gradient(315deg, rgba(0, 85, 255, 0.14), transparent 50%);
	background: radial-gradient(circle at 72% 20%, rgba(0, 116, 255, 0.34), transparent 34%), linear-gradient(135deg, rgba(0, 85, 255, 0.14), transparent 50%);
	content: '';
	pointer-events: none;
}

.p-menu.is-open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}

.p-menu__inner {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: min(1120px, 100%);
	min-height: 100%;
	margin: 0 auto;
	padding: 72px 30px 56px;
}

.p-menu__name {
	margin-bottom: 44px;
	color: rgba(255, 255, 255, 0.16);
	font-family: var(--en-cond-fonts);
	font-size: clamp(6rem, 9vw, 13rem);
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: 0.04em;
}

.p-menu__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 28px 1fr 28px 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.p-menu__link {
	display: block;
	min-height: 118px;
	padding: 26px 30px;
	border: 1px solid rgba(0, 116, 255, 0.7);
	background: rgba(0, 30, 90, 0.26);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-menu__link:hover {
	opacity: 1;
	background: rgba(0, 85, 255, 0.22);
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}

.p-menu__ja {
	display: block;
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.p-menu__en {
	color: var(--color-blue03);
	font-family: var(--en-fonts);
	font-size: 1.2rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.p-menu__bottom {
	margin-top: 36px;
	text-align: right;
}
/* ---------------------------------------------
  Mainvisual
	--------------------------------------------- */
.p-mv {
	position: relative;
	overflow: hidden;
	height: calc(100vh - var(--header-height));
	max-height: calc(100vh - var(--header-height));
	background: #000;

	/* machine adjust */
	--mv-machine-top: clamp(4rem, 6vh, 7rem);
	--mv-machine-extra-height: clamp(18rem, 24vh, 30rem);
	--mv-machine-scale: 1.4;
	--mv-machine-offset-x: -1.2rem;
	--mv-machine-offset-y: -14.6rem;
}

.p-mv::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.22) 34%, rgba(0, 0, 0, 0.72) 100%), radial-gradient(circle at 68% 48%, rgba(0, 116, 255, 0.16), transparent 28%);
	content: '';
	pointer-events: none;
}

.p-mv__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)),
		url('/files/user/ffh-s70/sc/images/bg-mv.jpg') center 47% / cover no-repeat;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.p-mv__inner {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	height: 100%;
	padding: 0;
}

.p-mv__machine {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 50%;
	height: 100%;
	padding-top: var(--mv-machine-top);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	pointer-events: none;
}

.p-mv__machine img {
	position: absolute;
	top: var(--mv-machine-top);
	left: calc(30vw - 2rem);
	display: block;
	width: auto;
	height: calc(100% + var(--mv-machine-extra-height));
	max-width: none;
	max-height: none;
	-webkit-transform: translateX(-50%) translateY(var(--mv-machine-offset-y)) scale(var(--mv-machine-scale));
	-ms-transform: translateX(-50%) translateY(var(--mv-machine-offset-y)) scale(var(--mv-machine-scale));
	transform: translateX(-50%) translateY(var(--mv-machine-offset-y)) scale(var(--mv-machine-scale));
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}

.p-mv__body {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: fit-content;
	padding: 0 8.2% 0 3.6%;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.p-mv__lead {
	margin-bottom: 1.5vh;
	font-size: clamp(1.5rem, 1.85vw, 3rem);
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-family: var(--min-fonts);
}

.p-mv__ttl {
	margin-bottom: 1.6vh;
	line-height: 1;
}

.p-mv__ttl-sub {
	display: block;
	color: var(--color-blue02);
	font-family: var(--serif-fonts);
	font-size: clamp(3.5rem, 4.55vw, 7.7rem);
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	text-shadow: 0 0 16px rgba(0, 76, 255, 0.24);
}

.p-mv__copy {
	margin-bottom: 1.2vh;
	font-size: clamp(1.75rem, 1.75vw, 2.8rem);
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.08em;
	font-family: var(--min-fonts);
}

.p-mv__brand {
	width: min(35.5vw, 490px);
}

.p-mv__brand img {
	display: block;
	width: 87%;
	height: auto;
	margin: 0 auto;
}

.p-mv__scroll {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-mv__scroll:hover {
	opacity: 1;
}

.p-mv__scroll-txt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: var(--color-blue02);
	font-family: var(--en-fonts);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.p-mv__scroll-line {
	position: relative;
	display: block;
	overflow: hidden;
	width: 1px;
	height: 72px;
	background: rgba(0, 116, 255, 0.32);
}

.p-mv__scroll-line::before {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-blue02);
	content: '';
	-webkit-animation: scrollLine 1.8s ease-in-out infinite;
	animation: scrollLine 1.8s ease-in-out infinite;
}
@-webkit-keyframes scrollLine {
	0% {
		top: -100%;
	}

	100% {
		top: 100%;
	}
}

@keyframes scrollLine {
	0% {
		top: -100%;
	}

	100% {
		top: 100%;
	}
}
/* ---------------------------------------------
  Catchcopy
	--------------------------------------------- */
.p-catchcopy {
	position: relative;
	overflow: hidden;
	min-height: min(78rem, calc(100vh - var(--header-height)));
	background: #000;
}

.p-catchcopy__bg {
	background-image: url('/files/user/ffh-s70/sc/images/bg-catchcopy.png');
}

.p-catchcopy .l-container {
	position: relative;
	z-index: 2;
}

.p-catchcopy::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		radial-gradient(circle at 50% 24%, rgba(23, 67, 230, 0.24), transparent 30%),
		-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.72)));
	background:
		-o-radial-gradient(50% 24%, circle, rgba(23, 67, 230, 0.24), transparent 30%),
		-o-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.72));
	background: radial-gradient(circle at 50% 24%, rgba(23, 67, 230, 0.24), transparent 30%), linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
	content: '';
	pointer-events: none;
}

.p-catchcopy__inner {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: min(78rem, calc(100vh - var(--header-height)));
	padding: 8.4rem 3rem 8rem;
	text-align: center;
}

.p-catchcopy__en {
	position: absolute;
	z-index: -1;
	top: 17.4rem;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-catchcopy__ttl {
	position: relative;
	margin-bottom: 6.2rem;
	font-family: var(--min-fonts);
	font-size: 4.5rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.14em;
}

.p-catchcopy__txt {
	font-family: var(--min-fonts);
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.24em;
}

/* ---------------------------------------------
  Effect
	--------------------------------------------- */
.p-effect {
	position: relative;
	overflow: hidden;
	height: 77rem;
	background: #000;
}
.p-effect::before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
		url('/files/user/ffh-s70/sc/images/movie_bg.jpg') center center / cover no-repeat;
	content: '';
}

.p-effect .l-container {
	position: relative;
	z-index: 2;
	height: 100%;
}

.p-effect__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	min-height: 77rem;
	padding: 8rem 0;
	text-align: center;
}

.p-effect__play {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-effect__play:hover {
	opacity: 0.78;
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
}

.p-effect__play img {
	display: block;
	width: 100%;
	height: auto;
}
/* ---------------------------------------------
  Video Modal
--------------------------------------------- */
.p-video-modal {
	position: fixed;
	z-index: 9999;
	inset: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.p-video-modal.is-active {
	visibility: visible;
	opacity: 1;
}

.p-video-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.82);
	cursor: pointer;
}

.p-video-modal__content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: min(90vw, 120rem);
	transform: translate(-50%, -50%);
}

.p-video-modal__video {
	display: block;
	width: 100%;
	height: auto;
	background: #000;
}

.p-video-modal__close {
	position: absolute;
	top: -5rem;
	right: 0;
	border: 0;
	background: none;
	color: #fff;
	font-size: 4rem;
	line-height: 1;
	cursor: pointer;
	transition: all 0.3s ease;
}

.p-video-modal__close:hover {
	opacity: 0.7;
}
/* ---------------------------------------------
  Product Features
	--------------------------------------------- */
.p-feature {
	position: relative;
	overflow: hidden;
	background: #000;
}

.p-feature .l-container {
	position: relative;
	z-index: 2;
}

.p-feature__inner {
	position: relative;
	min-height: 76.8rem;
	margin: 0 auto;
	padding: 8.5rem 0 8.5rem;
}

.p-feature__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 11.6rem 1fr 11.6rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	gap: 7.4rem 11.6rem;
	margin-top: 7.2rem;
}

.p-feature__item {
	text-align: center;
}

.p-feature__visual {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 18.6rem;
	color: var(--color-blue);
	font-family: var(--min-fonts);
}

.p-feature__icon {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.p-feature__icon--lock {
	width: 16rem;
}

.p-feature__icon--time {
	width: 16rem;
}

.p-feature__icon--finger {
	width: 16.8rem;
}

.p-feature__icon--plus {
	width: 15rem;
}

.p-feature__txt {
	margin-top: 2.4rem;
}

.p-feature__note {
	position: absolute;
	top: 3.5rem;
	left: calc(50% - 11rem);
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: 0.04em;
	text-align: left;
}

.p-feature__sizeup {
	top: 5rem;
	font-size: 4.0rem;
}

.p-feature__no {
	position: absolute;
	bottom: 1.3rem;
	left: calc(50% - 11rem);
	font-size: 6.6rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
}

.p-feature__num {
	position: absolute;
	right: calc(50% - 11.2rem);
	bottom: 1.2rem;
	font-size: 18rem;
	font-weight: 700;
	line-height: 0.82;
	letter-spacing: -0.08em;
}

.p-feature__zero-label {
	position: absolute;
	top: 1.2rem;
	left: 50%;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-feature__zero {
	position: absolute;
	left: 50%;
	bottom: -0.2rem;
	font-size: 16rem;
	font-weight: 700;
	line-height: 0.82;
	letter-spacing: -0.06em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-feature__side {
	position: absolute;
	right: -12.6rem;
	bottom: 1.4rem;
	color: rgba(23, 67, 230, 0.4);
	font-family: var(--en-fonts);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/* ---------------------------------------------
  Component - Info Section
	--------------------------------------------- */
.c-info-sec {
	position: relative;
	overflow: hidden;
	min-height: 63.6rem;
	background: #000;
}

.c-info-sec .l-container {
	position: relative;
	z-index: 3;
	height: 100%;
}

.c-info-sec__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height: 63.6rem;
}

.c-info-sec__content {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 62rem;
	color: #fff;
}

.c-info-sec--txt-right .c-info-sec__inner {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.c-info-sec--txt-right .c-info-sec__content {
	margin-left: auto;
	padding-right: 6rem;
}

.c-info-sec--txt-left .c-info-sec__inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.c-info-sec--txt-left .c-info-sec__content {
	margin-right: auto;
}

.c-info-sec__head {
	margin-bottom: 6rem;
	text-align: left;
}

.c-info-sec__head .c-sec-head__ttl {
	display: inline-block;
	line-height: 1.55;
	white-space: nowrap;
}

.c-info-sec__txt {
	line-height: 1.95;
	text-align: left;
}

.c-info-sec__txt p {
	margin: 0;
	white-space: nowrap;
}

.c-info-sec__note {
	margin-top: 1.6rem !important;
	font-size: 1.6rem;
	line-height: 1.6;
	white-space: nowrap;
}

.c-info-sec__side {
	position: absolute;
	z-index: 4;
	top: 50%;
	width: 7.6rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.c-info-sec__side--right {
	right: 0;
}

.c-info-sec__side--left {
	left: 0;
}

.c-info-sec__side img {
	display: block;
	width: 100%;
	height: auto;
}

.c-info-sec__media {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.c-info-sec__bg picture {
	display: block;
	width: 100%;
	height: 100%;
}

.c-info-sec__media img,
.c-info-sec__bg img {
	display: block;
	height: auto;
	max-width: none;
}

.c-info-sec__bg {
	position: absolute;
	z-index: 2;
	inset: 0;
	overflow: hidden;
	pointer-events: none;
}

.c-info-sec__bg img {
	position: absolute;
}
/* ---------------------------------------------
  Component - Back to Top
	--------------------------------------------- */
.c-backtop {
	position: fixed;
	z-index: 90;
	right: 3.2rem;
	bottom: 3.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	width: 5.6rem;
	height: 9.6rem;
	border: 1px solid rgba(25, 121, 255, 0.72);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 37, 112, 0.82)), to(rgba(0, 0, 0, 0.9)));
	background: -o-linear-gradient(top, rgba(0, 37, 112, 0.82) 0%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(180deg, rgba(0, 37, 112, 0.82) 0%, rgba(0, 0, 0, 0.9) 100%);
	color: var(--color-blue02);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(2rem);
	-ms-transform: translateY(2rem);
	transform: translateY(2rem);
	-webkit-transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		-webkit-transform 0.3s ease,
		-webkit-filter 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		-webkit-transform 0.3s ease,
		-webkit-filter 0.3s ease;
	-o-transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease,
		filter 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease,
		filter 0.3s ease;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease,
		transform 0.3s ease,
		filter 0.3s ease,
		-webkit-transform 0.3s ease,
		-webkit-filter 0.3s ease;
	-webkit-box-shadow: 0 0 2.4rem rgba(25, 121, 255, 0.22);
	box-shadow: 0 0 2.4rem rgba(25, 121, 255, 0.22);
}

.c-backtop::before {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	content: '';
	pointer-events: none;
}

.c-backtop::after {
	position: absolute;
	top: 1.4rem;
	left: 50%;
	width: 1.2rem;
	height: 1.2rem;
	border-top: 2px solid var(--color-blue02);
	border-left: 2px solid var(--color-blue02);
	content: '';
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.c-backtop.is-show {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.c-backtop:hover {
	opacity: 1;
	-webkit-filter: brightness(1.18);
	filter: brightness(1.18);
	-webkit-transform: translateY(-0.4rem);
	-ms-transform: translateY(-0.4rem);
	transform: translateY(-0.4rem);
}

.c-backtop__txt {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 1.2rem;
	font-family: var(--en-fonts);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.16em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.c-backtop__line {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 1px;
	height: 3.2rem;
	margin-top: 2.8rem;
	background: rgba(25, 121, 255, 0.32);
}

.c-backtop__line::before {
	position: absolute;
	right: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: var(--color-blue02);
	content: '';
	-webkit-animation: backtopLine 1.8s ease-in-out infinite;
	animation: backtopLine 1.8s ease-in-out infinite;
}

@-webkit-keyframes backtopLine {
	0% {
		bottom: -100%;
	}

	100% {
		bottom: 100%;
	}
}

@keyframes backtopLine {
	0% {
		bottom: -100%;
	}

	100% {
		bottom: 100%;
	}
}
/* ---------------------------------------------
  Smooth Payment
	--------------------------------------------- */
.p-smooth {
	min-height: 67rem;
	padding-top: 10px;
}

.p-smooth .c-info-sec__inner {
	min-height: 65rem;
}

.p-smooth .c-info-sec__media {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 47%;
	height: 67rem;
}

.p-smooth__img img {
	width: 76%;
	max-width: 48rem;
	margin-top: 5rem;
	margin-left: 0;
}

.p-smooth__content {
	width: 53%;
	max-width: none;
	padding-left: 0;
}

.p-smooth__en {
	position: absolute;
	z-index: -1;
	top: 45%;
	left: 45%;
	font-size: clamp(4rem, 8vw, 9rem);
	line-height: 1;
	white-space: nowrap;
	opacity: 0.25;
	transform: translate3d(-50%, -50%, 0);
}

.p-smooth .c-info-sec__head {
	position: relative;
	margin-bottom: 4.2rem;
}

.p-smooth .c-sec-head__ttl {
	line-height: 1.65;
	white-space: normal;
}

.p-smooth .c-info-sec__txt {
	line-height: 2.05;
}

/* ---------------------------------------------
  Payment
	--------------------------------------------- */
.p-payment {
	min-height: 58rem;
}

.p-payment .c-info-sec__inner {
	min-height: 58rem;
}

.p-payment__content {
	padding-top: 3.5rem;
}

.p-payment__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5.4rem;
	margin-top: 3.6rem;
}

.p-payment__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-payment__icon img {
	display: block;
	width: auto;
	height: 6rem;
}

.p-payment__icon:nth-child(1) img {
	height: 5.8rem;
}

.p-payment__icon:nth-child(4) img {
	height: 7.2rem;
}

.p-payment__bg img {
	z-index: 1;
	top: -100%;
	left: 44%;
	width: 121rem;
	-webkit-transform: translate(50%, -50%) scale(3.05);
	-ms-transform: translate(50%, -50%) scale(3.05);
	transform: translate(50%, -50%) scale(3.05);
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}

/* ---------------------------------------------
  Language
	--------------------------------------------- */
.p-language {
	background:
		-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(56%, rgba(0, 0, 0, 0.2)), color-stop(78%, rgba(0, 0, 0, 0.86)), to(#000)),
		url('/files/user/ffh-s70/sc/images/bg-language.png') left 33% / cover no-repeat;
	background:
		-o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 56%, rgba(0, 0, 0, 0.86) 78%, #000 100%),
		url('/files/user/ffh-s70/sc/images/bg-language.png') left 33% / cover no-repeat;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 56%, rgba(0, 0, 0, 0.86) 78%, #000 100%),
		url('/files/user/ffh-s70/sc/images/bg-language.png') -40px 33% / cover no-repeat;
}

.p-language::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(0, 0, 0, 0.16);
	content: '';
	pointer-events: none;
}

.p-language__bg {
	display: none;
}

/* ---------------------------------------------
  QR
	--------------------------------------------- */
.p-qr {
	background:
		-webkit-gradient(linear, left top, right top, from(#000), color-stop(8%, rgba(0, 0, 0, 0.88)), color-stop(58%, rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0))),
		url('/files/user/ffh-s70/sc/images/bg-qr.jpg') right no-repeat;
	background:
		-o-linear-gradient(left, #000 0%, rgba(0, 0, 0, 0.88) 8%, rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0) 100%),
		url('/files/user/ffh-s70/sc/images/bg-qr.jpg') right no-repeat;
	background:
		linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.88) 8%, rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0) 100%),
		url('/files/user/ffh-s70/sc/images/bg-qr.jpg') right no-repeat;
	background-size: 50%;
}

.p-qr::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(0, 0, 0, 0.12);
	content: '';
	pointer-events: none;
}

.p-qr__bg {
	display: none;
}

/* ---------------------------------------------
  Function
	--------------------------------------------- */
.p-function {
	overflow: hidden;
	background: #000;
	position: relative;
	padding: 40px 0;
}

.p-function .l-container {
	position: relative;
	z-index: 3;
	padding: 0 110px;
}

.p-function__inner {
	padding: 6.6rem 0 7.2rem;
}

.p-function__head {
	margin-bottom: 6.4rem;
}

.p-function__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	background: var(--color-blue);
}

.p-function__label-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 3.8rem;
	padding: 0.4rem 1.6rem;
	color: #fff;
	font-family: var(--jp-fonts);
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.2;
}

.p-function__label-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 3.8rem;
	margin-left: auto;
	padding: 0.4rem 2.8rem 0.4rem 1.6rem;
	color: #fff;
	font-family: var(--jp-fonts);
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.2;
}

.p-function__label-link::after {
	position: absolute;
	top: 50%;
	right: 1.2rem;
	width: 0.7rem;
	height: 0.7rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.p-function__lead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	gap: 5rem;
	margin-top: 2.1rem;
	font-family: var(--min-fonts);
}

.p-function__ttl {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.p-function__sub {
	color: var(--color-blue);
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.p-function__slider-wrap {
	position: static;
}

.p-function__slider {
	overflow: hidden;
}

.p-function__slide {
	height: auto;
}

.p-function__slide-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: clamp(4rem, 5vw, 5.2rem);
	min-height: 32rem;
	min-width: 0;
	margin: 0 2px;
}

.p-function__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 74rem;
	flex: 1 1 74rem;
	min-width: 0;
}

.p-function__item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 2.4rem;
	min-width: 0;
}

.p-function__copy {
	margin-bottom: 3.6rem;
	min-width: 0;
}

.p-function__cap {
	margin-bottom: 1.2rem;
	color: var(--color-blue);
	font-family: var(--min-fonts);
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.08em;
	white-space: normal;
}

.p-function__item-ttl {
	font-family: var(--min-fonts);
	font-size: 3.1rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0.08em;
	white-space: normal;
}

.p-function__txt {
	line-height: 1.95;
}
.p-function__txt-remark {
	font-size: 1.4rem;
}
.p-function__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 16rem;
	width: 100%;
	margin-top: 0.4rem;
}

.p-function__icon img,
.p-function__thumb-icon img,
.p-function__icon-lg img {
	display: block;
	width: 100%;
	height: auto;
}
.p-function__icon img {
	height: 110px;
	width: 120px;
	margin-left: 30px;
}
.p-function__photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.6rem;
}

.p-function__photos img,
.p-function__photo img {
	display: block;
	width: 100%;
	height: 25.8rem;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-function__photo {
	overflow: hidden;
}

/* p-function photo05 position adjust */
@media screen and (min-width: 641px) {
	.p-function__photo05 img {
		margin-left: -196px;
	}
	.p-function__photo.p-function__photo05 {
		overflow: inherit;
	}
}

.p-function__icon-lg {
	width: 24rem;
	margin: 0 auto;
	opacity: 0.92;
}

.p-function__arrow {
	position: absolute;
	z-index: 8;
	top: 0;
	bottom: 0;
	width: 9.5rem;
	height: 100%;
	background: #1736b7;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-function__arrow:hover {
	opacity: 1;
	background: var(--color-blue);
}

.p-function__arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.4rem;
	height: 2.4rem;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	content: '';
}

.p-function__arrow--prev {
	left: 0;
}

.p-function__arrow--prev::before {
	-webkit-transform: translate(-35%, -50%) rotate(-45deg);
	-ms-transform: translate(-35%, -50%) rotate(-45deg);
	transform: translate(-35%, -50%) rotate(-45deg);
}

.p-function__arrow--next {
	right: 0;
}

.p-function__arrow--next::before {
	-webkit-transform: translate(-65%, -50%) rotate(135deg);
	-ms-transform: translate(-65%, -50%) rotate(135deg);
	transform: translate(-65%, -50%) rotate(135deg);
}

.p-function__thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 2%;
	margin-top: 5rem;
}

.p-function__thumb-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 13rem;
	flex: 0 1 13rem;
	min-width: 10.5rem;
}

.p-function__thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-function__thumb:hover {
	opacity: 1;
	color: var(--color-blue03);
}

.p-function__thumb-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 8.2rem;
	margin-bottom: 1.8rem;
}

.p-function__thumb-icon img {
	/*max-width: 5.8rem;
	max-height: 7.8rem;*/
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.p-function__thumb-icon--xl img {
	max-width: 9rem;
}
.p-function__thumb.is-active {
	color: #666;
}

.p-function__thumb.is-active .p-function__thumb-icon img {
	-webkit-filter: grayscale(1) brightness(0.62);
	filter: grayscale(1) brightness(0.62);
	opacity: 0.9;
}

.p-function__thumb-txt {
	font-family: var(--jp-fonts);
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 1.35;
	white-space: nowrap;
}

/* ---------------------------------------------
  Specifications
	--------------------------------------------- */
.p-spec {
	position: relative;
	overflow: hidden;
	background: #000;
}

.p-spec__bg {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.22;
	pointer-events: none;
}

.p-spec__bg::before {
	position: absolute;
	inset: 0;
	background: url('/files/user/ffh-s70/sc/images/img_machine.png') 65% no-repeat;
	content: '';
	background-position: center 25%;
	filter: grayscale(1);
	background-color: rgba(0, 0, 0, 0.6);
	background-blend-mode: darken;
}

.p-spec .l-container {
	position: relative;
	z-index: 3;
}

.p-spec__inner {
	padding: 8rem 0 7.2rem;
}

.p-spec__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8rem;
}
.p-spec__lgt {
	max-width: 400px;
	margin-bottom: 5rem;
}

@media screen and (max-width: 640px) {
	.p-spec__lgt {
		max-width: 250px;
		margin: 0 auto 5rem;
	}
}
.p-spec__intro {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	padding-top: 10%;
}

.p-spec__intro .c-sec-head,
.p-spec__lead .c-sec-head {
	text-align: left;
}

.p-spec__intro .c-sec-head__ttl,
.p-spec__lead .c-sec-head__ttl {
	white-space: nowrap;
}

.p-spec__txt {
	margin-top: 3.6rem;
	white-space: nowrap;
	line-height: 2;
}

.p-spec__btn {
	min-width: 16.8rem;
	min-height: 4.4rem;
	margin-top: 4rem;
	padding: 1rem 1.8rem;
	background: #808080;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}

.p-spec__visual {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 535px;
	flex: 0 1 535px;
	width: 100%;
	max-width: 535px;
	padding-top: 0.8rem;
	text-align: center;
}

.p-spec__visual img {
	display: block;
	width: 100%;
	max-width: 466px;
	height: auto;
	margin: 0 auto;
}

.p-spec__lead {
	margin-top: 7rem;
	padding-left: 20px;
	position: relative;
}
.p-spec__lead::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background: var(--color-blue);
	content: '';
}
.p-spec__lead .c-sec-txt {
	margin-top: 0.8rem;
	white-space: nowrap;
}

.p-spec__table-wrap {
	margin-top: 3.2rem;
}

.p-spec__table-ttl {
	padding: 1rem 1.4rem;
	background: var(--color-blue);
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.2;
}

.p-spec__table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid var(--color-blue);
}

.p-spec__table tr {
	border-bottom: 1px solid var(--color-blue);
}

.p-spec__th,
.p-spec__td {
	padding: 2rem 1.2rem;
	vertical-align: top;
	text-align: left;
}

.p-spec__th {
	width: 18.8rem;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.55;
	white-space: nowrap;
}

.p-spec__row--split .p-spec__th {
	position: relative;
}

.p-spec__row--split .p-spec__th::after {
	position: absolute;
	top: 2rem;
	right: 0;
	bottom: 2rem;
	width: 1px;
	background: var(--color-blue);
	content: '';
	pointer-events: none;
}

.p-spec__td {
	padding-left: 3.6rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.04em;
	color: #b3b3b3;
}

.p-spec__td-line {
	display: block;
}

.p-spec__note {
	margin-top: 1.4rem;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.5;
	color: #b3b3b3;
	text-align: right;
}

.p-spec__system {
	margin-top: 6.8rem;
}

.p-spec__system-ttl {
	margin-bottom: 4rem;
	font-family: var(--jp-fonts);
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: var(--color-blue);
}

.p-spec__system-flow {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3.8rem 1.45fr 3.8rem 1.75fr 3.8rem 1.18fr;
	grid-template-columns: 1fr 1.45fr 1.75fr 1.18fr;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 3.8rem;
}

.p-spec__system-flow::before {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 7rem;
	left: 0;
	height: 1.4rem;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 54, 183, 1)), color-stop(50%, rgba(23, 54, 183, 0.5)), to(rgba(23, 54, 183, 0)));
	background: -o-linear-gradient(bottom, rgba(23, 54, 183, 1) 0%, rgba(23, 54, 183, 0.5) 50%, rgba(23, 54, 183, 0) 100%);
	background: linear-gradient(360deg, rgba(23, 54, 183, 1) 0%, rgba(23, 54, 183, 0.5) 50%, rgba(23, 54, 183, 0) 100%);
	content: '';
}

.p-spec__system-item {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	min-height: 39rem;
	padding-bottom: 14.8rem;
	text-align: center;
}

.p-spec__system-item::after {
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.p-spec__system-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 10.4rem;
	gap: 1.8rem;
	margin-bottom: 2rem;
	text-align: left;
}

.p-spec__system-badge {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 9.4rem;
	height: 9.4rem;
	border-radius: 50%;
	background: var(--color-blue);
	color: #000;
	font-family: var(--en-fonts);
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1;
}

.p-spec__system-name {
	font-family: var(--jp-fonts);
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.p-spec__system-name small {
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
}

.p-spec__system-visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 17.4rem;
}

.p-spec__system-visual--inline {
	gap: 2.8rem;
}

.p-spec__system-visual img {
	display: block;
	width: auto;
	max-height: 14rem;
}

.p-spec__system-item--host .p-spec__system-visual img {
	max-height: 16.2rem;
}

@media screen and (max-width: 640px) {
	.p-spec__system-visual--inline {
		gap: 0;
	}
	.p-spec__system-item--host .p-spec__system-visual img {
		max-height: 13.2rem;
		margin: auto;
		padding-right: 3.2rem;
	}
}

.p-spec__system-item--account .p-spec__system-visual img {
	max-height: 13.8rem;
}

.p-spec__system-item--ffh .p-spec__system-visual img {
	max-height: 22rem;
}
.p-spec__system-item--ffh {
	justify-content: flex-end;
}
.p-spec__system-note {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	margin-top: 0;
	padding-top: 0;
	font-family: var(--jp-fonts);
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.p-spec__system-item::after,
.p-spec__system-visual--pay::before,
.p-spec__system-visual--pay::after,
.p-spec__system-visual--ffh::before,
.p-spec__system-visual--ffh::after {
	position: absolute;
	z-index: 2;
	bottom: 7rem;
	width: 0.5rem;
	height: 6.4rem;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 54, 183, 1)), color-stop(50%, rgba(23, 54, 183, 0.5)), to(rgba(23, 54, 183, 0)));
	background: -o-linear-gradient(top, rgba(23, 54, 183, 1) 0%, rgba(23, 54, 183, 0.5) 50%, rgba(23, 54, 183, 0) 100%);
	background: linear-gradient(180deg, rgba(23, 54, 183, 1) 0%, rgba(23, 54, 183, 0.5) 50%, rgba(23, 54, 183, 0) 100%);
	content: '';
}

.p-spec__system-item--account::after,
.p-spec__system-item--ffh::after {
	display: none;
}

.p-spec__system-visual--pay::before {
	left: 29%;
}

.p-spec__system-visual--pay::after {
	right: 29%;
}

.p-spec__system-visual--ffh::before {
	left: 28%;
}

.p-spec__system-visual--ffh::after {
	right: 28%;
}

/* ---------------------------------------------
  Support
	--------------------------------------------- */
.p-support {
	background: url('/files/user/ffh-s70/sc/images/bg-support.jpg') center no-repeat;
	background-size: cover;
}

.p-support__content {
	max-width: 62rem;
	padding-right: 7.8rem;
}

.p-support .c-info-sec__head {
	margin-bottom: 3.2rem;
	text-align: left;
}

.p-support__lead {
	margin-bottom: 1.4rem;
	font-family: var(--min-fonts);
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.p-support .c-sec-head__ttl {
	line-height: 1.62;
	white-space: nowrap;
}

.p-support__circle-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3.8rem;
	margin-top: 3.6rem;
}

.p-support__circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15rem;
	height: 15rem;
	border: 2px solid #fff;
	border-radius: 50%;
	font-family: var(--jp-fonts);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 1.5px;
	text-align: center;
}

.p-support__plus {
	font-family: var(--jp-fonts);
	font-size: 7.2rem;
	font-weight: 300;
	line-height: 1;
}

.p-support__txt {
	margin-top: 3rem;
	line-height: 1.75;
}

.p-support__txt p {
	white-space: nowrap;
}

.p-support .c-info-sec__note {
	margin-top: 1rem;
	font-size: 1.6rem;
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
}

/* ---------------------------------------------
  FAQ
	--------------------------------------------- */
.p-faq {
	position: relative;
	overflow: hidden;
	min-height: 56rem;
	background:
		-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 18, 80, 0.76)), color-stop(42%, rgba(0, 32, 130, 0.86)), to(rgba(0, 32, 150, 0.96))),
		url('/files/user/ffh-s70/sc/images/bg-faq.jpg') center center / cover no-repeat;
	background:
		-o-linear-gradient(left, rgba(0, 18, 80, 0.76) 0%, rgba(0, 32, 130, 0.86) 42%, rgba(0, 32, 150, 0.96) 100%),
		url('/files/user/ffh-s70/sc/images/bg-faq.jpg') center center / cover no-repeat;
	background:
		linear-gradient(90deg, rgba(0, 18, 80, 0.76) 0%, rgba(0, 32, 130, 0.86) 42%, rgba(0, 32, 150, 0.96) 100%),
		url('/files/user/ffh-s70/sc/images/bg-faq.jpg') center center / cover no-repeat;
}

.p-faq::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(0, 0, 0, 0.12);
	content: '';
	pointer-events: none;
}

.p-faq .l-container {
	position: relative;
	z-index: 3;
}

.p-faq__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 32rem 6rem minmax(0, 1fr);
	grid-template-columns: 32rem minmax(0, 1fr);
	gap: 6rem;
	min-height: 56rem;
	padding: 8.4rem 0 7rem;
}

.p-faq__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: var(--min-fonts);
}

.p-faq__ttl {
	color: var(--color-blue);
	font-size: 5.7rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}

.p-faq__lead {
	margin-top: 3rem;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.08em;
}

.p-faq__list {
	padding-top: 1.2rem;
}

.p-faq__item {
	border-bottom: 1px solid var(--color-blue);
}

.p-faq__q,
.p-faq__a-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 3rem;
	width: 100%;
	padding: 3rem 0;
	text-align: left;
}

.p-faq__q {
	position: relative;
	padding-right: 7.4rem;
}

.p-faq__mark {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: var(--color-blue);
	font-family: var(--en-fonts);
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1;
}

.p-faq__txt {
	color: #fff;
	font-family: var(--min-fonts);
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.08em;
}

.p-faq__icon {
	position: absolute;
	top: 50%;
	right: 1.4rem;
	width: 3.2rem;
	height: 3.2rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-faq__icon::before,
.p-faq__icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.2rem;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.p-faq__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__item.is-open .p-faq__icon::after {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}

.p-faq__a {
	display: none;
}

.p-faq__a-inner {
	padding-top: 0;
}

.p-faq__mark--answer {
	color: #999;
}

.p-faq__answer {
	color: #999;
	font-family: var(--min-fonts);
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.08em;
}

.p-faq__side {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: 7.6rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.p-faq__side img {
	display: block;
	width: 100%;
	height: auto;
}
.c-card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5.6rem;
}

.c-card {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc((100% - 16.8rem) / 4);
	flex: 1 1 calc((100% - 16.8rem) / 4);
	min-width: 0;
	color: #000;
}

.c-card__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background: #fff;
}

.c-card__link:hover {
	opacity: 1;
	-webkit-transform: translateY(-0.4rem);
	-ms-transform: translateY(-0.4rem);
	transform: translateY(-0.4rem);
}

.c-card__img {
	overflow: hidden;
	background: #fff;
}

.c-card__img img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.c-card__body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 2.4rem 1.8rem 2.8rem;
}

.c-card__cat {
	color: #666666;
	font-family: var(--jp-fonts);
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0.02em;
}

.c-card__ttl {
	margin-top: 0.2rem;
	font-family: var(--jp-fonts);
	font-size: 2.65rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.02em;
	color: #000000;
}

.c-card__txt {
	margin-top: 1rem;
	color: #666;
	font-family: var(--jp-fonts);
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0.02em;
}

.c-card__more {
	display: block;
	padding: 0.8rem 1.6rem;
	background: var(--color-blue);
	color: #fff;
	font-family: var(--en-fonts);
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: right;
}

/* ---------------------------------------------
  Related
	--------------------------------------------- */
.p-related {
	position: relative;
	overflow: hidden;
	background: #000;
}

.p-related__inner {
	padding: 6rem 0 7rem;
}

.p-related__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 3rem;
	margin-bottom: 5.4rem;
	font-family: var(--min-fonts);
}

.p-related__ttl {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: var(--color-blue);
	font-size: 5rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.04em;
}

.p-related__lead {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.p-related__btn-wrap {
	margin-top: 5.8rem;
	text-align: center;
}

.p-related__btn {
	min-width: 31.2rem;
	min-height: 5.9rem;
	font-size: 3.1rem;
	padding: 20px 32px;
	line-height: 1;
}

.l-footer {
	position: relative;
	overflow: hidden;
	background: #000;
}

.l-footer__top {
	border-top: 1px solid var(--color-blue);
	background: #000;
}

.l-footer__inner {
	padding: 3.6rem 0 5rem;
	text-align: center;
}

.l-footer__brand {
	max-width: 180px;
	width: 100%;
	margin: auto;
}

.l-footer__nav {
	margin-top: 3.2rem;
}

.l-footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__item {
	min-width: 11.2rem;
	transition: all 0.3s ease;
	position: relative;
}
.l-footer__item::after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 2px;
	background: var(--color-blue);
	content: '';
	transform: translateX(-50%);
	transition: all 0.3s ease;
}
.l-footer__item:hover::after {
	width: 70%;
}
.l-footer__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 3.4rem;
	padding: 0 1.4rem;
	text-align: center;
}

/* .l-footer__link:hover {
	opacity: 1;
	color: var(--color-blue03);
} */

.l-footer__ja {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #b3b3b3;
	transition: all 0.3s;
}

.l-footer__en {
	display: block;
	color: var(--color-blue);
	font-family: var(--en-fonts);
	font-size: 1.2rem;
	line-height: 1.2;
	transition: all 0.3s;
}
.l-footer__item:hover .l-footer__link {
	opacity: 1;
}

.l-footer__item:hover .l-footer__ja {
	color: var(--color-blue03);
	transform: translateY(-2px);
}

.l-footer__item:hover .l-footer__en {
	color: var(--color-blue03);
}
.l-footer__bottom {
	background: #f4f5f8;
}

.l-footer__bottom .l-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;
}

.l-footer__logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	color: #00509f;
}

.l-footer__logo:hover {
	opacity: 0.75;
}

.l-footer__logo img {
	display: block;
	max-width: 210px;
}

.l-footer__mark {
	width: 7rem;
	height: 7rem;
}

.l-footer__copy {
	display: block;
	text-align: left;
}

.l-footer__copy-main {
	display: block;
	font-family: var(--en-fonts);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
}

.l-footer__copy-sub {
	display: block;
	margin-top: 0.4rem;
	color: #000;
	font-size: 0.9rem;
	line-height: 1.3;
}

.p-function__photos,
.p-function__photo,
.p-function__icon-lg {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 35rem;
	flex: 0 1 35rem;
	min-width: 28rem;
}
.p-function__photos {
	flex: 0 1 54rem;
}
.p-function__photos img {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
	min-width: 0;
}

/*------------------------------------------------------------
    Responsive
------------------------------------------------------------*/

/* ---------------------------------------------
  Responsive - PC
	--------------------------------------------- */
@media screen and (min-width: 641px) {
	.l-footer__item {
		border-left: 1px solid var(--color-blue);
	}

	.l-footer__item:last-child {
		border-right: 1px solid var(--color-blue);
	}
}

/* ---------------------------------------------
  Responsive - SP
	--------------------------------------------- */
@media screen and (max-width: 640px) {
	:root {
		--header-height: 70px;
	}

	body {
		min-width: 320px;
	}

	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	.l-main {
		padding-top: var(--header-height);
	}

	.l-header__inner {
		overflow: hidden;
		padding: 0 16px;
	}

	.l-header__brand {
		margin-right: 0;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		min-width: 0;
	}

	.l-header__logo {
		max-width: calc(100vw - 8.8rem);
		gap: 12px;
	}

	.l-header__mark {
		width: 48px;
		height: 46px;
		font-size: 1rem;
	}

	.l-header__btn {
		display: none;
	}

	.l-header__action {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		gap: 0;
		margin-left: 1.6rem;
	}

	.c-menu-btn__txt {
		display: none;
	}

	.c-menu-btn__bars {
		width: 32px;
		height: 26px;
	}

	.c-menu-btn.is-active .c-menu-btn__line--top {
		-webkit-transform: translateY(11px) rotate(45deg);
		-ms-transform: translateY(11px) rotate(45deg);
		transform: translateY(11px) rotate(45deg);
	}

	.c-menu-btn.is-active .c-menu-btn__line--bottom {
		-webkit-transform: translateY(-12px) rotate(-45deg);
		-ms-transform: translateY(-12px) rotate(-45deg);
		transform: translateY(-12px) rotate(-45deg);
	}

	.p-menu {
		top: var(--header-height, 70px);
		bottom: auto;
		height: calc(100vh - var(--header-height, 70px));
		max-height: calc(100vh - var(--header-height, 70px));
	}

	.p-menu::before {
		inset: var(--header-height, 70px) 0 0;
	}

	.p-menu__inner {
		padding: 38px 20px 32px;
	}

	.p-menu__name {
		margin-bottom: 28px;
		font-size: 5.4rem;
	}

	.p-menu__list {
		display: block;
	}

	.p-menu__item + .p-menu__item {
		margin-top: 12px;
	}

	.p-menu__link {
		min-height: 78px;
		padding: 16px 18px;
	}

	.p-menu__ja {
		font-size: 1.6rem;
	}

	.p-menu__bottom {
		margin-top: 22px;
		text-align: left;
	}

	.p-menu__btn {
		width: 100%;
	}

	/* ---------------------------------------------
	  Mainvisual
	--------------------------------------------- */
	.p-mv {
		height: auto;
		max-height: none;
		min-height: calc(100vh - var(--header-height));

		--mv-machine-top: 2.4rem;
		--mv-machine-extra-height: 10rem;
		--mv-machine-scale: 1.48;
		--mv-machine-offset-x: 0;
		--mv-machine-offset-y: -8.8rem;
	}

	.p-mv__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		min-height: calc(100vh - var(--header-height));
		padding: 0;
	}

	.p-mv__machine {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 54vh;
		min-height: 36rem;
		padding-top: 0;
	}

	.p-mv__machine img {
		position: absolute;
		top: var(--mv-machine-top);
		left: 50%;
		width: auto;
		height: calc(100% + var(--mv-machine-extra-height));
		max-width: none;
		max-height: none;
		transform: translateX(-50%) translateY(var(--mv-machine-offset-y)) scale(var(--mv-machine-scale));
		transform-origin: top center;
	}

	.p-mv__body {
		width: 100%;
		padding: 7.2rem 2.5rem 2.8rem;
		text-align: center;
	}

	.p-mv__brand {
		width: min(78vw, 36rem);
		margin: 0 auto;
	}

	.p-mv__scroll {
		display: none;
	}

	.p-mv__scroll-line {
		height: 46px;
	}

	.p-catchcopy {
		min-height: 50rem;
	}

	.p-catchcopy__bg {
		background-position: 52% center;
	}

	.p-catchcopy__inner {
		min-height: 50rem;
		padding: 10rem 2rem 6.8rem;
	}

	.p-catchcopy__en {
		top: 15.3rem;
		font-size: clamp(4.8rem, 10vw, 6.4rem);
		letter-spacing: -0.06em;
	}

	.p-catchcopy__ttl {
		margin-bottom: 4.2rem;
		font-size: 2.7rem;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}

	.p-catchcopy__txt {
		font-size: 1.6rem;
		line-height: 2.05;
		letter-spacing: 0.12em;
	}

	.p-effect {
		height: 40rem;
	}

	.p-effect__inner {
		min-height: 40rem;
		padding: 4rem 0;
	}

	.p-video-modal__content {
		width: calc(100vw - 3rem);
	}

	.p-video-modal__close {
		top: -4rem;
		font-size: 3rem;
	}

	.p-effect__ttl {
		margin-bottom: 3.2rem;
		font-size: 2.7rem;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}

	.p-effect__play {
		width: 8.4rem;
		height: 8.4rem;
	}

	.p-feature__inner {
		min-height: auto;
		padding: 5.6rem 0 6.4rem;
	}

	.c-sec-head__ttl {
		font-size: 2rem;
		line-height: 1.7;
		letter-spacing: 0.08em;
	}

	.c-sec-head__em {
		font-size: 3rem;
	}

	.c-sec-head__subttl {
		margin-top: 1rem;
		font-size: 1.7rem;
		line-height: 1.7;
		letter-spacing: 0.08em;
	}

	.c-sec-txt {
		font-size: 1.6rem;
		line-height: 1.65;
	}

	.p-feature__list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1.8rem 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 0rem 1.8rem;
		margin-top: 0rem;
	}

	.p-feature__item + .p-feature__item {
		margin-top: 0;
	}

	.p-feature__visual {
		-webkit-transform: scale(0.62);
		-ms-transform: scale(0.62);
		transform: scale(0.62);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
	}

	.p-feature__txt {
		margin-top: 1.2rem;
		font-size: 1.4rem;
		line-height: 1.65;
	}

	.p-feature__side {
		display: none;
	}

	.c-info-sec {
		min-height: auto;
	}

	.c-info-sec .l-container {
		height: auto;
	}

	.c-info-sec__inner {
		display: block;
		min-height: auto;
		padding: 8rem 0 10rem;
	}

	.c-info-sec__content {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
	}

	.c-info-sec--txt-right .c-info-sec__content,
	.c-info-sec--txt-left .c-info-sec__content {
		margin-right: 0;
		margin-left: 0;
		padding: 0;
	}

	.c-info-sec__head {
		margin-bottom: 4rem;
		text-align: center;
	}

	.c-info-sec__head .c-sec-head__ttl {
		white-space: normal;
	}

	.c-info-sec__txt {
		line-height: 1.8;
		text-align: left;
	}

	.c-info-sec__txt p {
		white-space: normal;
	}

	.c-info-sec__note {
		white-space: normal;
		text-align: left;
	}

	.c-info-sec__side {
		width: 4.8rem;
		display: none;
	}

	.p-smooth .c-info-sec__inner {
		display: block;
		min-height: auto;
		padding: 7rem 0 9rem;
	}

	.p-smooth .c-info-sec__media {
		width: 100%;
		height: 42rem;
		margin-bottom: 5rem;
	}

	.p-smooth__img img {
		width: 65%;
		max-width: none;
		margin: 0 auto;
	}

	.p-smooth__content {
		width: 100%;
	}

	.p-smooth .c-sec-head__ttl {
		line-height: 1.55;
	}

	.p-payment .c-info-sec__inner {
		padding: 7rem 0 4rem;
		min-height: 40rem;
	}

	.p-payment__content {
		height: auto;
		padding-top: 0;
	}

	.p-payment__icons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		gap: 2.4rem;
		margin-top: 3rem;
	}

	.p-payment__icon img {
		height: 4.6rem;
	}

	.p-payment__icon:nth-child(1) img {
		height: 4.4rem;
	}

	.p-payment__icon:nth-child(4) img {
		height: 5.4rem;
	}

	.p-payment__bg {
		position: relative;
		height: 34rem;
		margin-top: 0;
	}

	.p-payment__bg img {
		top: -25%;
		right: -90%;
		width: 69rem;
		-webkit-transform: translate(-50%, -50%) scale(2.2);
		-ms-transform: translate(-50%, -50%) scale(2.2);
		transform: translate(-50%, -50%) scale(2.2);
	}

	.p-language::before,
	.p-qr::before {
		display: none;
	}

	.p-language .c-info-sec__inner,
	.p-qr .c-info-sec__inner {
		padding: 7rem 0 4.2rem;
	}

	.p-language__bg,
	.p-qr__bg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: relative;
		display: block;
		inset: auto;
		width: 100vw;
		height: auto;
		margin-left: calc(50% - 50vw);
		overflow: visible;
	}

	.p-language__bg::before,
	.p-qr__bg::before {
		position: absolute;
		z-index: 2;
		inset: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(20%, rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18)));
		background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0.18) 20%, rgba(0, 0, 0, 0.18) 100%);
		background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.18) 20%, rgba(0, 0, 0, 0.18) 100%);
		content: '';
		pointer-events: none;
	}

	.p-language__bg picture,
	.p-qr__bg picture {
		display: block;
		width: 100%;
		height: auto;
	}

	.p-language__bg img,
	.p-qr__bg img {
		position: static;
		display: block;
		width: 100%;
		height: auto;
		max-width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: center center;
		object-position: center center;
	}
	.p-function .l-container {
		padding: 0 25px;
	}
	.p-function__side {
		width: 4.8rem;
	}

	.p-function__side--right {
		top: 4rem;
	}

	.p-function__inner {
		padding: 5rem 0 5.6rem;
	}

	.p-function__label-txt {
		font-size: 1.5rem;
	}

	.p-function__label-link {
		font-size: 1.2rem;
	}

	.p-function__lead {
		display: block;
		margin-top: 1.8rem;
		text-align: center;
	}

	.p-function__ttl {
		font-size: 2.3rem;
		white-space: normal;
	}

	.p-function__sub {
		margin-top: 1rem;
		font-size: 1.5rem;
		white-space: normal;
	}

	.p-function__grid,
	.p-function__item--wide {
		display: block;
	}

	.p-function__item + .p-function__item,
	.p-function__item--wide .p-function__photos {
		margin-top: 5rem;
	}

	.p-function__item--wide .p-function__body {
		margin-bottom: 3rem;
	}

	.p-function__item-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 1.6rem;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.p-function__cap,
	.p-function__item-ttl,
	.p-function__txt {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.06em;
	}

	.p-spec__bg::before {
		background-position: center;
	}

	.p-spec__inner {
		padding: 7rem 0 6rem;
	}

	.p-spec__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0rem;
	}

	.p-spec__intro .c-sec-head,
	.p-spec__lead .c-sec-head {
		text-align: center;
	}

	.p-spec__intro .c-sec-head__ttl,
	.p-spec__lead .c-sec-head__ttl,
	.p-spec__txt,
	.p-spec__lead .c-sec-txt {
		white-space: normal;
		text-align: center;
	}

	.p-spec__txt {
		margin-top: 2.8rem;
	}

	.p-spec__btn {
		min-width: 15.4rem;
		min-height: 3.8rem;
		margin-top: 3rem;
		font-size: 1.5rem;
	}

	.p-spec__visual {
		position: relative;
		z-index: 2;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 100%;
		max-width: none;
		margin-top: 4rem;
		padding-top: 0;
		text-align: center;
	}

	.p-spec__visual img {
		display: block;
		width: min(58vw, 22rem);
		max-width: none;
		margin: 0 auto;
	}

	.p-spec__lead {
		margin-top: 4rem;
		text-align: center;
	}

	.p-spec__table-wrap {
		-webkit-overflow-scrolling: touch;
		margin-top: 3rem;
		overflow-x: visible;
	}

	.p-spec__table-ttl {
		font-size: 1.8rem;
	}

	.p-spec__th {
		width: 14rem;
		margin-bottom: 1.2rem;
		font-size: 1.6rem;
	}

	.p-spec__td {
		padding-left: 2.4rem;
		font-size: 1.4rem;
	}

	.p-spec__table,
	.p-spec__table tbody,
	.p-spec__table tr,
	.p-spec__th,
	.p-spec__td {
		display: block;
		width: 100%;
	}

	.p-spec__table tr {
		padding: 2rem 0;
	}

	.p-spec__th,
	.p-spec__td {
		padding: 0;
	}

	.p-spec__row--split .p-spec__th::after {
		display: none;
	}

	.p-spec__intro {
		position: relative;
		z-index: 3;
		width: 100%;
		text-align: center;
	}

	.p-spec__system {
		margin-top: 5rem;
	}

	.p-spec__system-ttl {
		margin-bottom: 3rem;
		font-size: 2rem;
		text-align: center;
	}

	.p-spec__system-flow {
		position: relative;
		display: block;
		padding-bottom: 0;
		padding-left: 3.2rem;
	}

	.p-spec__system-flow::before,
	.p-spec__system-item::after,
	.p-spec__system-visual--pay::before,
	.p-spec__system-visual--pay::after,
	.p-spec__system-visual--ffh::before,
	.p-spec__system-visual--ffh::after {
		display: none;
	}

	.p-spec__system-item {
		padding-left: 10%;
		position: relative;
		min-height: auto;
		padding-bottom: 0;
		text-align: left;
	}

	.p-spec__system-item + .p-spec__system-item {
		margin-top: 3rem;
	}

	.p-spec__system-head {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: auto;
		margin-bottom: 1.6rem;
		text-align: left;
	}

	.p-spec__system-badge {
		width: 5.8rem;
		height: 5.8rem;
		font-size: 1.4rem;
	}

	.p-spec__system-name {
		font-size: 1.8rem;
		white-space: normal;
	}

	.p-spec__system-name small {
		font-size: 1.2rem;
	}

	.p-spec__system-visual {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: auto;
	}

	.p-spec__system-visual img {
		max-height: 10rem;
		margin: auto;
		padding-right: 3.2rem;
	}

	.p-spec__system-visual img.left {
		padding-right: 0;
	}

	.p-spec__system-item--ffh .p-spec__system-visual img {
		max-height: 13rem;
	}

	.p-spec__system-item--account .p-spec__system-visual img {
		height: auto;
		max-height: 7rem;
	}

	.p-spec__system-note {
		position: static;
		font-size: 1.5rem;
		white-space: normal;
		margin-top: 1.2rem;
		text-align: left;
		padding-left: 3.2rem;
	}

	.p-spec__system-flow::before {
		display: block;
		position: absolute;
		top: 0.4rem;
		bottom: 0.4rem;
		left: 0.8rem;
		width: 0.3rem;
		height: auto;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 67, 230, 0.2)), color-stop(50%, rgba(23, 67, 230, 1)), to(rgba(23, 67, 230, 0.2)));
		background: -o-linear-gradient(top, rgba(23, 67, 230, 0.2) 0%, rgba(23, 67, 230, 1) 50%, rgba(23, 67, 230, 0.2) 100%);
		background: linear-gradient(180deg, rgba(23, 67, 230, 0.2) 0%, rgba(23, 67, 230, 1) 50%, rgba(23, 67, 230, 0.2) 100%);
		-webkit-box-shadow: 0 0 1.2rem rgba(23, 67, 230, 0.7);
		box-shadow: 0 0 1.2rem rgba(23, 67, 230, 0.7);
		content: '';
	}

	.p-spec__system-item::after {
		display: block;
		position: absolute;
		z-index: 2;
		top: 3.4rem;
		right: auto;
		bottom: auto;
		left: -2.4rem;
		width: 2.4rem;
		height: 0.3rem;
		background: -webkit-gradient(linear, left top, right top, from(rgba(23, 67, 230, 1)), to(rgba(23, 67, 230, 0.2)));
		background: -o-linear-gradient(left, rgba(23, 67, 230, 1) 0%, rgba(23, 67, 230, 0.2) 100%);
		background: linear-gradient(90deg, rgba(23, 67, 230, 1) 0%, rgba(23, 67, 230, 0.2) 100%);
		content: '';
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.p-spec__system-item--account::after,
	.p-spec__system-item--ffh::after {
		display: block;
	}

	.p-spec__system-visual--pay::before,
	.p-spec__system-visual--pay::after,
	.p-spec__system-visual--ffh::before,
	.p-spec__system-visual--ffh::after {
		display: none;
	}

	.p-support {
		background: url('/files/user/ffh-s70/sc/images/bg-support.jpg') 55% no-repeat;
	}

	.p-support__content {
		max-width: none;
		padding-right: 0;
		text-align: center;
	}

	.p-support .c-info-sec__head {
		margin-bottom: 3rem;
		text-align: center;
	}

	.p-support__lead {
		margin-bottom: 1rem;
		font-size: 1.8rem;
		white-space: normal;
	}

	.p-support .c-sec-head__ttl {
		white-space: normal;
	}

	.p-support__circle-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 1.6rem;
		margin-top: 3rem;
	}

	.p-support__circle {
		width: 12rem;
		height: 12rem;
		font-size: 1.5rem;
	}

	.p-support__plus {
		font-size: 4.2rem;
	}

	.p-support__txt {
		margin-top: 2.6rem;
		text-align: center;
	}

	.p-support__txt p {
		white-space: normal;
	}

	.p-support .c-info-sec__note {
		font-size: 1.2rem;
	}

	/* .p-faq {
		min-height: auto;
		background:
			-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 18, 80, 0.72)), to(rgba(0, 32, 150, 0.95))),
			url('/files/user/ffh-s70/sc/images/bg-faq.jpg') center center / cover no-repeat;
		background:
			-o-linear-gradient(top, rgba(0, 18, 80, 0.72) 0%, rgba(0, 32, 150, 0.95) 100%),
			url('/files/user/ffh-s70/sc/images/bg-faq.jpg') center center / cover no-repeat;
		background:
			linear-gradient(180deg, rgba(0, 18, 80, 0.72) 0%, rgba(0, 32, 150, 0.95) 100%),
			url('/files/user/ffh-s70/sc/images/bg-faq.jpg') center center / cover no-repeat;
	}

	.p-faq__inner {
		display: block;
		min-height: auto;
		padding: 6rem 0;
	}

	.p-faq__head {
		display: block;
		margin-bottom: 3rem;
		text-align: center;
	}

	.p-faq__ttl {
		font-size: 4rem;
	}

	.p-faq__lead {
		margin-top: 1.8rem;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.p-faq__q,
	.p-faq__a-inner {
		gap: 1.4rem;
		padding: 2rem 0;
	}

	.p-faq__q {
		padding-right: 4.4rem;
	}

	.p-faq__mark {
		font-size: 2.6rem;
	}

	.p-faq__txt {
		font-size: 1.7rem;
		line-height: 1.55;
	}

	.p-faq__answer {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.p-faq__icon,
	.p-faq__icon::before,
	.p-faq__icon::after {
		width: 2.4rem;
	}

	.p-faq__side {
		width: 5.4rem;
		opacity: 0.42;
	} */

	.c-card-list {
		display: block;
	}

	.c-card + .c-card {
		margin-top: 2.4rem;
	}

	.c-card__body {
		padding: 1.8rem 1.4rem 2.2rem;
	}

	.c-card__cat {
		font-size: 1.4rem;
	}

	.c-card__ttl {
		font-size: 2rem;
	}

	.c-card__txt {
		font-size: 1.4rem;
	}

	.c-card__more {
		font-size: 1.7rem;
	}

	.p-related__inner {
		padding: 5rem 0 5.6rem;
	}

	.p-related__head {
		display: block;
		margin-bottom: 3rem;
		text-align: center;
	}

	.p-related__ttl {
		font-size: 3.6rem;
	}

	.p-related__lead {
		margin-top: 1.4rem;
		font-size: 1.5rem;
	}

	.p-related__btn-wrap {
		margin-top: 3.6rem;
	}

	.p-related__btn {
		min-width: 24rem;
		min-height: 4.8rem;
		font-size: 1.9rem;
	}

	.l-footer__inner {
		padding: 3.2rem 0 4rem;
	}

	.l-footer__brand {
		font-size: 3.4rem;
	}

	.l-footer__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.l-footer__item {
		width: 33.3%;
	}

	.l-footer__link {
		min-height: 5.8rem;
		padding: 0.8rem;
	}

	.l-footer__bottom .l-container {
		padding-top: 2.4rem;
		padding-bottom: 2.4rem;
	}

	.l-footer__copy-main {
		font-size: 1.3rem;
	}

	.l-header__img {
		max-width: 145px;
	}

	.p-function__head {
		margin-bottom: 3.6rem;
	}

	.p-function__slide-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		gap: 2.4rem;
		min-height: auto;
		padding: 0 2.5rem;
	}

	.p-function__copy {
		margin-bottom: 2rem;
	}

	.p-function__cap {
		font-size: 1.6rem;
		white-space: normal;
		margin-bottom: 5px;
	}

	.p-function__item-ttl {
		font-size: 2.1rem;
		white-space: normal;
	}

	.p-function__txt {
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.p-function__icon {
		display: none;
		width: 5.6rem;
		margin: 0 auto;
	}

	.p-function__photos {
		margin-top: 2.4rem;
		gap: 1.2rem;
	}

	.p-function__photos img,
	.p-function__photo img {
		width: 100%;
		height: auto;
		/*height: 12rem;*/
	}

	.p-function__icon-lg {
		width: 11rem;
		margin-top: 2.4rem;
		max-width: 11rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-function__arrow {
		height: 100px;
		top: 50%;
		bottom: auto;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		width: 3.8rem;
	}

	.p-function__arrow::before {
		width: 1.4rem;
		height: 1.4rem;
	}

	.p-function__thumbs {
		overflow-x: auto;
		gap: 2.4rem 1.2rem;
		margin-top: 6rem;
		padding-bottom: 0;
		-webkit-overflow-scrolling: touch;
	}

	.p-function__thumb-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc((100% - 3.6rem) / 4);
		flex: 0 0 calc((100% - 3.6rem) / 4);
		max-width: calc((100% - 3.6rem) / 4);
		min-width: 0;
	}

	.p-function__thumb-icon {
		height: 4.6rem;
		margin-bottom: 1rem;
	}

	.p-function__thumb-icon img {
		max-width: 6.6rem;
		max-height: 6.6rem;
	}

	.p-function__thumb-txt {
		font-size: 1.2rem;
		white-space: normal;
	}

	.p-function__body,
	.p-function__photos,
	.p-function__photo,
	.p-function__icon-lg {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%;
		min-width: 0;
	}

	.p-payment {
		background: #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.p-language,
	.p-qr {
		background: #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-height: auto;
	}

	.p-language .l-container,
	.p-qr .l-container {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		height: auto;
	}
	/* ---------------------------------------------
	  Component - Back to Top
	--------------------------------------------- */
	.c-backtop {
		right: 1.6rem;
		bottom: 1.6rem;
		width: 4.8rem;
		height: 8.4rem;
	}

	.c-backtop::after {
		top: 1.2rem;
		width: 1rem;
		height: 1rem;
	}

	.c-backtop__txt {
		font-size: 1rem;
	}

	.c-backtop__line {
		height: 2.8rem;
		margin-top: 2.4rem;
	}
}

/* ---------------------------------------------
  Fixed Design Scale
  1280px〜1400pxは1400pxデザインを縮小
  1280px未満は1280px相当の見た目で固定
  1401px以上は通常PC表示
  headerはscaleの外に置き、fixedで追随
--------------------------------------------- */

:root {
	--design-width: 1400px;
	--min-pc-width: 1280px;
	--site-scale: 1;
	--function-design-width: 1480px;
	--function-scale: 1;
	--function-left: 0px;
}

/* 1401px以上：通常PC表示 */
@media screen and (min-width: 1401px) {
	html,
	body {
		width: 100%;
		min-width: 0;
		overflow-x: hidden;
	}

	body {
		min-width: 0;
	}

	.site-scale-wrap {
		width: 100%;
		height: auto !important;
		overflow: visible;
	}

	.site-scale {
		width: 100%;
		-webkit-transform: none;
		transform: none;
	}

	.l-page {
		width: 100%;
		min-width: 0;
		min-height: 100vh;
		overflow: hidden;
	}

	.l-container {
		width: 100%;
		max-width: var(--design-width);
		padding-right: 60px;
		padding-left: 60px;
	}

	.l-header {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 0;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}

	.c-gnav {
		display: flex;
	}

	.c-menu-btn {
		display: flex;
	}
	.p-function__txt {
		font-size: 1.9rem;
	}
}

/* 641px〜1400px：scale表示。ただし1280px相当より小さくしない */
@media screen and (min-width: 641px) and (max-width: 1400px) {
	html,
	body {
		width: 100%;
		overflow-x: auto;
	}

	body {
		min-width: var(--min-pc-width);
	}

	.site-scale-wrap {
		width: var(--min-pc-width);
		overflow: visible;
	}

	.site-scale {
		width: var(--design-width);
		-webkit-transform: scale(var(--site-scale));
		transform: scale(var(--site-scale));
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}

	.l-page {
		width: var(--design-width);
		min-width: var(--design-width);
		min-height: 100vh;
		overflow: hidden;
	}

	.l-container {
		width: 100%;
		max-width: var(--design-width);
		padding-right: 90px;
		padding-left: 90px;
	}

	.c-gnav {
		display: flex;
	}

	.c-menu-btn {
		display: flex;
	}

	.p-menu {
		position: fixed;
		top: var(--header-height, 92px);
		right: 0;
		left: 0;
		width: 100%;
	}

	.c-backtop {
		position: fixed;
	}
}

/* 641px〜1020px：グローバルナビの項目だけ非表示 */
@media screen and (min-width: 641px) and (max-width: 1020px) {
	.c-gnav__item {
		display: none;
	}
}

/* 640px以下：スマホ表示 */
@media screen and (max-width: 640px) {
	html,
	body {
		width: 100%;
		min-width: 0;
		overflow-x: hidden;
	}

	body {
		min-width: 0;
	}

	.site-scale-wrap {
		width: 100%;
		height: auto !important;
		overflow: visible;
	}

	.site-scale {
		width: 100%;
		-webkit-transform: none;
		transform: none;
	}

	.l-page {
		width: 100%;
		min-width: 0;
		overflow: hidden;
	}

	.l-container {
		width: 100%;
		max-width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.l-header {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 0;
		-webkit-transform: none;
		transform: none;
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}

	.l-header .l-container {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.l-header__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: var(--header-height);
		padding-right: 16px;
		padding-left: 16px;
		overflow: hidden;
	}

	.l-header__brand {
		flex: 0 1 auto;
		min-width: 0;
		margin-right: 0;
	}

	.l-header__logo {
		display: flex;
		align-items: center;
		gap: 12px;
		max-width: calc(100vw - 9.6rem);
	}

	.l-header__mark {
		width: 48px;
		height: 46px;
		font-size: 1rem;
	}

	.l-header__img {
		width: auto;
		max-width: 145px;
		height: auto;
		max-height: 35px;
	}

	.c-gnav {
		display: none;
	}

	.l-header__action {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		gap: 0;
		margin-left: auto;
	}

	.c-menu-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		margin-left: auto;
	}

	.c-menu-btn__txt {
		display: none;
	}

	.c-menu-btn__bars {
		width: 32px;
		height: 26px;
	}
}

/* ---------------------------------------------
  p-function Scale
  1480px時点の表示バランスを余白ごと維持して縮小
  左右の矢印エリアを避けて、黒い表示エリア内に収める
--------------------------------------------- */

/* 641px〜1479px：p-functionだけ1480px基準で縮小 */
@media screen and (min-width: 641px) and (max-width: 1479px) {
	.p-function {
		position: relative;
		overflow: hidden;
		padding: 0;
	}

	.p-function__scale {
		position: relative;
		left: var(--function-left);
		width: var(--function-design-width);
		margin-right: 0;
		margin-left: 0;
		-webkit-transform: scale(var(--function-scale));
		transform: scale(var(--function-scale));
		-webkit-transform-origin: top left;
		transform-origin: top left;
	}

	.p-function__scale .l-container {
		width: 100%;
		max-width: var(--design-width);
		margin-right: auto;
		margin-left: auto;
		padding-right: 40px;
		padding-left: 40px;
	}

	.p-function__arrow {
		z-index: 5;
	}
}

/* 1480px以上：p-function通常表示。左右paddingは60px */
@media screen and (min-width: 1480px) {
	.p-function {
		height: auto !important;
	}

	.p-function__scale {
		position: static;
		left: auto;
		width: auto;
		margin-right: auto;
		margin-left: auto;
		-webkit-transform: none;
		transform: none;
	}

	.p-function__scale .l-container {
		width: 100%;
		max-width: var(--design-width);
		margin-right: auto;
		margin-left: auto;
		padding-right: 60px;
		padding-left: 60px;
	}
}

/* 640px以下：p-functionスマホ表示 */
@media screen and (max-width: 640px) {
	.p-function {
		height: auto !important;
		overflow: hidden;
	}

	.p-function__scale {
		position: static;
		left: auto;
		width: auto;
		margin-right: auto;
		margin-left: auto;
		-webkit-transform: none;
		transform: none;
	}

	.p-function__scale .l-container {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* ---------------------------------------------
  Mainvisual Fixed Scale Adjust
  641px〜1400pxではMV内のvw依存を止める
  1280px未満でも右側コピー群が縮み続けないようにする
--------------------------------------------- */

@media screen and (min-width: 641px) and (max-width: 1400px) {
	.p-mv {
		height: calc(100vh - var(--header-height));
		max-height: calc(100vh - var(--header-height));

		--mv-machine-top: 6rem;
		--mv-machine-extra-height: 26rem;
		--mv-machine-scale: 1.4;
		--mv-machine-offset-x: -1.2rem;
		--mv-machine-offset-y: -14.6rem;
	}

	.p-mv__machine img {
		left: 40rem;
	}

	.p-mv__body {
		width: 50%;
		padding: 0 10rem 0 5rem;
	}

	.p-mv__lead {
		font-size: 2.6rem;
	}

	.p-mv__ttl-sub {
		font-size: 6.4rem;
	}

	.p-mv__copy {
		font-size: 2.7rem;
	}

	.p-mv__brand {
		width: 49rem;
	}

	.p-mv__brand img {
		width: 87%;
	}
}

/* ---------------------------------------------
  SP Header Product Logo Fix
  スマホでもGLORYロゴ + FFH-S70ロゴを表示
--------------------------------------------- */
@media screen and (max-width: 640px) {
	.l-header__inner {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: var(--header-height);
		padding-right: 14px;
		padding-left: 10px;
		overflow: hidden;
	}

	.l-header__brand {
		display: block;
		flex: 1 1 auto;
		min-width: 0;
		margin-right: 0;
	}

	.l-header__logo {
		display: flex !important;
		align-items: center;
		gap: 8px;
		width: auto;
		max-width: none;
		min-width: 0;
	}

	.l-header__mark {
		flex: 0 0 48px;
		width: 48px;
		height: 46px;
	}

	.l-header__name {
		display: block !important;
		flex: 0 1 132px;
		width: 132px;
		min-width: 0;
		max-width: 132px;
		overflow: hidden;
		margin-left: 10px;
	}

	.l-header__img {
		display: block !important;
		width: 100%;
		height: auto;
		max-width: 132px;
		max-height: none;
		object-fit: contain;
	}

	.c-gnav {
		display: none;
	}

	.l-header__action {
		display: flex;
		align-items: center;
		flex: 0 0 auto;
		gap: 0;
		margin-left: 8px;
	}

	.l-header__btn {
		display: none;
	}

	.c-menu-btn {
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		margin-left: 0;
	}

	.c-menu-btn__txt {
		display: none;
	}

	.c-menu-btn__bars {
		width: 32px;
		height: 26px;
	}
}

