@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

.oem {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background: #fff;
	text-align: center;
	overflow: hidden;
}
.oem * {
	margin: 0;
	padding: 0;
}
.oem img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.oem li {
	list-style: none;
}
.oem .pc-only {
	display: inline-block;
}
.oem .sp-only {
	display: none;
}
body .site .oem__lead {
	display: inline-block;
	margin: 0 auto 1em;
	padding: 2em 0 0.1em;
	border-bottom: 10px solid #ae3966;
	font-size: 36px!important;
	font-weight: 700;
	line-height: 1.4;
	color: #ae3966;
	text-align: center;
}
.oem__point {
	display: flex;
	justify-content: center;
	gap: 28px;
	flex-wrap: wrap;
	text-align: center;
}
.oem__point li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 244px;
	height: 244px;
	border-radius: 50%;
	font-size: 21px;
	font-weight: 700;
	line-height: 2;
	color: #fff;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}
.oem__point li:first-child {
	background: linear-gradient(45deg, #ff911e, rgba(255,145,30,0.4));
}
.oem__point li:nth-child(2) {
	background: linear-gradient(45deg, #ff6ae8, rgba(255,106,232,0.4));
}
.oem__point li:nth-child(3) {
	background: linear-gradient(45deg, #00bd9a, rgba(0,189,154,0.4));
}
.oem__point li:last-child {
	background: linear-gradient(45deg, #d2c100, rgba(210,193,0,0.4));
}
.oem__point li b {
	font-size: 24px;
	font-weight: 700;
}
body .site .oem__due {
	display: inline-block;
	position: relative;
	margin: 1.5em auto 0;
	font-size: 28px!important;
	font-weight: 700;
	line-height: 1.4;
	color: #ae3966;
}
.oem__due:before,
.oem__due:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 96px;
	background: #ae3966;
}
.oem__due:before {
	left: -1em;
	transform: rotate(-30deg);
}
.oem__due:after {
	right: -1em;
	transform: rotate(30deg);
}
.oem__due strong {
	font-size: 40px;
	font-weight: 700;
}
body .site .oem__ttl {
	margin: 2em 0 1.2em;
	padding-left: 0.8em;
	border-left: 5px solid #ae3966;
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
}
.oem__lineup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 50px;
}
.oem__lineup li {
	width: 30%;
}
.oem__lineup li.tate {
	width: 35%;
}
.oem__lineup li.yoko {
	width: 55%;
}
.oem__lineup li.half {
	width: 45%;
}
body .site .oem__lineup__txt {
	padding: 1em 0 0;
	font-size: 18px!important;
	line-height: 1.75;
	text-align: left;
}
body .site .oem__lineup__txt.ctr {
	text-align: center;
}
body .site .oem__lineup__txt small {
	font-size: 14px!important;
}
.oem__lineup figcaption {
	display: inline-block;
	margin-top: -20px;
	padding: 0 1em;
	background: #ae3966;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	white-space: nowrap;
}
.oem__tbl {
	margin: 0 50px;
	font-size: 16px;
}
.oem__lineup + .oem__tbl {
	margin: 50px;
}
.oem__tbl tr {
	border-bottom-color: #979797;
}
.oem__tbl tr:last-child {
	border-bottom: none;
}
.oem__tbl th {
	padding: 1em 2em;
	font-weight: 400;
}
.oem__tbl td {
	padding: 1em 2em;
	border-left: 1px solid #979797;
	text-align: left;
}
body .site .oem__txt {
	padding: 0 50px;
	font-size: 18px!important;
	line-height: 2;
	text-align: left;
}
body .site .oem__notice {
	padding-top: 1em;
	font-size: 16px!important;
	text-align: right;
}
.oem__btn {
	padding: 50px 0;
}
.oem__btn a {
	display: inline-block;
	position: relative;
	min-width: 600px;
	background: #ae3966;
	border-radius: 50px;
	font-size: 24px;
	font-weight: 700;
	line-height: 100px;
	color: #fff;
	transition: .4s all;
}
.oem__btn a:hover {
	opacity: 0.7;
	transition: .4s all;
}
.oem__btn a:after {
	display: inline-block;
	content: "";
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 17px;
	height: 17px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

@media screen and (max-width:767px){
.oem .pc-only {
	display: none;
}
.oem .sp-only {
	display: inline-block;
}
body .site .oem__lead {
	padding: 0 0 0.1em;
	border-bottom: 2vw solid #ae3966;
	font-size: 6vw!important;
}
.oem__point {
	gap: 5vw;
}
.oem__point li {
	width: 36vw;
	height: 36vw;
	font-size: 3.2vw;
	text-shadow: 0.4vw 0.4vw 1vw rgba(0,0,0,0.7);
}
.oem__point li b {
	font-size: 3.8vw;
}
body .site .oem__due {
	font-size: 4vw!important;
}
.oem__due:before,
.oem__due:after {
	width: 0.4vw;
	height: 18vw;
}
.oem__due:before {
	transform: rotate(-20deg);
}
.oem__due:after {
	transform: rotate(20deg);
}
.oem__due strong {
	font-size: 5vw;
}
body .site .oem__ttl {
	margin: 1.7em 0 1.2em;
	border-left-width: 1.2vw;
	font-size: 6vw!important;
}
.oem__lineup {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
	padding: 0;
}
.oem__lineup li,
.oem__lineup li.tate,
.oem__lineup li.yoko,
.oem__lineup li.half {
	width: auto;
	padding: 0 0 10vw;
}
.oem__lineup li:last-child {
	padding: 0;
}
body .site .oem__lineup__txt {
	padding: 0.8em 0 0;
	font-size: 4vw!important;
}
body .site .oem__lineup__txt small {
	font-size: 3.6vw!important;
}
.oem__lineup figcaption {
	margin-top: -5vw;
	border-radius: 5vw;
	font-size: 6vw;
	line-height: 10vw;
}
.oem__tbl {
	margin: 0;
	font-size: 3.6vw;
}
.oem__lineup + .oem__tbl {
	margin: 5vw 0 10vw;
}
.oem__tbl th {
	padding: 1em;
}
.oem__tbl td {
	padding: 1em;
	border-left-width: 0.4vw;
}
body .site .oem__txt {
	padding: 0;
	font-size: 4vw!important;
	line-height: 1.8;
}
body .site .oem__notice {
	font-size: 3.4vw!important;
}
.oem__btn {
	padding: 10vw 0;
}
.oem__btn a {
	display: block;
	min-width: unset;
	border-radius: 10vw;
	font-size: 5vw;
	line-height: 20vw;
}
.oem__btn a:after {
	right: 1em;
	width: 3vw;
	height: 3vw;
	border-top-width: 0.4vw;
	border-right-width: 0.4vw;
}
}