@charset "utf-8";

/*　769px以上の対応
////////////////////////////////////////////////////*/
@media screen and (min-width:769px) {

#wrap{
	width: 100%;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 0.06em;
	padding: 0;
}
.scroll--body #wrap{
	padding: 0;
}
img{
	vertical-align:top;
}

/**************************************************** 
 
ロゴループ

****************************************************/
.loop_box{
    display:flex;
    width: calc(100vw - 20px);
  	height: 100px;
    overflow: hidden;
	margin-bottom: 10px;
}
.loop_box img {
  width: auto;
  height: 100%;
}
@keyframes logoloop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes logoloop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
.loop_box ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100vw;
	min-width: 2145px;
    margin: 0;
    padding: 0;
	margin-left: 5px;
}
.loop_box ul:first-child {
	-webkit-animation: logoloop 50s -25s linear infinite;
    animation: logoloop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
	padding-left: 20px;
}
.loop_box ul + ul {
	animation: logoloop2 50s linear infinite;
}
.loop_box ul li{
	display: inline-block;
}

/**************************************************** 
 
人気のお役立ち資料ヘッダー下バナーエリア

****************************************************/
#contentsBoxTopBnr{
	background: #F9F1F1;
	width: 100%;
	min-width: 1000px;
	padding: 26px 20px;
	box-sizing: border-box;
}

#contentsBoxTopBnr .top_bnr_inr{
	display: flex;
	flex-wrap: nowrap;
	gap: 32px;
	justify-content: center;
}

#contentsBoxTopBnr .top_bnr_inr div{
	max-width: 650px;
}
#contentsBoxTopBnr .top_bnr_inr div img{
	width: 100%;
	height: auto;
}

/**************************************************** 
 
イグレックのセルフオーダー

****************************************************/
.top_product{
	padding: 0 0 90px;
}
#contentsBoxProductInr{
	width: 1000px;
	margin: 0 auto;
}
.top_product h2{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 12px;
	line-height: 1.5;
}
.top_product h2 span{
	color: #EA0029;
}
.top_product .top_product_lead{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0;
}
.top_product_box-feature{
	margin-bottom: 90px;
}
.top_product_box-feature ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
}
.top_product .box-feature_selforder,
.top_product .box-feature_pos{
	width: 304px;
	height: 304px;
	border: 13px solid #F5F5F2;
	box-sizing: border-box;
	border-radius: 160px;
	padding-top: 54px;
	text-align: center;
	position: relative;
	background: #fff;
}
.top_product .box-feature_selforder::before{
	position: absolute;
	content: "";
	background: url("../../img/toppage/feature_selforder-arrow.png");
	width: 438px;
	height: 126px;
	background-size: contain;
	top: -28px;
    right: -312px;
	z-index: -1;
}
.top_product .box-feature_pos::before{
	position: absolute;
	content: "";
	background: url("../../img/toppage/feature_pos-arrow.png");
	width: 438px;
	height: 126px;
	background-size: contain;
	bottom: -22px;
    left: -312px;
	z-index: -1;
}
.top_product .box-feature_selforder h3,
.top_product .box-feature_pos h3{
	background: linear-gradient(transparent 50%, #F5F5F2 50%);
	padding: 0 1.2% 2.6% 1.8%;
	display: inline-block;
}
.top_product .box-feature_selforder h3{
	margin-bottom: 19px;
	font-size: 18px;
	font-weight: 500;
}
.top_product .box-feature_pos h3{
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 500;
}
.top_product .box-feature_selforder div{
	margin-bottom: 16px;
}
.top_product .box-feature_pos div{
	margin-bottom: 12px;
}
.top_product .box-feature_selforder p,
.top_product .box-feature_pos p{
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0;
}
.box-feature_maximize{
	text-align: center;
	position: relative;
	z-index: 2;
}
.box-feature_maximize h3{
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 500;
}
.box-feature_maximize div{
	font-size: 26px;
	line-height: 1.27;
	color: #EA0029;
	margin-bottom: 10px;
}
.box-feature_maximize p{
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0;
}
.featureBtn{
	display: flex;
	justify-content: center;
}
.featureBtn a{
	background: #ea0029;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 26px;
	padding: 18px 66px 18px 75px;
	transition: 0.2s ease;
	box-sizing: border-box;
	letter-spacing: 0;
	transition: 0.1s;
}
.featureBtn a:hover{
	background: #000;
}
.top_product_box-patents{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 90px;
}
.box-patents-text{
	width: 474px;
}
.box-patents-text h3{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}
.box-patents-text p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 32px;
	letter-spacing: 0;
}
.box-patents-img h3{
	background: #F5F5F2;
	padding: 15px 0 12px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 700;
	text-align: center;
	border-radius: 8px 8px 0 0;
	margin-bottom: 1px;
}

.menu-selector__list {
	display: flex;
	gap: 8px;
	list-style: none;
	padding: 7px 0 0 0;
	height: 105px;
	border-radius: 0 0 8px 8px;
	background: #F5F5F2;
	margin-bottom: 6px;
}
.menu-selector__list li {
	transform: translateY(20px);
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	cursor: pointer;
	width: 78px;
}
.menu-selector__list li.active {
  transform: translateY(5px);
  width: 96px;
}
.menu-selector__list img.menu-image {
	display: block;
	margin: 0 auto 8px;
	transform-origin: center center;
	width: 48px;
	height: auto;
	transition: transform 0.3s ease, width 0.3s ease;
}
.menu-selector__list li.active img.menu-image {
	width: 64px;
	height: auto;
}
.menu-selector__list li p{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}
.menu-selector__list li.italian--btn p{
	letter-spacing: -0.09em;
}
.tablet-display{
	width: 355px;
	margin: 0 auto;
}
.tablet-img-wrap{
	margin-bottom: 8px;
}
#tablet-img{
	display: block;
	width: 100%;
	height: auto;
}
#tablet-img img{
	width: 100%;
	height: auto;
}
.pre-next-btn{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}
.current--btn{
	line-height: 1;
	gap: 6px;
	display: flex;
}
#image-cat{
	color: #fff;
	display: inline-block;
	background: #121212;
	padding: 4px 5px 5px 6px;
	font-size: 14px;
	border-radius: 2px;
	font-weight: 400;
	margin-bottom: 4px;
}
#image-caption{
	font-size: 16px;
	font-weight: 400;
}
.pre-next-btn button{
	width: 37px;
	height: 37px;
	padding: 0;
	border: none;
	background: none;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}
.pre-next-btn button:hover{
	cursor: pointer;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.0));
}
.patentsBtn{
	display: flex;
}
.patentsBtn a{
	background: #ea0029;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 26px;
	padding: 18px 36px 18px 40px;
	transition: 0.2s ease;
	box-sizing: border-box;
	letter-spacing: 0;
	transition: 0.1s;
}
.patentsBtn a:hover{
	background: #000;
}
.top_product_box-worries{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-around;
	align-items: center;
}
.box-worries-text{
	width: 474px;
}
.box-worries-text h3{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}
.box-worries-text p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 32px;
	letter-spacing: 0;
}
.box-worries-img{
	width: 436px;
}
.worriesBtn{
	display: flex;
}
.worriesBtn a{
	background: #ea0029;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 26px;
	padding: 18px 36px 18px 40px;
	transition: 0.2s ease;
	box-sizing: border-box;
	letter-spacing: 0;
	transition: 0.1s;
}
.worriesBtn a:hover{
	background: #000;
}

/**************************************************** 
 
人気機能を一部紹介

****************************************************/
.top_function{
	width: 100%;
	min-width: 1000px;
	background: #fff;
	padding: 0 0 80px;
}
.function-wrap{
	width: 992px;
	margin: 0 auto 40px;
	background: #fff;
	padding: 40px 54px 40px;
	border-radius: 8px;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
}
.top_function h2{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1.5;
}
.top_function .top_function_lead{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 26px;
	text-align: center;
	font-weight: 400;
}
.function_info > h3 {
	background: #F5F5F2;
	padding: 15px 0 12px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 700;
	text-align: center;
	border-radius: 8px 8px 0 0;
	margin-bottom: 1px;
}
.function_list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #F5F5F2;
	padding: 8px 0 0;
	margin-bottom: 24px;
	border-radius: 0 0 8px 8px;
}
.function_list li{
	position: relative;
	width: 32%;
	margin-bottom: 8px;
}
.function_list li:hover{
	cursor: pointer;
}
.function_list li h3{
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	text-align: center;
	letter-spacing: 0;
	padding: 8px 0;
}
.function_list li h3:hover{
	text-decoration: none;
}
.function_list .active h3{
	color: #fff;
	background: #b3b39e;
	text-decoration: none;
}
.function_list .active h3:hover{
	cursor: auto;
}
.function_list .function_ttlAttention{
	background: none;
	font-size: 12px;
}
.function_content_commonBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.function-imgbox{
	width: 352px;
}
.function-textbox{
	width: 440px;
}
.function_content_common{
	width: 832px;
	margin: 0 auto;
}
.function_content_common h3{
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
	position: relative;
	color: #EA0029;
	padding-left: 54px;
	margin-bottom: 6px;
}
.function_content_common h3::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}
#function01-content.function_content_common h3::before{
	background: url("../../img/toppage/function01-red.svg?001");
	background-size: cover;
}
#function02-content.function_content_common h3::before{
	background: url("../../img/toppage/function02-red.svg?001");
	background-size: cover;
}
#function03-content.function_content_common h3::before{
	background: url("../../img/toppage/function03-red.svg?001");
	background-size: cover;
}
#function04-content.function_content_common h3::before{
	background: url("../../img/toppage/function04-red.svg?001");
	background-size: cover;
}
#function04-content.function_content_common h3::before{
	background: url("../../img/toppage/function04-red.svg?001");
	background-size: cover;
}
#function05-content.function_content_common h3::before{
	background: url("../../img/toppage/function05-red.svg?001");
	background-size: cover;
}
#function06-content.function_content_common h3::before{
	background: url("../../img/toppage/function06-red.svg?001");
	background-size: cover;
}
.function_content_common p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 18px;
	font-weight: 400;
}
.function_content_common p span{
	color: #EA0029;
}
.function_content_common h4{
	font-size: 16px;
	font-weight: 500;
	position: relative;
    margin: 0 auto 2px;
	padding: 20px 20px 20px 52px;
	background: #F5F5F2;
}
.function_content_common h4:before{
	position: absolute;
	content: "";
	background: url("../../img/toppage/light.svg");
	width: 27px;
	height: 27px;
	background-size: contain;
	top: 14px;
    left: 14px;
}
.function_content_common .function-point ul{
	background: #F5F5F2;
    padding: 12px 20px 12px 20px;
}
.function_content_common .function-point ul li{
	line-height: 1.64;
	font-size: 16px;
	position: relative;
	padding-left: 15px;
	font-weight: 400;
}
.function_content_common .function-point ul li:before{
	position: absolute;
	content: "・";
	background-size: contain;
	top: 0;
	left: 0;
}
.function_content_common .function-btn ul{
	display: flex;
	justify-content: space-between;
}
.function_content_common .function-btn ul li{
	font-size: 15px;
	font-weight: 500;
	position: relative;
	line-height: 21px;
	transition: 0.2s;
}
#function01-content.active,
#function02-content.active,
#function03-content.active,
#function04-content.active,
#function05-content.active,
#function06-content.active {
	display: block;
	opacity: 1;
}
#function01-content, #function02-content, #function03-content,#function04-content,#function05-content,#function06-content {
	display: none;
	opacity: 0;
}  
#function03-content h3{
	position: relative;
}
#function03-content h3:after{
	content: "※ スマレジ連携時";
	position: absolute;
	bottom: -22px;
    left: 54px;
    font-size: 12px;
}
#function03-content .function-textbox p a{
	position: relative;
	padding-right: 1.5em;
	text-decoration: underline !important;
	display: inline-block;
}
#function03-content .function-textbox p a:after{
	content: "";
	position: absolute;
	top: 5px;
	right: 3px;
	background: url("../../img/toppage/icon-link.svg");
	width: 13px;
	height: 13px;
	background-size: cover;
}
.functionBtn{
	display: flex;
	justify-content: center;
}
.functionBtn a{
	background: #ea0029;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 26px;
	padding: 18px 36px 18px 40px;
	transition: 0.2s ease;
	box-sizing: border-box;
	letter-spacing: 0;
	transition: 0.1s;
}
.functionBtn a:hover{
	background: #000;
}

/**************************************************** 
 
導入モデル

****************************************************/
.system_model{
	padding: 0 0 80px;
}
#contentsBoxModelInr{
	width: 1000px;
	margin: 0 auto;
}
.system_model h2{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1.5;
}
.system_model .system_model_lead{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 26px;
	text-align: center;
	font-weight: 400;
}
.model--list{
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	margin-bottom: 50px;
}
.model--list__001,
.model--list__002,
.model--list__003{
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 0 12px;
	width: 320px;
}
.model--list__001 .model--list__image{
	width: 100%;
	height: auto;
	margin: 0 auto 8px;
}
.model--list__002 .model--list__image{
	width: 100%;
	height: auto;
	margin: 0 auto 8px;
}
.model--list__003 .model--list__image{
	width: 100%;
	height: auto;
	margin: 0 auto 8px;
}
.model--list__001 .model--list__image img,
.model--list__002 .model--list__image img,
.model--list__003 .model--list__image img{
	width: 290px;
	height: 210px;
}
.model--list h3{
	margin: 0 auto 16px;
}
.model--list__001 h3{
	width: 198px;
	height: auto;
}
.model--list__002 h3{
	width: 230px;
	height: auto;
}
.model--list__003 h3{
	width: 210px;
	height: auto;
}
.model--list__001 h3 img,
.model--list__002 h3 img,
.model--list__003 h3 img{
	width: 100%;
	height: auto;
}
.model--list__lead{
	width: 100%;
	margin: 0 auto 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.model--list__function h4{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 8px;
}
.model--list__function div{
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
}
.model--list__function div ul li{
	font-weight: 400;
	position: relative;
	font-size: 14px;
	text-indent: 1.3em;
	line-height: 1.6;
}
.model--list__function div ul li.use{
	color: #EA0029;
}
.model--list__function div ul li.use::before{
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background: url("../../img/toppage/model-check-red.svg") no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
}
.model--list__function div ul li.no-use{
	color: #9E9E9E;
}
.model--list__function div ul li.no-use::before{
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background: url("../../img/toppage/model-check-gray.svg") no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
}
.system_model_document,
.shop_interview_document{
	width: 492px;
	margin: 0 auto 30px;
}
.system_model_document a,
.shop_interview_document a{
	position: relative;
	transition: 0.3s;
	display: block;
}
.system_model_document a::before{
	content: "";
	position: absolute;
	top: -24px;
	right: 12px;
	background: url("../../img/toppage/system_model-time.png");
	width: 64px;
	height: 64px;
	z-index: 1;
}
.shop_interview_document a::before{
	content: "";
	position: absolute;
	top: -24px;
	right: 12px;
	background: url("../../img/toppage/shop_interview-time.png");
	width: 64px;
	height: 64px;
	z-index: 1;
}
.system_model_document a,
.shop_interview_document a{
	box-shadow: 0px 8px 6px -3px #c8c8c8;
	transition: .3s;
}
.btn--underline__box{
	text-align: center;
}
.btn--underline{
	font-size: 16px;
	font-weight: 500;
	color: #EA0029;
	background-image: linear-gradient(to right, #EA0029, #EA0029); /* 線の色 */
	background-size: 100% 2px; /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
	background-position: bottom; /* 下に配置 */
	background-repeat: no-repeat; /* 背景を繰り返さない */
	padding-bottom: 5px; /* オフセット */
	position: relative;
	transition: 0.1s;
}
.btn--underline:before{
	position: absolute;
	content: "";
	background: url("../../img/toppage/top-product-arrow-red.svg");
	top: 2px;
	right: -24px;
	width: 18px;
	height: 18px;
	background-size: contain;
	transition: 0.1s;
}

/**************************************************** 
 
導入店インタビュー

****************************************************/
.shop_interview{
	width: 100%;
	min-width: 1000px;
    padding: 60px 0 0;
	margin-bottom: 90px;
}
.shop_interview #contentsBoxInterviewInr{
	width: 1000px;
	margin: 0 auto;
}
.shop_interview h2{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 8px;
	line-height: 1.5;
}
.shop_interview .shop_interview_lead{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 26px;
	text-align: center;
	font-weight: 400;
}
.shop_interview .shop_interview_box{
	margin-bottom: 50px;
}
.shop_interview .shop_interview_box .shop_interview_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.shop_interview .shop_interview_box .shop_interview_list a{
	display: block;
	background: #fff;
	padding-bottom: 24px;
	border-radius: 8px;
}
.shop_interview .shop_interview_box .shop_interview_list a:hover img{
	opacity: 1 !important;
}
.shop_interview .shop_interview_box .shop_interview_list a:hover h3{
	color: #EA0029;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview_list_img{
	position: relative;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview_list_img img{
	border-radius: 8px 8px 0 0;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview01 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "焼肉の名門 天壇様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 6px 8px;
	font-size: 13px;
	font-weight: 400;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview02 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "株式会社eatopia様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 6px 8px;
	font-size: 13px;
	font-weight: 400;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview03 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "株式会社明神丸様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 6px 8px;
	font-size: 13px;
	font-weight: 400;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview04 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "株式会社ちんちくりん様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 6px 8px;
	font-size: 13px;
	font-weight: 400;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview05 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "株式会社イーストン様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 6px 8px;
	font-size: 13px;
	font-weight: 400;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview06 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "株式会社ワールド・ワン様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 6px 8px;
	font-size: 13px;
	font-weight: 400;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon{
	display: block;
	width: 320px;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #E4E4E4;
}
.shop_interviewCommon .shop_interview_list_img{
	margin-bottom: 16px;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon h3{
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 12px;
	margin-left: 16px;
	width: 282px;
	letter-spacing: 0.06em;
}
.design_document a{
	background: #F5F5F2;
	padding: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
}
.design_document a:hover{
	background: #fff;
}
.design_document a:hover h3{
	color: #EA0029;
}
.design_document a:hover img{
	opacity: 1;
}
.design_document-img{
	width: 347px;
}
.design_document-txt{
	width: 580px;
}
.design_document-txt h3{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 12px;
	padding-left: 36px;
	position: relative;
}
.design_document-txt h3::before{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	background-size: cover;
	width: 24px;
	height: 24px;
	background: url("../../img/toppage/top-arrow.svg");
	background-size: cover;
}
.design_document-txt p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.06em;
}
.design_document-txt p span{
	background: linear-gradient(transparent 50%, #FFFF15 50%);
	padding: 0.6% 0% 0% 0%;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon ul{
	margin-left: 16px;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon ul li dl{
	display: flex;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon ul li{
	font-weight: 400;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon ul li + li{
	margin-top: 8px;
}
.shop_intervieBtnWrap{
	display: flex;
    justify-content: center;
	margin-bottom: 40px;
}

/**************************************************** 
 
 お知らせ

****************************************************/
.selforder_news{
	width: 1000px;
	margin: 0 auto;
}
.selforder_news h2{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 32px;
	line-height: 1.5;
}
.selforder_news .news_box{
	display: flex;
	justify-content: space-evenly;
}
.selforder_news .newsCommon {
	width: 464px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 40px 16px 24px 16px;
}
.selforder_news .newsCommon h3{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
.selforder_news .newsCommon div{
	height: 200px;
	overflow-y: scroll;
	margin-bottom: 30px;
}
.selforder_news .newsCommon div ul li{
	margin-bottom: 15px;
}
.selforder_news .newsCommon .tag_common{
	display: inline-block;
	font-size: 13px;
	background: #EA0029;
	border-radius: 2px;
	text-align: center;
	min-width: 70px;
	padding: 4px 0 6px;
	color: #fff;
	margin-right: 15px;
	font-weight: 400;
}
.selforder_news .newsCommon .tag_common.tag_maintenance,
.selforder_news .newsCommon .tag_common.tag_interview{
	width: 100px;
}
.selforder_news .newsCommon .day{
	font-size: 15px;
	font-weight: 400;
}
.selforder_news .newsCommon dt{
	margin-bottom: 4px;
}
.selforder_news .newsCommon dd{
	font-size: 16px;
	line-height: 1.5;
	padding-right: 5px;
	font-weight: 400;
}
.selforder_news .newsCommon a:hover dd{
	text-decoration: underline;
}
.selforder_news .newsCommon a.newsCommon_toListpage{
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: flex;
	justify-content: flex-end;
	letter-spacing: 0;
}
.selforder_news .newsCommon a.newsCommon_toListpage:hover{
	opacity: 0.8;
}

}



/*///////////////////////////////////////
/////////////////////////////////////////

769 - 1000 の対応

/////////////////////////////////////////
///////////////////////////////////////*/
@media screen and (min-width:769px) and ( max-width:1000px) {
.loop_box,
.shop_loop{
	width: 1000px;
	min-width: 1000px;
}

}

/*////////////////////////////////////////////////////////////////////////////

　768px以下の対応

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

#wrap{
	width: 100%;
	overflow: hidden;
	font-feature-settings: "palt";
	letter-spacing: 0.06em;
}
img{
	vertical-align: top;
}

.splide{
	width: 90%;
	margin: 0 auto 5%;
}
/**************************************************** 
 
ロゴループ

****************************************************/
.loop_box{
    display:flex;
    width: 100vw;
  	height: 127px;
    overflow: hidden;
	margin-bottom: 4%;
}
.loop_box img {
  width: auto;
  height: 100%;
}
@keyframes logoloop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes logoloop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}
.loop_box ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100vw;
	min-width: 672px;
    margin: 0;
    padding: 0;
	margin-left: 5px;
}
.loop_box ul:first-child {
	-webkit-animation: logoloop 30s -15s linear infinite;
    animation: logoloop 30s -15s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
	padding-left: 20px;
}
.loop_box ul + ul {
	animation: logoloop2 30s linear infinite;
}
.loop_box ul li{
	display: inline-block;
}
/**************************************************** 
 
人気のお役立ち資料ヘッダー下バナーエリア

****************************************************/
#contentsBoxTopBnr{
	background: #F9F1F1;
	width: 100%;
	padding: 5% 0;
	margin-bottom: 8%;
	box-sizing: border-box;
}
#contentsBoxTopBnr .top_bnr_inr{
	display: flex;
	flex-wrap: wrap;
	row-gap: 1em;
	width: 90%;
	margin: 0 auto;
}
#contentsBoxTopBnr .top_bnr_inr div{
	width: 100%;
}
#contentsBoxTopBnr .top_bnr_inr div img{
	width: 100%;
	height: auto;
}

/**************************************************** 
 
イグレックのセルフオーダー

****************************************************/
.top_product{
	width: 100%;
	padding: 0 0 12%;
}
.top_product h2{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 2%;
}
.top_product h2 span{
	color: #EA0029;
}
.top_product_lead{
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	width: 90%;
    margin: 0 auto 6%;
}
.top_product_lead span{
	display: contents;
}
.top_product .top_product_box{
	width: 90%;
    margin: 0 auto;
}
.top_product_box-feature{
	margin-bottom: 12%;
}
.top_product_box-feature ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 6%;
}
.top_product .box-feature_selforder::before{
	position: absolute;
	content: "";
	background: url("../../img/toppage/sp/feature_selforder-arrow.png");
	width: 106px;
	height: 378px;
	background-size: cover;
	bottom: -66%;
	right: 2.5%;
	z-index: -1;
}
.top_product .box-feature_selforder,
.top_product .box-feature_pos{
	position: relative;
	z-index: 0;
	overflow: visible;
	min-height: 82vw;
	box-sizing: border-box;
	text-align: center;
	padding-top: 15%;
	margin-bottom: 0;
}
.top_product .box-feature_selforder{
	margin-bottom: 1.5%;
}
.top_product .box-feature_selforder::after,
.top_product .box-feature_pos::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 80vw;
	padding-top: calc(80vw - 26px);
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	border: 13px solid #F5F5F2;
	box-sizing: border-box;
}
.top_product .box-feature_pos::before{
	position: absolute;
	content: "";
	background: url("../../img/toppage/sp/feature_pos-arrow.png");
	width: 106px;
	height: 378px;
	background-size: cover;
	top: -66%;
	left: 2%;
	z-index: -1;
}
.top_product .box-feature_selforder h3,
.top_product .box-feature_pos h3{
	background: linear-gradient(transparent 50%, #F5F5F2 50%);
	padding: 0 1.2% 0% 1.8%;
	display: inline-block;
}
.top_product .box-feature_selforder h3{
	margin-bottom: 4%;
	font-size: 20px;
	font-weight: 500;
}
.top_product .box-feature_pos h3{
	margin-bottom: 4%;
	font-size: 20px;
	font-weight: 500;
}
.top_product .box-feature_selforder div{
	width: 60%;
	margin: 0 auto 3.5%;
}
.top_product .box-feature_pos div{
	width: 60%;
	margin: 0 auto 3.5%;
}
.top_product .box-feature_selforder p,
.top_product .box-feature_pos p{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0;
}
.box-feature_maximize{
	text-align: center;
	position: relative;
	z-index: 2;
	margin-bottom: 4%;
}
.box-feature_maximize h3{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 2%;
}
.box-feature_maximize div{
	font-size: 26px;
	line-height: 1.27;
	color: #EA0029;
	margin-bottom: 2%;
	font-weight: 500;
}
.box-feature_maximize p{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0;
}
.featureBtn{
	display: flex;
	justify-content: center;
}
.featureBtn a{
	background: #ea0029;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	padding: 18px 0;
	transition: 0.2s ease;
	box-sizing: border-box;
	letter-spacing: 0;
	transition: 0.1s;
	width: 80%;
	text-align: center;
}
.top_product_box-patents{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12%;
}
.box-patents-text{
	display: contents;
}
.box-patents-text h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0 auto 3%;
	order: 1;
	width: 86.4%;
}
.box-patents-text p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	order: 2;
	width: 86.4%;
	margin: 0 auto 5%;
}
.box-patents-img{
	width: 86.4%;
	margin: 0 auto;
	order: 3;
}
.menu-selector {
	width: 86.4%;
	min-height: 136px;
	padding-top: 6%;
	background: #fff;
	border-radius: 20px 20px 0 0;
}
.box-patents-img h3{
	background: #F5F5F2;
	padding: 15px 0 12px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 700;
	text-align: center;
	border-radius: 6px 6px 0 0;
	margin-bottom: 1px;
	padding: 2% 0 1.6%;
}
.menu-selector__list {
	background: #F5F5F2;
	display: flex;
	gap: 1.33%;
	list-style: none;
	padding: 2% 0 0;
	height: 110px;
	width: 100%;
	margin: 0 0 3%;
	border-radius: 0 0 6px 6px;
}
.menu-selector__list li {
	transform: translateY(20px);
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	cursor: pointer;
	width: 24%;
}
.menu-selector__list li.active {
  transform: translateY(4px);
}
.menu-selector__list img.menu-image {
	display: block;
	margin: 0 auto 8px;
	transform-origin: center center;
	width: 48px;
	height: auto;
	transition: transform 0.3s ease, width 0.3s ease;
}
.menu-selector__list li.active img.menu-image {
	width: 64px;
	height: auto;
}
.menu-selector__list li p{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}
.menu-selector__list li.italian--btn p{
	letter-spacing: -0.1em;
}
.tablet-display{
	margin: 0 auto 8%;
	order: 2;
}
.tablet-img-wrap{
	margin-bottom: 3%;
}
#tablet-img{
	display: block;
	width: 100%;
	height: auto;
}
#tablet-img img{
	width: 100%;
	height: auto;
}
.pre-next-btn{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}
.current--btn{
	line-height: 1;
	gap: 6px;
	display: flex;
}
#image-cat{
	color: #fff;
	display: inline-block;
	background: #000;
	padding: 5px 6px 6px 7px;
	border-radius: 2px;
	font-size: 14px;
	margin-bottom: 4%;
	line-height: 1;
}
#image-caption{
	color: #000;
	background: #fff;
	font-size: 16px;
	line-height: 1;
}
.pre-next-btn button{
	width: 37px;
	height: 37px;
	padding: 0;
	border: none;
	background: none;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}
.patentsBtn {
	order: 4;
	width: 100%;
	margin: 0 auto;
}
.patentsBtn a{
	background: #ea0029;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	padding: 5% 0;
	box-sizing: border-box;
	letter-spacing: 0;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.top_product_box-worries{
	display: flex;
	flex-wrap: wrap;
	width: 86.4%;
	margin: 0 auto;
}
.box-worries-text{
	display: contents;
}
.box-worries-text h3{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 3%;
	order: 1;
}
.box-worries-text p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 5%;
	letter-spacing: 0;
	order: 2;
}
.box-worries-img{
	width: 100%;
	order: 3;
	margin-bottom: 8%;
}
.worriesBtn{
	order: 4;
	width: 100%;
	margin: 0 auto;
}
.worriesBtn a{
	background: #ea0029;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	padding: 5% 0;
	transition: 0.2s ease;
	box-sizing: border-box;
	letter-spacing: 0;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}




/**************************************************** 
 
選ばれる人気機能

****************************************************/
.top_function{
	width: 100%;
	padding: 0 0 12%;
}
.top_function h2{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	margin: 0 auto 2%;
}
.top_function_lead{
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	width: 86.4%;
	margin: 0 auto 4%;
}
.function-wrap{
	background: #fff;
	width: 86.4%;
	margin: 0 auto 8%;
}
.function_info > h3 {
	background: #F5F5F2;
	padding: 15px 0 12px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 700;
	text-align: center;
	border-radius: 6px 6px 0 0;
	margin-bottom: 1px;
	padding: 2% 0 1.6%;
}
.function_list{
	width: 100%;
	background: #F5F5F2;
	list-style: none;
	width: 100%;
	margin: 0 0 6%;
	border-radius: 0 0 6px 6px;
}
.function_list li + li{
	border-top: 1px solid #fff;
}
.function_list li:last-child{
	border-radius: 0 0 6px 6px;
}
.function_list li h3{
	font-size: 14px;
	padding: 3% 0;
    width: 100%;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}
.function_list .active h3{
	color: #fff;
	background: #b9b9a8;
	text-decoration: none;
}
.function_list .function_1.active h3{
	border-radius: 2px 0 0 0;
}
.function_list .function_2.active h3{
	border-radius: 0 2px 0 0;
}
.function_list .function_ttlAttention{
	background: none;
	font-size: 12px;
}
.function-imgbox{
	width: 100%;
	margin-bottom: 3%;
}
.function-textbox{
	width: 100%;
}
.function_content_common h3{
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	color: #EA0029;
	position: relative;
	padding-left: 18%;
	margin-bottom: 2%;
}
.function_content_common h3::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}
#function01-content.function_content_common h3::before{
	background: url("../../img/toppage/function01-red.svg?0723");
	background-size: cover;
}
#function02-content.function_content_common h3::before{
	background: url("../../img/toppage/function02-red.svg?0723");
	background-size: cover;
}
#function03-content.function_content_common h3::before{
	background: url("../../img/toppage/function03-red.svg?0723");
	background-size: cover;
}
#function04-content.function_content_common h3::before{
	background: url("../../img/toppage/function04-red.svg?0723");
	background-size: cover;
}
#function04-content.function_content_common h3::before{
	background: url("../../img/toppage/function04-red.svg?0723");
	background-size: cover;
}
#function05-content.function_content_common h3::before{
	background: url("../../img/toppage/function05-red.svg?0723");
	background-size: cover;
}
#function06-content.function_content_common h3::before{
	background: url("../../img/toppage/function06-red.svg?0723");
	background-size: cover;
}
.function_content_common p{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 4%;
}
.function_content_common p span{
	color: #EA0029;
}
.function_content_common .function-point{
}
.function_content_common h4{
	font-size: 14px;
	font-weight: 700;
	position: relative;
	margin-bottom: 1px;
	text-align: left;
	background: #F5F5F2;
	padding: 4% 5% 4% 18%;
	border-radius: 2px 2px 0 0;
}
.function_content_common h4:before{
	position: absolute;
	top: 14px;
	left: 20px;
	content: "";
	background: url("../../img/toppage/light.svg");
	background-size: cover;
	width: 27px; 
	height: 27px;
}
.function_content_common .function-point ul{
	background: #F5F5F2;
	padding: 6% 5% 6% 7%;
	border-radius: 0 0 2px 2px;
}
.function_content_common .function-point ul li{
	line-height: 1.5;
	font-size: 14px;
	position: relative;
	padding-left: 1em;
}
.function_content_common .function-point ul li:before{
	position: absolute;
	content: "・";
	background-size: contain;
	top: 0;
	left: 0;
}
.function_content_common .function-point ul li + li{
	margin-top: 10px;
}
.function_case_list{
	width: 100%;
}
#function01-content.active,
#function02-content.active,
#function03-content.active,
#function04-content.active,
#function05-content.active,
#function06-content.active {
	display: block;
	opacity: 1;
}
#function01-content, #function02-content, #function03-content,#function04-content,#function05-content,#function06-content {
	display: none;
	opacity: 0;
}  
#function03-content h3{
	position: relative;
}
#function03-content h3:after{
	content: "※ スマレジ連携時";
	position: absolute;
    bottom: -50%;
    left: 18%;
	font-size: 12px;
}
#function03-content .function-textbox p a{
	position: relative;
	padding-right: 1.5em;
	text-decoration: underline !important;
	display: inline-block;
}
#function03-content .function-textbox p a:after{
	content: "";
	position: absolute;
	top: 5px;
	right: 3px;
	background: url("../../img/toppage/icon-link.svg");
	width: 13px;
	height: 13px;
	background-size: cover;
}
.functionBtn{
	display: flex;
	justify-content: center;
	text-align: center;
}
.functionBtn a{
	background: #ea0029;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
	padding: 18px 36px 18px 40px;
	box-sizing: border-box;
	letter-spacing: 0;
	width: 80%;
}



/**************************************************** 
 
導入モデル

****************************************************/
.system_model{
	width: 100%;
	padding: 0 0 8%;
}
.system_model h2{
	font-size: 26px;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2%;
}
.system_model .system_model_lead{
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	width: 90%;
	margin: 0 auto 6%;
}
.system_model .system_model_lead span{
	display: inline;
}
.model--list{
	background: #fff;
	display: flex;
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-x: scroll;
	width: 100%;
	margin-bottom: 6%;
}
.model--list__001,
.model--list__002,
.model--list__003{
	width: 90%;
	min-width: 312px;
	box-sizing: border-box;
	padding: 0 0 3% 8%;
}
.model--list__003{
	padding: 0 0 3% 8%;
	margin-right: 12%;
}
.model--list__001 .model--list__image,
.model--list__002 .model--list__image,
.model--list__003 .model--list__image{
	width: 86%;
	height: auto;
	margin: 0 auto 3.5%;
}
.model--list h3{
	margin: 0 auto 4.5%;
}
.model--list__001 h3,
.model--list__002 h3,
.model--list__003 h3{
	width: 77%;
	height: auto;
}
.model--list__lead{
	width: 100%;
	margin: 0 auto 3%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	white-space: initial;
}
.model--list__function h4{
	font-size: 14px;
	font-weight: 700;
}
.model--list__function div{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.model--list__function div ul li{
	font-weight: 400;
	position: relative;
	font-size: 14px;
	text-indent: 1.3em;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
.model--list__function div ul li.use{
	color: #EA0029;
}
.model--list__function div ul li.use::before{
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background: url("../../img/toppage/model-check-red.svg?0723") no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
}
.model--list__function div ul li.no-use{
	color: #9E9E9E;
}
.model--list__function div ul li.no-use::before{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	background: url("../../img/toppage/model-check-gray.svg") no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
}
.system_model .btn{
	background: #EA0029;
    width: 86%;
    border-radius: 50px;
    padding: 6% 0 5.5%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
    position: relative;
}
.system_model .btn:before{
	position: absolute;
    content: "";
    background: url("../../img/toppage/top-product-arrow.svg");
    top: 35%;
    right: 7%;
    width: 20px;
    height: 20px;
    background-size: contain;
}
.system_model_document{
	width: 90%;
	margin: 0 auto 5%;
}
.shop_interview_document{
	width: 100%;
	margin: 0 auto 5%;
}
.system_model_document a,
.shop_interview_document a{
	position: relative;
	display: block;
}
.system_model_document a::before{
	content: "";
	position: absolute;
	top: -14px;
	right: 12px;
	background: url("../../img/toppage/sp/system_model-time.png");
	background-size: cover;
	width: 36px;
	height: 36px;
	z-index: 1;
}
.shop_interview_document a::before{
	content: "";
	position: absolute;
	top: -14px;
	right: 10px;
	background: url("../../img/toppage/sp/shop_interview-time.png");
	background-size: cover;
	width: 36px;
	height: 36px;
	z-index: 1;
}
.system_model_document a,
.shop_interview_document a{
	box-shadow: 0px 6px 6px -3px #c8c8c8;
}

.btn--underline__box{
	text-align: center;
}
.btn--underline{
	font-size: 14px;
	font-weight: 700;
	color: #EA0029;
	background-image: linear-gradient(to right, #EA0029, #EA0029); /* 線の色 */
	background-size: 100% 2px; /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
	background-position: bottom; /* 下に配置 */
	background-repeat: no-repeat; /* 背景を繰り返さない */
	padding-bottom: 5px; /* オフセット */
	position: relative;
	transition: 0.1s;
	display: inline-block;
}
.btn--underline:before{
	position: absolute;
	content: "";
	background: url("../../img/toppage/top-product-arrow-red.svg");
	top: 5px;
	right: -24px;
	width: 18px;
	height: 18px;
	background-size: contain;
	transition: 0.1s;
}



/**************************************************** 
 
導入店インタビュー

****************************************************/
.shop_interview{
	width: 100%;
	padding: 0 0 8%;
}
.shop_interview h2{
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	width: 90%;
	margin: 0 auto 2%;
}
.shop_interview_lead{
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	width: 90%;
	margin: 0 auto 6%;
}
.shop_interview_box{
		width: 89.58%;
	margin: 0 auto 6%;
}
.shop_interview .interview_box .interview_list{
    display: flex;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    width: 89.58%;
    padding: 4% 5.21% 8%;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview_list_img{
	position: relative;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview01 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "焼肉の名門 天壇様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 2px 10px;
	font-size: 12px;
	border-radius: 3px 0 0 0;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview02 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "株式会社eatopia様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 2px 10px;
	font-size: 12px;
	border-radius: 3px 0 0 0;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview03 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "株式会社明神丸様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 2px 10px;
	font-size: 12px;
	border-radius: 3px 0 0 0;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview04 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "株式会社ちんちくりん様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 2px 10px;
	font-size: 12px;
	border-radius: 3px 0 0 0;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview05 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "株式会社イーストン様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 2px 10px;
	font-size: 12px;
	border-radius: 3px 0 0 0;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interview06 .shop_interview_list_img::before{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "株式会社ワールド・ワン様";
	color: #fff;
    background: rgba(0,0,0,0.8);
    padding: 2px 10px;
	font-size: 12px;
	border-radius: 3px 0 0 0;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon{
	display: block;
	width: 100%;
	border-radius: 15px;
	border: 1px solid #CFCFCF;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	margin-bottom: 5%;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon a{
	padding-bottom: 5%;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon a:hover img{
	opacity: 1;
}
.shop_interviewCommon .shop_interview_list_img{
	margin-bottom: 16px;
}
.shop_interviewCommon .shop_interview_list_img img{
	border-radius: 15px 15px 0 0;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	width: 90%;
	margin: 0 auto 3%;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon ul{
	width: 90%;
	margin: 0 auto;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon ul li{
	line-height: 1.5;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon ul li dl{
	display: flex;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon ul li dl dt,
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon ul li dl dd{
	font-size: 13px;
	line-height: 1.6;
}
.shop_interview .shop_interview_box .shop_interview_list .shop_interviewCommon ul li a{
	font-size: 14px;
	text-decoration: underline !important;
	position: relative;
}
.shop_intervieBtnWrap{
	display: flex;
    justify-content: center;
	margin-bottom: 8%;
}
.shop_interviewBtn{
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #EA0029;
	position: relative;
	background: linear-gradient(transparent 93%, #EA0029 30%);
    padding: 0 2px 8px;
}
.shop_interviewBtn:before{
	position: absolute;
	content: "";
	background: url("../../img/toppage/top-product-arrow-red.svg");
	top: 5px;
	right: -28px;
    width: 20px;
    height: 20px;
	background-size: contain;
}
.shop_interview .btn{
	background: #EA0029;
    width: 86%;
    border-radius: 50px;
    padding: 6% 0 5.5%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
    position: relative;
}
.shop_interview .btn:before{
	position: absolute;
    content: "";
    background: url("../../img/toppage/top-product-arrow.svg");
    top: 35%;
    right: 7%;
    width: 20px;
    height: 20px;
    background-size: contain;
}




.design_document a{
	background: #F5F5F2;
	padding: 20px 20px 24px 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
	flex-direction: column-reverse;
}
.design_document a:hover img{
	opacity: 1;
}
.design_document-img{
	width: 100%;
	height: auto;
}
.design_document-txt{
	width: 100%;
}
.design_document-txt h3{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 1%;
	padding-left: 36px;
	position: relative;
	line-height: 1.6;
}
.design_document-txt h3::before{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background-size: cover;
	width: 28px;
	height: 28px;
	background: url("../../img/toppage/top-arrow.svg");
	background-size: cover;
}
.design_document-txt p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.06em;
	margin-bottom: 3%;
}
.design_document-txt p span{
	background: linear-gradient(transparent 50%, #FFFF15 50%);
	padding: 0.6% 0% 0% 0%;
}





/**************************************************** 
 
飲食店のお悩みを解消します

****************************************************/

.shop_problem{
	width: 100%;
	padding: 7% 0 12%;
}
#contentsBoxProblemInr{
	width: 89.58%;
	margin: 0 auto;
}
.shop_problem h2{
	font-size: 23px;
	font-weight: 700;
	text-align: center;
    line-height: 1.4;
	margin-bottom: 4%;
}
.shop_problem .problem_box{
	width: 100%;
	margin: 0 auto;
} 
.shop_problem .service_visual{
	position: relative;
	margin-bottom: 8%;
}
.product_pc{
    margin: 0 auto;
    width: 84%;
}
.service_product{
	margin-bottom: 8%;
}
.product_ipad{
    position: absolute;
	width: 48%;
    top: 25%;
    right: 0;
}
.service_point{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.service_point01,
.service_point02,
.service_point03,
.service_point04,
.service_point05,
.service_point06{
	width: 32%;
}
.service_point01,
.service_point02,
.service_point03{
	margin-bottom: 3%;
}

.human_men{
	width: 23%;
	position: absolute;
	top: 29%;
    left: -4%;
}
.human_women{
	width: 24%;
	position: absolute;
	top: 29%;
    right: -3%;
}

#wrap .btn.problem_box_entryBtn{
	background: #EA0029;
    width: 90%;
    border-radius: 50px;
    padding: 6% 0 5.5%;
    margin: 0 auto 7%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: block;
    position: relative;
}
#wrap .btn.problem_box_entryBtn:before{
	position: absolute;
    content: "";
    background: url("../../img/toppage/top-product-arrow.svg");
    top: 35%;
    right: 7%;
    width: 20px;
    height: 20px;
    background-size: contain;
}




/**************************************************** 
 
サービス紹介動画箇所

****************************************************/

.movie_shop{
	margin-top: 4%;
}
.service_movie ul li a{
	display: block;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	position: relative;
	padding: 4.36%;
}
.service_movie ul li a ul{
	display: flex;
	align-items: center;
}
.service_movie ul li a:before{
	position: absolute;
	content: "";
	background: url("../../img/toppage/problem-arrow.svg");
	top: calc(50% - 8px);
	right: 2.32%;
	width: 17px;
	height: 17px;
	background-size: contain;
	transition: 0.1s;
}
.service_movie ul li.movie_shop.commingsoon{
	display: block;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	position: relative;
	padding: 14px 18px;
}
.service_movie ul li.movie_shop.commingsoon:before{
	position: absolute;
	content: "";
	background: url("../../img/toppage/problem-arrow.svg");
	top: calc(50% - 10px);
	right: 10px;
	width: 22px;
	height: 22px;
	background-size: contain;
	transition: 0.1s;
}
.service_movie ul li.movie_shop.commingsoon:after{
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.service_movie ul li.movie_shop.commingsoon ul{
	position: relative;
	display: flex;
}
.service_movie ul li.movie_shop.commingsoon ul:before{
	position: absolute;
	content: "Comming Soon";
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color: #fff;
	font-size: 18px;
	z-index: 5;
}
.service_pic{
	width: 27.48%;
}
.service_pic img{
	width: 100%;
}
.service_text{
	width: 62.62%;
	margin-left: 4.8%;
}
.service_movie ul li dl{
	width: 100%;
}
.service_movie ul li dl dt{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5%;
	width: 100%;
	line-height: 1;
}
.service_movie ul li dl dd{
	font-size: 14px;
	line-height: 1.45;
	width: 100%;
}







/**************************************************** 
 
 お知らせ

****************************************************/

.selforder_news{
	width: 100%;
	margin: 0 auto 8%;
}
.selforder_news h2{
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 5%;
	text-align: center;
}
.selforder_news .news_box{
	display: flex;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    width: 95%;
    padding: 0 0 4% 0;
    margin-left: 5%;
}


.selforder_news .newsCommon {
	width: 90%;
	border: 1px solid #CFCFCF;
	box-sizing: border-box;
	border-radius: 15px;
	padding: 7% 4%;
	margin-right: 5%;
}
.selforder_news .newsCommon h3{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 7%;
}
.selforder_news .newsCommon div{
	height: 264px;
	overflow-y: scroll;
	margin-bottom: 5%;
}
.selforder_news .newsCommon div ul li{
	margin-bottom: 4%;
}
.selforder_news .newsCommon div ul li a{
	width: 255px;
}
.selforder_news .newsCommon .tag_common{
	display: inline-block;
	font-size: 13px;
    border-radius: 2px;
    text-align: center;
    min-width: 60px;
    padding: 1% 1% 1.5% 1%;
    color: #fff;
    margin-right: 10px;
    line-height: 1;
	background: #EA0029;
}
.selforder_news .newsCommon .tag_common.tag_maintenance,
.selforder_news .newsCommon .tag_common.tag_interview{
	width: 90px;
}
.selforder_news .newsCommon .day{
	font-size: 15px;
}
.selforder_news .newsCommon dl{
	width: 100%;
    white-space: initial;
}
.selforder_news .newsCommon dt{
	margin-bottom: 0.5%;
}
.selforder_news .newsCommon dd{
	font-size: 14px;
	line-height: 1.5;
}
.selforder_news .newsCommon a.newsCommon_toListpage{
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-align: center;
}






}