@charset "UTF-8";

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

CONFIG

*/
:root {
	--color-red: #262626;
	--icon-arrow-link: "\e90b";
}

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

RESET

*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
html, body {
	width: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
a, button {
	cursor: pointer;
}
img {
	vertical-align: top;
	width: 100%;
	height: auto;
}
input, select, textarea, button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	resize: none;
}

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

FONTS

*/
@font-face {
	font-family: 'en';
	src: url('../fonts/EN-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'en';
	src: url('../fonts/EN-Book.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'en';
	src: url('../fonts/EN-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'en';
	src: url('../fonts/EN-Medium.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'en';
	src: url('../fonts/EN-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'en';
	src: url('../fonts/EN-Ultra.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: 'en';
	src: url('../fonts/EN-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: block;
}

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

ICON

*/
@font-face {
	font-family: 'icon2026';
	src: url('../fonts/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icon2026' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e900";
}
.icon-nav-youtube:before {
	content: "\e901";
}
.icon-nav-stock:before {
	content: "\e902";
}
.icon-nav-customize:before {
	content: "\e903";
}
.icon-nav-blog:before {
	content: "\e904";
}
.icon-logo-youtube:before {
	content: "\e905";
}
.icon-logo-x:before {
	content: "\e906";
}
.icon-logo-instagram:before {
	content: "\e907";
}
.icon-blank:before {
	content: "\e908";
}
.icon-arrow-prev:before {
	content: "\e909";
}
.icon-arrow-next:before {
	content: "\e90a";
}
.icon-arrow-link:before {
	content: "\e90b";
}
.icon-ac-plus:before {
	content: "\e90c";
}
.icon-ac-minus:before {
	content: "\e90d";
}

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

HTML

*/
html {
	background-color: #000;
	/* 1rem = 10px */
	font-size: 62.5%;
	font-size: calc(1000 / 1440 * 1vw);
	font-size: 10px;
}

@media screen and (max-width: 781px) {
	html {
		/* 幅375px 1rem = 10px */
		font-size: calc(1000 / 375 * 1vw);
		font-size: 10px;
	}
}

body {
	position: relative;
	font-family: 'en', "IBM Plex Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 781px) {
	body {
		font-size: 1.5rem;
	}
}

main {
	position: relative;
	overflow: hidden;
}
.bg-gray main {
	background-color: #CCC;
	background-repeat: repeat;
	background-image: url(../img/common/pattern01.png);
	background-size: 3rem 3rem;
}
main::before {
	content: '';
	display: block;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 14rem;
	background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.has-scroll main::before {
	opacity: 1;
}

.page {
	background-color: #FFF;
}
.page :where(.wp-block-columns) {
	margin-bottom: 0;
}
.bg-gray .page {
	background-color: transparent;
}

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

SWIPER

*/
.swiper .swiper-slide {
	height: auto;
} 

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

VISIBLE

*/
@media screen and (max-width: 781px) {
	.u-visible-pc {
		display: none;
	}
}
@media screen and (min-width: 782px) {
	.u-visible-sp {
		display: none;
	}
}

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

LOADING

*/
.c-loading {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.c-loading .spinner {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(0, 0, 0, 0.1); /* Or use a CSS var for this color */
	border-radius: 50%;
	border-top-color: #8a8a8a;
	animation: spin 1s ease-in-out infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

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

HOVER

*/
.u-button-w {
	font-weight: 600;
	letter-spacing: 0.1em;
}
.u-link-b,
.u-link-w {
	text-decoration: underline;
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.u-link-b,
	.u-link-w {
		background-position: 0 96%;
		background-repeat: no-repeat;
		background-size: 100% 1px;
		display: inline;
		position: relative;
		text-decoration: none;
	}
	.u-link-b {
		background-image: linear-gradient(#000,#000);
	}
	.u-link-w {
		background-image: linear-gradient(#FFF,#FFF);
	}
	.u-button-w {
		position: relative;
		overflow: hidden;
	}
	.u-button-w > * {
		position: relative;
		display: block;
		transition: color 0.3s ease;
	}
	a:hover .u-button-w > *,
	button.u-button-w:hover > *,
	a.u-button-w:hover > * {
		color: #FFF !important;
	}
	.u-button-w::before {
		content: '';
		display: block;
		position: absolute;
		top: -50%;
		left: 0;
		transform: skewY(-20deg) scale(1, 0);
		transform-origin: 0 0;
		width: 100%;
		height: 460%;
		background-color: #C00;
		transition: transform 0.44s ease;
	}
	a:hover .u-button-w::before,
	button.u-button-w:hover::before,
	a.u-button-w:hover::before {
		transform: skewY(-20deg) scale(1, 1);
	}
	button.u-link,
	a.u-link,
	a .u-link {
		transition: color .3s ease;
	}
	button.u-link:hover,
	a.u-link:hover,
	a:hover .u-link {
		color: #C00;
	}
	button:hover .u-link-b,
	a:hover .u-link-b {
		animation: .2s forwards anim-link-b-out, .2s .2s forwards anim-link-b-in;
	}
	button:hover .u-link-w,
	a:hover .u-link-w {
		animation: .2s forwards anim-link-w-out, .2s .2s forwards anim-link-w-in;
	}
}

@keyframes anim-link-b-out {
	0% {
		background-image: linear-gradient(#000,#000);
		background-position: right 96%;
		background-size: 100% 1px
	}
	to {
		background-image: linear-gradient(#000,#000);
		background-position: right 96%;
		background-size: 0 1px
	}
}
@keyframes anim-link-b-in {
	0% {
		background-image: linear-gradient(#C00,#C00);
		background-position: 0 96%;
		background-size: 0 1px
	}
	to {
		background-image: linear-gradient(#C00,#C00);
		background-position: 0 96%;
		background-size: 100% 1px
	}
}
@keyframes anim-link-w-out {
	0% {
		background-image: linear-gradient(#FFF,#FFF);
		background-position: right 96%;
		background-size: 100% 1px
	}
	to {
		background-image: linear-gradient(#FFF,#FFF);
		background-position: right 96%;
		background-size: 0 1px
	}
}
@keyframes anim-link-w-in {
	0% {
		background-image: linear-gradient(#C00,#C00);
		background-position: 0 96%;
		background-size: 0 1px
	}
	to {
		background-image: linear-gradient(#C00,#C00);
		background-position: 0 96%;
		background-size: 100% 1px
	}
}

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

HEAD

*/
.c-head {
	position: relative;
}
.c-head .c-link i {
	position: relative;
	top: -0.3rem;
}

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

HEADING

*/
.c-heading span {
	display: block;
	position: relative;
	margin-bottom: 0.5rem;
	padding-left: 0.6rem;
	font-weight: 600;
	font-size: 1.4rem;
}
.c-heading span::before,
.c-heading span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 1px;
	height: 1.4rem;
	background-color: #FFF;
}
.c-heading span::after {
	height: 0.7rem;
	background-color: #C00;
}
.c-heading em {
	font-weight: 900;
	font-size: 4rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 781px) {
	.c-heading span {
		font-size: 1.2rem;
	}
	.c-heading span::before,
	.c-heading span::after {
		top: 0.2em;
		height: 1.2rem;
	}
	.c-heading span::after {
		height: 0.6rem;
	}
	.c-heading em {
		font-size: 2.2rem;
	}
}

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

BREADCRUMBS

*/
.c-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin-bottom: 3rem;
	font-size: 1.4rem;
}
.c-breadcrumbs li {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}
.c-breadcrumbs li::after {
	content: '';
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	background-image: url(../img/common/icon-arrow-breadcrumbs.svg);
	background-size: contain;
	margin-top: -0.2em;
}
.c-breadcrumbs li:last-child {
	font-weight: 500;
}
.c-breadcrumbs li:last-child::after {
	content: none;
}
@media screen and (max-width: 781px) {
	.c-breadcrumbs {
		gap: 0.5rem 0.7rem;
		margin-bottom: 2rem;
		font-size: 1.3rem;
	}
	.c-breadcrumbs li {
		gap: 0.5rem;
	}
}

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

SUBHEAD

*/
.c-subhead {
	font-weight: 600;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 781px) {
	.c-subhead {
		font-size: 1.8rem;
	}
}

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

TITLE

*/
.c-title {
	position: relative;
	padding-left: 0.6rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.3;
	word-break: break-all;
}
.c-title::before,
.c-title::after {
	content: '';
	display: block;
	position: absolute;
	top: 0.12em;
	left: 0;
	width: 1px;
	height: 1.4rem;
	background-color: #FFF;
}
.c-title::after {
	height: 0.6rem;
	background-color: #C00;
}

@media screen and (max-width: 781px) {
	.c-title {
		padding-left: 0.6rem;
		font-size: 1.4rem;
	}
	.c-title::before,
	.c-title::after {
		height: 1.2rem;
	}
	.c-title::after {
		height: 0.5rem;
	}
}

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

MORE

*/
.c-more {
	display: flex;
	gap: 0.5rem;
	font-size: 1.4rem;
}
.c-more em {
	display: block;
}
.c-more i {
	display: block;
	font-size: 2rem;
	color: #C00;
}

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

LINK

*/
.c-link {
	display: flex;
	margin: 1rem 0 0 0;
	font-size: 1.4rem;
	line-height: 1.2;
}
.c-link a {
	display: flex;
	gap: 0.5rem;
}
.c-link em {
	display: block;
}
.c-link i {
	display: block;
	font-size: 2rem;
	color: #C00;
}

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

BUTTON

*/
.c-btn {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 2rem;
	width: 30rem;
	height: 5.6rem;
	background-color: #000;
	color: #FFF !important;
}
.c-btn i {
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
	font-size: 2rem;
	color: #C00 !important;
}

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

CTR

*/
.c-ctr {
	position: absolute;
	bottom: 0.5rem;
	right: 0;
	display: flex;
	gap: 2rem;
}
.c-ctr[aria-hidden="true"] {
	display: none;
}
.c-ctr button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.8rem;
	height: 3.8rem;
	background-color: #FFF;
	font-size: 2rem;
	color: #000;
}
.c-ctr button > * {
	position: relative;
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.c-ctr button {
		background-color: #000;
	}
	.c-ctr button::before {
		content: '';
		display: block;
		position: absolute;
		inset: 0;
		background-color: #FFF;
		transition: inset 0.2s ease;
	}
	.c-ctr button:hover::before {
		inset: 0.5rem;
	}
}

@media screen and (max-width: 781px) {
	.c-ctr {
		bottom: 0rem;
		gap: 1rem;
	}
	.c-ctr button {
		width: 3rem;
		height: 3rem;
		font-size: 1.6rem;
	}
}

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

THUMB

*/
.c-thumb {
	position: relative;
}
.c-thumb span {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #FFF;
}
.c-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-thumb .logo img {
	object-fit: contain;
}
.c-thumb em {
	position: absolute;
	top: 1.5rem;
	left: 0;
	padding: 0.5rem 1rem;
	background-color: #333;
	font-weight: 600;
	font-size: 1.2rem;
	color: #FFF;
}
.c-thumb em br {
	display: none;
}

@media screen and (max-width: 781px) {
	.c-thumb em {
		top: 1rem;
		padding: 0.5rem 0.5rem;
		font-size: 1rem;
		line-height: 1.3;
	}
	.c-thumb em br {
		display: block;
	}
	.c-thumb .logo {
		padding: 2rem;
	}
}

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

LIST BRAND

*/
.c-list-brand {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.3;
}
.c-list-brand ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem 0;
	margin: 0 -0.3rem;
}
.c-list-brand ul li {
	flex-basis: calc(100% / 8);
	padding: 0 0.3rem;
}
.c-list-brand ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1rem 0.5rem 0 0.5rem;
	height: 11.4rem;
	background-color: #000;
}
.c-list-brand ul li a::before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-color: #FFF;
	transition: inset 0.2s ease;
}
.c-list-brand ul li a > * {
	position: relative;
}
.c-list-brand ul li span {
	display: block;
	width: 12rem;
	height: 5rem;
}
.c-list-brand ul li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.c-list-brand ul li em {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 3em;
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.c-list-brand ul li a:hover::before {
		inset: 0.5rem;
	}
}

@media screen and (max-width: 1200px) {
	.c-list-brand ul li {
		flex-basis: calc(100% / 6);
	}
}

@media screen and (max-width: 980px) {
	.c-list-brand ul li {
		flex-basis: calc(100% / 4);
	}
}

@media screen and (max-width: 781px) {
	.c-list-brand {
		font-size: 1.2rem;
	}
	.c-list-brand ul {
		gap: 0.2rem 0;
		margin: 0 -0.1rem;
	}
	.c-list-brand ul li {
		flex-basis: calc(100% / 3);
		padding: 0 0.1rem;
	}
	.c-list-brand ul li a {
		padding: 1.5rem 0.5rem 0 0.5rem;
		height: 10rem;
	}
	.c-list-brand ul li span {
		width: 100%;
		height: 3.4rem;
	}
	.c-list-brand ul li em {
		min-height: 4em;
	}
}

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

CONTAINER

*/
.l-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5rem;
}

@media screen and (max-width: 781px) {
	.l-container {
		padding: 0 2rem;
	}
}

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

PAGE HEADER

*/
.l-page-header {
	padding: 12rem 5rem 3rem 5rem;
	min-height: 30rem;
	background-color: #000;
	background-repeat: repeat;
	background-image: url(../img/common/pattern02.png);
	background-size: 3rem 3rem;
	line-height: 1.3;
	color: #FFF;
}
.l-page-header h1 em {
	display: block;
	text-indent: -0.1em;
	font-weight: 700;
	font-size: 4rem;
}
.l-page-header h1 span {
	display: block;
	margin-top: 0.5rem;
	font-weight: 600;
	font-size: 1.4rem;
}

@media screen and (max-width: 781px) {
	.l-page-header {
		padding: 7rem 1.5rem 1.5rem 2rem;
		min-height: 22rem;
	}
	.l-page-header h1 em {
		font-size: 3.2rem;
	}
	.l-page-header h1 span {
		font-size: 1.4rem;
	}
}

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

HEADER

*/
header {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
}
.header {
	position: fixed;
	z-index: 999;
	top: 4.5rem;
	left: 5rem;
	color: #FFF;
	/*
	mix-blend-mode: difference;
	-webkit-mix-blend-mode: difference;
	*/
}
.header .logo {
	position: relative;
	width: 11rem;
}
.header .logo .b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.header .logo img {
	transition: opacity 0.4s ease;
}

@media screen and (max-width: 781px) {
	.header {
		top: 2rem;
		left: 2rem;
	}
	.header .logo {
		width: 8.4rem;
	}
}

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

MEGAMENU TOGGLE

*/
.megamenu-toggle {
	position: fixed;
	z-index: 100;
	top: 4.5rem;
	right: 4rem;
	width: 5rem;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	color: #FFF;
	transition: color 0.4s ease;
	/*
	mix-blend-mode: difference;
	-webkit-mix-blend-mode: difference;
	*/
}
.megamenu-toggle i,
.megamenu-toggle-hover i {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 3rem;
	height: 2.2rem;
}
.megamenu-toggle i::before,
.megamenu-toggle i::after,
.megamenu-toggle-hover i::before,
.megamenu-toggle-hover i::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #FFF;
	transition: background-color 0.4s ease;
}
.megamenu-toggle i::before,
.megamenu-toggle-hover i::before {
	top: 0.5rem;
}
.megamenu-toggle i::after,
.megamenu-toggle-hover i::after {
	top: 1.5rem;
}
.megamenu-toggle-hover {
	display: none;
}
.megamenu-toggle-hover i::before,
.megamenu-toggle-hover i::after {
	background-color: #C00 !important;
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.megamenu-toggle-hover {
		display: block;
		pointer-events: none;
		position: fixed;
		z-index: 101;
		top: 4.5rem;
		right: 4rem;
		width: 5rem;
		text-align: center;
		font-weight: 600;
		font-size: 1rem;
		color: #C00;
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.megamenu-toggle:hover + div {
		opacity: 1;
	}
}

@media screen and (max-width: 781px) {
	.megamenu-toggle {
		top: 1.5rem;
		right: 1rem;
		width: 5rem;
		font-size: 1rem;
	}
}

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

PAGETOP

*/
.pagetop {
	position: fixed;
	z-index: 100;
	bottom: 3rem;
	right: 4rem;
	width: 5rem;
	text-align: center;
	font-weight: 600;
	font-size: 1rem;
	color: #FFF;
	mix-blend-mode: difference;
	-webkit-mix-blend-mode: difference;
	transform: translateX(9rem);
}
.hide-pagetop .pagetop {
	display: none;
}
.loaded .pagetop {
	transition: transform 0.3s ease, margin 0.3s ease;
}
.pagetop i,
.pagetop-hover i {
	display: block;
	margin: 0 auto 0.6rem auto;
	width: 2.4rem;
}
.pagetop-hover {
	display: none;
}
.pagetop[aria-hidden="false"] {
	transform: translateX(0);
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.loaded .pagetop {
		transition: transform 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
	}
	.pagetop:hover {
		opacity: 0;
	}
	.pagetop-hover {
		display: block;
		pointer-events: none;
		position: fixed;
		z-index: 11;
		bottom: 3rem;
		right: 4rem;
		width: 5rem;
		text-align: center;
		font-weight: 600;
		font-size: 1rem;
		color: #C00;
		opacity: 0;
		transform: translateX(9rem);
	}
	.loaded .pagetop-hover {
		transition: transform 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
	}
	.pagetop[aria-hidden="false"] + div {
		transform: translateX(0);
	}
	.pagetop:hover + div {
		opacity: 1;
	}
}

@media screen and (max-width: 781px) {
	.pagetop {
		bottom: 1rem;
		right: 1rem;
		transform: translateX(6rem);
	}
}

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

MEGAMENU

*/
.megamenu {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	padding: 2rem;
	width: 39rem;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	transform: translateX(100%);
}
.loaded .megamenu {
	transition: transform 0.4s ease;
}
.megamenu[aria-hidden="false"] {
	transform: translateX(0%);
}
.megamenu .toggle {
	position: absolute;
	top: 4.5rem;
	right: 4rem;
	width: 5rem;
	font-weight: 600;
	font-size: 1rem;
}
.megamenu .toggle i {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 3rem;
	height: 2.2rem;
}
.megamenu .toggle i::before,
.megamenu .toggle i::after {
	content: '';
	display: block;
	position: absolute;
	top: 1rem;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #FFF;
}
.megamenu .toggle i::before {
	transform: rotate(22deg);
}
.megamenu .toggle i::after {
	transform: rotate(-22deg);
}
.megamenu .company {
	margin-top: 5rem;
	padding-bottom: 3rem;
	text-align: center;
}
.megamenu .company h2 {
	margin-bottom: 2rem;
}
.megamenu .company h2 em,
.megamenu .company h2 a {
	display: block;
	margin: 0 auto;
	width: 11rem;
}
.megamenu .company .sns {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 2rem;
}
.megamenu .company .sns a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	border: 1px solid #FFF;
	border-radius: 50%;
	font-size: 2.4rem;
}
.megamenu .company nav ul {
	display: flex;
	gap: 1rem;
	font-size: 1.2rem;
}
.megamenu .company nav ul li {
	width: 100%;
}
.megamenu .company nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3rem;
	height: 4rem;
	background-color: #FFF;
	color: #333;
}
.megamenu .company nav ul li a em {
	display: block;
}
.megamenu .company nav ul li a i {
	margin-top: -0.1rem;
	font-size: 2rem;
	color: #C00;
}
.megamenu .nav {
	margin-top: 9rem;
	border-top: 1px solid #999;
}
.megamenu .nav > div {
	margin: 0;
	border-bottom: 1px solid #999;
}
.megamenu .nav h3 {
	font-weight: 600;
	font-size: 1.6rem;
}
.megamenu .nav h3 button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 7rem;
}
.megamenu .nav h3 button i {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1rem;
	font-size: 2.4rem;
	color: #C00;
}
.megamenu .nav h3 button i.icon-ac-minus {
	display: none;
}
.megamenu .nav h3 button[aria-expanded="true"] i.icon-ac-minus {
	display: block;
}
.megamenu .nav h3 button[aria-expanded="true"] i.icon-ac-plus {
	display: none;
}
.megamenu .nav .ac {
	overflow: hidden;
	height: 0;
}
.megamenu .nav ul {
	display: block;
	padding: 0 0 1rem 1.6rem;
}
.megamenu .nav ul li {
	position: relative;
	padding: 0 0 1rem 0;
}
.megamenu .nav ul li a::after {
	content: var(--icon-arrow-link);
	position: relative;
	top: 0.2em;
	padding-left: 0.2em;
	font-family: 'icon2026' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 2rem;
	color: #C00;
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	.megamenu .toggle {
		transition: color 0.3s ease;
	}
	.megamenu .toggle:hover {
		color: #C00;
	}
	.megamenu .toggle i::before,
	.megamenu .toggle i::after {
		transition: background-color 0.3s ease;
	}
	.megamenu .toggle:hover i::before,
	.megamenu .toggle:hover i::after {
		background-color: #C00;
	}
	.megamenu .nav h3 button {
		transition: color 0.3s ease;
	}
	.megamenu .nav h3 button:hover {
		color: #C00;
	}
	.megamenu .company .sns a {
		transition: color 0.3s ease, border-color 0.3s ease;
	}
	.megamenu .company .sns a:hover {
		color: #C00;
		border-color: #C00;
	}
}

@media screen and (max-width: 781px) {
	.megamenu .toggle {
		top: 1.5rem;
		right: 1rem;
	}
	.megamenu {
		width: 100%;
	}
}

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

FOOTER

*/
footer {
	padding: 10rem 5rem;
	background-color: #000;
	background-repeat: repeat;
	background-image: url(../img/common/pattern02.png);
	background-size: 3rem 3rem;
	font-size: 1.4rem;
	color: #FFF;
}
footer .content {
	display: flex;
	justify-content: space-between;
}
footer .content .company {
	width: 17rem;
	text-align: center;
}
footer .content .company h2 {
	margin-bottom: 2rem;
}
footer .content .company .sns {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 2rem;
}
footer .content .company .sns a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
	height: 4rem;
	border: 1px solid #FFF;
	border-radius: 50%;
	font-size: 2.4rem;
}
footer .content .company nav ul li {
	margin-bottom: 2rem;
}
footer .content .company nav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3rem;
	height: 4rem;
	background-color: #FFF;
	line-height: 1;
	color: #333;
}
footer .content .company nav ul li a em {
	display: block;
}
footer .content .company nav ul li a i {
	position: relative;
	top: -0.16rem;
	font-size: 2rem;
	color: #C00;
}
footer .content .nav {
	display: flex;
	justify-content: flex-end;
	flex: 1;
	gap: 4rem;
	padding: 0 4rem 0 0;
	line-height: 1.2;
}
footer .content .nav h3 {
	margin-bottom: 2rem;
	font-weight: 600;
	font-size: 1.6rem;
}
footer .content .nav ul li {
	position: relative;
	margin-bottom: 2rem;
	padding-left: 1.6rem;
}
footer .content .nav ul li::before {
	content: '';
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0.5rem;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background-color: #FFF;
}
footer .content .nav .col2 {
	display: grid;
	grid-template-columns: auto auto;
	gap: 0 4rem;
}
footer .footer {
	display: flex;
	justify-content: space-between;
	margin: 4.5rem 0 0 0;
	padding: 4.5rem 0 0 0;
	border-top: 1px solid #FFF;
	line-height: 1.2;
}
footer .footer nav ul {
	display: flex;
	gap: 2rem;
}
footer .footer nav ul li a {
	display: flex;
	gap: 0.5rem;
}
footer .footer nav ul li a em {
	display: block;
}
footer .footer nav ul li a i {
	position: relative;
	top: -0.3rem;
	font-size: 2rem;
	color: #C00;
}
footer small {
	display: block;
	
}

@media screen and (min-width: 782px) and (any-hover: hover) {
	footer .content .company .sns a {
		transition: color 0.3s ease, border-color 0.3s ease;
	}
	footer .content .company .sns a:hover {
		color: #C00;
		border-color: #C00;
	}
}

@media screen and (min-width: 782px) {
	footer .content .nav h3 button {
		pointer-events: none;
	}
	footer .content .nav h3 i {
		display: none;
	}
	footer .content .nav .ac {
		height: auto !important;
	}
}

@media screen and (max-width: 1350px) {
	footer .content .nav {
		display: block;
		padding: 0 0 0 4rem;
	}
	footer .content .nav > div {
		margin-bottom: 2rem;
	}
	footer .content .nav ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0 2rem;
	}
	footer .content .nav .col2 {
		display: flex;
		flex-wrap: wrap;
		gap: 0 2rem;
	}
}

@media screen and (max-width: 781px) {
	footer {
		padding: 4rem 2rem 7rem 2rem;
	}
	footer .content {
		display: block;
	}
	footer .content .company {
		width: auto;
	}
	footer .content .company h2 em,
	footer .content .company h2 a {
		display: block;
		margin: 0 auto;
		width: 11rem;
	}
	footer .content .company nav ul {
		display: flex;
		gap: 1rem;
		font-size: 1.2rem;
	}
	footer .content .company nav ul li {
		width: 100%;
		margin-bottom: 0;
	}
	footer .content .company nav ul li a i {
		margin-top: -0.1rem;
	}
	footer .content .nav {
		display: block;
		margin-top: 5rem;
		padding: 0;
		border-top: 1px solid #999;
	}
	footer .content .nav > div {
		margin: 0;
		border-bottom: 1px solid #999;
	}
	footer .content .nav h3 {
		margin-bottom: 0;
	}
	footer .content .nav h3 button {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 7rem;
	}
	footer .content .nav h3 button i {
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -1rem;
		font-size: 2rem;
		color: #C00;
	}
	footer .content .nav h3 button i.icon-ac-minus {
		display: none;
	}
	footer .content .nav h3 button[aria-expanded="true"] i.icon-ac-minus {
		display: block;
	}
	footer .content .nav h3 button[aria-expanded="true"] i.icon-ac-plus {
		display: none;
	}
	footer .content .nav .ac {
		overflow: hidden;
		height: 0;
	}
	footer .content .nav ul {
		display: block;
		padding: 0 0 1rem 1.6rem;
	}
	footer .content .nav ul li {
		margin: 0;
		padding: 0 0 1rem 0;
	}
	footer .content .nav ul li::before {
		content: none;
	}
	footer .content .nav ul li a {
		text-decoration: none;
	}
	footer .content .nav ul li a::after {
		content: var(--icon-arrow-link);
		position: relative;
		top: 0.2em;
		padding-left: 0.2em;
		font-family: 'icon' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 2rem;
		color: #C00;
	}
	footer .content .nav .col2 {
		display: block;
	}
	
	footer .footer {
		display: block;
		margin: 0;
		padding: 3rem 0 0 0;
		border-top: 0;
	}
	footer .footer nav ul {
		flex-wrap: wrap;
		justify-content: center;
		font-size: 1.2rem;
	}
	footer .footer nav ul li a em {
		text-decoration: none;
	}
	footer small {
		margin-top: 2rem;
		text-align: center;
		font-size: 1.1rem;
	}
}

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

STATUS CODE

*/
.status-code {
	padding: 10rem 5rem;
	background-color: #CCC;
	background-repeat: repeat;
	background-image: url(../img/common/pattern01.png);
	background-size: 3rem 3rem;
	text-align: center;
}
.status-code p {
	font-weight: 500;
	line-height: 2;
}
.status-code .foot {
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}
.status-code .foot a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 2rem;
	width: 30rem;
	height: 5.6rem;
	background-color: #000;
	color: #FFF;
}
.status-code .foot i {
	position: absolute;
	top: 50%;
	right: 2rem;
	margin-top: -1rem;
	font-size: 2rem;
	color: #C00;
}
@media screen and (max-width: 781px) {
	.status-code {
		padding: 5rem 2rem;
	}
}