/*	#mainImg
=============================================================*/
#performance #mainImg {
	background-image: url("../img/program/bg_main01_sp.png");
}

#performance #mainImg .sub {
	position: absolute;
	top: 37px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 105px;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	line-height: 1.3;
	font-size: 1.3rem;
	letter-spacing: .1em;
	z-index: 1;
	color: #fff;
}

#performance #mainImg .sub:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #ce0202;
	transform: skewX(-20deg);
}

#performance #mainImg .tit {
	padding: 0 35px;
}

@media all and (max-width: 350px) {
	#performance #mainImg .tit {
		font-size: 3.2rem;
	}
}

@media all and (min-width: 600px) {
	#performance #mainImg {
		background-image: url("../img/program/bg_main01_pc.png");
	}
	#performance #mainImg .sub {
		top: 35%;
		width: 180px;
		font-size: 2rem;
		line-height: 1.7;
	}
	#performance #mainImg .tit {
		max-width: none;
	}
}

#performance .clr_red {
	color: #ce0202;
}

#performance .performanceHead {
	margin-bottom: 29px;
}

#performance .performanceHead .ico {
	width: 34px;
	margin: 0 auto 5px;
}

#performance .performanceHead .sub {
	text-align: center;
	color: #ce0202;
	font-size: 1.6rem;
	font-weight: bold;
}

@media all and (min-width: 600px) {
	#performance .performanceHead {
		margin-bottom: 55px;
	}
	#performance .performanceHead .ico {
		width: 50px;
	}
	#performance .performanceHead .sub {
		font-size: 2.4rem;
	}
}

#intro {
	overflow: hidden;
}

#intro .wrapperInner {
	padding-top: 37px;
	padding-bottom: 35px;
}

#intro .introSet {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

#intro .introSet .img {
	margin-right: -15px;
}

#intro .introSet .detail {
	margin-top: 22px;
	order: -1;
}

#intro .introSet .detail .tit {
	margin-bottom: 14px;
}

#intro .introSet .detail .tit .sub {
	display: inline-block;
	margin-bottom: 10px;
	background: #ce0202;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.1;
}

#intro .introSet .detail .tit .main {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}

#intro .introSet .detail .tit .main > span {
	font-size: 2.7rem;
}

@media all and (min-width: 600px) {
	#intro .wrapperInner {
		padding-top: 50px;
		padding-bottom: 90px;
	}
	#intro .introSet {
		position: relative;
		height: 630px;
		display: flex;
		align-items: center;
	}
	#intro .introSet .img {
		position: absolute;
		top: 0;
		left: 50%;
		width: 950px;
		margin-right: 0;
	}
	#intro .introSet .detail {
		margin-top: 0;
		width: 480px;
	}
	#intro .introSet .detail .tit {
		margin-bottom: 14px;
	}
	#intro .introSet .detail .tit .sub {
		font-size: 2.8rem;
	}
	#intro .introSet .detail .tit .main {
		font-size: 3.4rem;
	}
	#intro .introSet .detail .tit .main > span {
		font-size: 4.4rem;
	}
}

#opening {
	background: #f0f0f0 url(../img/common/bg_food06.png) no-repeat right top;
	background-size: 150px;
}

#opening .wrapperInner {
	padding-top: 40px;
	padding-bottom: 40px;
}

#opening .introTxt {
	text-align: center;
}

#opening .box {
	position: relative;
	margin-top: 50px;
	background: #fff;
}

#opening .box .inner {
	position: relative;
	padding: 25px 20px;
}

#opening .box .inner + .inner {
	border-top: 1px solid #dcdcdc;
}

#opening .box .shopProfile .shopImg {
	position: absolute;
	top: -23px;
	left: 20px;
	width: 128px;
}

#opening .box .shopProfile .name {
	padding: 0 0 8px 145px;
	border-bottom: 1px solid #333;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.8;
}

#opening .box .shopProfile .name .sm {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
}

#opening .box .shopProfile .history {
	padding-top: 35px;
}

#opening .box .shopProfile .history .historyTit {
	display: inline-block;
	margin-bottom: 10px;
	line-height: 1.5;
	width: 65px;
	background: #333;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.9;
}

#opening .box .shopProfile .img {
	margin-top: 15px;
}

#opening .box .set + .set {
	padding-top: 25px;
}

#opening .box .set .detail {
	margin-top: 15px;
}

#opening .box .set .detail .tit {
	margin-bottom: 10px;
	border-left: 4px solid #ce0202;
	padding-left: 8px;
	font-size: 1.6rem;
	font-weight: 500;
}

#opening .box .set .detail .txt {
	line-height: 1.8;
}

@media all and (min-width: 600px) {
	#opening {
		background-size: 598px;
	}
	#opening .wrapperInner {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#opening .box {
		margin-top: 40px;
	}
	#opening .box .inner {
		position: relative;
		padding: 50px 60px;
	}
	#opening .box .shopProfile .shopImg {
		top: 63px;
		left: 58px;
		width: 309px;
	}
	#opening .box .shopProfile .name {
		padding: 21px 0 17px 340px;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	#opening .box .shopProfile .name .sm {
		font-size: 2rem;
	}
	#opening .box .shopProfile .history {
		padding: 20px 0 0 340px;
	}
	#opening .box .shopProfile .history .historyTit {
		width: 100px;
		font-size: 1.6rem;
	}
	#opening .box .shopProfile .img {
		margin-top: 50px;
	}
	#opening .box .set {
		display: flex;
		align-items: flex-start;
	}
	#opening .box .set + .set {
		padding-top: 55px;
	}
	#opening .box .set:nth-child(even) .img {
		margin-right: 30px;
		margin-left: 0;
		order: 0;
	}
	#opening .box .set .img {
		width: 405px;
		margin-left: 30px;
		order: 1;
	}
	#opening .box .set .detail {
		flex: 1;
		margin-top: 0;
	}
	#opening .box .set .detail .tit {
		margin-bottom: 25px;
		border-left-width: 5px;
		padding-left: 18px;
		font-size: 2.4rem;
		line-height: 1.1;
	}
}

#program {
	background: url(../img/common/bg_food07.png) no-repeat left -70px;
	background-size: 150px;
}

#program .wrapperInner {
	padding-top: 40px;
	padding-bottom: 40px;
}

#program .performanceHead .secTit:before {
	bottom: -10px;
}

#program .box {
	position: relative;
	margin-top: 55px;
	padding: 30px 10px 25px;
	border: 5px solid #f5f5f5;
	background: #fff;
}

#program .box .boxHead {
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	width: 135px;
	background: #ce0202;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2.2;
	border-radius: 30px;
}

#program .box .boxHead:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -7px;
	width: 14px;
	height: 14px;
	background: inherit;
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
}

#program .box .txt01 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

#program .box .txt01 .op {
	display: inline-block;
	vertical-align: baseline;
	font-size: 1.6rem;
}

#program .box .txt01 strong {
	display: inline-block;
	vertical-align: baseline;
	font-size: 2.4rem;
	font-weight: bold;
}

#program .box .txt02 {
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}

#program .programList {
	margin-top: 30px;
}

#program .programList .item {
	position: relative;
	padding: 30px 20px 25px;
	background: #f5f5f5;
	box-sizing: border-box;
}

#program .programList .item + .item {
	margin-top: 20px;
}

#program .programList .item.num01 .num {
	background: #f27200;
}

#program .programList .item.num01 .tit {
	color: #333333;
}

#program .programList .item.num02 .num {
	background: #ef6000;
}

#program .programList .item.num02 .tit {
	color: #ef6000;
}

#program .programList .item.num03 .num {
	background: #ea4601;
}

#program .programList .item.num03 .tit {
	color: #ea4601;
}

#program .programList .item.num04 .num {
	background: #e42901;
}

#program .programList .item.num04 .tit {
	color: #e42901;
}

#program .programList .item.num05 .num {
	background: #de0f02;
}

#program .programList .item.num05 .tit {
	color: #de0f02;
}

#program .programList .item.num06 .num {
	background: #d60002;
}

#program .programList .item.num06 .tit {
	color: #d60002;
}

#program .programList .item.num07 .num {
	background: #cd0002;
}

#program .programList .item.num07 .tit {
	color: #cd0002;
}

#program .programList .item.num08 .num {
	background: #ba0102;
}

#program .programList .item.num08 .tit {
	color: #ba0102;
}

#program .programList .item.num09 .num {
	background: #a80304;
}

#program .programList .item.num09 .tit {
	color: #a80304;
}

#program .programList .item.num10 .num {
	background: #8c0000;
}

#program .programList .item.num10 .tit {
	color: #8c0000;
}

#program .programList .item .numWrap {
	position: absolute;
	top: -4px;
	left: 0;
}

#program .programList .item .num {
	position: relative;
	width: 70px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.1;
}

#program .programList .item .num:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -7px;
	width: 14px;
	height: 14px;
	background: inherit;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#program .programList .item .tit {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

#program .programList .item .name {
	display: flex;
}

#program .programList .item .name .nameBox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	margin-right: 10px;
	background: #333;
	color: #fff;
	font-size: 1.1rem;
}

#program .programList .item .name .txt {
	flex: 1;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4615384615384615;
}

#program .programList .item .list {
	margin-top: 20px;
	padding: 13px 15px;
	background: #fff;
}

@media all and (min-width: 600px) {
	#program {
		background-size: 576px;
		background-position: left -140px;
	}
	#program .wrapperInner {
		padding-top: 100px;
		padding-bottom: 60px;
	}
	#program .performanceHead .secTit:before {
		bottom: -15px;
	}
	#program .box {
		margin-top: 90px;
		padding: 45px 60px;
	}
	#program .box .boxHead {
		top: -29px;
		width: 214px;
		font-size: 2rem;
	}
	#program .box .boxHead:before {
		bottom: -11px;
		width: 22px;
		height: 22px;
	}
	#program .box .txt01 {
		font-size: 3.4rem;
	}
	#program .box .txt01 .op {
		font-size: 3rem;
	}
	#program .box .txt01 strong {
		font-size: 4.4rem;
	}
	#program .box .txt02 {
		font-size: 2.6rem;
	}
	#program .programList {
		display: flex;
		flex-wrap: wrap;
		margin: 65px -20px 0;
	}
	#program .programList .item {
		position: relative;
		width: calc(50% - 40px);
		margin: 0 20px 40px;
		padding: 40px;
	}
	#program .programList .item + .item {
		margin-top: 0;
	}
	#program .programList .item .numWrap {
		top: -10px;
	}
	#program .programList .item .num {
		width: 75px;
		height: 28px;
		font-size: 1.4rem;
	}
	#program .programList .item .num:before {
		top: 4px;
		right: -10px;
		width: 20px;
		height: 20px;
	}
	#program .programList .item .tit {
		font-size: 2rem;
	}
	#program .programList .item .name {
		align-items: stretch;
	}
	#program .programList .item .name .nameBox {
		width: 80px;
		min-height: 55px;
		font-size: 1.4rem;
	}
	#program .programList .item .name .txt {
		display: flex;
		align-items: center;
		font-size: 1.6rem;
	}
	#program .programList .item .list {
		padding: 10px 20px;
	}
}

#impression {
	position: relative;
}

#impression:before {
	display: block;
	position: absolute;
	top: -170px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% + 170px);
	background: #f0f0f0 url("../img/performance/bg_performance01_sp.png") no-repeat center top;
	background-size: cover;
	content: "";
}

#impression:after {
	display: block;
	position: absolute;
	bottom: -45px;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 150px;
	background: #9f0f0f;
	pointer-events: none;
	content: "";
	-webkit-transform: skewY(-9deg);
	transform: skewY(-9deg);
}

#impression .wrapperInner {
	position: relative;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 50px;
}

#impression .list .item {
	padding: 20px;
	background: #fff;
}

#impression .list .item + .item {
	margin-top: 15px;
}

#impression .list .head {
	display: flex;
	align-items: center;
}

#impression .list .head .img {
	width: 115px;
	margin-right: 15px;
	background-color: #F5F5F5;
	border-radius: 50%;
	overflow: hidden;
}

#impression .list .head .txt {
	flex: 1;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}

#impression .list .head .txt .name {
	font-size: 1.9rem;
	font-weight: bold;
}

#impression .list .head .txt .position {
	font-size: 1.1rem;
	font-weight: bold;
}

#impression .list .tit {
	padding-top: 15px;
	color: #ce0202;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}

#impression .list .txt {
	margin-top: 13px;
}

@media all and (min-width: 600px) {
	#impression:before {
		top: 0;
		height: 100%;
		background-image: url("../img/performance/bg_performance01_pc.png");
	}
	#impression:after {
		bottom: -8%;
		height: 400px;
		-webkit-transform: skewY(-6deg);
		transform: skewY(-6deg);
	}
	#impression .wrapperInner {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#impression .list .item {
		position: relative;
		padding: 45px 60px;
		background: #fff;
	}
	#impression .list .item + .item {
		margin-top: 30px;
	}
	#impression .list .head .img {
		position: absolute;
		top: 50%;
		left: 60px;
		transform: translate(0, -50%);
		width: 230px;
		margin-right: 0;
	}
	#impression .list .head .txt {
		padding: 0 0 10px;
		margin-top: 0;
		margin-left: 270px;
	}
	#impression .list .head .txt .name {
		display: inline-block;
		vertical-align: baseline;
		font-size: 2.6rem;
	}
	#impression .list .head .txt .position {
		display: inline-block;
		vertical-align: baseline;
		font-size: 1.8rem;
	}
	#impression .list .tit {
		padding-top: 17px;
		margin-left: 270px;
		font-size: 2rem;
	}
	#impression .list .txt {
		margin-top: 13px;
		margin-left: 270px;
	}
}
