@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
/* foundation
------------------------------------*/
:root {
	--color-text: #252525;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
	 # Global selectors
	 # ================================================================= */
html {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
	word-break: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}

*,
::before,
::after {
	background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
}

::before,
::after {
	text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
}

* {
	padding: 0; /* Reset `padding` and `margin` of all elements */
	margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
	overflow: visible; /* Show the overflow in Edge and IE */
	height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
	display: block; /* Render the `main` element consistently in IE. */
}

summary {
	display: list-item; /* Add the correct display in all browsers */
}

small {
	font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
	display: none; /* Add the correct display in IE */
}

abbr[title] {
	border-bottom: none; /* Remove the bottom border in Chrome 57 */
	/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
	text-decoration: underline;
	text-decoration: underline dotted;
}

a {
	background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
	outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
	font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
	font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
	border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
	-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
	overflow: auto; /* Internet Explorer 11+ */
	resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
	overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
	cursor: pointer;
	color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

/* Style select like a standard input */
select {
	-moz-appearance: none; /* Firefox 36+ */
	-webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
	display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor; /* Internet Explorer 11+ */
}

legend {
	border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
	display: table; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge and IE */
	white-space: normal; /* Correct the text wrapping in Edge and IE */
	max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
	/* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	color: inherit;
	font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
	border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not([fill]) {
	fill: currentColor;
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~=screen] {
		display: inherit;
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

html {
	height: 100%;
	scroll-behavior: smooth;
	width: 100%;
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
	html {
		overflow-x: auto;
		overflow-y: hidden;
	}
}
body {
	background: #7E7D58;
	color: var(--color-text);
	font-family: "Noto Sans JP";
	font-size: max(1.25vw, 10px);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 27px */
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-wrap: break-word;
	padding: 0;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	body {
		min-width: 320px;
		overflow-x: hidden;
	}
}
body.is-fixed {
	overflow-y: hidden;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}

p {
	margin: 0;
	padding: 0;
}

input {
	border-radius: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input[type=submit],
a {
	transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
	border-radius: 0;
	appearance: none;
	border: none;
	box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
	display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
	outline-offset: -2px;
}

summary::-webkit-details-marker {
	display: none;
}

.c-preload * {
	transition: none !important;
}

/* commons
------------------------------------*/
header {
	margin-top: -20px;
}
@media screen and (max-width: 650px) {
	header {
		margin-top: 0;
	}
}

/* ログイン中（管理バー表示時）のヘッダー固定位置ズレ対策を追加 */
body.logged-in .c-header-default {
	top: 32px;
}
@media screen and (max-width: 782px) {
	body.logged-in .c-header-default {
		top: 46px;
	}
}

.c-header-default {
	position: fixed;
	left: 0;
	top: 0;
	transition: top 0.6s ease;
	width: 100%;
	z-index: 10;
	box-sizing: border-box;
}

/* --- 内側の余白調整（%とpxで固定） --- */
.c-header-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 40px 3.5%; /* 上下40px固定、左右は画面追従（スクロールバーに影響しない%） */
}
@media screen and (max-width: 650px) {
	.c-header-inner {
		padding: 20px 10px; /* スマホ用：上下20px、右10px、左20px */
	}
}

.c-header-logo.is-active .c-header-logo__link svg path {
	fill: #7E7D58;
}
.c-header-logo .c-header-logo__link {
	display: block;
	line-height: 0;
}
.c-header-logo .c-header-logo__link svg {
	width: 117px;
}
@media screen and (max-width: 650px) {
	.c-header-logo .c-header-logo__link svg {
		width: 60px;
		margin-left: 10px;
	}
}

.c-header-body {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 650px) {
	.c-header-menu {
		display: none;
	}
}
.c-header-menu .c-header-menu__list {
	align-items: center;
	display: flex;
	list-style: none;
	padding: 0 7px 0 0; /* 右paddingを7px固定に */
	position: relative;
}
.c-header-menu .c-header-menu__list::after {
	background: repeating-linear-gradient(0deg, #FFF 0 2px, transparent 2px 4px) no-repeat right/1px 100%;
	content: "";
	display: block;
	height: 23px; /* 縦線の高さを固定 */
	position: absolute;
	right: 0;
	top: 4px;
	width: 1px;
}
.c-header-menu .c-header-menu__list li {
	display: block;
	line-height: 0;
}
.c-header-menu .c-header-menu__list li a {
	color: #FFF;
	display: inline-block;
	font-family: Geist;
	font-size: 14px; /* テキストサイズを14px固定（maxバグを排除） */
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 1.4px; /* レタースペースを1.4px固定に */
	padding: 10px; /* 余白を10pxに固定 */
	transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-header-menu .c-header-menu__list li a:hover {
	color: #FFCB70;
}

/* --- 言語切り替えセクション --- */
.c-header-language {
	display: flex;
	list-style: none;
	margin: -4px 0 0 10px; /* マージンをpx固定 */
}
@media screen and (max-width: 650px) {
	.c-header-language {
		display: none;
	}
}
.c-header-language li {
	line-height: 1;
}
.c-header-language li:not(:last-child) {
	position: relative;
}
.c-header-language li:not(:last-child)::after {
	background: #FFF;
	content: "";
	display: block;
	height: calc(100% - 18px);
	position: absolute;
	right: 0;
	top: 11px;
	width: 1px;
}
.c-header-language li.is-active a {
	color: #6C6C6C;
}
.c-header-language li a {
	color: #FFF;
	font-family: Geist;
	font-size: 14px; /* 14px固定 */
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1.4px;
	padding: 5px 7px;
	transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-header-language li a:hover {
	color: #FFCB70;
}

/* --- お問い合わせボタン（コンタクト） --- */
.c-header-contact {
	align-items: center;
	display: flex;
	font-family: Geist;
	height: 50px; /* ボタンの高さを50px固定 */
	justify-content: center;
	margin: 0 0 0 29px; /* 左マージンを29px固定 */
	position: relative;
	width: 140px; /* ボタンの横幅を140px固定 */
}
@media screen and (max-width: 650px) {
	.c-header-contact {
		display: none;
	}
}
.c-header-contact:hover svg path:nth-child(1) {
	stroke: #FFCB70;
}
.c-header-contact:hover svg path:nth-child(2) {
	fill: #FFCB70;
}
.c-header-contact svg path:nth-child(1) {
	stroke: #FFF;
	transition: stroke 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-header-contact svg path:nth-child(2) {
	fill: #FFF;
	transition: fill 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-footer-default {
	background: #E1E3DD;
	padding: 8.3333333333vw 2.7777777778vw 2.9166666667vw;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -5;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-default {
		padding: 18.4615384615vw 7.6923076923vw 18.7179487179vw;
		position: static;
	}
}

@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-inner {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-upper {
		display: contents;
	}
}
.c-footer-upper .c-footer-upper__copy {
	color: #AFAEAF;
	font-family: Libre Baskerville;
	font-size: max(4.5138888889vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 84.5px */
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-upper .c-footer-upper__copy {
		font-size: max(10.2564102564vw, 10px);
		line-height: 117%; /* 46.8px */
		order: 1;
	}
}
.c-footer-upper .c-footer-upper__copy b {
	color: #252525;
	font-weight: 400;
}
.c-footer-upper .c-footer-upper__logo {
	display: block;
	line-height: 0;
	margin: 16.8055555556vw 0 0 auto;
	width: 28.4722222222vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-upper .c-footer-upper__logo {
		margin: 14.358974359vw auto 0;
		order: 3;
		width: 100%;
	}
}
.c-footer-upper .c-footer-upper__logo img {
	width: 100%;
}

.c-footer-bottom {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin: 0.5555555556vw 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-bottom {
		display: contents;
	}
}

.c-footer-company {
	align-items: flex-end;
	display: flex;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-company {
		align-items: flex-start;
		flex-direction: column;
		order: 2;
	}
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-company .c-footer-company__main {
		margin: 13.0769230769vw 0 0;
	}
}
.c-footer-company .c-footer-company__name {
	color: #252525;
	font-family: Roboto;
	font-size: max(0.9722222222vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 15.4px */
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-company .c-footer-company__name {
		font-size: max(3.5897435897vw, 10px);
	}
}
.c-footer-company .c-footer-company__address {
	font-size: max(0.8333333333vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 1.5277777778vw 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-company .c-footer-company__address {
		font-size: max(3.0769230769vw, 10px);
		margin: 1.5384615385vw 0 0;
	}
}
.c-footer-company .c-footer-company__address span {
	font-family: Roboto;
}
.c-footer-company .c-footer-company__english {
	font-family: Roboto;
	font-size: max(0.8333333333vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
	margin: 0 0 0 4.3055555556vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-company .c-footer-company__english {
		font-size: max(3.0769230769vw, 10px);
		margin: 2.0512820513vw 0 0;
	}
}
.c-footer-company .c-footer-company__tel {
	font-family: Roboto;
	font-size: max(0.8333333333vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
	margin: 0 0 0 4.5833333333vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-company .c-footer-company__tel {
		font-size: max(3.0769230769vw, 10px);
		margin: 2.0512820513vw 0 0;
	}
}

.c-footer-right {
	align-items: center;
	display: flex;
	gap: 2.4305555556vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-right {
		flex-direction: column;
		gap: 5.1282051282vw;
		margin: 7.6923076923vw 0 0;
		order: 3;
	}
}

.c-footer-other .c-footer-other__privacy {
	align-items: center;
	color: #AFAEAF;
	display: flex;
	gap: 0.4166666667vw;
	font-family: Roboto;
	font-size: max(0.8333333333vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-other .c-footer-other__privacy {
		font-size: max(3.0769230769vw, 10px);
		gap: 1.5384615385vw;
	}
}
.c-footer-other .c-footer-other__privacy img {
	margin: 0 0 -0.1388888889vw;
	width: 0.5555555556vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-other .c-footer-other__privacy img {
		margin: 0 0 -0.5128205128vw;
		width: 2.0512820513vw;
	}
}
.c-footer-other .c-footer-other__copy {
	color: #AFAEAF;
	font-family: Roboto;
	font-size: max(0.8333333333vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-footer-other .c-footer-other__copy {
		font-size: max(3.0769230769vw, 10px);
	}
}

.c-drawer-default {
	background: #656445;
	display: none;
	height: 100vh;
	max-height: 100%;
	opacity: 0;
	overflow-y: scroll;
	pointer-events: none;
	transition: opacity 0.3s ease-out;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-drawer-default {
		display: block;
	}
}
.c-drawer-default.is-active {
	opacity: 1;
	pointer-events: auto;
}
.c-drawer-default .c-drawer-default__inner {
	padding: 42.5641025641vw 10.2564102564vw 30.7692307692vw;
}

.c-drawer-menu ul {
	display: grid;
	gap: 5.1282051282vw;
	list-style: none;
}
.c-drawer-menu ul li a {
	color: #FFF;
	font-family: Geist;
	font-size: max(10.2564102564vw, 10px);
	font-style: normal;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 1.0256410256vw;
	text-transform: uppercase;
	transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-drawer-menu ul li a:hover {
	color: #FFCB70;
}

.c-drawer-language {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 22.5641025641vw 0 0;
}
.c-drawer-language li:not(:first-child) {
	display: flex;
}
.c-drawer-language li:not(:first-child)::before {
	color: #FFF;
	content: "|";
	display: inline-block;
	font-size: max(4.6153846154vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 21.6px */
	letter-spacing: 0.4615384615vw;
	margin: -0.5128205128vw 0 0;
	padding: 0 0.5em;
	width: 1px;
}
.c-drawer-language li.is-active a {
	color: #6C6C6C;
}
.c-drawer-language li a {
	color: #FFF;
	font-family: Geist;
	font-size: max(4.6153846154vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 21.6px */
	letter-spacing: 0.4615384615vw;
	transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-drawer-language li a:hover {
	color: #FFCB70;
}

.c-heading-large {
	color: #656445;
	font-family: Geist;
	font-size: max(5.5555555556vw, 10px);
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 96px */
	text-transform: uppercase;
}
@media screen and (max-width: 650px) {
	.c-heading-large {
		color: #656445;
		font-family: Geist;
		font-size: max(6.9230769231vw, 10px);
		font-style: normal;
		font-weight: 300;
		line-height: 120%; /* 32.4px */
	}
}
.c-heading-large.is-white {
	color: #fff;
}

.c-wrap {
	margin: 0 0 52.3611111111vw;
	overflow: hidden;
	position: relative;
	width: 100vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-wrap {
		margin: 0;
	}
}

.c-contents {
	padding: 0 3.4722222222vw;
	margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-contents {
		padding: 0 7.6923076923vw;
	}
}

.c-background {
	padding: 1px 0;
	position: relative;
}
.c-background::before {
	background: #eee;
	content: "";
	display: block;
	height: calc(100% + 2px);
	margin: 0 calc(50% - 50vw);
	position: absolute;
	left: 0;
	top: -1px;
	width: 100vw;
	z-index: -2;
}
.c-background.is-green::before {
	background: #7E7D58;
}
.c-background.is-light::before {
	background: #E1E3DD;
}

.c-loader {
	align-items: center;
	background: #7E7D58;
	display: flex;
	height: 100vh;
	justify-content: center;
	opacity: 1;
	position: fixed;
	left: 0;
	top: 0;
	transition: opacity 0.7s cubic-bezier(0.18, 0.06, 0.23, 1) 2s;
	width: 100vw;
	z-index: 1000;
}
.c-loader.is-hide {
	opacity: 0;
	pointer-events: none;
}
.c-loader.is-animated {
	opacity: 0;
	transition: opacity 0.7s cubic-bezier(0.18, 0.06, 0.23, 1) 2s;
}
.c-loader.is-animated .c-loader__text {
	opacity: 1;
	transform: scale(0.8);
}
.c-loader.is-animated .c-loader__text span {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.c-loader .c-loader__text {
	color: #fff;
	font-family: Roboto;
	font-size: max(1.3888888889vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.1666666667vw;
	opacity: 0;
	overflow: hidden;
	transition: transform 0.7s cubic-bezier(0.18, 0.06, 0.23, 1) 2s;
}
@media screen and (max-width: 650px) {
	.c-loader .c-loader__text {
		font-size: max(4.6153846154vw, 10px);
		letter-spacing: 0.6153846154vw;
	}
}
.c-loader .c-loader__text span {
	display: inline-block;
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	transition: opacity 0.7s cubic-bezier(0.18, 0.06, 0.23, 1), transform 0.7s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.c-loader .c-loader__text span:nth-child(1) {
	transition-delay: 0s;
}
.c-loader .c-loader__text span:nth-child(2) {
	transition-delay: 0.05s;
}
.c-loader .c-loader__text span:nth-child(3) {
	transition-delay: 0.1s;
}
.c-loader .c-loader__text span:nth-child(4) {
	transition-delay: 0.15s;
}
.c-loader .c-loader__text span:nth-child(5) {
	transition-delay: 0.2s;
}
.c-loader .c-loader__text span:nth-child(6) {
	transition-delay: 0.25s;
}
.c-loader .c-loader__text span:nth-child(7) {
	transition-delay: 0.3s;
}
.c-loader .c-loader__text span:nth-child(8) {
	transition-delay: 0.35s;
}
.c-loader .c-loader__text span:nth-child(9) {
	transition-delay: 0.4s;
}
.c-loader .c-loader__text span:nth-child(10) {
	transition-delay: 0.45s;
}
.c-loader .c-loader__text span:nth-child(11) {
	transition-delay: 0.5s;
}
.c-loader .c-loader__text span:nth-child(12) {
	transition-delay: 0.55s;
}
.c-loader .c-loader__text span:nth-child(13) {
	transition-delay: 0.6s;
}
.c-loader .c-loader__text span:nth-child(14) {
	transition-delay: 0.65s;
}
.c-loader .c-loader__text span:nth-child(15) {
	transition-delay: 0.7s;
}
.c-loader .c-loader__text span:nth-child(16) {
	transition-delay: 0.75s;
}
.c-loader .c-loader__text span:nth-child(17) {
	transition-delay: 0.8s;
}
.c-loader .c-loader__text span:nth-child(18) {
	transition-delay: 0.85s;
}

.c-button-hamburger {
	display: none;
	flex-direction: column;
	height: 8.9743589744vw;
	justify-content: center;
	outline: none;
	width: 20.5128205128vw;
}
@media screen and (max-width: 650px) {
	.c-button-hamburger {
		display: flex;
	}
}
.c-button-hamburger.is-active svg {
	width: 100%;
}
.c-button-hamburger.is-active svg:nth-child(1) {
	display: none;
}
.c-button-hamburger.is-active svg:nth-child(2) {
	display: block;
}
.c-button-hamburger:hover svg path:nth-child(1) {
	stroke: #FFCB70;
}
.c-button-hamburger:hover svg path:nth-child(2) {
	fill: #FFCB70;
}
.c-button-hamburger svg {
	width: 100%;
}
.c-button-hamburger svg:nth-child(1) {
	display: block;
}
.c-button-hamburger svg:nth-child(2) {
	display: none;
}
.c-button-hamburger svg path:nth-child(1) {
	stroke: #FFF;
	transition: stroke 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-button-hamburger svg path:nth-child(2) {
	fill: #FFF;
	transition: fill 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-button-more {
	align-items: center;
	display: inline-flex;
	gap: 12px;
}
.c-button-more.is-white:hover span::before {
	background: #fff;
}
.c-button-more.is-white:hover svg {
	fill: #FFFFFF;
}
.c-button-more.is-white span {
	color: #fff;
}
.c-button-more span {
	color: #FFCB70;
	font-family: Geist;
	font-size: max(1.0416666667vw, 10px);
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 25.5px */
	letter-spacing: 0.0416666667vw;
	position: relative;
}
@media screen and (max-width: 650px) {
	.c-button-more span {
		font-size: max(3.8461538462vw, 10px);
		letter-spacing: 0.1538461538vw;
	}
}
.c-button-more span::before {
	background: transparent;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: background-color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	width: 100%;
}
@media screen and (max-width: 650px) {
	.c-button-more span::before {
		bottom: 0.5128205128vw;
	}
}
.c-button-more:hover span::before {
	background: #FFCB70;
}
.c-button-more:hover svg {
	fill: #FFCB70;
}
.c-button-more:hover svg circle {
	stroke-dasharray: none;
}
.c-button-more svg {
	fill: transparent;
	transition: fill 0.2s cubic-bezier(0.45, 0, 0.55, 1);
	width: 1.6666666667vw;
}
@media screen and (max-width: 650px) {
	.c-button-more svg {
		width: 6.1538461538vw;
	}
}

.c-box-game {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 77.7777777778vw;
	padding: 5.8333333333vw 0 5.2083333333vw;
}
@media screen and (max-width: 650px) {
	.c-box-game {
		flex-direction: column;
		gap: 7.6923076923vw;
		max-width: none;
		padding: 12.5641025641vw 0 18.9743589744vw;
	}
}
.c-box-game .c-box-game__heading {
	width: 16.25vw;
}
@media screen and (max-width: 650px) {
	.c-box-game .c-box-game__heading {
		width: 44.6153846154vw;
	}
}

.c-list-sns {
	display: flex;
	list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-list-sns {
		justify-content: center;
	}
}
.c-list-sns li a {
	display: block;
	line-height: 0;
	padding: 0.5555555556vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-list-sns li a {
		padding: 1.724137931vw;
	}
}
.c-list-sns li a img {
	width: 1.3888888889vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.c-list-sns li a img {
		width: 6.4102564103vw;
	}
}

@keyframes flow {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-100%, 0, 0);
	}
}
.a-fadein {
	filter: blur(8px);
	opacity: 0;
	transform: translate3d(0, 1.3888888889vw, 0);
	transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), filter 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.a-fadein.is-animated {
	filter: blur(0);
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 650px) {
	.a-fadein-sp {
		filter: blur(8px);
		opacity: 0;
		transform: translate3d(0, 1.3888888889vw, 0);
		transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), filter 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}
.a-fadein-sp.is-animated {
	filter: blur(0);
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* utility
------------------------------------*/
.u-mt--20 {
	margin-top: -200px !important;
}

.u-mt--19 {
	margin-top: -190px !important;
}

.u-mt--18 {
	margin-top: -180px !important;
}

.u-mt--17 {
	margin-top: -170px !important;
}

.u-mt--16 {
	margin-top: -160px !important;
}

.u-mt--15 {
	margin-top: -150px !important;
}

.u-mt--14 {
	margin-top: -140px !important;
}

.u-mt--13 {
	margin-top: -130px !important;
}

.u-mt--12 {
	margin-top: -120px !important;
}

.u-mt--11 {
	margin-top: -110px !important;
}

.u-mt--10 {
	margin-top: -100px !important;
}

.u-mt--9 {
	margin-top: -90px !important;
}

.u-mt--8 {
	margin-top: -80px !important;
}

.u-mt--7 {
	margin-top: -70px !important;
}

.u-mt--6 {
	margin-top: -60px !important;
}

.u-mt--5 {
	margin-top: -50px !important;
}

.u-mt--4 {
	margin-top: -40px !important;
}

.u-mt--3 {
	margin-top: -30px !important;
}

.u-mt--2 {
	margin-top: -20px !important;
}

.u-mt--1 {
	margin-top: -10px !important;
}

.u-mt-0 {
	margin-top: 0px !important;
}

.u-mt-1 {
	margin-top: 10px !important;
}

.u-mt-2 {
	margin-top: 20px !important;
}

.u-mt-3 {
	margin-top: 30px !important;
}

.u-mt-4 {
	margin-top: 40px !important;
}

.u-mt-5 {
	margin-top: 50px !important;
}

.u-mt-6 {
	margin-top: 60px !important;
}

.u-mt-7 {
	margin-top: 70px !important;
}

.u-mt-8 {
	margin-top: 80px !important;
}

.u-mt-9 {
	margin-top: 90px !important;
}

.u-mt-10 {
	margin-top: 100px !important;
}

.u-mt-11 {
	margin-top: 110px !important;
}

.u-mt-12 {
	margin-top: 120px !important;
}

.u-mt-13 {
	margin-top: 130px !important;
}

.u-mt-14 {
	margin-top: 140px !important;
}

.u-mt-15 {
	margin-top: 150px !important;
}

.u-mt-16 {
	margin-top: 160px !important;
}

.u-mt-17 {
	margin-top: 170px !important;
}

.u-mt-18 {
	margin-top: 180px !important;
}

.u-mt-19 {
	margin-top: 190px !important;
}

.u-mt-20 {
	margin-top: 200px !important;
}

.u-mt-21 {
	margin-top: 210px !important;
}

.u-mt-22 {
	margin-top: 220px !important;
}

.u-mt-23 {
	margin-top: 230px !important;
}

.u-mt-24 {
	margin-top: 240px !important;
}

.u-mt-25 {
	margin-top: 250px !important;
}

.u-mt-26 {
	margin-top: 260px !important;
}

.u-mt-27 {
	margin-top: 270px !important;
}

.u-mt-28 {
	margin-top: 280px !important;
}

.u-mt-29 {
	margin-top: 290px !important;
}

.u-mt-30 {
	margin-top: 300px !important;
}

.u-mt-31 {
	margin-top: 310px !important;
}

.u-mt-32 {
	margin-top: 320px !important;
}

.u-mt-33 {
	margin-top: 330px !important;
}

.u-mt-34 {
	margin-top: 340px !important;
}

.u-mt-35 {
	margin-top: 350px !important;
}

.u-mt-36 {
	margin-top: 360px !important;
}

.u-mt-37 {
	margin-top: 370px !important;
}

.u-mt-38 {
	margin-top: 380px !important;
}

.u-mt-39 {
	margin-top: 390px !important;
}

.u-mt-40 {
	margin-top: 400px !important;
}

.u-mt-41 {
	margin-top: 410px !important;
}

.u-mt-42 {
	margin-top: 420px !important;
}

.u-mt-43 {
	margin-top: 430px !important;
}

.u-mt-44 {
	margin-top: 440px !important;
}

.u-mt-45 {
	margin-top: 450px !important;
}

.u-mt-46 {
	margin-top: 460px !important;
}

.u-mt-47 {
	margin-top: 470px !important;
}

.u-mt-48 {
	margin-top: 480px !important;
}

.u-mt-49 {
	margin-top: 490px !important;
}

.u-mt-50 {
	margin-top: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
	.u-tab-mt--20 {
		margin-top: -200px !important;
	}
	.u-tab-mt--19 {
		margin-top: -190px !important;
	}
	.u-tab-mt--18 {
		margin-top: -180px !important;
	}
	.u-tab-mt--17 {
		margin-top: -170px !important;
	}
	.u-tab-mt--16 {
		margin-top: -160px !important;
	}
	.u-tab-mt--15 {
		margin-top: -150px !important;
	}
	.u-tab-mt--14 {
		margin-top: -140px !important;
	}
	.u-tab-mt--13 {
		margin-top: -130px !important;
	}
	.u-tab-mt--12 {
		margin-top: -120px !important;
	}
	.u-tab-mt--11 {
		margin-top: -110px !important;
	}
	.u-tab-mt--10 {
		margin-top: -100px !important;
	}
	.u-tab-mt--9 {
		margin-top: -90px !important;
	}
	.u-tab-mt--8 {
		margin-top: -80px !important;
	}
	.u-tab-mt--7 {
		margin-top: -70px !important;
	}
	.u-tab-mt--6 {
		margin-top: -60px !important;
	}
	.u-tab-mt--5 {
		margin-top: -50px !important;
	}
	.u-tab-mt--4 {
		margin-top: -40px !important;
	}
	.u-tab-mt--3 {
		margin-top: -30px !important;
	}
	.u-tab-mt--2 {
		margin-top: -20px !important;
	}
	.u-tab-mt--1 {
		margin-top: -10px !important;
	}
	.u-tab-mt-0 {
		margin-top: 0px !important;
	}
	.u-tab-mt-1 {
		margin-top: 10px !important;
	}
	.u-tab-mt-2 {
		margin-top: 20px !important;
	}
	.u-tab-mt-3 {
		margin-top: 30px !important;
	}
	.u-tab-mt-4 {
		margin-top: 40px !important;
	}
	.u-tab-mt-5 {
		margin-top: 50px !important;
	}
	.u-tab-mt-6 {
		margin-top: 60px !important;
	}
	.u-tab-mt-7 {
		margin-top: 70px !important;
	}
	.u-tab-mt-8 {
		margin-top: 80px !important;
	}
	.u-tab-mt-9 {
		margin-top: 90px !important;
	}
	.u-tab-mt-10 {
		margin-top: 100px !important;
	}
	.u-tab-mt-11 {
		margin-top: 110px !important;
	}
	.u-tab-mt-12 {
		margin-top: 120px !important;
	}
	.u-tab-mt-13 {
		margin-top: 130px !important;
	}
	.u-tab-mt-14 {
		margin-top: 140px !important;
	}
	.u-tab-mt-15 {
		margin-top: 150px !important;
	}
	.u-tab-mt-16 {
		margin-top: 160px !important;
	}
	.u-tab-mt-17 {
		margin-top: 170px !important;
	}
	.u-tab-mt-18 {
		margin-top: 180px !important;
	}
	.u-tab-mt-19 {
		margin-top: 190px !important;
	}
	.u-tab-mt-20 {
		margin-top: 200px !important;
	}
	.u-tab-mt-21 {
		margin-top: 210px !important;
	}
	.u-tab-mt-22 {
		margin-top: 220px !important;
	}
	.u-tab-mt-23 {
		margin-top: 230px !important;
	}
	.u-tab-mt-24 {
		margin-top: 240px !important;
	}
	.u-tab-mt-25 {
		margin-top: 250px !important;
	}
	.u-tab-mt-26 {
		margin-top: 260px !important;
	}
	.u-tab-mt-27 {
		margin-top: 270px !important;
	}
	.u-tab-mt-28 {
		margin-top: 280px !important;
	}
	.u-tab-mt-29 {
		margin-top: 290px !important;
	}
	.u-tab-mt-30 {
		margin-top: 300px !important;
	}
	.u-tab-mt-31 {
		margin-top: 310px !important;
	}
	.u-tab-mt-32 {
		margin-top: 320px !important;
	}
	.u-tab-mt-33 {
		margin-top: 330px !important;
	}
	.u-tab-mt-34 {
		margin-top: 340px !important;
	}
	.u-tab-mt-35 {
		margin-top: 350px !important;
	}
	.u-tab-mt-36 {
		margin-top: 360px !important;
	}
	.u-tab-mt-37 {
		margin-top: 370px !important;
	}
	.u-tab-mt-38 {
		margin-top: 380px !important;
	}
	.u-tab-mt-39 {
		margin-top: 390px !important;
	}
	.u-tab-mt-40 {
		margin-top: 400px !important;
	}
	.u-tab-mt-41 {
		margin-top: 410px !important;
	}
	.u-tab-mt-42 {
		margin-top: 420px !important;
	}
	.u-tab-mt-43 {
		margin-top: 430px !important;
	}
	.u-tab-mt-44 {
		margin-top: 440px !important;
	}
	.u-tab-mt-45 {
		margin-top: 450px !important;
	}
	.u-tab-mt-46 {
		margin-top: 460px !important;
	}
	.u-tab-mt-47 {
		margin-top: 470px !important;
	}
	.u-tab-mt-48 {
		margin-top: 480px !important;
	}
	.u-tab-mt-49 {
		margin-top: 490px !important;
	}
	.u-tab-mt-50 {
		margin-top: 500px !important;
	}
}
@media screen and (max-width: 650px) {
	.u-sp-mt--20 {
		margin-top: -200px !important;
	}
	.u-sp-mt--19 {
		margin-top: -190px !important;
	}
	.u-sp-mt--18 {
		margin-top: -180px !important;
	}
	.u-sp-mt--17 {
		margin-top: -170px !important;
	}
	.u-sp-mt--16 {
		margin-top: -160px !important;
	}
	.u-sp-mt--15 {
		margin-top: -150px !important;
	}
	.u-sp-mt--14 {
		margin-top: -140px !important;
	}
	.u-sp-mt--13 {
		margin-top: -130px !important;
	}
	.u-sp-mt--12 {
		margin-top: -120px !important;
	}
	.u-sp-mt--11 {
		margin-top: -110px !important;
	}
	.u-sp-mt--10 {
		margin-top: -100px !important;
	}
	.u-sp-mt--9 {
		margin-top: -90px !important;
	}
	.u-sp-mt--8 {
		margin-top: -80px !important;
	}
	.u-sp-mt--7 {
		margin-top: -70px !important;
	}
	.u-sp-mt--6 {
		margin-top: -60px !important;
	}
	.u-sp-mt--5 {
		margin-top: -50px !important;
	}
	.u-sp-mt--4 {
		margin-top: -40px !important;
	}
	.u-sp-mt--3 {
		margin-top: -30px !important;
	}
	.u-sp-mt--2 {
		margin-top: -20px !important;
	}
	.u-sp-mt--1 {
		margin-top: -10px !important;
	}
	.u-sp-mt-0 {
		margin-top: 0px !important;
	}
	.u-sp-mt-1 {
		margin-top: 10px !important;
	}
	.u-sp-mt-2 {
		margin-top: 20px !important;
	}
	.u-sp-mt-3 {
		margin-top: 30px !important;
	}
	.u-sp-mt-4 {
		margin-top: 40px !important;
	}
	.u-sp-mt-5 {
		margin-top: 50px !important;
	}
	.u-sp-mt-6 {
		margin-top: 60px !important;
	}
	.u-sp-mt-7 {
		margin-top: 70px !important;
	}
	.u-sp-mt-8 {
		margin-top: 80px !important;
	}
	.u-sp-mt-9 {
		margin-top: 90px !important;
	}
	.u-sp-mt-10 {
		margin-top: 100px !important;
	}
	.u-sp-mt-11 {
		margin-top: 110px !important;
	}
	.u-sp-mt-12 {
		margin-top: 120px !important;
	}
	.u-sp-mt-13 {
		margin-top: 130px !important;
	}
	.u-sp-mt-14 {
		margin-top: 140px !important;
	}
	.u-sp-mt-15 {
		margin-top: 150px !important;
	}
	.u-sp-mt-16 {
		margin-top: 160px !important;
	}
	.u-sp-mt-17 {
		margin-top: 170px !important;
	}
	.u-sp-mt-18 {
		margin-top: 180px !important;
	}
	.u-sp-mt-19 {
		margin-top: 190px !important;
	}
	.u-sp-mt-20 {
		margin-top: 200px !important;
	}
	.u-sp-mt-21 {
		margin-top: 210px !important;
	}
	.u-sp-mt-22 {
		margin-top: 220px !important;
	}
	.u-sp-mt-23 {
		margin-top: 230px !important;
	}
	.u-sp-mt-24 {
		margin-top: 240px !important;
	}
	.u-sp-mt-25 {
		margin-top: 250px !important;
	}
	.u-sp-mt-26 {
		margin-top: 260px !important;
	}
	.u-sp-mt-27 {
		margin-top: 270px !important;
	}
	.u-sp-mt-28 {
		margin-top: 280px !important;
	}
	.u-sp-mt-29 {
		margin-top: 290px !important;
	}
	.u-sp-mt-30 {
		margin-top: 300px !important;
	}
	.u-sp-mt-31 {
		margin-top: 310px !important;
	}
	.u-sp-mt-32 {
		margin-top: 320px !important;
	}
	.u-sp-mt-33 {
		margin-top: 330px !important;
	}
	.u-sp-mt-34 {
		margin-top: 340px !important;
	}
	.u-sp-mt-35 {
		margin-top: 350px !important;
	}
	.u-sp-mt-36 {
		margin-top: 360px !important;
	}
	.u-sp-mt-37 {
		margin-top: 370px !important;
	}
	.u-sp-mt-38 {
		margin-top: 380px !important;
	}
	.u-sp-mt-39 {
		margin-top: 390px !important;
	}
	.u-sp-mt-40 {
		margin-top: 400px !important;
	}
	.u-sp-mt-41 {
		margin-top: 410px !important;
	}
	.u-sp-mt-42 {
		margin-top: 420px !important;
	}
	.u-sp-mt-43 {
		margin-top: 430px !important;
	}
	.u-sp-mt-44 {
		margin-top: 440px !important;
	}
	.u-sp-mt-45 {
		margin-top: 450px !important;
	}
	.u-sp-mt-46 {
		margin-top: 460px !important;
	}
	.u-sp-mt-47 {
		margin-top: 470px !important;
	}
	.u-sp-mt-48 {
		margin-top: 480px !important;
	}
	.u-sp-mt-49 {
		margin-top: 490px !important;
	}
	.u-sp-mt-50 {
		margin-top: 500px !important;
	}
}
.u-mr--20 {
	margin-right: -200px !important;
}

.u-mr--19 {
	margin-right: -190px !important;
}

.u-mr--18 {
	margin-right: -180px !important;
}

.u-mr--17 {
	margin-right: -170px !important;
}

.u-mr--16 {
	margin-right: -160px !important;
}

.u-mr--15 {
	margin-right: -150px !important;
}

.u-mr--14 {
	margin-right: -140px !important;
}

.u-mr--13 {
	margin-right: -130px !important;
}

.u-mr--12 {
	margin-right: -120px !important;
}

.u-mr--11 {
	margin-right: -110px !important;
}

.u-mr--10 {
	margin-right: -100px !important;
}

.u-mr--9 {
	margin-right: -90px !important;
}

.u-mr--8 {
	margin-right: -80px !important;
}

.u-mr--7 {
	margin-right: -70px !important;
}

.u-mr--6 {
	margin-right: -60px !important;
}

.u-mr--5 {
	margin-right: -50px !important;
}

.u-mr--4 {
	margin-right: -40px !important;
}

.u-mr--3 {
	margin-right: -30px !important;
}

.u-mr--2 {
	margin-right: -20px !important;
}

.u-mr--1 {
	margin-right: -10px !important;
}

.u-mr-0 {
	margin-right: 0px !important;
}

.u-mr-1 {
	margin-right: 10px !important;
}

.u-mr-2 {
	margin-right: 20px !important;
}

.u-mr-3 {
	margin-right: 30px !important;
}

.u-mr-4 {
	margin-right: 40px !important;
}

.u-mr-5 {
	margin-right: 50px !important;
}

.u-mr-6 {
	margin-right: 60px !important;
}

.u-mr-7 {
	margin-right: 70px !important;
}

.u-mr-8 {
	margin-right: 80px !important;
}

.u-mr-9 {
	margin-right: 90px !important;
}

.u-mr-10 {
	margin-right: 100px !important;
}

.u-mr-11 {
	margin-right: 110px !important;
}

.u-mr-12 {
	margin-right: 120px !important;
}

.u-mr-13 {
	margin-right: 130px !important;
}

.u-mr-14 {
	margin-right: 140px !important;
}

.u-mr-15 {
	margin-right: 150px !important;
}

.u-mr-16 {
	margin-right: 160px !important;
}

.u-mr-17 {
	margin-right: 170px !important;
}

.u-mr-18 {
	margin-right: 180px !important;
}

.u-mr-19 {
	margin-right: 190px !important;
}

.u-mr-20 {
	margin-right: 200px !important;
}

.u-mr-21 {
	margin-right: 210px !important;
}

.u-mr-22 {
	margin-right: 220px !important;
}

.u-mr-23 {
	margin-right: 230px !important;
}

.u-mr-24 {
	margin-right: 240px !important;
}

.u-mr-25 {
	margin-right: 250px !important;
}

.u-mr-26 {
	margin-right: 260px !important;
}

.u-mr-27 {
	margin-right: 270px !important;
}

.u-mr-28 {
	margin-right: 280px !important;
}

.u-mr-29 {
	margin-right: 290px !important;
}

.u-mr-30 {
	margin-right: 300px !important;
}

.u-mr-31 {
	margin-right: 310px !important;
}

.u-mr-32 {
	margin-right: 320px !important;
}

.u-mr-33 {
	margin-right: 330px !important;
}

.u-mr-34 {
	margin-right: 340px !important;
}

.u-mr-35 {
	margin-right: 350px !important;
}

.u-mr-36 {
	margin-right: 360px !important;
}

.u-mr-37 {
	margin-right: 370px !important;
}

.u-mr-38 {
	margin-right: 380px !important;
}

.u-mr-39 {
	margin-right: 390px !important;
}

.u-mr-40 {
	margin-right: 400px !important;
}

.u-mr-41 {
	margin-right: 410px !important;
}

.u-mr-42 {
	margin-right: 420px !important;
}

.u-mr-43 {
	margin-right: 430px !important;
}

.u-mr-44 {
	margin-right: 440px !important;
}

.u-mr-45 {
	margin-right: 450px !important;
}

.u-mr-46 {
	margin-right: 460px !important;
}

.u-mr-47 {
	margin-right: 470px !important;
}

.u-mr-48 {
	margin-right: 480px !important;
}

.u-mr-49 {
	margin-right: 490px !important;
}

.u-mr-50 {
	margin-right: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
	.u-tab-mr--20 {
		margin-right: -200px !important;
	}
	.u-tab-mr--19 {
		margin-right: -190px !important;
	}
	.u-tab-mr--18 {
		margin-right: -180px !important;
	}
	.u-tab-mr--17 {
		margin-right: -170px !important;
	}
	.u-tab-mr--16 {
		margin-right: -160px !important;
	}
	.u-tab-mr--15 {
		margin-right: -150px !important;
	}
	.u-tab-mr--14 {
		margin-right: -140px !important;
	}
	.u-tab-mr--13 {
		margin-right: -130px !important;
	}
	.u-tab-mr--12 {
		margin-right: -120px !important;
	}
	.u-tab-mr--11 {
		margin-right: -110px !important;
	}
	.u-tab-mr--10 {
		margin-right: -100px !important;
	}
	.u-tab-mr--9 {
		margin-right: -90px !important;
	}
	.u-tab-mr--8 {
		margin-right: -80px !important;
	}
	.u-tab-mr--7 {
		margin-right: -70px !important;
	}
	.u-tab-mr--6 {
		margin-right: -60px !important;
	}
	.u-tab-mr--5 {
		margin-right: -50px !important;
	}
	.u-tab-mr--4 {
		margin-right: -40px !important;
	}
	.u-tab-mr--3 {
		margin-right: -30px !important;
	}
	.u-tab-mr--2 {
		margin-right: -20px !important;
	}
	.u-tab-mr--1 {
		margin-right: -10px !important;
	}
	.u-tab-mr-0 {
		margin-right: 0px !important;
	}
	.u-tab-mr-1 {
		margin-right: 10px !important;
	}
	.u-tab-mr-2 {
		margin-right: 20px !important;
	}
	.u-tab-mr-3 {
		margin-right: 30px !important;
	}
	.u-tab-mr-4 {
		margin-right: 40px !important;
	}
	.u-tab-mr-5 {
		margin-right: 50px !important;
	}
	.u-tab-mr-6 {
		margin-right: 60px !important;
	}
	.u-tab-mr-7 {
		margin-right: 70px !important;
	}
	.u-tab-mr-8 {
		margin-right: 80px !important;
	}
	.u-tab-mr-9 {
		margin-right: 90px !important;
	}
	.u-tab-mr-10 {
		margin-right: 100px !important;
	}
	.u-tab-mr-11 {
		margin-right: 110px !important;
	}
	.u-tab-mr-12 {
		margin-right: 120px !important;
	}
	.u-tab-mr-13 {
		margin-right: 130px !important;
	}
	.u-tab-mr-14 {
		margin-right: 140px !important;
	}
	.u-tab-mr-15 {
		margin-right: 150px !important;
	}
	.u-tab-mr-16 {
		margin-right: 160px !important;
	}
	.u-tab-mr-17 {
		margin-right: 170px !important;
	}
	.u-tab-mr-18 {
		margin-right: 180px !important;
	}
	.u-tab-mr-19 {
		margin-right: 190px !important;
	}
	.u-tab-mr-20 {
		margin-right: 200px !important;
	}
	.u-tab-mr-21 {
		margin-right: 210px !important;
	}
	.u-tab-mr-22 {
		margin-right: 220px !important;
	}
	.u-tab-mr-23 {
		margin-right: 230px !important;
	}
	.u-tab-mr-24 {
		margin-right: 240px !important;
	}
	.u-tab-mr-25 {
		margin-right: 250px !important;
	}
	.u-tab-mr-26 {
		margin-right: 260px !important;
	}
	.u-tab-mr-27 {
		margin-right: 270px !important;
	}
	.u-tab-mr-28 {
		margin-right: 280px !important;
	}
	.u-tab-mr-29 {
		margin-right: 290px !important;
	}
	.u-tab-mr-30 {
		margin-right: 300px !important;
	}
	.u-tab-mr-31 {
		margin-right: 310px !important;
	}
	.u-tab-mr-32 {
		margin-right: 320px !important;
	}
	.u-tab-mr-33 {
		margin-right: 330px !important;
	}
	.u-tab-mr-34 {
		margin-right: 340px !important;
	}
	.u-tab-mr-35 {
		margin-right: 350px !important;
	}
	.u-tab-mr-36 {
		margin-right: 360px !important;
	}
	.u-tab-mr-37 {
		margin-right: 370px !important;
	}
	.u-tab-mr-38 {
		margin-right: 380px !important;
	}
	.u-tab-mr-39 {
		margin-right: 390px !important;
	}
	.u-tab-mr-40 {
		margin-right: 400px !important;
	}
	.u-tab-mr-41 {
		margin-right: 410px !important;
	}
	.u-tab-mr-42 {
		margin-right: 420px !important;
	}
	.u-tab-mr-43 {
		margin-right: 430px !important;
	}
	.u-tab-mr-44 {
		margin-right: 440px !important;
	}
	.u-tab-mr-45 {
		margin-right: 450px !important;
	}
	.u-tab-mr-46 {
		margin-right: 460px !important;
	}
	.u-tab-mr-47 {
		margin-right: 470px !important;
	}
	.u-tab-mr-48 {
		margin-right: 480px !important;
	}
	.u-tab-mr-49 {
		margin-right: 490px !important;
	}
	.u-tab-mr-50 {
		margin-right: 500px !important;
	}
}
@media screen and (max-width: 650px) {
	.u-sp-mr--20 {
		margin-right: -200px !important;
	}
	.u-sp-mr--19 {
		margin-right: -190px !important;
	}
	.u-sp-mr--18 {
		margin-right: -180px !important;
	}
	.u-sp-mr--17 {
		margin-right: -170px !important;
	}
	.u-sp-mr--16 {
		margin-right: -160px !important;
	}
	.u-sp-mr--15 {
		margin-right: -150px !important;
	}
	.u-sp-mr--14 {
		margin-right: -140px !important;
	}
	.u-sp-mr--13 {
		margin-right: -130px !important;
	}
	.u-sp-mr--12 {
		margin-right: -120px !important;
	}
	.u-sp-mr--11 {
		margin-right: -110px !important;
	}
	.u-sp-mr--10 {
		margin-right: -100px !important;
	}
	.u-sp-mr--9 {
		margin-right: -90px !important;
	}
	.u-sp-mr--8 {
		margin-right: -80px !important;
	}
	.u-sp-mr--7 {
		margin-right: -70px !important;
	}
	.u-sp-mr--6 {
		margin-right: -60px !important;
	}
	.u-sp-mr--5 {
		margin-right: -50px !important;
	}
	.u-sp-mr--4 {
		margin-right: -40px !important;
	}
	.u-sp-mr--3 {
		margin-right: -30px !important;
	}
	.u-sp-mr--2 {
		margin-right: -20px !important;
	}
	.u-sp-mr--1 {
		margin-right: -10px !important;
	}
	.u-sp-mr-0 {
		margin-right: 0px !important;
	}
	.u-sp-mr-1 {
		margin-right: 10px !important;
	}
	.u-sp-mr-2 {
		margin-right: 20px !important;
	}
	.u-sp-mr-3 {
		margin-right: 30px !important;
	}
	.u-sp-mr-4 {
		margin-right: 40px !important;
	}
	.u-sp-mr-5 {
		margin-right: 50px !important;
	}
	.u-sp-mr-6 {
		margin-right: 60px !important;
	}
	.u-sp-mr-7 {
		margin-right: 70px !important;
	}
	.u-sp-mr-8 {
		margin-right: 80px !important;
	}
	.u-sp-mr-9 {
		margin-right: 90px !important;
	}
	.u-sp-mr-10 {
		margin-right: 100px !important;
	}
	.u-sp-mr-11 {
		margin-right: 110px !important;
	}
	.u-sp-mr-12 {
		margin-right: 120px !important;
	}
	.u-sp-mr-13 {
		margin-right: 130px !important;
	}
	.u-sp-mr-14 {
		margin-right: 140px !important;
	}
	.u-sp-mr-15 {
		margin-right: 150px !important;
	}
	.u-sp-mr-16 {
		margin-right: 160px !important;
	}
	.u-sp-mr-17 {
		margin-right: 170px !important;
	}
	.u-sp-mr-18 {
		margin-right: 180px !important;
	}
	.u-sp-mr-19 {
		margin-right: 190px !important;
	}
	.u-sp-mr-20 {
		margin-right: 200px !important;
	}
	.u-sp-mr-21 {
		margin-right: 210px !important;
	}
	.u-sp-mr-22 {
		margin-right: 220px !important;
	}
	.u-sp-mr-23 {
		margin-right: 230px !important;
	}
	.u-sp-mr-24 {
		margin-right: 240px !important;
	}
	.u-sp-mr-25 {
		margin-right: 250px !important;
	}
	.u-sp-mr-26 {
		margin-right: 260px !important;
	}
	.u-sp-mr-27 {
		margin-right: 270px !important;
	}
	.u-sp-mr-28 {
		margin-right: 280px !important;
	}
	.u-sp-mr-29 {
		margin-right: 290px !important;
	}
	.u-sp-mr-30 {
		margin-right: 300px !important;
	}
	.u-sp-mr-31 {
		margin-right: 310px !important;
	}
	.u-sp-mr-32 {
		margin-right: 320px !important;
	}
	.u-sp-mr-33 {
		margin-right: 330px !important;
	}
	.u-sp-mr-34 {
		margin-right: 340px !important;
	}
	.u-sp-mr-35 {
		margin-right: 350px !important;
	}
	.u-sp-mr-36 {
		margin-right: 360px !important;
	}
	.u-sp-mr-37 {
		margin-right: 370px !important;
	}
	.u-sp-mr-38 {
		margin-right: 380px !important;
	}
	.u-sp-mr-39 {
		margin-right: 390px !important;
	}
	.u-sp-mr-40 {
		margin-right: 400px !important;
	}
	.u-sp-mr-41 {
		margin-right: 410px !important;
	}
	.u-sp-mr-42 {
		margin-right: 420px !important;
	}
	.u-sp-mr-43 {
		margin-right: 430px !important;
	}
	.u-sp-mr-44 {
		margin-right: 440px !important;
	}
	.u-sp-mr-45 {
		margin-right: 450px !important;
	}
	.u-sp-mr-46 {
		margin-right: 460px !important;
	}
	.u-sp-mr-47 {
		margin-right: 470px !important;
	}
	.u-sp-mr-48 {
		margin-right: 480px !important;
	}
	.u-sp-mr-49 {
		margin-right: 490px !important;
	}
	.u-sp-mr-50 {
		margin-right: 500px !important;
	}
}
.u-mb--20 {
	margin-bottom: -200px !important;
}

.u-mb--19 {
	margin-bottom: -190px !important;
}

.u-mb--18 {
	margin-bottom: -180px !important;
}

.u-mb--17 {
	margin-bottom: -170px !important;
}

.u-mb--16 {
	margin-bottom: -160px !important;
}

.u-mb--15 {
	margin-bottom: -150px !important;
}

.u-mb--14 {
	margin-bottom: -140px !important;
}

.u-mb--13 {
	margin-bottom: -130px !important;
}

.u-mb--12 {
	margin-bottom: -120px !important;
}

.u-mb--11 {
	margin-bottom: -110px !important;
}

.u-mb--10 {
	margin-bottom: -100px !important;
}

.u-mb--9 {
	margin-bottom: -90px !important;
}

.u-mb--8 {
	margin-bottom: -80px !important;
}

.u-mb--7 {
	margin-bottom: -70px !important;
}

.u-mb--6 {
	margin-bottom: -60px !important;
}

.u-mb--5 {
	margin-bottom: -50px !important;
}

.u-mb--4 {
	margin-bottom: -40px !important;
}

.u-mb--3 {
	margin-bottom: -30px !important;
}

.u-mb--2 {
	margin-bottom: -20px !important;
}

.u-mb--1 {
	margin-bottom: -10px !important;
}

.u-mb-0 {
	margin-bottom: 0px !important;
}

.u-mb-1 {
	margin-bottom: 10px !important;
}

.u-mb-2 {
	margin-bottom: 20px !important;
}

.u-mb-3 {
	margin-bottom: 30px !important;
}

.u-mb-4 {
	margin-bottom: 40px !important;
}

.u-mb-5 {
	margin-bottom: 50px !important;
}

.u-mb-6 {
	margin-bottom: 60px !important;
}

.u-mb-7 {
	margin-bottom: 70px !important;
}

.u-mb-8 {
	margin-bottom: 80px !important;
}

.u-mb-9 {
	margin-bottom: 90px !important;
}

.u-mb-10 {
	margin-bottom: 100px !important;
}

.u-mb-11 {
	margin-bottom: 110px !important;
}

.u-mb-12 {
	margin-bottom: 120px !important;
}

.u-mb-13 {
	margin-bottom: 130px !important;
}

.u-mb-14 {
	margin-bottom: 140px !important;
}

.u-mb-15 {
	margin-bottom: 150px !important;
}

.u-mb-16 {
	margin-bottom: 160px !important;
}

.u-mb-17 {
	margin-bottom: 170px !important;
}

.u-mb-18 {
	margin-bottom: 180px !important;
}

.u-mb-19 {
	margin-bottom: 190px !important;
}

.u-mb-20 {
	margin-bottom: 200px !important;
}

.u-mb-21 {
	margin-bottom: 210px !important;
}

.u-mb-22 {
	margin-bottom: 220px !important;
}

.u-mb-23 {
	margin-bottom: 230px !important;
}

.u-mb-24 {
	margin-bottom: 240px !important;
}

.u-mb-25 {
	margin-bottom: 250px !important;
}

.u-mb-26 {
	margin-bottom: 260px !important;
}

.u-mb-27 {
	margin-bottom: 270px !important;
}

.u-mb-28 {
	margin-bottom: 280px !important;
}

.u-mb-29 {
	margin-bottom: 290px !important;
}

.u-mb-30 {
	margin-bottom: 300px !important;
}

.u-mb-31 {
	margin-bottom: 310px !important;
}

.u-mb-32 {
	margin-bottom: 320px !important;
}

.u-mb-33 {
	margin-bottom: 330px !important;
}

.u-mb-34 {
	margin-bottom: 340px !important;
}

.u-mb-35 {
	margin-bottom: 350px !important;
}

.u-mb-36 {
	margin-bottom: 360px !important;
}

.u-mb-37 {
	margin-bottom: 370px !important;
}

.u-mb-38 {
	margin-bottom: 380px !important;
}

.u-mb-39 {
	margin-bottom: 390px !important;
}

.u-mb-40 {
	margin-bottom: 400px !important;
}

.u-mb-41 {
	margin-bottom: 410px !important;
}

.u-mb-42 {
	margin-bottom: 420px !important;
}

.u-mb-43 {
	margin-bottom: 430px !important;
}

.u-mb-44 {
	margin-bottom: 440px !important;
}

.u-mb-45 {
	margin-bottom: 450px !important;
}

.u-mb-46 {
	margin-bottom: 460px !important;
}

.u-mb-47 {
	margin-bottom: 470px !important;
}

.u-mb-48 {
	margin-bottom: 480px !important;
}

.u-mb-49 {
	margin-bottom: 490px !important;
}

.u-mb-50 {
	margin-bottom: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
	.u-tab-mb--20 {
		margin-bottom: -200px !important;
	}
	.u-tab-mb--19 {
		margin-bottom: -190px !important;
	}
	.u-tab-mb--18 {
		margin-bottom: -180px !important;
	}
	.u-tab-mb--17 {
		margin-bottom: -170px !important;
	}
	.u-tab-mb--16 {
		margin-bottom: -160px !important;
	}
	.u-tab-mb--15 {
		margin-bottom: -150px !important;
	}
	.u-tab-mb--14 {
		margin-bottom: -140px !important;
	}
	.u-tab-mb--13 {
		margin-bottom: -130px !important;
	}
	.u-tab-mb--12 {
		margin-bottom: -120px !important;
	}
	.u-tab-mb--11 {
		margin-bottom: -110px !important;
	}
	.u-tab-mb--10 {
		margin-bottom: -100px !important;
	}
	.u-tab-mb--9 {
		margin-bottom: -90px !important;
	}
	.u-tab-mb--8 {
		margin-bottom: -80px !important;
	}
	.u-tab-mb--7 {
		margin-bottom: -70px !important;
	}
	.u-tab-mb--6 {
		margin-bottom: -60px !important;
	}
	.u-tab-mb--5 {
		margin-bottom: -50px !important;
	}
	.u-tab-mb--4 {
		margin-bottom: -40px !important;
	}
	.u-tab-mb--3 {
		margin-bottom: -30px !important;
	}
	.u-tab-mb--2 {
		margin-bottom: -20px !important;
	}
	.u-tab-mb--1 {
		margin-bottom: -10px !important;
	}
	.u-tab-mb-0 {
		margin-bottom: 0px !important;
	}
	.u-tab-mb-1 {
		margin-bottom: 10px !important;
	}
	.u-tab-mb-2 {
		margin-bottom: 20px !important;
	}
	.u-tab-mb-3 {
		margin-bottom: 30px !important;
	}
	.u-tab-mb-4 {
		margin-bottom: 40px !important;
	}
	.u-tab-mb-5 {
		margin-bottom: 50px !important;
	}
	.u-tab-mb-6 {
		margin-bottom: 60px !important;
	}
	.u-tab-mb-7 {
		margin-bottom: 70px !important;
	}
	.u-tab-mb-8 {
		margin-bottom: 80px !important;
	}
	.u-tab-mb-9 {
		margin-bottom: 90px !important;
	}
	.u-tab-mb-10 {
		margin-bottom: 100px !important;
	}
	.u-tab-mb-11 {
		margin-bottom: 110px !important;
	}
	.u-tab-mb-12 {
		margin-bottom: 120px !important;
	}
	.u-tab-mb-13 {
		margin-bottom: 130px !important;
	}
	.u-tab-mb-14 {
		margin-bottom: 140px !important;
	}
	.u-tab-mb-15 {
		margin-bottom: 150px !important;
	}
	.u-tab-mb-16 {
		margin-bottom: 160px !important;
	}
	.u-tab-mb-17 {
		margin-bottom: 170px !important;
	}
	.u-tab-mb-18 {
		margin-bottom: 180px !important;
	}
	.u-tab-mb-19 {
		margin-bottom: 190px !important;
	}
	.u-tab-mb-20 {
		margin-bottom: 200px !important;
	}
	.u-tab-mb-21 {
		margin-bottom: 210px !important;
	}
	.u-tab-mb-22 {
		margin-bottom: 220px !important;
	}
	.u-tab-mb-23 {
		margin-bottom: 230px !important;
	}
	.u-tab-mb-24 {
		margin-bottom: 240px !important;
	}
	.u-tab-mb-25 {
		margin-bottom: 250px !important;
	}
	.u-tab-mb-26 {
		margin-bottom: 260px !important;
	}
	.u-tab-mb-27 {
		margin-bottom: 270px !important;
	}
	.u-tab-mb-28 {
		margin-bottom: 280px !important;
	}
	.u-tab-mb-29 {
		margin-bottom: 290px !important;
	}
	.u-tab-mb-30 {
		margin-bottom: 300px !important;
	}
	.u-tab-mb-31 {
		margin-bottom: 310px !important;
	}
	.u-tab-mb-32 {
		margin-bottom: 320px !important;
	}
	.u-tab-mb-33 {
		margin-bottom: 330px !important;
	}
	.u-tab-mb-34 {
		margin-bottom: 340px !important;
	}
	.u-tab-mb-35 {
		margin-bottom: 350px !important;
	}
	.u-tab-mb-36 {
		margin-bottom: 360px !important;
	}
	.u-tab-mb-37 {
		margin-bottom: 370px !important;
	}
	.u-tab-mb-38 {
		margin-bottom: 380px !important;
	}
	.u-tab-mb-39 {
		margin-bottom: 390px !important;
	}
	.u-tab-mb-40 {
		margin-bottom: 400px !important;
	}
	.u-tab-mb-41 {
		margin-bottom: 410px !important;
	}
	.u-tab-mb-42 {
		margin-bottom: 420px !important;
	}
	.u-tab-mb-43 {
		margin-bottom: 430px !important;
	}
	.u-tab-mb-44 {
		margin-bottom: 440px !important;
	}
	.u-tab-mb-45 {
		margin-bottom: 450px !important;
	}
	.u-tab-mb-46 {
		margin-bottom: 460px !important;
	}
	.u-tab-mb-47 {
		margin-bottom: 470px !important;
	}
	.u-tab-mb-48 {
		margin-bottom: 480px !important;
	}
	.u-tab-mb-49 {
		margin-bottom: 490px !important;
	}
	.u-tab-mb-50 {
		margin-bottom: 500px !important;
	}
}
@media screen and (max-width: 650px) {
	.u-sp-mb--20 {
		margin-bottom: -200px !important;
	}
	.u-sp-mb--19 {
		margin-bottom: -190px !important;
	}
	.u-sp-mb--18 {
		margin-bottom: -180px !important;
	}
	.u-sp-mb--17 {
		margin-bottom: -170px !important;
	}
	.u-sp-mb--16 {
		margin-bottom: -160px !important;
	}
	.u-sp-mb--15 {
		margin-bottom: -150px !important;
	}
	.u-sp-mb--14 {
		margin-bottom: -140px !important;
	}
	.u-sp-mb--13 {
		margin-bottom: -130px !important;
	}
	.u-sp-mb--12 {
		margin-bottom: -120px !important;
	}
	.u-sp-mb--11 {
		margin-bottom: -110px !important;
	}
	.u-sp-mb--10 {
		margin-bottom: -100px !important;
	}
	.u-sp-mb--9 {
		margin-bottom: -90px !important;
	}
	.u-sp-mb--8 {
		margin-bottom: -80px !important;
	}
	.u-sp-mb--7 {
		margin-bottom: -70px !important;
	}
	.u-sp-mb--6 {
		margin-bottom: -60px !important;
	}
	.u-sp-mb--5 {
		margin-bottom: -50px !important;
	}
	.u-sp-mb--4 {
		margin-bottom: -40px !important;
	}
	.u-sp-mb--3 {
		margin-bottom: -30px !important;
	}
	.u-sp-mb--2 {
		margin-bottom: -20px !important;
	}
	.u-sp-mb--1 {
		margin-bottom: -10px !important;
	}
	.u-sp-mb-0 {
		margin-bottom: 0px !important;
	}
	.u-sp-mb-1 {
		margin-bottom: 10px !important;
	}
	.u-sp-mb-2 {
		margin-bottom: 20px !important;
	}
	.u-sp-mb-3 {
		margin-bottom: 30px !important;
	}
	.u-sp-mb-4 {
		margin-bottom: 40px !important;
	}
	.u-sp-mb-5 {
		margin-bottom: 50px !important;
	}
	.u-sp-mb-6 {
		margin-bottom: 60px !important;
	}
	.u-sp-mb-7 {
		margin-bottom: 70px !important;
	}
	.u-sp-mb-8 {
		margin-bottom: 80px !important;
	}
	.u-sp-mb-9 {
		margin-bottom: 90px !important;
	}
	.u-sp-mb-10 {
		margin-bottom: 100px !important;
	}
	.u-sp-mb-11 {
		margin-bottom: 110px !important;
	}
	.u-sp-mb-12 {
		margin-bottom: 120px !important;
	}
	.u-sp-mb-13 {
		margin-bottom: 130px !important;
	}
	.u-sp-mb-14 {
		margin-bottom: 140px !important;
	}
	.u-sp-mb-15 {
		margin-bottom: 150px !important;
	}
	.u-sp-mb-16 {
		margin-bottom: 160px !important;
	}
	.u-sp-mb-17 {
		margin-bottom: 170px !important;
	}
	.u-sp-mb-18 {
		margin-bottom: 180px !important;
	}
	.u-sp-mb-19 {
		margin-bottom: 190px !important;
	}
	.u-sp-mb-20 {
		margin-bottom: 200px !important;
	}
	.u-sp-mb-21 {
		margin-bottom: 210px !important;
	}
	.u-sp-mb-22 {
		margin-bottom: 220px !important;
	}
	.u-sp-mb-23 {
		margin-bottom: 230px !important;
	}
	.u-sp-mb-24 {
		margin-bottom: 240px !important;
	}
	.u-sp-mb-25 {
		margin-bottom: 250px !important;
	}
	.u-sp-mb-26 {
		margin-bottom: 260px !important;
	}
	.u-sp-mb-27 {
		margin-bottom: 270px !important;
	}
	.u-sp-mb-28 {
		margin-bottom: 280px !important;
	}
	.u-sp-mb-29 {
		margin-bottom: 290px !important;
	}
	.u-sp-mb-30 {
		margin-bottom: 300px !important;
	}
	.u-sp-mb-31 {
		margin-bottom: 310px !important;
	}
	.u-sp-mb-32 {
		margin-bottom: 320px !important;
	}
	.u-sp-mb-33 {
		margin-bottom: 330px !important;
	}
	.u-sp-mb-34 {
		margin-bottom: 340px !important;
	}
	.u-sp-mb-35 {
		margin-bottom: 350px !important;
	}
	.u-sp-mb-36 {
		margin-bottom: 360px !important;
	}
	.u-sp-mb-37 {
		margin-bottom: 370px !important;
	}
	.u-sp-mb-38 {
		margin-bottom: 380px !important;
	}
	.u-sp-mb-39 {
		margin-bottom: 390px !important;
	}
	.u-sp-mb-40 {
		margin-bottom: 400px !important;
	}
	.u-sp-mb-41 {
		margin-bottom: 410px !important;
	}
	.u-sp-mb-42 {
		margin-bottom: 420px !important;
	}
	.u-sp-mb-43 {
		margin-bottom: 430px !important;
	}
	.u-sp-mb-44 {
		margin-bottom: 440px !important;
	}
	.u-sp-mb-45 {
		margin-bottom: 450px !important;
	}
	.u-sp-mb-46 {
		margin-bottom: 460px !important;
	}
	.u-sp-mb-47 {
		margin-bottom: 470px !important;
	}
	.u-sp-mb-48 {
		margin-bottom: 480px !important;
	}
	.u-sp-mb-49 {
		margin-bottom: 490px !important;
	}
	.u-sp-mb-50 {
		margin-bottom: 500px !important;
	}
}
.u-ml--20 {
	margin-left: -200px !important;
}

.u-ml--19 {
	margin-left: -190px !important;
}

.u-ml--18 {
	margin-left: -180px !important;
}

.u-ml--17 {
	margin-left: -170px !important;
}

.u-ml--16 {
	margin-left: -160px !important;
}

.u-ml--15 {
	margin-left: -150px !important;
}

.u-ml--14 {
	margin-left: -140px !important;
}

.u-ml--13 {
	margin-left: -130px !important;
}

.u-ml--12 {
	margin-left: -120px !important;
}

.u-ml--11 {
	margin-left: -110px !important;
}

.u-ml--10 {
	margin-left: -100px !important;
}

.u-ml--9 {
	margin-left: -90px !important;
}

.u-ml--8 {
	margin-left: -80px !important;
}

.u-ml--7 {
	margin-left: -70px !important;
}

.u-ml--6 {
	margin-left: -60px !important;
}

.u-ml--5 {
	margin-left: -50px !important;
}

.u-ml--4 {
	margin-left: -40px !important;
}

.u-ml--3 {
	margin-left: -30px !important;
}

.u-ml--2 {
	margin-left: -20px !important;
}

.u-ml--1 {
	margin-left: -10px !important;
}

.u-ml-0 {
	margin-left: 0px !important;
}

.u-ml-1 {
	margin-left: 10px !important;
}

.u-ml-2 {
	margin-left: 20px !important;
}

.u-ml-3 {
	margin-left: 30px !important;
}

.u-ml-4 {
	margin-left: 40px !important;
}

.u-ml-5 {
	margin-left: 50px !important;
}

.u-ml-6 {
	margin-left: 60px !important;
}

.u-ml-7 {
	margin-left: 70px !important;
}

.u-ml-8 {
	margin-left: 80px !important;
}

.u-ml-9 {
	margin-left: 90px !important;
}

.u-ml-10 {
	margin-left: 100px !important;
}

.u-ml-11 {
	margin-left: 110px !important;
}

.u-ml-12 {
	margin-left: 120px !important;
}

.u-ml-13 {
	margin-left: 130px !important;
}

.u-ml-14 {
	margin-left: 140px !important;
}

.u-ml-15 {
	margin-left: 150px !important;
}

.u-ml-16 {
	margin-left: 160px !important;
}

.u-ml-17 {
	margin-left: 170px !important;
}

.u-ml-18 {
	margin-left: 180px !important;
}

.u-ml-19 {
	margin-left: 190px !important;
}

.u-ml-20 {
	margin-left: 200px !important;
}

.u-ml-21 {
	margin-left: 210px !important;
}

.u-ml-22 {
	margin-left: 220px !important;
}

.u-ml-23 {
	margin-left: 230px !important;
}

.u-ml-24 {
	margin-left: 240px !important;
}

.u-ml-25 {
	margin-left: 250px !important;
}

.u-ml-26 {
	margin-left: 260px !important;
}

.u-ml-27 {
	margin-left: 270px !important;
}

.u-ml-28 {
	margin-left: 280px !important;
}

.u-ml-29 {
	margin-left: 290px !important;
}

.u-ml-30 {
	margin-left: 300px !important;
}

.u-ml-31 {
	margin-left: 310px !important;
}

.u-ml-32 {
	margin-left: 320px !important;
}

.u-ml-33 {
	margin-left: 330px !important;
}

.u-ml-34 {
	margin-left: 340px !important;
}

.u-ml-35 {
	margin-left: 350px !important;
}

.u-ml-36 {
	margin-left: 360px !important;
}

.u-ml-37 {
	margin-left: 370px !important;
}

.u-ml-38 {
	margin-left: 380px !important;
}

.u-ml-39 {
	margin-left: 390px !important;
}

.u-ml-40 {
	margin-left: 400px !important;
}

.u-ml-41 {
	margin-left: 410px !important;
}

.u-ml-42 {
	margin-left: 420px !important;
}

.u-ml-43 {
	margin-left: 430px !important;
}

.u-ml-44 {
	margin-left: 440px !important;
}

.u-ml-45 {
	margin-left: 450px !important;
}

.u-ml-46 {
	margin-left: 460px !important;
}

.u-ml-47 {
	margin-left: 470px !important;
}

.u-ml-48 {
	margin-left: 480px !important;
}

.u-ml-49 {
	margin-left: 490px !important;
}

.u-ml-50 {
	margin-left: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
	.u-tab-ml--20 {
		margin-left: -200px !important;
	}
	.u-tab-ml--19 {
		margin-left: -190px !important;
	}
	.u-tab-ml--18 {
		margin-left: -180px !important;
	}
	.u-tab-ml--17 {
		margin-left: -170px !important;
	}
	.u-tab-ml--16 {
		margin-left: -160px !important;
	}
	.u-tab-ml--15 {
		margin-left: -150px !important;
	}
	.u-tab-ml--14 {
		margin-left: -140px !important;
	}
	.u-tab-ml--13 {
		margin-left: -130px !important;
	}
	.u-tab-ml--12 {
		margin-left: -120px !important;
	}
	.u-tab-ml--11 {
		margin-left: -110px !important;
	}
	.u-tab-ml--10 {
		margin-left: -100px !important;
	}
	.u-tab-ml--9 {
		margin-left: -90px !important;
	}
	.u-tab-ml--8 {
		margin-left: -80px !important;
	}
	.u-tab-ml--7 {
		margin-left: -70px !important;
	}
	.u-tab-ml--6 {
		margin-left: -60px !important;
	}
	.u-tab-ml--5 {
		margin-left: -50px !important;
	}
	.u-tab-ml--4 {
		margin-left: -40px !important;
	}
	.u-tab-ml--3 {
		margin-left: -30px !important;
	}
	.u-tab-ml--2 {
		margin-left: -20px !important;
	}
	.u-tab-ml--1 {
		margin-left: -10px !important;
	}
	.u-tab-ml-0 {
		margin-left: 0px !important;
	}
	.u-tab-ml-1 {
		margin-left: 10px !important;
	}
	.u-tab-ml-2 {
		margin-left: 20px !important;
	}
	.u-tab-ml-3 {
		margin-left: 30px !important;
	}
	.u-tab-ml-4 {
		margin-left: 40px !important;
	}
	.u-tab-ml-5 {
		margin-left: 50px !important;
	}
	.u-tab-ml-6 {
		margin-left: 60px !important;
	}
	.u-tab-ml-7 {
		margin-left: 70px !important;
	}
	.u-tab-ml-8 {
		margin-left: 80px !important;
	}
	.u-tab-ml-9 {
		margin-left: 90px !important;
	}
	.u-tab-ml-10 {
		margin-left: 100px !important;
	}
	.u-tab-ml-11 {
		margin-left: 110px !important;
	}
	.u-tab-ml-12 {
		margin-left: 120px !important;
	}
	.u-tab-ml-13 {
		margin-left: 130px !important;
	}
	.u-tab-ml-14 {
		margin-left: 140px !important;
	}
	.u-tab-ml-15 {
		margin-left: 150px !important;
	}
	.u-tab-ml-16 {
		margin-left: 160px !important;
	}
	.u-tab-ml-17 {
		margin-left: 170px !important;
	}
	.u-tab-ml-18 {
		margin-left: 180px !important;
	}
	.u-tab-ml-19 {
		margin-left: 190px !important;
	}
	.u-tab-ml-20 {
		margin-left: 200px !important;
	}
	.u-tab-ml-21 {
		margin-left: 210px !important;
	}
	.u-tab-ml-22 {
		margin-left: 220px !important;
	}
	.u-tab-ml-23 {
		margin-left: 230px !important;
	}
	.u-tab-ml-24 {
		margin-left: 240px !important;
	}
	.u-tab-ml-25 {
		margin-left: 250px !important;
	}
	.u-tab-ml-26 {
		margin-left: 260px !important;
	}
	.u-tab-ml-27 {
		margin-left: 270px !important;
	}
	.u-tab-ml-28 {
		margin-left: 280px !important;
	}
	.u-tab-ml-29 {
		margin-left: 290px !important;
	}
	.u-tab-ml-30 {
		margin-left: 300px !important;
	}
	.u-tab-ml-31 {
		margin-left: 310px !important;
	}
	.u-tab-ml-32 {
		margin-left: 320px !important;
	}
	.u-tab-ml-33 {
		margin-left: 330px !important;
	}
	.u-tab-ml-34 {
		margin-left: 340px !important;
	}
	.u-tab-ml-35 {
		margin-left: 350px !important;
	}
	.u-tab-ml-36 {
		margin-left: 360px !important;
	}
	.u-tab-ml-37 {
		margin-left: 370px !important;
	}
	.u-tab-ml-38 {
		margin-left: 380px !important;
	}
	.u-tab-ml-39 {
		margin-left: 390px !important;
	}
	.u-tab-ml-40 {
		margin-left: 400px !important;
	}
	.u-tab-ml-41 {
		margin-left: 410px !important;
	}
	.u-tab-ml-42 {
		margin-left: 420px !important;
	}
	.u-tab-ml-43 {
		margin-left: 430px !important;
	}
	.u-tab-ml-44 {
		margin-left: 440px !important;
	}
	.u-tab-ml-45 {
		margin-left: 450px !important;
	}
	.u-tab-ml-46 {
		margin-left: 460px !important;
	}
	.u-tab-ml-47 {
		margin-left: 470px !important;
	}
	.u-tab-ml-48 {
		margin-left: 480px !important;
	}
	.u-tab-ml-49 {
		margin-left: 490px !important;
	}
	.u-tab-ml-50 {
		margin-left: 500px !important;
	}
}
@media screen and (max-width: 650px) {
	.u-sp-ml--20 {
		margin-left: -200px !important;
	}
	.u-sp-ml--19 {
		margin-left: -190px !important;
	}
	.u-sp-ml--18 {
		margin-left: -180px !important;
	}
	.u-sp-ml--17 {
		margin-left: -170px !important;
	}
	.u-sp-ml--16 {
		margin-left: -160px !important;
	}
	.u-sp-ml--15 {
		margin-left: -150px !important;
	}
	.u-sp-ml--14 {
		margin-left: -140px !important;
	}
	.u-sp-ml--13 {
		margin-left: -130px !important;
	}
	.u-sp-ml--12 {
		margin-left: -120px !important;
	}
	.u-sp-ml--11 {
		margin-left: -110px !important;
	}
	.u-sp-ml--10 {
		margin-left: -100px !important;
	}
	.u-sp-ml--9 {
		margin-left: -90px !important;
	}
	.u-sp-ml--8 {
		margin-left: -80px !important;
	}
	.u-sp-ml--7 {
		margin-left: -70px !important;
	}
	.u-sp-ml--6 {
		margin-left: -60px !important;
	}
	.u-sp-ml--5 {
		margin-left: -50px !important;
	}
	.u-sp-ml--4 {
		margin-left: -40px !important;
	}
	.u-sp-ml--3 {
		margin-left: -30px !important;
	}
	.u-sp-ml--2 {
		margin-left: -20px !important;
	}
	.u-sp-ml--1 {
		margin-left: -10px !important;
	}
	.u-sp-ml-0 {
		margin-left: 0px !important;
	}
	.u-sp-ml-1 {
		margin-left: 10px !important;
	}
	.u-sp-ml-2 {
		margin-left: 20px !important;
	}
	.u-sp-ml-3 {
		margin-left: 30px !important;
	}
	.u-sp-ml-4 {
		margin-left: 40px !important;
	}
	.u-sp-ml-5 {
		margin-left: 50px !important;
	}
	.u-sp-ml-6 {
		margin-left: 60px !important;
	}
	.u-sp-ml-7 {
		margin-left: 70px !important;
	}
	.u-sp-ml-8 {
		margin-left: 80px !important;
	}
	.u-sp-ml-9 {
		margin-left: 90px !important;
	}
	.u-sp-ml-10 {
		margin-left: 100px !important;
	}
	.u-sp-ml-11 {
		margin-left: 110px !important;
	}
	.u-sp-ml-12 {
		margin-left: 120px !important;
	}
	.u-sp-ml-13 {
		margin-left: 130px !important;
	}
	.u-sp-ml-14 {
		margin-left: 140px !important;
	}
	.u-sp-ml-15 {
		margin-left: 150px !important;
	}
	.u-sp-ml-16 {
		margin-left: 160px !important;
	}
	.u-sp-ml-17 {
		margin-left: 170px !important;
	}
	.u-sp-ml-18 {
		margin-left: 180px !important;
	}
	.u-sp-ml-19 {
		margin-left: 190px !important;
	}
	.u-sp-ml-20 {
		margin-left: 200px !important;
	}
	.u-sp-ml-21 {
		margin-left: 210px !important;
	}
	.u-sp-ml-22 {
		margin-left: 220px !important;
	}
	.u-sp-ml-23 {
		margin-left: 230px !important;
	}
	.u-sp-ml-24 {
		margin-left: 240px !important;
	}
	.u-sp-ml-25 {
		margin-left: 250px !important;
	}
	.u-sp-ml-26 {
		margin-left: 260px !important;
	}
	.u-sp-ml-27 {
		margin-left: 270px !important;
	}
	.u-sp-ml-28 {
		margin-left: 280px !important;
	}
	.u-sp-ml-29 {
		margin-left: 290px !important;
	}
	.u-sp-ml-30 {
		margin-left: 300px !important;
	}
	.u-sp-ml-31 {
		margin-left: 310px !important;
	}
	.u-sp-ml-32 {
		margin-left: 320px !important;
	}
	.u-sp-ml-33 {
		margin-left: 330px !important;
	}
	.u-sp-ml-34 {
		margin-left: 340px !important;
	}
	.u-sp-ml-35 {
		margin-left: 350px !important;
	}
	.u-sp-ml-36 {
		margin-left: 360px !important;
	}
	.u-sp-ml-37 {
		margin-left: 370px !important;
	}
	.u-sp-ml-38 {
		margin-left: 380px !important;
	}
	.u-sp-ml-39 {
		margin-left: 390px !important;
	}
	.u-sp-ml-40 {
		margin-left: 400px !important;
	}
	.u-sp-ml-41 {
		margin-left: 410px !important;
	}
	.u-sp-ml-42 {
		margin-left: 420px !important;
	}
	.u-sp-ml-43 {
		margin-left: 430px !important;
	}
	.u-sp-ml-44 {
		margin-left: 440px !important;
	}
	.u-sp-ml-45 {
		margin-left: 450px !important;
	}
	.u-sp-ml-46 {
		margin-left: 460px !important;
	}
	.u-sp-ml-47 {
		margin-left: 470px !important;
	}
	.u-sp-ml-48 {
		margin-left: 480px !important;
	}
	.u-sp-ml-49 {
		margin-left: 490px !important;
	}
	.u-sp-ml-50 {
		margin-left: 500px !important;
	}
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
	font-family: serif;
}

.u-gothic {
	font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
	font-size: 11px;
}

.u-fontM {
	font-size: 22px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.u-fontM {
		font-size: 15px;
	}
}

.u-fontL {
	font-size: 30px;
}
@media screen and (max-width: 365px) {
	.u-fontL {
		font-size: 26px;
	}
}

.u-fontN {
	font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.u-fontN {
		font-size: 14px;
	}
}

.u-font10 {
	font-size: 10px !important;
}

.u-font11 {
	font-size: 11px !important;
}

.u-font12 {
	font-size: 12px !important;
}

.u-font13 {
	font-size: 13px !important;
}

.u-font14 {
	font-size: 14px !important;
}

.u-font15 {
	font-size: 15px !important;
}

.u-font16 {
	font-size: 16px !important;
}

.u-font17 {
	font-size: 17px !important;
}

.u-font18 {
	font-size: 18px !important;
}

.u-font19 {
	font-size: 19px !important;
}

.u-font20 {
	font-size: 20px !important;
}

.u-font21 {
	font-size: 21px !important;
}

.u-font22 {
	font-size: 22px !important;
}

.u-font23 {
	font-size: 23px !important;
}

.u-font24 {
	font-size: 24px !important;
}

.u-font25 {
	font-size: 25px !important;
}

.u-font26 {
	font-size: 26px !important;
}

.u-font27 {
	font-size: 27px !important;
}

.u-font28 {
	font-size: 28px !important;
}

.u-font29 {
	font-size: 29px !important;
}

.u-font30 {
	font-size: 30px !important;
}

.u-font31 {
	font-size: 31px !important;
}

.u-font32 {
	font-size: 32px !important;
}

.u-font33 {
	font-size: 33px !important;
}

.u-font34 {
	font-size: 34px !important;
}

.u-font35 {
	font-size: 35px !important;
}

.u-font36 {
	font-size: 36px !important;
}

.u-font37 {
	font-size: 37px !important;
}

.u-font38 {
	font-size: 38px !important;
}

.u-font39 {
	font-size: 39px !important;
}

.u-font40 {
	font-size: 40px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
	.u-tab-font0 {
		font-size: 0px !important;
	}
	.u-tab-font1 {
		font-size: 1px !important;
	}
	.u-tab-font2 {
		font-size: 2px !important;
	}
	.u-tab-font3 {
		font-size: 3px !important;
	}
	.u-tab-font4 {
		font-size: 4px !important;
	}
	.u-tab-font5 {
		font-size: 5px !important;
	}
	.u-tab-font6 {
		font-size: 6px !important;
	}
	.u-tab-font7 {
		font-size: 7px !important;
	}
	.u-tab-font8 {
		font-size: 8px !important;
	}
	.u-tab-font9 {
		font-size: 9px !important;
	}
	.u-tab-font10 {
		font-size: 10px !important;
	}
	.u-tab-font11 {
		font-size: 11px !important;
	}
	.u-tab-font12 {
		font-size: 12px !important;
	}
	.u-tab-font13 {
		font-size: 13px !important;
	}
	.u-tab-font14 {
		font-size: 14px !important;
	}
	.u-tab-font15 {
		font-size: 15px !important;
	}
	.u-tab-font16 {
		font-size: 16px !important;
	}
	.u-tab-font17 {
		font-size: 17px !important;
	}
	.u-tab-font18 {
		font-size: 18px !important;
	}
	.u-tab-font19 {
		font-size: 19px !important;
	}
	.u-tab-font20 {
		font-size: 20px !important;
	}
	.u-tab-font21 {
		font-size: 21px !important;
	}
	.u-tab-font22 {
		font-size: 22px !important;
	}
	.u-tab-font23 {
		font-size: 23px !important;
	}
	.u-tab-font24 {
		font-size: 24px !important;
	}
	.u-tab-font25 {
		font-size: 25px !important;
	}
	.u-tab-font26 {
		font-size: 26px !important;
	}
	.u-tab-font27 {
		font-size: 27px !important;
	}
	.u-tab-font28 {
		font-size: 28px !important;
	}
	.u-tab-font29 {
		font-size: 29px !important;
	}
	.u-tab-font30 {
		font-size: 30px !important;
	}
	.u-tab-font31 {
		font-size: 31px !important;
	}
	.u-tab-font32 {
		font-size: 32px !important;
	}
	.u-tab-font33 {
		font-size: 33px !important;
	}
	.u-tab-font34 {
		font-size: 34px !important;
	}
	.u-tab-font35 {
		font-size: 35px !important;
	}
	.u-tab-font36 {
		font-size: 36px !important;
	}
	.u-tab-font37 {
		font-size: 37px !important;
	}
	.u-tab-font38 {
		font-size: 38px !important;
	}
	.u-tab-font39 {
		font-size: 39px !important;
	}
	.u-tab-font40 {
		font-size: 40px !important;
	}
}
@media screen and (max-width: 650px) {
	.u-sp-font0 {
		font-size: 0px !important;
	}
	.u-sp-font1 {
		font-size: 1px !important;
	}
	.u-sp-font2 {
		font-size: 2px !important;
	}
	.u-sp-font3 {
		font-size: 3px !important;
	}
	.u-sp-font4 {
		font-size: 4px !important;
	}
	.u-sp-font5 {
		font-size: 5px !important;
	}
	.u-sp-font6 {
		font-size: 6px !important;
	}
	.u-sp-font7 {
		font-size: 7px !important;
	}
	.u-sp-font8 {
		font-size: 8px !important;
	}
	.u-sp-font9 {
		font-size: 9px !important;
	}
	.u-sp-font10 {
		font-size: 10px !important;
	}
	.u-sp-font11 {
		font-size: 11px !important;
	}
	.u-sp-font12 {
		font-size: 12px !important;
	}
	.u-sp-font13 {
		font-size: 13px !important;
	}
	.u-sp-font14 {
		font-size: 14px !important;
	}
	.u-sp-font15 {
		font-size: 15px !important;
	}
	.u-sp-font16 {
		font-size: 16px !important;
	}
	.u-sp-font17 {
		font-size: 17px !important;
	}
	.u-sp-font18 {
		font-size: 18px !important;
	}
	.u-sp-font19 {
		font-size: 19px !important;
	}
	.u-sp-font20 {
		font-size: 20px !important;
	}
	.u-sp-font21 {
		font-size: 21px !important;
	}
	.u-sp-font22 {
		font-size: 22px !important;
	}
	.u-sp-font23 {
		font-size: 23px !important;
	}
	.u-sp-font24 {
		font-size: 24px !important;
	}
	.u-sp-font25 {
		font-size: 25px !important;
	}
	.u-sp-font26 {
		font-size: 26px !important;
	}
	.u-sp-font27 {
		font-size: 27px !important;
	}
	.u-sp-font28 {
		font-size: 28px !important;
	}
	.u-sp-font29 {
		font-size: 29px !important;
	}
	.u-sp-font30 {
		font-size: 30px !important;
	}
	.u-sp-font31 {
		font-size: 31px !important;
	}
	.u-sp-font32 {
		font-size: 32px !important;
	}
	.u-sp-font33 {
		font-size: 33px !important;
	}
	.u-sp-font34 {
		font-size: 34px !important;
	}
	.u-sp-font35 {
		font-size: 35px !important;
	}
	.u-sp-font36 {
		font-size: 36px !important;
	}
	.u-sp-font37 {
		font-size: 37px !important;
	}
	.u-sp-font38 {
		font-size: 38px !important;
	}
	.u-sp-font39 {
		font-size: 39px !important;
	}
	.u-sp-font40 {
		font-size: 40px !important;
	}
}
.u-fontGreen {
	color: var(--color-green);
}

.u-fontWhite {
	color: #fff;
}

.u-fontRed {
	color: #E36B38;
}

.u-kakko {
	text-indent: -0.5em;
}

.u-normal {
	font-weight: 400 !important;
}

.u-medium {
	font-weight: 500 !important;
}

.u-bold {
	font-weight: 700 !important;
}

.u-semibold {
	font-weight: 600 !important;
}

.u-ls__thin {
	letter-spacing: -0.05em;
}

.u-ls__wide {
	letter-spacing: 0.1em;
}

.u-lh1 {
	line-height: 1 !important;
}

.u-lh2 {
	line-height: 2 !important;
}

.u-lh3 {
	line-height: 3 !important;
}

.u-lh4 {
	line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
	text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
	text-align: center !important;
}

.u-textright, .textright, .alignright {
	text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
	text-align: justify !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
	.u-textcenter-tab {
		text-align: center !important;
	}
}

@media screen and (max-width: 650px) {
	.u-textcenter-sp {
		text-align: center !important;
	}
}

@media screen and (max-width: 650px) {
	.u-textleft-sp {
		text-align: left !important;
	}
}

@media screen and (max-width: 650px) {
	.u-textright-sp {
		text-align: right !important;
	}
}

.u-marker-green {
	background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

.u-text-external::after {
	background: url("images/icon-target-blank.svg") no-repeat center center/contain;
	content: "";
	display: inline-block;
	height: 11px;
	margin: 0 0 0 6px;
	width: 11px;
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
	display: none;
}

@media screen and (max-width: 650px) {
	.u-pc {
		display: none !important;
	}
}

.u-tab {
	display: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
	.u-tab {
		display: inline-block;
	}
}

@media screen and (min-width: 1px) and (max-width: 980px) {
	.u-tab-none {
		display: none !important;
	}
}

.u-sp {
	display: none !important;
}
@media screen and (max-width: 650px) {
	.u-sp {
		display: block !important;
	}
}

.u-small {
	display: none;
}
@media screen and (max-width: 365px) {
	.u-small {
		display: inline-block;
	}
}

@media screen and (max-width: 365px) {
	.u-small-none {
		display: none;
	}
}

/* 居場所がなかったのでここに */
.u-inlineblock {
	display: inline-block;
}

.u-padding0 {
	padding: 0 !important;
}

/* pages
------------------------------------*/
.p-top-fv {
	height: 62.5vw;
	margin: 0 calc(50% - 50vw);
	position: relative;
}
@media screen and (max-width: 650px) {
	.p-top-fv {
		height: 100vw;
	}
}
.p-top-fv .p-top-fv__background {
	display: block;
	height: 100%;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.p-top-fv .p-top-fv__background img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.p-top-fv .p-top-fv__copy {
	text-align: center;
	padding: 22.0833333333vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-fv .p-top-fv__copy {
		padding: 42.5641025641vw 0 0;
	}
}
.p-top-fv .p-top-fv__copy img:nth-child(1) {
	display: block;
	margin: 0 auto;
	width: 35.2083333333vw;
}
@media screen and (max-width: 650px) {
	.p-top-fv .p-top-fv__copy img:nth-child(1) {
		width: 70.2564102564vw;
	}
}
.p-top-fv .p-top-fv__copy img:nth-child(3) {
	margin: 1.3888888889vw 0 0;
	width: 65.0694444444vw;
}
@media screen and (max-width: 650px) {
	.p-top-fv .p-top-fv__copy img:nth-child(3) {
		width: 92.3076923077vw;
	}
}
.p-top-fv .p-top-fv__photo {
	display: block;
	height: 37.5vw;
	line-height: 0;
	margin: 11.1111111111vw auto 0;
	overflow: hidden;
	width: 31.25vw;
}
@media screen and (max-width: 650px) {
	.p-top-fv .p-top-fv__photo {
		height: 54.6153846154vw;
		width: 45.3846153846vw;
	}
}
.p-top-fv .p-top-fv__photo img {
	width: 100%;
}
.p-top-fv .p-top-fv__scroll {
	height: 12px;
	line-height: normal;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	rotate: -90deg;
	transform: translate3d(65%, 100%, 0);
	text-transform: uppercase;
	width: 100px;
}
@media screen and (max-width: 650px) {
	.p-top-fv .p-top-fv__scroll {
		display: none;
	}
}
.p-top-fv .p-top-fv__scroll .p-top-fv__scroll-inner {
	animation: scrolldown 6.5s linear infinite;
	display: flex;
	gap: 10px;
	height: 100%;
	width: 550px;
}
.p-top-fv .p-top-fv__scroll .p-top-fv__scroll-inner span {
	color: #FFF;
	display: block;
	font-family: Geist;
	font-size: 12px;
	font-weight: 500;
}

@keyframes scrolldown {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-230px, 0, 0);
	}
}
.p-top-about {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 40.0694444444vw;
	justify-content: space-between;
	padding: 27.0833333333vw 0 17.3611111111vw;
}
@media screen and (max-width: 650px) {
	.p-top-about {
		display: block;
		padding: 41.2820512821vw 0 30.7692307692vw;
	}
}
.p-top-about .p-top-about__heading {
	align-items: flex-start;
	color: #FFF;
	display: flex;
	flex-direction: column;
	font-family: "Shippori Mincho";
	font-size: max(3.0111111111vw, 10px);/*max(3.6111111111vw, 10px)*/
	font-style: normal;
	font-weight: 400;
	grid-area: 1/1/2/2;
	line-height: 130%; /* 67.6px */
	text-align: left;
}
@media screen and (max-width: 650px) {
	.p-top-about .p-top-about__heading {
		font-size: max(7.1794871795vw, 10px);
		line-height: 150%;
	}
}
.p-top-about .p-top-about__heading span {
	color: #C2C2A8;
	display: block;
	font-family: Geist;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 10.8px */
	letter-spacing: 0.36px;
	margin: 0 0 0.7638888889vw;
	text-transform: uppercase;
	transform: scale(0.9);
}
@media screen and (max-width: 650px) {
	.p-top-about .p-top-about__heading span {
		margin: 0 0 0.2083333333vw;
	}
}
.p-top-about .p-top-about__body {
	grid-area: 1/2/2/3;
}
@media screen and (max-width: 650px) {
	.p-top-about .p-top-about__body {
		margin: 3.5897435897vw 0 0;
	}
}
.p-top-about .p-top-about__title {
	color: #FFF;
	font-size: max(1.6666666667vw, 10px);
	font-style: normal;
	font-weight: 500;
	line-height: 250%; /* 60px */
	letter-spacing: 0.2333333333vw;
}
@media screen and (max-width: 650px) {
	.p-top-about .p-top-about__title {
		font-size: max(4.6153846154vw, 10px);
		font-weight: 400;
		letter-spacing: 0.4615384615vw;
	}
}
.p-top-about .p-top-about__text {
	color: #FFF;
	font-size: max(1.0416666667vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 250%; /* 37.5px */
	letter-spacing: 0.1458333333vw;
}
@media screen and (max-width: 650px) {
	.p-top-about .p-top-about__text {
		font-size: max(3.5897435897vw, 10px);
		line-height: 200%; /* 28px */
		letter-spacing: 0.5025641026vw;
	}
}
.p-top-about .p-top-about__button {
	margin: 1.5972222222vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-about .p-top-about__button {
		margin: 7.1794871795vw 0 0;
	}
}
.p-top-about .p-top-about__photos {
	display: block;
	grid-area: 2/1/3/3;
	line-height: 0;
	margin: 10.5555555556vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-about .p-top-about__photos {
		margin: 21.5384615385vw 0 0;
	}
}
.p-top-about .p-top-about__photos img {
	width: 100%;
}

.p-top-service {
	border-top: 1px solid #FFFFFF;
	padding: 1.25vw 0 17.3611111111vw;
}
@media screen and (max-width: 650px) {
	.p-top-service {
		padding: 2.5641025641vw 0 0;
	}
}
.p-top-service .p-top-service__wrapper {
	margin: 4.0277777778vw 0 0;
	position: relative;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__wrapper {
		margin: 0;
	}
}
.p-top-service .p-top-service__counter {
	counter-reset: item;
	display: grid;
	gap: 2.0833333333vw;
	margin: 0 calc(50% - 50vw);
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 50vh;
	transform: translate3d(0, -50%, 0);
	transition: opacity 0.3s ease;
	z-index: 1;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__counter {
		transform: translate3d(0, 0, 0);
	}
}
.p-top-service .p-top-service__counter.is-fixed {
	opacity: 1;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__counter.is-pc {
		display: none;
	}
}
.p-top-service .p-top-service__counter.is-sp {
	display: none;
	z-index: -1;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__counter.is-sp {
		display: grid;
	}
}
.p-top-service .p-top-service__counter .p-top-service__counter-item {
	align-items: center;
	color: #FFF;
	display: flex;
	gap: 0.6944444444vw;
	justify-content: flex-end;
	position: relative;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__counter .p-top-service__counter-item {
		gap: 2.5641025641vw;
	}
}
.p-top-service .p-top-service__counter .p-top-service__counter-item::after {
	background: #C2C2A8;
	content: "";
	display: block;
	height: 1px;
	transition: transform 0.3s ease;
	width: 0.6944444444vw;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__counter .p-top-service__counter-item::after {
		width: 2.5641025641vw;
	}
}
.p-top-service .p-top-service__counter .p-top-service__counter-item.is-active::after {
	background: #fff;
	transform: scale(4, 1);
}
.p-top-service .p-top-service__counter .p-top-service__counter-item.is-active span {
	color: #fff;
	transform: scale(0.9) translate3d(-0.9722222222vw, 0, 0);
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__counter .p-top-service__counter-item.is-active span {
		transform: scale(0.9) translate3d(-3.5897435897vw, 0, 0);
	}
}
.p-top-service .p-top-service__counter .p-top-service__counter-item span {
	color: #C2C2A8;
	font-family: Geist;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 10.8px */
	letter-spacing: 0.025vw;
	transform: scale(0.9);
	transition: transform 0.3s ease;
}
.p-top-service .p-top-service__body {
	display: grid;
	gap: 7.0138888889vw;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__body {
		align-items: flex-start;
		display: flex;
		flex-direction: column-reverse;
	}
}
.p-top-service .p-top-service__photos .p-top-service__photos-item {
	display: block;
	line-height: 0;
}
.p-top-service .p-top-service__photos .p-top-service__photos-item img {
	width: 100%;
}
.p-top-service .p-top-service__contents {
	list-style: none;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__contents {
		height: auto;
		margin: 0 3.8461538462vw 0 0;
		position: static;
	}
}
.p-top-service .p-top-service__contents .p-top-service__contents-item {
	align-items: center;
	background: #7E7D58;
	display: flex;
	filter: blur(8px);
	opacity: 0;
	padding: 40vh 0 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate3d(0, 1.3888888889vw, 0);
	transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), filter 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	width: 100%;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__contents .p-top-service__contents-item {
		filter: blur(0);
		height: auto;
		opacity: 1;
		padding: 16.4102564103vw 0 0;
		position: static;
		transform: translate3d(0, 5.1282051282vw, 0);
	}
}
.p-top-service .p-top-service__contents .p-top-service__contents-item.is-show {
	filter: blur(0);
	opacity: 1;
	pointer-events: visible;
	transform: translate3d(0, 0, 0);
}
.p-top-service .p-top-service__contents .p-top-service__contents-item.is-hide {
	filter: blur(8px);
	opacity: 0;
	transform: translate3d(0, -20px, 0);
}
.p-top-service .p-top-service__contents .p-top-service__contents-item:nth-child(2) {
	z-index: 1;
}
.p-top-service .p-top-service__contents .p-top-service__contents-item:nth-child(3) {
	z-index: 2;
}
.p-top-service .p-top-service__contents .p-top-service__contents-item:nth-child(4) {
	z-index: 3;
}
.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-title {
	color: #FFF;
	font-size: max(1.6666666667vw, 10px);
	font-style: normal;
	font-weight: 500;
	line-height: 250%; /* 60px */
	letter-spacing: 0.2333333333vw;
	position: relative;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-title {
		color: #FFF;
		font-size: max(4.6153846154vw, 10px);
		font-weight: 400;
		letter-spacing: 0.4615384615vw;
		padding: 2.0512820513vw 0 0;
	}
}
.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-title::before {
	color: #C2C2A8;
	content: "(SERVICE." counter(item, decimal-leading-zero) ")";
	counter-increment: item;
	display: block;
	font-family: Geist;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 10.8px */
	letter-spacing: 0.025vw;
	position: absolute;
	left: 0;
	top: -0.3472222222vw;
	transform: scale(0.9);
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-title::before {
		letter-spacing: 0.0923076923vw;
		top: 0;
	}
}
.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-text {
	color: #FFF;
	font-size: max(1.0416666667vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 250%; /* 37.5px */
	letter-spacing: 0.1458333333vw;
	margin: 0.2777777778vw 0 0;
}
.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-text span {
	display: block;
	width: auto;
	height: 4.5em;
	font-size: max(1.0416666667vw, 10px);
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-text {
		font-size: max(3.5897435897vw, 10px);
		line-height: 200%; /* 28px */
		letter-spacing: 0.5025641026vw;
		margin: 1.7948717949vw 0 0;
	}
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-text span {
		display: none;
		width: auto;
		height: auto;
		font-size: max(1.0416666667vw, 10px);
	}
}
.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-button {
	margin: 2.9861111111vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-button {
		margin: 7.1794871795vw 0 0;
	}
}
.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-photo {
	aspect-ratio: 1/1;
	display: block;
	line-height: 0;
	margin: 35.8974358974vw calc(50% - 50vw - 3.8461538462vw) 0 calc(50% - 50vw);
}
.p-top-service .p-top-service__contents .p-top-service__contents-item .p-top-service__contents-item-photo img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-works {
	padding: 10.4166666667vw 0;
	position: relative;
}
@media screen and (max-width: 650px) {
	.p-top-works {
		padding: 25.641025641vw 0 15.3846153846vw;
	}
}
.p-top-works::before {
	background: #E1E3DD;
	content: "";
	display: block;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.p-top-works .p-top-works__header {
	align-items: flex-end;
	border-top: 1px solid #656445;
	display: flex;
	gap: 2.4305555556vw;
	padding: 0.9027777778vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-works .p-top-works__header {
		padding: 2.5641025641vw 0 0;
	}
}
.p-top-works .p-top-works__slider {
	margin: 4.1666666667vw calc(50% - 50vw) 0 auto;
	padding: 0 0 8.8194444444vw;
	transform: translate3d(0, 0, 0);
	width: calc(100% + 50vw - 50%);
}
@media screen and (max-width: 650px) {
	.p-top-works .p-top-works__slider {
		margin: 8.2051282051vw calc(50% - 50vw) 0 auto;
		padding: 0 0 29.4871794872vw;
	}
}
.p-top-works .p-top-works__slider .p-top-works__slider-wrapper {
	list-style: none;
}
.p-top-works .p-top-works__slider .swiper-button-prev,
.p-top-works .p-top-works__slider .swiper-button-next {
	height: 5.2083333333vw;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
	width: 5.1388888889vw;
}
@media screen and (max-width: 650px) {
	.p-top-works .p-top-works__slider .swiper-button-prev,
	.p-top-works .p-top-works__slider .swiper-button-next {
		height: 15.3846153846vw;
		bottom: 7.6923076923vw;
		left: 50%;
		transform: translate3d(calc(-100% - 1.0256410256vw), 0, 0);
		width: 15.3846153846vw;
	}
}
.p-top-works .p-top-works__slider .swiper-button-prev::after,
.p-top-works .p-top-works__slider .swiper-button-next::after {
	display: none;
}
.p-top-works .p-top-works__slider .swiper-button-prev:hover svg circle,
.p-top-works .p-top-works__slider .swiper-button-next:hover svg circle {
	fill: #656445;
}
.p-top-works .p-top-works__slider .swiper-button-prev:hover svg path,
.p-top-works .p-top-works__slider .swiper-button-next:hover svg path {
	stroke: #fff;
}
.p-top-works .p-top-works__slider .swiper-button-prev svg circle,
.p-top-works .p-top-works__slider .swiper-button-next svg circle {
	fill: transparent;
	transition: fill 0.3s ease;
}
.p-top-works .p-top-works__slider .swiper-button-prev svg path,
.p-top-works .p-top-works__slider .swiper-button-next svg path {
	stroke: #000;
	transition: stroke 0.3s ease;
}
.p-top-works .p-top-works__slider .swiper-button-next {
	left: 5.9027777778vw;
}
@media screen and (max-width: 650px) {
	.p-top-works .p-top-works__slider .swiper-button-next {
		left: 50%;
		transform: translate3d(1.0256410256vw, 0, 0);
	}
}
.p-top-works .p-top-works__slider .swiper-button-next svg {
	transform: rotate(180deg);
}
.p-top-works .p-top-works__slider .p-top-works__slider-pagination {
	color: #ACBD9B;
	font-family: Roboto;
	font-size: max(1.3888888889vw, 10px);
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	position: absolute;
	left: 13.75vw;
	bottom: 3.5416666667vw;
}
@media screen and (max-width: 650px) {
	.p-top-works .p-top-works__slider .p-top-works__slider-pagination {
		font-size: max(3.5897435897vw, 10px);
		left: 50%;
		bottom: 0;
		transform: translate3d(-50%, 0, 0);
	}
}
.p-top-works .p-top-works__slider .p-top-works__slider-pagination .page-number {
	color: #656445;
}
.p-top-works .p-top-works__item {
	margin: 0 0.2777777778vw;
	width: 57.7083333333vw;
}
@media screen and (max-width: 650px) {
	.p-top-works .p-top-works__item {
		margin: 0 1.0256410256vw;
		width: 73.8461538462vw;
	}
}
.p-top-works .p-top-works__item .p-top-works__item-link {
	display: block;
	line-height: 0;
}
.p-top-works .p-top-works__item .p-top-works__item-link:hover .p-top-works__item-photo img {
	transform: scale(1);
}
.p-top-works .p-top-works__item .p-top-works__item-photo {
	aspect-ratio: 831/623;
	display: block;
	line-height: 0;
	overflow: hidden;
}
@media screen and (max-width: 650px) {
	.p-top-works .p-top-works__item .p-top-works__item-photo {
		aspect-ratio: 1/1;
	}
}
.p-top-works .p-top-works__item .p-top-works__item-photo img {
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
	width: 100%;
}
.p-top-works .p-top-works__item .p-top-works__item-body {
	padding: 2.2222222222vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-works .p-top-works__item .p-top-works__item-body {
		padding: 6.1538461538vw 0 0;
	}
}
.p-top-works .p-top-works__item .p-top-works__item-category {
	align-items: center;
	display: flex;
	list-style: none;
}
.p-top-works .p-top-works__item .p-top-works__item-category li {
	align-items: center;
	color: #656445;
	display: flex;
	font-family: Roboto;
	font-size: max(0.8333333333vw, 10px);
	font-style: normal;
	font-weight: 500;
	gap: 0.3472222222vw;
	line-height: 120%; /* 14.4px */
	letter-spacing: 0.0166666667vw;
}
@media screen and (max-width: 650px) {
	.p-top-works .p-top-works__item .p-top-works__item-category li {
		font-size: max(3.0769230769vw, 10px);
		letter-spacing: 0.0615384615vw;
	}
}
.p-top-works .p-top-works__item .p-top-works__item-category li:not(:last-child)::after {
	color: #ACBD9B;
	content: "|";
	display: inline-block;
	font-family: Roboto;
	font-size: max(0.8333333333vw, 10px);
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.0166666667vw;
	padding: 0 0.5em;
}
.p-top-works .p-top-works__item .p-top-works__item-heading {
	color: #656445;
	font-family: "Shippori Mincho";
	font-size: max(1.6666666667vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 38.4px */
	padding: 0.2777777778vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-works .p-top-works__item .p-top-works__item-heading {
		font-size: max(5.3846153846vw, 10px);
		font-weight: 400;
		padding: 1.0256410256vw 0 0;
	}
}

.p-top-hr .pin-spacer {
	margin-bottom: 100vh !important;
}
.p-top-hr .p-top-hr__wrapper {
	height: 100vh !important;
	margin: 0 calc(50% - 50vw) 100vh;
	overflow: hidden;
	padding: 0 0 100vhzv;
	position: relative;
	width: 100vw;
}
@media screen and (max-width: 650px) {
	.p-top-hr .p-top-hr__wrapper {
		height: 87.1794871795vw;
		margin-bottom: 87.1794871795vw;
	}
}
.p-top-hr .p-top-hr__wrapper .p-top-hr__item {
	display: block;
	height: 100%;
	line-height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100vw;
}
.p-top-hr .p-top-hr__wrapper .p-top-hr__item:last-child {
	z-index: 2;
}
.p-top-hr .p-top-hr__wrapper .p-top-hr__item img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-top-reason {
	padding: 13.8888888889vw 0 18.6111111111vw;
}
@media screen and (max-width: 650px) {
	.p-top-reason {
		padding: 25.641025641vw 0 21.5384615385vw;
	}
}
.p-top-reason .p-top-reason__header {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 40.0694444444vw;
	justify-content: space-between;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__header {
		display: block;
	}
}
.p-top-reason .p-top-reason__heading {
	align-items: flex-start;
	color: #FFF;
	display: flex;
	flex-direction: column;
	font-family: "Shippori Mincho";
	font-size: max(3.6111111111vw, 10px);
	font-style: normal;
	font-weight: 400;
	grid-area: 1/1/2/2;
	line-height: 130%; /* 67.6px */
	text-align: left;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__heading {
		font-size: max(7.1794871795vw, 10px);
		line-height: 150%;
	}
}
.p-top-reason .p-top-reason__heading span {
	color: #C2C2A8;
	display: block;
	font-family: Geist;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 10.8px */
	letter-spacing: 0.36px;
	margin: 0 0 0.7638888889vw;
	text-transform: uppercase;
	transform: scale(0.9);
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__heading span {
		margin: 0 0 0.2083333333vw;
	}
}
.p-top-reason .p-top-reason__body {
	grid-area: 1/2/2/3;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__body {
		margin: 3.5897435897vw 0 0;
	}
}
.p-top-reason .p-top-reason__title {
	color: #FFF;
	font-size: max(1.6666666667vw, 10px);
	font-style: normal;
	font-weight: 500;
	line-height: 250%; /* 60px */
	letter-spacing: 0.2333333333vw;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__title {
		font-size: max(4.6153846154vw, 10px);
		font-weight: 400;
		letter-spacing: 0.4615384615vw;
	}
}
.p-top-reason .p-top-reason__text {
	color: #FFF;
	font-size: max(1.0416666667vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 250%; /* 37.5px */
	letter-spacing: 0.1458333333vw;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__text {
		font-size: max(3.5897435897vw, 10px);
		line-height: 200%; /* 28px */
		letter-spacing: 0.5025641026vw;
	}
}
.p-top-reason .p-top-reason__slider {
	margin: 0 auto;
	width: 48.6111111111vw;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__slider {
		width: 84.6153846154vw;
	}
}
.p-top-reason .p-top-reason__slider .p-top-reason__slider-wrapper {
	list-style: none;
}
.p-top-reason .p-top-reason__slider .p-top-reason__slider-item {
	display: block;
	line-height: 0;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__slider .p-top-reason__slider-item {
		width: 84.6153846154vw;
	}
}
.p-top-reason .p-top-reason__slider .p-top-reason__slider-item img {
	width: 100%;
}
.p-top-reason .p-top-reason__list {
	display: flex;
	list-style: none;
	margin: 3.4722222222vw 0 0 3.9583333333vw;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__list {
		flex-direction: column;
		margin: 2.5641025641vw 0 0;
	}
}
.p-top-reason .p-top-reason__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 17.5vw;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__item {
		align-items: flex-start;
		border-top: 1px solid #FFFFFF;
		flex-direction: row-reverse;
		justify-content: space-between;
		padding: 3.8461538462vw 0 8.7179487179vw;
		width: auto;
	}
}
.p-top-reason .p-top-reason__item:nth-child(1) {
	margin: 0 11.3194444444vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__item:nth-child(1) {
		margin: 0;
	}
}
.p-top-reason .p-top-reason__item:nth-child(1)::after {
	right: -6.25vw;
}
.p-top-reason .p-top-reason__item:nth-child(2) {
	margin: 0 14.5833333333vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__item:nth-child(2) {
		margin: 0;
	}
}
.p-top-reason .p-top-reason__item:nth-child(2)::after {
	right: -9.7222222222vw;
}
.p-top-reason .p-top-reason__item:not(:last-child)::after {
	background: #fff;
	content: "";
	display: block;
	height: 3.5416666667vw;
	position: absolute;
	top: 50%;
	transform: translate3d(0, calc(-50% - 0.5555555556vw), 0);
	width: 1px;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__item:not(:last-child)::after {
		display: none;
	}
}
.p-top-reason .p-top-reason__item .p-top-reason__item-number {
	color: #FFF;
	font-family: Baskerville;
	font-size: max(13.8888888889vw, 10px);
	font-style: italic;
	font-weight: 400;
	line-height: 100%;
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__item .p-top-reason__item-number {
		font-size: max(20.5128205128vw, 10px);
	}
}
.p-top-reason .p-top-reason__item .p-top-reason__item-text {
	color: #FFF;
	font-family: "Shippori Mincho";
	font-size: max(1.3194444444vw, 10px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 28.5px */
}
@media screen and (max-width: 650px) {
	.p-top-reason .p-top-reason__item .p-top-reason__item-text {
		font-size: max(3.0769230769vw, 10px);
	}
}

.p-top-media {
	padding: 10.4166666667vw 0;
	position: relative;
}
@media screen and (max-width: 650px) {
	.p-top-media {
		padding: 16.4102564103vw 0 24.358974359vw;
	}
}
.p-top-media::before {
	background: #656445;
	content: "";
	display: block;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.p-top-media .p-top-media__heading {
	border-top: 1px solid #FFFFFF;
	padding: 0.9027777778vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__heading {
		padding: 3.0769230769vw 0 0;
	}
}
.p-top-media .p-top-media__list {
	display: grid;
	gap: 2.2222222222vw 12.8472222222vw;
	grid-template-columns: 28.3333333333vw 1fr;
	list-style: none;
	margin: 7.6388888889vw auto 0;
	max-width: 81.25vw;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list {
		gap: 0;
		grid-template-columns: auto;
		margin: 7.6923076923vw 0 0;
		max-width: none;
	}
}
.p-top-media .p-top-media__list .p-top-media__item:first-child {
	grid-area: 1/1/6/2;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item:first-child {
		margin: 0 0 10vw;
	}
}
.p-top-media .p-top-media__list .p-top-media__item:first-child .p-top-media__item-photo {
	aspect-ratio: 408/272;
}
.p-top-media .p-top-media__list .p-top-media__item:first-child .p-top-media__item-body {
	padding: 1.6666666667vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item:first-child .p-top-media__item-body {
		padding: 6.1538461538vw 0 0;
	}
}
.p-top-media .p-top-media__list .p-top-media__item:first-child .p-top-media__item-category {
	margin-top: 0.5555555556vw;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item:first-child .p-top-media__item-category {
		margin-top: 2.3076923077vw;
	}
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item:not(:first-child) {
		margin: 0 0 6.1538461538vw;
	}
}
.p-top-media .p-top-media__list .p-top-media__item:not(:first-child) .p-top-media__item-link {
	display: grid;
	grid-template-columns: 16.5277777778vw 1fr;
	gap: 1.1111111111vw;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item:not(:first-child) .p-top-media__item-link {
		grid-template-columns: 38.4615384615vw 1fr;
		gap: 4.6153846154vw;
	}
}
.p-top-media .p-top-media__list .p-top-media__item:not(:first-child) .p-top-media__item-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item:not(:first-child) .p-top-media__item-category {
		justify-content: flex-start;
		margin: 2.3076923077vw 0 0;
		padding: 0 0 0 3.8461538462vw;
	}
}
.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-link {
	display: block;
}
.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-link:hover .p-top-media__item-photo img {
	transform: scale(1.1);
}
.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-link:hover .p-top-media__item-heading {
	color: #FFCB70;
}
.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-photo {
	aspect-ratio: 238/159;
	display: block;
	line-height: 0;
	overflow: hidden;
}
.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-photo img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.45, 0, 0.55, 1);
	width: 100%;
}
.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-date {
	align-items: center;
	color: #C2C2A8;
	display: flex;
	font-family: Geist;
	font-size: max(0.8333333333vw, 10px);
	font-style: normal;
	font-weight: 300;
	gap: 0.3472222222vw;
	line-height: 120%; /* 14.4px */
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-date {
		font-size: max(3.0769230769vw, 10px);
		gap: 1.2820512821vw;
	}
}
.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-heading {
	color: #FFF;
	font-size: max(1.25vw, 12px);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 27px */
	margin: 0.5555555556vw 0 0;
	transition: color 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-heading {
		font-size: max(4.1025641026vw, 10px);
		margin: 2.0512820513vw 0 0;
	}
}
.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-category {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5555555556vw;
	justify-content: flex-end;
	list-style: none;
	margin: 0 0 0 auto;
	width: fit-content;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-category {
		gap: 2.0512820513vw;
	}
}
.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-category li {
	border-bottom: 1px dashed #C2C2A8;
	color: #C2C2A8;
	display: inline-flex;
	font-size: max(0.8333333333vw, 10px);
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 14.4px */
	padding: 0 0 0.2083333333vw;
	position: relative;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-category li {
		font-size: max(3.0769230769vw, 10px);
		gap: 1.2820512821vw 2.0512820513vw;
		padding: 0 0 0.7692307692vw;
		white-space: nowrap;
	}
}
.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-category li:first-child::before {
	background: url("../../assets/images/home/icon-tag.svg") no-repeat center center/contain;
	content: "";
	display: block;
	height: 0.9722222222vw;
	position: absolute;
	left: -1.3194444444vw;
	top: 0.1388888889vw;
	width: 0.9722222222vw;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__list .p-top-media__item .p-top-media__item-category li:first-child::before {
		height: 3.5897435897vw;
		left: -4.8717948718vw;
		top: 0;
		width: 3.5897435897vw;
	}
}
.p-top-media .p-top-media__button {
	border-top: 1px solid #FFFFFF;
	margin: 0.2083333333vw 0 0;
	padding: 2.2916666667vw 0 0;
	text-align: right;
}
@media screen and (max-width: 650px) {
	.p-top-media .p-top-media__button {
		margin: 2.0512820513vw 0 0;
		padding: 5.641025641vw 0 0;
	}
}

.p-top-news {
	display: grid;
	grid-template-columns: 1fr 51.8055555556vw;
	max-width: 81.25vw;
	margin: 0 auto;
	padding: 0 0 14.0972222222vw;
	position: relative;
}
@media screen and (max-width: 650px) {
	.p-top-news {
		grid-template-columns: auto;
		max-width: none;
		padding: 0 0 16.6666666667vw;
	}
}
.p-top-news::before {
	background: #656445;
	content: "";
	display: block;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.p-top-news .p-top-news__heading {
	color: #FFF;
	font-family: Geist;
	font-size: max(2.7777777778vw, 10px);
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 48px */
	text-transform: uppercase;
}
@media screen and (max-width: 650px) {
	.p-top-news .p-top-news__heading {
		color: #FFF;
		font-family: Geist;
		font-size: max(6.9230769231vw, 10px);
		font-weight: 300;
		line-height: 120%; /* 32.4px */
	}
}
.p-top-news .p-top-news__list {
	list-style: none;
}
@media screen and (max-width: 650px) {
	.p-top-news .p-top-news__list {
		margin: 6.1538461538vw 0 0;
	}
}
.p-top-news .p-top-news__list > li:first-child .p-top-news__item-link {
	padding-top: 0;
}
.p-top-news .p-top-news__list > li .p-top-news__item-link {
	align-items: center;
	display: grid;
	gap: 2.7777777778vw;
	grid-template-columns: 5.5555555556vw 1fr;
	padding: 2.3611111111vw 0 1.3194444444vw;
	border-bottom: 1px solid #C2C2A8;
}
@media screen and (max-width: 650px) {
	.p-top-news .p-top-news__list > li .p-top-news__item-link {
		gap: 1.7948717949vw;
		grid-template-columns: auto;
		padding: 6.6666666667vw 0 4.8717948718vw;
	}
}
.p-top-news .p-top-news__list > li .p-top-news__item-link:hover .p-top-news__item-heading {
	color: #FFCB70;
}
.p-top-news .p-top-news__list > li .p-top-news__item-date {
	align-items: center;
	display: flex;
	color: #C2C2A8;
	font-family: Geist;
	font-size: max(0.8333333333vw, 10px);
	font-style: normal;
	font-weight: 300;
	gap: 0.3472222222vw;
	line-height: 120%; /* 14.4px */
	margin: 0.2083333333vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-news .p-top-news__list > li .p-top-news__item-date {
		font-size: max(3.0769230769vw, 10px);
		gap: 1.2820512821vw;
	}
}
.p-top-news .p-top-news__list > li .p-top-news__item-date img {
	width: 0.9722222222vw;
}
@media screen and (max-width: 650px) {
	.p-top-news .p-top-news__list > li .p-top-news__item-date img {
		width: 3.5897435897vw;
	}
}
.p-top-news .p-top-news__list > li .p-top-news__item-heading {
	color: #FFF;
	font-size: max(1.25vw, 10px);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 27px */
	transition: color 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media screen and (max-width: 650px) {
	.p-top-news .p-top-news__list > li .p-top-news__item-heading {
		font-size: max(4.1025641026vw, 10px);
	}
}
.p-top-news .p-top-news__button {
	text-align: right;
	margin: 2.2916666667vw 0 0;
}
@media screen and (max-width: 650px) {
	.p-top-news .p-top-news__button {
		margin: 6.1538461538vw 0 0;
	}
}

/* ==========================================================================
   p-top-showroom (修正版：デザイン維持・バグ解消)
   ========================================================================== */
.p-top-showroom {
	color: #FFFFFF;
	margin: 15.2777777778vw 0 0;
	position: relative;
	/* ▼ 横ハミ出し（スクロールバー問題）をここで完全にシャットアウト */
	overflow: hidden; 
}

/* PC版の背景敷き詰め */
.p-top-showroom::before {
	background: url("../img/top/bg-top-showroom.webp") no-repeat center center/cover;
	content: "";
	display: block;
	height: 100%;
	/* marginとwidthのvw指定を廃止し、安全に左右いっぱいに広げる */
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	max-width: 100vw;
	z-index: -1;
}

.p-top-showroom .p-top-showroom__header {
	border-top: 1px solid #FFFFFF;
	padding: 0.9027777778vw 0 0;
}

@media screen and (max-width: 650px) {
	.p-top-showroom .p-top-showroom__header {
		/* SP側：vwを廃止し、端末に左右されない固定値(px)に調整 */
		padding: 12px 0 0; 
	}
}

.p-top-showroom .p-top-showroom__body {
	/* PC版：右寄せ配置を維持 */
	margin: 29.7916666667vw 0 0 auto;
	width: 34.1666666667vw;
}

@media screen and (max-width: 650px) {
	.p-top-showroom .p-top-showroom__body {
		/* SP側：vwでの目分量調整を廃止し、ブラウザの機能で確実に「中央寄せ」にする */
		margin: 220px auto 0; /* 上の余白は固定、左右はautoで中央寄せ */
		width: 100%;
		max-width: 450px;     /* 横幅が広がりすぎて不格好になるのを防ぐ */
		text-align: center;   /* 中の文字も中央揃えに */
		padding: 0 20px;      /* スマホの両端に最低限の余白を確保 */
		box-sizing: border-box;
	}
}

.p-top-showroom .p-top-showroom__text {
	font-weight: 500;
	line-height: 2.375;
}

@media screen and (max-width: 650px) {
	.p-top-showroom .p-top-showroom__text {
		/* SP側：vwを廃止し、スマホで読みやすい標準サイズに固定 */
		font-size: 14px;
		line-height: 2;
	}
}

.p-top-showroom .p-top-showroom__lead {
	font-family: "Libre Baskerville", serif;
	font-size: 3.125vw;
	font-weight: 400;
	line-height: 1.5;
	margin: 2.2222222222vw 0 0;
}

@media screen and (max-width: 650px) {
	.p-top-showroom .p-top-showroom__lead {
		/* SP側：文字が豆粒になるのを防ぐため、pxでロック */
		font-size: 24px;
		margin: 20px 0 0;
	}
}

.p-top-showroom .p-top-showroom__btn {
	margin: 3.4722222222vw 0 10.9722222222vw;
}

@media screen and (max-width: 650px) {
	.p-top-showroom .p-top-showroom__btn {
		/* SP側：ボタンの下の余白（セクションの底辺までの距離）を綺麗に確保 */
		margin: 30px auto 60px;
	}
}
.pc_on {
	display: block;
}

.sp_on {
	display: none;
}

@media screen and (max-width: 750px) {
	.pc_on {
		display: none;
	}
	.sp_on {
		display: block;
	}
}
/* 20260604 */
.c-button-hamburger2 {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center; /* 中の三本線を綺麗に真ん中へ寄せるために追加 */
	outline: none;
	position: relative;
	/* ▼ 画面サイズに依存しない、カチッとした固定値(px)に修正 */
	width: 40px;  /* 375px基準の20.51vw = 約77px ではなく、一般的な使いやすいサイズ(48px〜)にロック */
	height: 40px; /* タップターゲット（押しやすさ）のガイドラインを満たすサイズ */
	cursor: pointer;
}
@media screen and (max-width: 650px) {
	.c-header-logo.is-active {
		fill: #7E7D58;
		display: none;
	}
	.c-button-hamburger2 {
		display: flex;
		box-sizing: border-box;
		transition: all .5s;
	}
	.c-button-hamburger2 span {
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		left: 0;
		width: 75%;
		height: 3px;
		background-color: #fff;
		border-radius: 0px;
		transition: all .5s;
		box-sizing: border-box;
	}
	.c-button-hamburger2.is-active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
		background-color: #fff!important;
		box-shadow: none!important;
	}
	.c-button-hamburger2.is-active span:nth-of-type(2) {
		opacity: 0;
		background-color: #fff;
		box-shadow: none!important;
	}
	.c-button-hamburger2.is-active span:nth-of-type(3) {
		-webkit-transform: translateY(-10.5px) rotate(45deg);
		transform: translateY(-10.5px) rotate(45deg);
		background-color: #fff!important;
		box-shadow: none!important;
	}
	.c-button-hamburger2 span:nth-of-type(1) {
		top: 10px;
	}
	.c-button-hamburger2 span:nth-of-type(2) {
		top: 21px;
	}
	.c-button-hamburger2 span:nth-of-type(3) {
		bottom: 5px;
	}
}
.sp_header_list {
	display: none;
}
@media screen and (max-width: 650px) {
	.sp_header_list {
		display: inline-block;
		width: 80%;
		margin: 0 10px;
		padding: 0;
		box-sizing: border-box;
	}
	.sp_header_list.is-active {
		display: none;
	}
	.sp_header_list .main_ul {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
	}
	.sp_header_list .main_ul .main_li {
		display: inline-block;
		width: auto;
		margin: 0;
		padding: 4px 0 0;
		box-sizing: border-box;
	}
	.sp_header_list .main_ul .main_li ul {
		display: flex;
		align-items: center;
		list-style: none;
		width: auto;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	.sp_header_list .main_ul .main_li ul li {
		display: inline-block;
		width: auto;
		margin: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.sp_header_list .main_ul .main_li ul li a {
		display: inline-block;
		width: auto;
		color: #fff;
		font-size: 14px;
		margin: 0;
		padding: 5px 10px;
		position: relative;
		box-sizing: border-box;
	}
	.sp_header_list .main_ul .main_li ul li a.en {
		position: relative;
		padding-left: 12px;
	}
	.sp_header_list .main_ul .main_li ul li a.en:before {
		position: absolute;
		display: block;
		content:"";
		background: #fff;
		width: 1px;
		height: 10px;
		left: 0;
		top: 8px;
	}
	.sp_header_list .main_ul .main_li ul li a.contacts {
		display: inline-block;
		border: 1px solid #fff;
		border-radius: 60px;
		padding: 5px 20px;
	}
	.sp_header_list .main_ul .main_li ul li a:hover {
		color: #fdca70;
	}
	.sp_header_list .main_ul .main_li ul li a.contacts:hover {
		border: 1px solid #fdca70;
	}
}
/*# sourceMappingURL=home.css.map */