body {
	font-family: source-han-sans-japanese, sans-serif;
}

body {
	color: #1A1A1A;
}

.u-mobile {
	display: none;
}

.c-title {
	font-family: futura-pt-bold;
	font-size: 47px;
	font-size: 2.9375rem;
	font-weight: bold;
	letter-spacing: 0.18em;
	text-align: center;
}

.c-border {
	border-bottom: 5px solid #000;
	border-bottom: 0.3125rem solid #000;
	position: relative;
}

.c-border::before {
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 48px 52.5px 0 52.5px;
	border-width: 3rem 3.28125rem 0 3.28125rem;
	bottom: -48px;
	bottom: -3rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.c-border::after {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 50px 53px 0 53px;
	border-width: 3.125rem 3.3125rem 0 3.3125rem;
	bottom: -43px;
	bottom: -2.6875rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	z-index: 1;
}

.c-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #B90000;
	border-radius: 1.875rem;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	height: 62px;
	height: 3.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	width: 100%;
}

.c-btn--black {
	background-color: #000;
	border: 2px solid #000;
}

.c-btn:hover {
	background-color: #ED2D25;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
}

.c-btn--black:hover {
	background-color: #fff;
	border: 2px solid #000;
	color: #000;
	font-size: 15px;
	font-size: 0.9375rem;
}

.c-btn--arrow::before {
	background: url(../images/common/arrow_white.png) center center/contain no-repeat;
	content: "";
	height: 15px;
	height: 0.9375rem;
	position: absolute;
	right: 30px;
	right: 1.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	width: 1.125rem;
}

.c-test {
	color: red;
	font-size: 20px;
	font-size: 1.25rem;
}

.c-text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
}

.c-text--white {
	color: #fff;
}

.c-title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.c-title--white {
	color: #fff;
}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.c-border {
	border-width: 0.1875rem;
}

.c-border::before {
	border-width: 1.875rem 1.90625rem 0 1.90625rem;
	bottom: -1.875rem;
}

.c-border::after {
	border-width: 1.953125rem 2rem 0 2rem;
	bottom: -1.625rem;
}

.c-btn {
	border-radius: 1.5625rem;
	height: 3.125rem;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-text {
	font-size: 0.75rem;
}

.c-title {
	font-size: 1.3125rem;
}

}


/*# sourceMappingURL=common.css.map */
