@import url("https://fonts.googleapis.com/css2?family=Rampart+One&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Reggae+One&display=swap");

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

/* ===============================================
# variables 変数
=============================================== */

/* ===============================================
# initial
=============================================== */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.body {
	color: white;
	font-family: "Reggae One", system-ui;
	overflow-y: scroll;
}

body.is-scroll-lock {
	left: 0;
	position: fixed;
	width: 100%;
}

/* ===============================================
# z-indexの管理
=============================================== */

.z-index1 {
	z-index: 1;
}

.z-index10 {
	z-index: 10;
}

.z-index20 {
	z-index: 20;
}

.z-index30 {
	z-index: 30;
}

.z-index40 {
	z-index: 40;
}

.z-index50 {
	z-index: 50;
}

.z-index60 {
	z-index: 60;
}

/* ===============================================
# common
=============================================== */

.js-sticky {
	height: 600vh;
}

/* ===============================================
# loading
=============================================== */

.loading {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.loading__back {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.loading__mask {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.loading__contents {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.loading__subText {
	color: #fff;
	font-family: "Rampart One", sans-serif;
	font-size: 48px;
	font-weight: 700;
	padding-bottom: 16px;
	padding-inline: 20px;
	text-align: center;
}

.loading__text {
	color: #fff;
	font-family: "Rampart One", sans-serif;
	font-size: 68px;
	font-weight: 900;
	overflow: hidden;
	text-align: center;
}

.loading__text span {
	display: inline-block;
	padding-inline: 20px;
	will-change: transform;
}

.loading__plane {
	bottom: 25%;
	height: -moz-fit-content;
	height: fit-content;
	left: 50%;
	max-width: 450px;
	position: fixed;
	transform: translate(-50%, 50%);
	transform-origin: bottom;
	z-index: 2;
}

/* ===============================================
# intro
=============================================== */

.about {
	background-color: #880000;
	margin-top: 100vh;
	position: relative;
}

.about__mask {
	-webkit-mask-image: linear-gradient(transparent, #440000 20vh, #440000 calc(100% - 50vh), transparent);
	height: 100vh;
	mask-image: linear-gradient(transparent, #440000 20vh, #440000 calc(100% - 50vh), transparent);
	width: 100%;
}

.about__contents {
	margin: 0 auto;
	max-width: 980px;
	min-height: 100vh;
	padding: 0 40px 0;
	transform: translateY(100vh);
}

.about__title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.about__text {
	font-size: 24px;
	line-height: 1.6;
	padding-top: 40px;
}

.about__text p + p {
	margin-top: 24px;
}

.about__scroll {
	color: #fff;
	font-family: "Rampart One", sans-serif;
	font-size: 50px;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.1em;
	position: fixed;
	top: 0;
	transform: translate(-50%, 0%);
	z-index: 2;
}

.about__scroll span {
	display: inline-block;
}

.about_fixed {
	z-index: 1;
}

/* ===============================================
# title
=============================================== */

.bridge {
	position: relative;
	width: 100%;
}

.bridge__content {
	height: 100vh;
	position: relative;
	width: 100%;
}

.bridge__image {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.bridge__mask {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 2;
}

.bridge__mask2 {
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 4;
}

.bridge__text {
	font-family: "Rampart One", sans-serif;
	font-size: 60px;
	font-weight: 900;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 3;
}

/* ===============================================
# skill
=============================================== */

.features {
	position: relative;
	width: 100%;
}

.features__wrapper {
	display: flex;
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.features__imageArea {
	position: relative;
	width: 62%;
}

.features__slide {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.features__slide .features__slide-img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.features__slide:nth-of-type(1) {
	z-index: 4;
}

.features__slide:nth-of-type(2) {
	z-index: 3;
}

.features__slide:nth-of-type(3) {
	z-index: 2;
}

.features__slide:nth-of-type(4) {
	z-index: 1;
}

.features__contents {
	background-color: #991111;
	height: 100%;
	padding: 20px;
	position: relative;
	width: 38%;
}

.features__set {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
}

.features__set:nth-of-type(1) {
	opacity: 1;
	visibility: visible;
}

.features__heading {
	font-family: "Rampart One", sans-serif;
	font-size: 60px;
	font-weight: bold;
}

.features__title {
	font-size: 40px;
	font-weight: bold;
	margin-top: 20px;
}

.features__index {
	font-size: 24px;
	font-weight: bold;
}

.features__icon {
	display: block;
	height: auto;
	margin: 20px 0;
	max-width: 250px;
	width: 100%;
}

.features__icon.css {
	max-width: 200px;
}

.features__icon.wordpress {
	max-width: 230px;
}

.features__icon.figma {
	max-width: 160px;
}

.features__index span {
	color: #fff;
	margin-top: 20px;
}

.features__text {
	font-size: 32px;
	font-weight: bold;
	margin-top: 20px;
	padding-inline: 30px;
	text-align: center;
}

.features__item {
	opacity: 0;
	visibility: hidden;
}

.features01 .features__item {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.features02 .features__item {
	bottom: 0%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.features03 .features__item {
	bottom: 0%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -25%);
}

/* ===============================================
# Qualification
=============================================== */

.plugins {
	background-color: #111111;
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
	width: 100%;
}

.plugins.bg-black {
	background-color: #111111;
}

.plugins .js-sticky {
	height: 250vh;
}

.plugins__title-wrap {
	height: 100vh;
	position: relative;
	top: 0;
}

.plugins__title {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.plugins__text-wrap {
	padding-top: 100vh;
}

.plugins__text {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 40px;
	font-weight: 900;
	height: 100vh;
	justify-content: center;
	line-height: 1.8;
	text-align: center;
	width: 100%;
}

.plugins__text img {
	display: block;
	height: auto;
	margin-top: 20px;
	max-width: 600px;
}

.plugins__text.white {
	color: white;
}

.plugins__mainTitle {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.plugins__subTitle {
	font-family: "Rampart One", sans-serif;
	font-size: 60px;
	font-weight: bold;
	margin-top: 20px;
	text-align: center;
}

.plugins__buttons {
	align-items: center;
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 60px;
}

.plugins__button {
	background-color: #aa1111;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	transition: background-color 0.3s;
}

/* FLOCSS
----------------------------------------------------- */

/* FLOCSS
----------------------------------------------------- */

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

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

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

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

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
}

/* Lists (enumeration) */

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

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

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

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

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

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */

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

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

img {
	max-width: 100%;
}

/* Forms */

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

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: inherit;
	vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
	outline: none;
}

/* Table */

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* Misc */

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

main {
	overflow: hidden; /*横スクロールの発生を防止*/
}

body {
	background: #fafafa;
	color: #111;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", YuGothic, 游ゴシック体, YuGothicMedium, "Yu Gothic", 游ゴシック, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

a {
	transition: 0.25s;
}

a:hover {
	text-decoration: none;
}

img {
	height: auto;
}

/* FLOCSS
----------------------------------------------------- */

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
}

.l-inner--has-column {
	display: grid;
	gap: 40px;
	grid-template-columns: 3fr minmax(260px, 1fr);
}

.l-to-top-button {
	bottom: 100px;
	display: none;
	position: fixed;
	right: 28px;
	z-index: 30;
}

/* FLOCSS
----------------------------------------------------- */

.c-btn {
	background-color: #e25c00;
	border: 2px solid transparent;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	color: #fff;
	display: inline-block;
	font-size: 17px;
	max-width: 100%;
	padding: 20px 10px;
	text-align: center;
	text-decoration: none;
	transition: 0.25s;
	width: 300px;
}

.c-btn:focus,
.c-btn:hover {
	background-color: #fff;
	border-color: currentColor;
	color: #e25c00;
}

.c-btn--arrow-right {
	padding-left: 13.8px;
	padding-right: 20px;
	position: relative;
}

.c-btn--arrow-right::after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 8.3px;
	top: 50%;
	transform: translateY(-50%);
}

.c-btn--icon {
	padding-left: 13.8px;
	padding-right: 20px;
	position: relative;
}

.c-btn--icon::after {
	background: transparent url(/images/nav_07.png) no-repeat center center/contain;
	content: "";
	height: 60px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
}

.c-btn--large {
	font-size: 20px;
	padding-bottom: 25px;
	padding-top: 25px;
	width: 340px;
}

.c-btn--warning {
	background-color: #f1de00;
	color: #222;
}

.c-btn--warning:focus,
.c-btn--warning:hover {
	border-color: #f1de00;
	color: #222;
}

.c-rounded-btn {
	background-color: #e25c00;
	border: 2px solid transparent;
	border-bottom-color: #d40152;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	max-width: 100%;
	padding: 15px 10px;
	text-align: center;
	text-decoration: none;
	transition: 0.25s;
	width: 236px;
}

.c-rounded-btn:focus,
.c-rounded-btn:hover {
	background-color: #fff;
	border-color: currentColor;
	color: #e25c00;
}

.c-before-icon-btn {
	border: 1px solid currentColor;
	color: #e25c00;
	display: inline-block;
	padding: 0.2em 0.3em;
	position: relative;
	text-decoration: none;
	transition: 0.25s;
}

.c-before-icon-btn:focus,
.c-before-icon-btn:hover {
	background-color: #e25c00;
	color: #fff;
}

.c-before-icon-btn::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.5em;
}

.c-before-icon-btn--download::before {
	content: "\f019";
}

.c-before-icon-btn--zoom::before {
	content: "\f00e";
	transform: translateY(-6%);
}

/* FLOCSS
----------------------------------------------------- */

.p-breadcrumb {
	display: flex;
	list-style: none;
	margin: 10px 20px;
	padding: 0;
}

.p-breadcrumb li {
	list-style: none;
}

.p-breadcrumb li:after {
	content: ">";
	padding: 0 5px;
}

.p-breadcrumb li:last-child:after {
	content: "";
}

.p-breadcrumb li a {
	text-decoration: none;
}

.p-breadcrumb li a:hover {
	text-decoration: underline;
}

.p-breadcrumb .u-current {
	color: #111;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {

.plugins__button:focus,
.plugins__button:hover {
	background-color: #ee2222;
}

.hidden-pc {
	display: none;
}

}

@media screen and (min-width: 1024px) {

.hidden-tab {
	display: none;
}

}

@media screen and (max-width: 1199px) {

.loading__contents {
	width: 100%;
}

.bridge__text {
	font-size: 40px;
}

.features__wrapper {
	flex-direction: column;
	position: static;
}

.features__imageArea {
	display: none;
}

.features__contents {
	width: 100%;
}

.plugins__title {
	padding-inline: 30px;
	width: 100%;
}

.plugins__buttons {
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.plugins__button {
	min-width: 240px;
}

}

@media screen and (max-width: 1199px) and (max-width: 767px) {

.bridge__text {
	font-size: 20px;
}

.plugins__title {
	padding-inline: 15px;
}

}

@media screen and (max-width: 1023px) {

.about__scroll {
	font-size: 30px;
}

}

@media screen and (max-width: 767px) {

.loading__back {
	-o-object-position: 100% 100%;
	object-position: 100% 100%;
}

.loading__subText {
	font-size: 16px;
}

.loading__text {
	font-size: 23px;
}

.loading__plane {
	max-width: 80%;
}

.about__title {
	font-size: 20px;
}

.about__text {
	font-size: 16px;
}

.about__scroll {
	font-size: 20px;
	margin-inline: auto;
	text-align: center;
	width: 100%;
}

.features__heading {
	font-size: 30px;
}

.features__title {
	font-size: 20px;
}

.features__index {
	font-size: 16px;
}

.features__icon {
	max-width: 35%;
}

.features__icon.css {
	max-width: 35%;
}

.features__icon.wordpress {
	max-width: 35%;
}

.features__icon.figma {
	max-width: 30%;
}

.features__text {
	font-size: 16px;
}

.plugins__mainTitle {
	font-size: 16px;
}

.plugins__subTitle {
	font-size: 30px;
}

.plugins__button {
	font-size: 16px;
	min-width: 200px;
}

.l-inner--has-column {
	grid-template-columns: 1fr;
}

.p-breadcrumb {
	font-size: 14px;
}

.hidden-sp {
	display: none;
}

.u-mb-2 {
	margin-bottom: 10px;
}

.u-mb-3 {
	margin-bottom: 15px;
}

.u-mb-4 {
	margin-bottom: 20px;
}

.u-mb-5 {
	margin-bottom: 25px;
}

.u-mb-6 {
	margin-bottom: 30px;
}

.u-mb-7 {
	margin-bottom: 35px;
}

.u-mb-8 {
	margin-bottom: 40px;
}

.u-mb-9 {
	margin-bottom: 45px;
}

.u-mb-10 {
	margin-bottom: 50px;
}

}

