@charset "utf-8";
:root {
	--mainColor: #ffcc00;
	--lightColor1: #f7e7ab;
	--lightColor2: #f7f2e4;
	--lightColor3: #8bcff7;
	--lightColor4: #bdebf7;
	--subColor: #3ba9d9;
	--inquiry: #e07e58;
	--download: #1a93a3;
}
main a:not(#breadcrumb a,#page-top){
	position: relative;
	display: block;
}
main a:not(#breadcrumb a)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
}
main a:not(#breadcrumb a):hover::before {
	opacity: 0.3;
	transition: 0.5s;
}
a[target="_blank"].imgLink::after{
	content: none;
}
.annotation::before{
	content: none;
}
.pc{
	display: inline;
}
.sp{
	display: none;
}
/*フォントサイズ・スタイル*/
.fontLarge{
	font-size: clamp(18px, (100vw - 600px) * 6 / 600 + 21px, 25px);
}
.fontMedium{
	font-size: clamp(16px, (100vw - 600px) * 6 / 600 + 18px, 20px);
}
.fontSmall{
	font-size: 16px;
}
.annotation{
	font-size: 14px;
	line-height: 1.2em;
	white-space: unset;
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
}
.annotation li{
	display: flex;
	gap: 5px;
}
.annotation.numbers span{
	display: block;
	width: 54px;
}
.annotation.numbers p{
	flex: 1;
}
.annotation.kome span{
	display: block;
	width: 15px;
}
.annotation.kome p{
	flex: 1;
	max-width: auto;
	margin: 0;
}
.fontBold{
	font-weight: 550;
}
.flexBox{
	display: flex;
	flex-wrap: wrap;
}
/* ボタンエリア */
.btnWrap{
	justify-content: center;
	gap: 20px;
}
.btnStyle{
	text-decoration: none;
	width: min(100% ,360px);
	padding: 20px;
	margin-top: 50px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	text-shadow: 2px 2px 2px #444;
}
.downloadBtn{
	background: var(--download);
}
.inquiryBtn{
	background: var(--inquiry);
}
/* mv */
.mv{
	width: min(100% ,1000px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	background: var(--mainColor);
}
h1{
	padding: 0;
	border-bottom: none;
	line-height: 1.5em;
}
.pageTitle{
	padding: 20px;
	width: min(100% ,500px);
}
.pageTitle p{
	margin: 0 0 10px 0;
}
.mvImg{
	width: min(100% ,600px);
}
/* RETAILACE21 [Food]（リテールエース21フード）とは */
.placeImg{
	gap: 10px;
	justify-content: center;
	width: min(100% ,650px);
	margin: 0 auto;
}
.placeImg div{
	width: min(100% ,320px);
}
.placeImg div p{
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
/* アンカーリンク */
nav.anchrLink{
	width: 100%;
	background: var(--lightColor1);
	position: sticky;
	top: 90px;
	z-index: 5;
}
nav.anchrLink a{
	flex: 1;
	padding: 15px 10px;
	text-align: center;
}
/* システムの特長 */
.featuresBox{
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
}
.featuresLink{
	gap: 10px;
	justify-content: center;
	width: min(100% ,800px);
	margin: 0 auto;
}
.featuresLink li{
	width: min(100% ,250px);
}
.featuresLink li a{
	padding: 10px 10px 0;
	border: 1px solid #999;
	font-size: 16px;
	text-decoration: none;
}
.featuresLink li a p{
	text-align: center;
	font-weight: 550;
	margin: 0;
}
.featuresLink li a::after{
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 700;
	font-size: 30px;
	color: var(--mainColor);
	display: block;
	text-align: center;
}
#features h3{
	text-indent: -125px;
	padding-left: 125px;
	line-height: 1.3em;
}
#features h3 span{
	background: var(--mainColor);
	padding: 5px 20px;
	margin-right: 10px;
}
#features h4:not(.productsLinkArea h4){
	margin-top: 80px;
}
.featuresCaption{
	color: var(--subColor);
	font-weight: 700;
	margin-top: 80px;
}
#features .allPartsTitle{
	width: fit-content;
	display: block;
	padding: 5px 20px;
	background: var(--lightColor4);
	margin: 20px 0 10px;
}
.imgLink{
	width: min(100% ,500px);
}
.productsLinkArea{
	width: min(100% ,700px);
	margin: 50px auto 0;
	padding-bottom: 20px;
	border: 1px solid var(--subColor);
}
.productsLinkArea .flexBox{
	align-items: center;
}
.productsLinkArea h4{
	border-bottom: none;
	font-weight: 700;
	text-align: center;
	padding: 10px;
	margin-top: 0;
	background: var(--subColor);
	color: #fff;
	text-shadow: 2px 2px 2px #444;
}
.productsLinkImg{
	width: min(100% ,250px);
	margin-top: 20px;
}
.productsLinkText{
	flex: 1;
}
.productsLinkText ul{
	padding-left: 0;
}
.productsLinkText li{
	display: flex;
}
.productsLinkText li span{
	width: 140px;
	display: block;
}
.productsLinkText  a{
	width: fit-content;
	text-align: center;
	margin: 0 auto;
}
#customization ul{
	margin-left: 0;
}
#oneStopSupport .allPartsTitle{
	width: 100%;
	text-align: center;
}
.oneStopSupportBox ul{
	width: 100%;
}
/* 導入事例 */
.caseBox{
	display: flex;
	gap: 10px;
	align-items: center;
}
.caseImg{
	width: min(100% ,250px);
}
.caseText{
	flex: 1;
}
/* 飲食業向けパッケージ機能一覧 */
/* 注釈 */
.annotationSection ul.annotation{
	padding: 20px 10px 10px;
	border: 1px solid #999;
	border-radius: 5px;
}
.annotationSection ul.annotation li{
	padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
	nav.anchrLink{
		top: 60px;
	}
}
@media screen and (max-width: 760px) {
	.caseBox{
		flex-direction: column;
		margin-bottom: 60px;
	}
	.caseText h3{
		margin: 0;
		padding: 10px 0;
	}
}
@media screen and (max-width: 730px) {
	.mv{
		flex-direction: column;
		padding-bottom: 20px;
	}
	.pageTitle :is(p,h1){
		text-align: center;
	}
	h1{
		font-size: 22px;
	}
}
@media screen and (max-width: 700px) {
	.productsLinkArea .flexBox{
		flex-direction: column;
	}
	.sp{
		display: inline;
	}
}
