.image-common {
	width: 100%;
	display: block;
	object-fit: cover;
}

.object-common {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.vrac-container {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 1.6rem;
	font-feature-settings: 'palt'
}

@media only screen and (min-width: 769px) {
	.vrac-wrapper {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.vrac-wrapper {
		padding: 0 15px;
		max-width: 375px;
		margin: 0 auto;
	}

	.image-common {
		height: auto;
	}

	.vrac-container {
		margin-bottom: -38px;
	}
}

.is-noto {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

.is-oswald {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.section-vrac-keyvisual {
	position: relative;
}

.section-vrac-keyvisual .keyvisual-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #075690;
	text-align: center;
}

.section-vrac-keyvisual .keyvisual-title .title-line {
	display: block;
	background: #fff;
}

.section-vrac-keyvisual .keyvisual-title .line-end {
	margin-right: -.75em;
	display: inline-block;
	background: transparent;
}

.section-vrac-keyvisual .banner-description {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.section-vrac-keyvisual .keyvisual-background {
		display: flex;
		width: 100%;
		height: 415px;
	}

	.section-vrac-keyvisual .keyvisual-image {
		width: 50%;
	}

	.section-vrac-keyvisual .keyvisual-title {
		font-size: 2.5rem;
		line-height: 1;
		letter-spacing: .15em;
		top: calc(51% - 1px);
		width: 490px;
	}

	.section-vrac-keyvisual .keyvisual-title .title-line {
		padding: 1px 6px 5px;
	}

	.section-vrac-keyvisual .keyvisual-title span:not(:last-child) {
		margin-bottom: 17px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.section-vrac-keyvisual .keyvisual-title {
		font-size: 1.8rem;
		letter-spacing: .15em;
		width: 100%;
		padding: 0 4px;
		line-height: 1.25;
		top: calc(47% - 1px);
		max-width: 375px;
	}

	.section-vrac-keyvisual .keyvisual-title .title-line {
		padding: 0 10px;
		line-height: 1.22;
	}

	.section-vrac-keyvisual .keyvisual-title .title-line:not(:last-child) {
		margin-bottom: 10px;
	}
}

.section-vrac-banner {
	text-align: center;
	background: #075691;
	color: #fff;
}

.section-vrac-banner .block-text {
	font-weight: 700;
	margin-bottom: 0;
}

.section-vrac-banner .banner-video {
	position: relative;
}

.section-vrac-banner .banner-video::before {
	content: "";
	position: absolute;
	display: block;
	background: #fff;
	width: 100%;
}

.section-vrac-banner .banner-video .video-link {
	position: relative;
	display: inline-block;
	background-color: #fff;
}

.section-vrac-category .item-power .power-icon img {
	object-fit: contain;
}

@media only screen and (min-width: 769px) {
	.section-vrac-banner {
		padding-top: 53px;
	}

	.section-vrac-banner .banner-title {
		font-size: 4rem;
		margin-bottom: 25px;
		letter-spacing: .1em;
	}

	.section-vrac-banner .banner-text p {
		font-size: 1.8rem;
		line-height: calc(40 / 18);
		letter-spacing: .1em;
	}

	.section-vrac-banner .section-image {
		padding-bottom: 50px;
	}

	.section-vrac-banner .banner-video {
		width: 100%;
		margin-top: 62px;
	}

	.section-vrac-banner .banner-video::before {
		top: calc(50% - 2px);
		bottom: -1px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.section-vrac-banner {
		padding-top: 50px;
	}

	.section-vrac-banner .banner-title {
		font-size: 2.3rem;
		margin-bottom: 11px;
		letter-spacing: .2em;
	}

	.section-vrac-banner .banner-text p {
		line-height: 2.05;
		letter-spacing: .1em;
	}

	.section-vrac-banner .banner-video {
		width: 100%;
		margin-top: 50px;
	}

	.section-vrac-banner .banner-video::before {
		top: calc(50% - 2px);
		bottom: -1px;
	}
}

.section-vrac-category {
	overflow: hidden;
}

.section-vrac-category .title-primary {
	position: relative;
	font-weight: 700;
	color: #075690;
	text-align: center;
}

.section-vrac-category .title-primary::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #075691;
}

.section-vrac-category .category-list {
	list-style: none;
}

.section-vrac-category .category-item a {
	display: flex;
	background: #e9e9e9;
	align-items: center;
	text-decoration: none;
}

.section-vrac-category .category-item .item-number {
	background: #075691;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	color: #fff;
}

.section-vrac-category .category-item .item-content {
	color: #075690;
	flex: 1;
}

.section-vrac-category .section-list {
	list-style: none;
}

.section-vrac-category .intro-common {
	position: relative;
}

.section-vrac-category .intro-common .item-number {
	background: #075691;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	letter-spacing: .075em;
}

.section-vrac-category .intro-common .title-secondary {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.section-vrac-category .list-item .item-detail {
	background-color: #4B4B4C;
	color: #fff;
}

.section-vrac-category .list-item .item-title-secondary {
	font-weight: 700;
	position: relative;
	text-align: center;
}

.section-vrac-category .list-item .item-title-secondary::after {
	content: '';
	position: absolute;
	display: block;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.section-vrac-category .detail-note {
	list-style-type: none;
}

.section-vrac-category .detail-note .note-title {
	font-weight: 700;
	border-bottom: 1px solid #fff;
}

.section-vrac-category .note-list {
	list-style-type: none;
}

.section-vrac-category .note-list.has-flex {
	display: flex;
	flex-wrap: wrap;
}

.section-vrac-category .note-list>li {
	background-color: rgba(255, 255, 255, 0.3);
}

.section-vrac-category .note-list .is-big {
	font-weight: 700;
}

.section-vrac-category .item-inside {
	position: relative;
	color: #fff;
}

.section-vrac-category .detail-note .note-mind {
	display: flex;
}

.section-vrac-category .detail-note .note-mind::before {
	content: '※';
}

.section-vrac-category .item-inside .inside-title {
	font-weight: 700;
	position: absolute;
}

.section-vrac-category .item-inside .inside-text {
	position: absolute;
}

.section-vrac-category .item-list {
	list-style: none;
}

.section-vrac-category .is-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.section-vrac-category .is-list>li {
	text-align: center;
}

.section-vrac-category .is-list>li::before {
	display: none;
}

.section-vrac-category .is-list ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.section-vrac-category .is-list ul>li {
	width: calc(100% / 2);
}

.section-vrac-category .is-list .list-title {
	font-weight: 700;
	color: #075691;
}

.section-vrac-category .item-wrapper {
	position: relative;
}

.section-vrac-category .item-wrapper::before {
	content: '';
	position: absolute;
	left: 50%;
	width: 77px;
	height: 77px;
	transform: rotate(-45deg);
	transform-origin: 0 100%;
	background-color: #fff;
}

.section-vrac-category .is-first .item-block {
	background: #5089CF;
	text-align: center;
	color: #fff;
	position: relative;
}

.section-vrac-category .is-first .item-block::before,
.section-vrac-category .is-first .item-block::after {
	box-sizing: border-box;
	content: " ";
	position: absolute;
	display: block;
	width: 50%;
}

.section-vrac-category .is-first .item-block::before {
	left: 0;
	border-left: 0;
}

.section-vrac-category .is-first .item-block::after {
	right: 0;
	border-right: 0;
}

.section-vrac-category .is-first .item-title {
	font-weight: 700;
	display: flex;
	line-height: .7;
	justify-content: center;
}

.section-vrac-category .is-first .has-background {
	background-color: #fff;
	color: #075690;
}

.section-vrac-category .is-first .item-list {
	text-align: left;
}

.section-vrac-category .is-first .block-list>li::before {
	content: '※';
}

.section-vrac-category .block-title {
	font-weight: 700;
	margin-bottom: 0;
}

.section-vrac-category .item-banner {
	margin: 0 auto;
}

.section-vrac-category .percent-wrapper {
	text-align: center;
	position: relative;
}

.section-vrac-category .percent-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.section-vrac-category .is-blue {
	background: #5089CF;
}

.section-vrac-category .is-yellow {
	background: #d4b680;
}

.section-vrac-category .percent-text {
	color: #fff;
	font-weight: 700;
	position: relative;
}

.section-vrac-category .percent-number {
	color: #fff;
	font-weight: 700;
}

.section-vrac-category .item-percent .percent-caption {
	text-align: center;
}

.section-vrac-category .item-percent .percent-caption span {
	position: relative;
	display: inline-block;
}

.section-vrac-category .item-percent .percent-caption::before {
	content: '※';
}

.section-vrac-category .item-power {
	background: #508ad0;
	text-align: center;
	color: #fff;
}

.section-vrac-category .item-power .vrac-wrapper {
	display: flex;
	justify-content: center;
}

.section-vrac-category .item-power .power-block {
	text-align: left;
}

.section-vrac-category .item-power .power-title {
	font-weight: 700;
	border-bottom: 1px solid;
}

.section-vrac-category .is-first .block-list {
	text-align: left;
}

.section-vrac-category .is-first .block-list li {
	display: flex;
}

.section-vrac-category .is-fourth .item-description {
	text-align: center;
}

.section-vrac-category .is-fourth .item-intro .item-image {
	display: flex;
}

@media only screen and (min-width: 769px) {
	.section-vrac-category {
		padding-top: 98px;
		padding-bottom: 86px;
	}

	.section-vrac-category .title-primary {
		font-size: 2.5rem;
		letter-spacing: .075em;
	}

	.section-vrac-category .title-primary::after {
		width: 80px;
		height: 5px;
		bottom: -14px;
	}

	.section-vrac-category .category-list {
		margin-bottom: 109px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.section-vrac-category .category-item {
		width: calc(100% / 2 - 20px);
		margin-bottom: 40px;
		align-items: center;
	}

	.section-vrac-category .category-item .item-number {
		width: 70px;
		min-height: 70px;
		height: 100%;
		font-size: 3.5rem;
		letter-spacing: .075em;
		padding-left: 4px;
	}

	.section-vrac-category .category-item .item-content {
		padding: 3px 10px 0;
		font-size: 2rem;
		line-height: calc(28 / 20);
		text-align: center;
		letter-spacing: .075em;
	}

	.section-vrac-category .list-item:not(:last-child) {
		margin-bottom: 201px;
	}

	.section-vrac-category .intro-common .item-number {
		width: 100px;
		height: 100px;
		font-size: 5rem;
		top: -50px;
		padding: 0 0 4px 5px;
	}

	.section-vrac-category .intro-common .title-secondary {
		font-size: 2.5rem;
		letter-spacing: .1em;
		width: 100%;
		padding: 0 20px;
		top: 50%;
	}

	.section-vrac-category .list-item .item-title-secondary {
		font-size: 2.5rem;
		margin-bottom: 83px;
		letter-spacing: .075em;
	}

	.section-vrac-category .list-item .item-title-secondary::after {
		bottom: -14px;
		width: 80px;
		height: 5px;
	}

	.section-vrac-category .list-item .item-detail {
		padding: 91px 0 100px;
	}

	.section-vrac-category .list-item .item-detail .item-image {
		width: 882px;
		margin-left: 37px;
		margin-bottom: 98px;
	}

	.section-vrac-category .detail-note {
		padding: 0 40px;
	}

	.section-vrac-category .detail-note .note-title {
		font-size: 1.8rem;
		letter-spacing: .1em;
		line-height: calc(23 / 18);
		padding-bottom: 11px;
		margin-bottom: 20px;
	}

	.section-vrac-category .detail-note .note-item:not(:last-child) {
		margin-bottom: 48px;
	}

	.section-vrac-category .detail-note .note-mind {
		font-size: 1.4rem;
		letter-spacing: .025em;
		margin: 15px 0 -5px;
	}

	.section-vrac-category .note-list .is-big {
		font-size: 1.8rem;
		letter-spacing: .1em;
	}

	.section-vrac-category .note-list .is-small {
		letter-spacing: .025em;
	}

	.section-vrac-category .note-list:not(.has-flex)>li {
		padding: 5px 15px 7px 15px;
	}

	.section-vrac-category .note-list:not(.has-flex)>li:not(:last-child) {
		margin-bottom: 15px;
	}

	.section-vrac-category .note-list:not(.has-flex) .is-big {
		margin-bottom: -1px;
	}

	.section-vrac-category .note-list.has-flex>li {
		padding: 2px 13px 1px 14px;
	}

	.section-vrac-category .note-list.has-flex>li:not(:last-child) {
		margin-right: 20px;
		margin-bottom: 0;
	}

	.section-vrac-category .is-first .item-block::before,
	.section-vrac-category .is-first .item-block::after {
		top: -30px;
		height: 30.5px;
		border-bottom: 1px solid #5089CF;
		transform-origin: bottom right;
		background: #5089CF;
		transform: skewX(58.5deg);
	}

	.section-vrac-category .is-first .item-block::after {
		transform: skewX(-58.5deg);
		transform-origin: bottom left;
	}

	.section-vrac-category .item-inside .image-wrapper {
		background: url("/img/product/system_kitchen/range_food/vrac/vrac_background_005.jpg") center center / cover no-repeat;
	}

	.section-vrac-category .item-inside img {
		object-fit: contain;
	}

	.section-vrac-category .item-inside .inside-title {
		font-size: 2.5rem;
		letter-spacing: .075em;
		top: 30px;
		left: calc(50% - 411px);
	}

	.section-vrac-category .item-inside .inside-text {
		text-align: right;
		bottom: 73px;
		right: calc(50% - 411px);
		letter-spacing: .025em;
	}

	.section-vrac-category .block-title {
		font-size: 2.5rem;
		line-height: 1.875;
	}

	.section-vrac-category .item-wrapper {
		margin-bottom: 20px;
	}

	.section-vrac-category .item-wrapper::before {
		bottom: -60px;
	}

	.section-vrac-category .is-first .item-block {
		padding: 63px 0 45px;
		position: relative;
		margin-bottom: 100px;
	}

	.section-vrac-category .is-first .item-title {
		font-size: 3rem;
		letter-spacing: .1em;
		margin-bottom: 25px;
	}

	.section-vrac-category .is-first .has-background {
		line-height: 1;
		position: relative;
		top: -11px;
		padding: 1px 5px 0 7px;
		margin: 0 13px 0 10px;
	}

	.section-vrac-category .is-first .item-text {
		letter-spacing: .025em;
		line-height: calc(25 / 16);
		margin-bottom: 24px;
	}

	.section-vrac-category .is-first .block-list {
		padding: 0 40px;
	}

	.section-vrac-category .is-first .block-list>li {
		font-size: 1.3rem;
	}

	.section-vrac-category .is-first .block-list>li::before {
		margin-right: 3px;
	}

	.section-vrac-category .is-first .has-background .is-oswald {
		font-weight: 500;
		font-size: 3.6rem;
		margin-right: 3px;
	}

	.section-vrac-category .is-first .has-background .is-text {
		position: relative;
		top: -3px;
	}

	.ts-img80 {
		width: 91%;
	}

	.section-vrac-category .is-second .item-intro {
		margin-bottom: 100px;
	}

	.section-vrac-category .item-banner {
		width: 820px;
		padding: 100px 0 149px;
	}

	.section-vrac-category .list-wrapper {
		width: 770px;
		margin: 0 auto 60px;
	}

	.section-vrac-category .list-wrapper.is-one {
		padding: 30px 25px 1px;
	}

	.section-vrac-category .is-list {
		margin: 0 -50px;
	}

	.section-vrac-category .is-list>li {
		padding: 0 25px;
		margin-bottom: 39px;
		width: calc(100% / 2);
	}

	.section-vrac-category .is-list ul {
		margin: 0 -5px 6px;
	}

	.section-vrac-category .is-list ul>li {
		padding: 0 5px;
	}

	.section-vrac-category .is-list .is-modify>li {
		width: calc(100% / 3);
	}

	.section-vrac-category .is-list .list-title {
		font-size: 1.8rem;
		margin-bottom: 6px;
		letter-spacing: .025em;
	}

	.section-vrac-category .is-list p:last-child {
		margin-bottom: 0;
	}

	.section-vrac-category .is-two {
		padding: 10px 0 6px;
		margin-bottom: 57px;
	}

	.section-vrac-category .is-two .item-list {
		margin: 0 -46px;
	}

	.section-vrac-category .list-image {
		width: 340px;
		margin: 0 auto;
	}

	.section-vrac-category .list-image img {
		width: 100%;
	}

	.section-vrac-category .item-percent {
		display: grid;
	}

	.section-vrac-category .percent-wrapper {
		margin-bottom: 20px;
		padding: 28px 33px 30px;
		grid-row: 1;
	}

	.section-vrac-category .percent-wrapper::before {
		width: 100vw;
		height: 100%;
	}

	.section-vrac-category .percent-wrapper.is-blue {
		padding-left: calc(50% - 133px);
	}

	.section-vrac-category .percent-wrapper.is-blue::before {
		background: #508ad0;
		right: calc(100% - 1px);
		left: auto;
	}

	.section-vrac-category .percent-wrapper.is-yellow {
		padding-right: calc(50% - 130px);
	}

	.section-vrac-category .percent-wrapper.is-yellow::before {
		background: #d4b680;
		left: calc(100% - 1px);
		right: auto;
	}

	.section-vrac-category .percent-wrapper .percent-image {
		width: 80px;
		margin: 0 auto 17px;
	}

	.section-vrac-category .item-percent {
		padding-top: 27px;
		margin-bottom: 95px;
	}

	.section-vrac-category .percent-text {
		font-size: 1.8rem;
		letter-spacing: .2em;
	}

	.section-vrac-category .percent-text::before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		background: url("/img/product/system_kitchen/range_food/vrac/icn_004.svg") no-repeat center/cover;
		margin: 0 auto;
		bottom: -9px;
		height: 8px;
		width: 165px;
	}

	.section-vrac-category .item-percent .percent-caption {
		letter-spacing: .025em;
		position: relative;
		left: 50%;
	}

	.section-vrac-category .is-third .item-intro {
		margin-bottom: 98px;
	}

	.section-vrac-category .is-third .item-common-list {
		margin-bottom: 98px;
	}

	.section-vrac-category .is-third .item-power figure:first-child {
		margin-bottom: 29px;
	}

	.section-vrac-category .is-fourth .is-more {
		margin-bottom: 120px;
	}

	.section-vrac-category .is-fourth .item-intro {
		margin-bottom: 90px;
	}

	.section-vrac-category .is-fourth .item-wrapper {
		padding: 0 40px;
	}

	.section-vrac-category .is-list .is-modify {
		margin: 0 -96px 6px;
	}

	.info-common-block {
		margin-bottom: 20px;
	}

	.section-vrac-category .item-power {
		padding: 40px 30px 38px;
		margin-bottom: 101px;
	}

	.section-vrac-category .item-power .power-block {
		width: 402px;
		margin-right: 50px;
	}

	.is-mac .section-vrac-category .item-power .power-block {
		width: 425px;
	}

	.section-vrac-category .item-power .power-title {
		font-size: 2.5rem;
		letter-spacing: .1em;
		line-height: 1.6;
		margin-bottom: 11px;
	}

	.section-vrac-category .item-power .is-number {
		font-size: 4rem;
		letter-spacing: .01em;
		position: relative;
		top: 4px;
		margin-left: 1px;
		font-weight: 700;
	}

	.section-vrac-category .item-power .power-text {
		letter-spacing: .05em;
		line-height: calc(25 / 16);
	}

	.section-vrac-category .item-power .power-icon {
		width: 96px;
	}

	.section-vrac-category .is-fourth .is-background {
		width: 50%;
	}

	.section-vrac-category .item-description {
		margin-bottom: 102px;
	}

	.section-vrac-category .item-description .item-title {
		margin-bottom: 41px;
	}

	.section-vrac-category .item-description .item-detal {
		line-height: 1.6;
		margin-bottom: 45px;
	}

	.section-vrac-category .item-description .item-thumbnail {
		width: 670px;
		margin: 0 auto;
	}

	.section-vrac-category .percent-block {
		margin-bottom: 28px;
	}

	.section-vrac-category .percent-number {
		width: 144px;
		margin: 0 auto;
	}

	.section-vrac-category .percent-number .is-number {
		font-size: 6.8rem;
		margin-right: -6px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.section-vrac-category {
		padding: 56px 0 53px;
	}

	.section-vrac-category .title-primary {
		font-size: 1.8rem;
		letter-spacing: .075em;
		line-height: 1.6;
	}

	.section-vrac-category .title-primary::after {
		width: 40px;
		height: 3px;
		bottom: -11px;
	}

	.section-vrac-category .wrapper .item-title {
		padding: 105px 0 102px;
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: -.05em;
	}

	.section-vrac-category .wrapper .item-title::before {
		bottom: 80px;
		left: 50%;
		width: 80px;
		height: 5px;
		transform: translateX(-50%);
	}

	.section-vrac-category .wrapper .item-title span {
		padding: 0 10px;
		margin-right: 10px;
	}

	.section-vrac-category .category-list {
		margin-bottom: 101px;
		padding: 0 17px 0 18px;
	}

	.section-vrac-category .category-item:not(:last-child) {
		margin-bottom: 15px;
	}

	.section-vrac-category .category-item .item-content {
		padding: 7px 15px 5px 15px;
		line-height: 1.45;
		letter-spacing: .05em;
		align-self: center;
	}

	.section-vrac-category .category-item .item-number {
		padding: 0 10px 2px;
		font-size: 2.9rem;
		letter-spacing: .075em;
		line-height: calc(75 / 58);
		font-weight: 300;
		min-height: 57px;
		min-width: 57px;
	}

	.section-vrac-category .section-list {
		margin-top: -26px;
	}

	.section-vrac-category .intro-common .item-number {
		font-size: 2.5rem;
		padding: 11px 13px 14px 15px;
		top: -25px;
		line-height: 1;
		width: 50px;
		height: 50px;
		letter-spacing: .075em;
	}

	.section-vrac-category .list-item .title-secondary {
		font-size: 1.8rem;
		letter-spacing: .1em;
		width: 100%;
		padding: 0 10px;
		top: 52%;
		text-shadow: 1px 0px 10px rgba(0,0,0,.8);
		line-height: calc(60 / 36);
	}

	.section-vrac-category .list-item:not(:last-child) {
		margin-bottom: 99px;
	}

	.section-vrac-category .list-item .item-detail {
		padding-top: 54px;
		padding-bottom: 60px;
	}

	.section-vrac-category .list-item .item-title-secondary {
		font-size: 1.8rem;
		margin-bottom: 54px;
		letter-spacing: .075em;
		line-height: calc(60 / 36);
	}

	.section-vrac-category .list-item .item-title-secondary::after {
		bottom: -10px;
		width: 40px;
		height: 3px;
	}

	.section-vrac-category .list-item .item-detail .item-image {
		margin-bottom: 45px;
		padding-right: 3px;
	}

	.section-vrac-category .detail-note .note-title {
		font-size: 1.8rem;
		line-height: calc(54 / 36);
		padding-bottom: 9px;
		margin-bottom: 14px;
		text-align: center;
		letter-spacing: .1em;
	}

	.section-vrac-category .detail-note .note-title.is-narrow {
		letter-spacing: .01em;
	}

	.section-vrac-category .note-list .is-big {
		font-size: 1.8rem;
		letter-spacing: .1em;
		text-align: center;
	}

	.section-vrac-category .note-list .is-small {
		margin-top: 2px;
		line-height: calc(53 / 32);
	}

	.section-vrac-category .note-list.has-flex {
		justify-content: center;
	}

	.section-vrac-category .note-list.has-flex>li {
		padding: 3px 15px 1px 16px;
		margin-bottom: 15px;
	}

	.section-vrac-category .note-list.has-flex>li:not(:last-child) {
		margin-right: 14px;
	}

	.section-vrac-category .note-list:not(.has-flex)>li {
		padding: 3px 15px 7px;
	}

	.section-vrac-category .note-list:not(.has-flex)>li:not(:last-child) {
		margin-bottom: 15px;
	}

	.section-vrac-category .note-list.is-modify {
		margin-right: -14px;
	}

	.section-vrac-category .note-list.is-modify>li {
		padding: 3px 10px 1px 13px;
	}

	.section-vrac-category .detail-note .note-mind {
		font-size: 1.1rem;
		margin: 14px 0 91px;
		line-height: calc(28 / 22);
	}

	.section-vrac-category .detail-note .note-mind::before {
		margin-right: 4px;
	}

	.section-vrac-category .detail-note .note-item:not(:last-child) {
		margin-bottom: 32px;
	}

	.section-vrac-category .item-inside {
		margin-bottom: -2px;
	}

	.section-vrac-category .item-inside .inside-title {
		font-size: 1.8rem;
		letter-spacing: .075em;
		top: 9px;
	}

	.section-vrac-category .item-inside .inside-text {
		bottom: 39px;
		left: calc(50% - 161px);
		letter-spacing: .025em;
	}

	.section-vrac-category .is-first .item-block {
		padding-top: 38px;
		padding-bottom: 23px;
		margin-bottom: 50px;
	}

	.section-vrac-category .is-first .item-title {
		font-size: 1.8rem;
		letter-spacing: .1em;
		margin-bottom: 16px;
	}

	.section-vrac-category .is-first .has-background {
		position: relative;
		top: -7px;
		line-height: .9;
		padding: 1px 3px 1px 5px;
		margin: 0 7px;
	}

	.section-vrac-category .is-first .has-background .is-oswald {
		font-weight: 500;
		font-size: 2.15rem;
	}

	.section-vrac-category .is-first .item-text {
		line-height: calc(65 / 32);
		margin-bottom: 18px;
		letter-spacing: .1em;
	}

	.section-vrac-category .item-block .block-list>li {
		line-height: calc(28 / 22);
		font-size: 1.1rem;
	}

	.section-vrac-category .item-block .block-list>li::before {
		margin-right: 3px;
	}

	.section-vrac-category .item-block .block-list>li:not(:last-child) {
		margin-bottom: 3px;
	}

	.section-vrac-category .is-first .item-block::before,
	.section-vrac-category .is-first .item-block::after {
		border-bottom: 15px solid #5089CF;
		top: -14px;
	}

	.section-vrac-category .is-first .item-block::after {
		border-left: 25px solid transparent;
	}

	.section-vrac-category .is-first .item-block::before {
		border-right: 25px solid transparent;
	}

	.section-vrac-category .is-second .item-intro {
		margin-bottom: 58px;
	}

	.section-vrac-category .is-fourth .item-intro {
		margin-bottom: 55px;
	}

	.section-vrac-category .item-description .item-title {
		margin-bottom: 40px;
	}

	.section-vrac-category .item-description .item-detal {
		padding: 0 30px;
		line-height: calc(65 / 32);
		margin-bottom: 31px;
	}

	.section-vrac-category .is-fourth .item-description {
		margin-bottom: 60px;
	}

	.section-vrac-category .percent-number {
		font-size: 3.1rem;
		line-height: 1.5;
	}

	.section-vrac-category .percent-number .is-number {
		font-size: 5.2rem;
		margin-right: -7px;
	}
}

.info-common-block {
	text-align: center;
}

.info-common-block .info-title {
	font-weight: 700;
}

.info-common-block .info-title .is-top {
	color: #fff;
	background-color: #075690;
	position: relative;
}

.info-common-block .info-title .is-top::after {
	content: '';
	display: inline-block;
	background-color: #075690;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.info-common-block .info-title .is-bottom {
	display: block;
}

@media only screen and (min-width: 769px) {
	.info-common-block .info-title {
		font-size: 2.5rem;
		letter-spacing: .075em;
		margin-bottom: 41px;
	}

	.info-common-block .info-title .is-top {
		display: inline-block;
		padding: 9px 15px 6px 15px;
		line-height: calc(29.46 / 25);
		margin-bottom: 25px;
	}
	.info-common-block .info-title .is-top.is-modify {
		padding-left: 20px;
	}

	.info-common-block .info-title .is-top::after {
		width: 30px;
		height: 25px;
		bottom: -21px;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}

	.info-common-block .info-title .is-bottom::after {
		bottom: -14px;
		width: 80px;
		height: 5px;
	}

	.info-common-block .info-detail p {
		line-height: calc(25 / 16);
		letter-spacing: .025em;
	}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.info-common-block .info-title {
		font-size: 1.8rem;
		letter-spacing: .075em;
		margin-bottom: 43px;
	}

	.info-common-block .info-title .is-top {
		display: inline-block;
		padding: 6px 11px 5px 10px;
		line-height: calc(42.6 / 36);
		margin-bottom: 21px;
	}
	.info-common-block .info-title .is-top.is-modify {
		padding-left: 15px;
	}

	.info-common-block .info-title .is-top::after {
		width: 21px;
		height: 18px;
		bottom: -15px;
		clip-path: polygon(50% 100%, 0 0, 100% 0);
	}

	.info-common-block .info-detail {
		padding: 0 14px;
		margin-bottom: 25px;
	}

	.info-common-block .info-detail p {
		line-height: calc(65 / 32);
		letter-spacing: .1em;
	}

	.section-vrac-category .is-list .list-title {
		font-size: 1.65rem;
		margin-bottom: 2px;
	}

	.section-vrac-category .is-list ul {
		margin: 0 48.5px -1px;
		justify-content: center;
	}

	.section-vrac-category .is-list>li:not(:last-child) {
		margin-bottom: 21px;
	}

	.section-vrac-category .is-list ul>li {
		padding: 0 4px 0 3px;
		margin-bottom: 6px;
	}

	.section-vrac-category .is-list p:last-child {
		letter-spacing: .025em;
	}

	.section-vrac-category .list-wrapper.is-one {
		margin-bottom: 47px;
	}

	.section-vrac-category .is-two {
		margin-bottom: 47px;
	}

	.section-vrac-category .is-two .is-list {
		margin: 0 73px;
	}

	.section-vrac-category .is-two .is-list>li:not(:last-child) {
		margin-bottom: 29px;
	}

	.section-vrac-category .item-percent {
		padding-top: 27px;
		margin-bottom: 46px;
	}

	.section-vrac-category .item-percent .percent-wrapper {
		display: flex;
		align-items: center;
		padding: 5px 18px 12px;
	}

	.section-vrac-category .item-percent .percent-image {
		width: 58px;
		margin: 0 auto -6px;
	}

	.section-vrac-category .item-percent .percent-block,
	.section-vrac-category .item-percent .percent-number {
		width: 50%;
	}

	.section-vrac-category .item-percent .percent-block {
		padding: 0 40px 4px;
		position: relative;
	}

	.section-vrac-category .item-percent .percent-block::after {
		content: '';
		background: url("/img/product/system_kitchen/range_food/vrac/icn_005.svg") no-repeat center/100% auto;
		width: 6px;
		height: 94%;
		display: inline-block;
		top: 6px;
		position: absolute;
		right: -5px;
	}

	.section-vrac-category .item-percent .percent-text {
		font-size: 1.65rem;
		line-height: calc(50 / 33);
		letter-spacing: .2em;
	}

	.section-vrac-category .item-percent .percent-number {
		padding: 0 20px;
		position: relative;
		left: 16px;
		width: 151px;
		top: 2px;
	}

	.section-vrac-category .item-percent .is-yellow {
		margin-bottom: 8px;
	}

	.section-vrac-category .item-percent .percent-caption {
		font-size: 1.1rem;
		letter-spacing: .025em;
	}

	.section-vrac-category .is-third .item-intro {
		margin-bottom: 60px;
	}

	.section-vrac-category .item-power {
		margin: 50px 0 50px;
		padding: 13px 0 17px;
	}

	.section-vrac-category .item-power .power-title {
		font-size: 1.65rem;
		padding-bottom: 2px;
		margin-bottom: 10px;
		letter-spacing: .1em;
	}

	.section-vrac-category .item-power .is-number {
		font-size: 2.6rem;
		position: relative;
		top: 1px;
		margin-right: -2px;
	}

	.section-vrac-category .item-power .power-block {
		width: 77%;
		margin-right: 23px;
	}

	.is-iphone .section-vrac-category .item-power .power-title {
		letter-spacing: 0;
	}

	.section-vrac-category .item-power .power-icon {
		width: 56px;
		height: 82px;
		position: relative;
		top: 18px;
	}

	.power-text {
		line-height: 1.68;
	}
}

.item-common-list .item-content {
	background-color: #E8E8E8;
	height: max-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.item-common-list.is-divide .item-image {
	display: flex;
	position: relative;
}

.item-common-list.is-divide .item-image::after {
	content: '';
	background: url("/img/product/system_kitchen/range_food/vrac/icn_006.png") no-repeat center/100% auto;
	position: absolute;
	left: 50%;
}

.item-common-list>li .item-image {
	border: 1px solid #075690;
}

@media only screen and (min-width: 769px) {
	.item-common-list {
		margin: 0 40px;
	}

	.item-common-list>li {
		display: flex;
		align-items: center;
	}

	.item-common-list>li:not(:last-child) {
		margin-bottom: 97px;
	}

	.item-common-list>li:nth-child(even) .item-image {
		order: 1;
	}

	.item-common-list>li:nth-child(even) .item-content {
		order: 0;
	}

	.item-common-list .title-primary {
		margin-bottom: 40px;
	}

	.item-common-list .content-title::after {
		bottom: -14px;
		width: 80px;
		height: 5px;
	}

	.item-common-list .item-content {
		min-height: 220px;
		position: relative;
		padding: 27px 27px 33px;
	}

	.item-common-list.is-divide .item-content {
		width: 400px;
	}

	.item-common-list .content-detail {
		letter-spacing: .05em;
		padding: 0 2px 0 13px;
	}

	.item-common-list .content-detail p {
		line-height: 1.6;
	}

	.item-common-list.is-more .item-image figure {
		height: 280px;
		width: 370px;
	}

	.item-common-list.is-divide .item-image {
		height: 280px;
		width: 420px;
	}

	.item-common-list.is-divide .item-image figure {
		width: 50%;
	}

	.item-common-list.is-divide .item-image::after {
		width: 146px;
		height: 124px;
		top: -6px;
		margin-left: -73px;
	}

	.item-common-list.is-more .item-content {
		width: 450px;
	}

	.item-common-list.is-more .item-content {
		padding-top: 17px;
		padding-bottom: 16px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.item-common-list.is-divide .item-image::after {
		width: 116px;
		height: 100px;
		top: -4px;
		margin-left: -58px;
		background-image: url("/img/product/system_kitchen/range_food/vrac/icn_006_sp.png")
	}

	.item-common-list .title-primary {
		margin-bottom: 31px;
	}

	.item-common-list .item-content {
		margin: 0 15px;
		padding: 16px 22px 14px;
		min-height: 204px;
	}

	.item-common-list .content-detail p {
		line-height: calc(65 / 32);
		letter-spacing: .05em;
	}

	.item-common-list>li:not(:last-child) {
		margin-bottom: 50px;
	}

	.item-common-list.is-more {
		margin-bottom: 49px;
	}
}

.section-vrac-price .price-intro {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	text-align: center;
}

.section-vrac-price .price-table {
	width: 100%;
	background-color: #fff;
}

.section-vrac-price .price-table th {
	font-weight: 500;
	background-color: #efefef;
}

.section-vrac-price .price-table td {
	text-align: right;
	background-color: #fff;
}

.section-vrac-price .price-list .price-note::before {
	content: '※';
}

@media only screen and (min-width: 769px) {
	.section-vrac-price .price-intro {
		margin-bottom: 20px;
	}

	.section-vrac-price .vrac-wrapper {
		width: 957px;
	}

	.section-vrac-price .price-title {
		font-size: 3.4rem;
		letter-spacing: .01em;
		margin-bottom: -4px;
	}

	.section-vrac-price .price-list .price-note::before {
		margin-right: 2px;
	}

	.section-vrac-price .price-table {
		margin-bottom: 16px;
	}

	.section-vrac-price .price-table td {
		margin-right: 5px;
	}

	.section-vrac-price .price-table td,
	.section-vrac-price .price-table th {
		padding: 12px 18px 8px;
		width: 50%;
		border: 1px solid;
		letter-spacing: .05em;
	}

	.section-vrac-price .price-table th {
		text-align: left;
	}

	.section-vrac-price .price-list .price-note {
		font-size: 1.3rem;
		letter-spacing: .05em;
	}

	.section-vrac-price .price-list .price-note:not(:last-child) {
		margin-bottom: 3px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	.section-vrac-price .price-intro {
		margin-bottom: 21px;
	}

	.section-vrac-price .price-table {
		border: 1px solid #000;
		margin-bottom: 14px;
	}

	.section-vrac-price .price-table tr {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.section-vrac-price .price-table td,
	.section-vrac-price .price-table th {
		padding: 11px 23px 9px;
		letter-spacing: .05em;
	}

	.section-vrac-price .price-title {
		font-size: 2.4rem;
		letter-spacing: .01em;
		margin-bottom: -3px;
	}

	.section-vrac-price .price-text {
		font-size: 1.3rem;
	}

	.section-vrac-price .price-list .price-note {
		font-size: 1.3rem;
	}

	.section-vrac-price .price-list .price-note::before {
		margin-right: 5px;
	}

	.section-vrac-price .price-list .price-note:not(:last-child) {
		margin-bottom: -3px;
	}
}