@charset "utf-8";
/********************
/* まごころ弁当について
********************/
#top_about{
	width: 100%;
	overflow: hidden;
	padding: 8rem 0;
	position: relative;
}
.about_text-wrap{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	top: -3px;
}
.about_text{
	display: inline-block;
	white-space: nowrap;
	font-size: 4.666rem;
	letter-spacing: -0.01em;
	line-height: 1;
	color: #fff;
	animation: about_text 20s linear infinite;
}
.about_text span{
	margin-right: 50px;
}
@keyframes about_text {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}
.top_about_inner{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 670px;
}
.top_about_inner::before{
	position: absolute;
	content: "";
	width: 670px;
	height: 670px;
	border-radius: 50%;
	background-color: #fff;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.about_img1, .about_img2{
	position: absolute;
}
.about_img1{
	width: 31.538%;
	top: -1.492%;
	right: 6.41%;
}
.about_img2{
	width: 30.128%;
	left: 6.41%;
	bottom: -5.074%;
}
.about_contents .txt_block{
	text-align: justify;
}
#top_about .vm{
	margin-top: 3.7rem;
}

/********************
/* お弁当献立例
********************/
.top_lineup_img {
	margin-bottom: 3.933rem;
}
#top_lineup .txt_block{
	text-align: justify;
}
.lineup-swiper{
	width: 100%;
	margin-left: auto;
	overflow: hidden;
	padding-left: 6.41%;
	padding-bottom: 30px;
	margin-top: 3.7rem;
}
.lineup-swiper .swiper-slide {
	width: 74.35%;
}
.lineup-swiper .swiper-slide:last-child{
	margin-right: 6.41% !important;
}
.lineup-swiper .swiper-scrollbar{
	width: 76.923%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	overflow: visible;
	margin-top: 3.133rem;
}
.lineup-swiper .swiper-scrollbar-drag{
	position: relative;
	background-color: #622000 !important;
	opacity: 1 !important;
	height: 100% !important;
	border-radius: 3px;
	z-index: 1;
}
.lineup_img{
	margin-bottom: 0.933rem;
}
.lineup_img img{
	border-radius: 20px;
}
.bento_name{
	color: #962828;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0.566rem;
}
.bento_menu{
	font-size: 1rem;
	line-height: 1.46;
	margin-bottom: 0;
}
#top_lineup .vm{
	margin-top: 4rem;
}

/********************
/* 配達エリア
********************/
#top_area{
	margin-top: 6.666rem;
	padding-bottom: 18.733rem;
	position: relative;
}
#top_area::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-image: url("../images/area_bg.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: -1;
}
.top_area_img {
	margin-bottom: 3.933rem;
}
#top_area .txt_block{
	text-align: justify;
}
.area_btn{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 4rem;
}
.area_btn .vm + .vm{
	margin-top: 8px;
}

/********************
/* 環境への取り組み
********************/
#top_sdgs{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 13px;
	margin-top: -7.666rem;
}
.top_sdgs_inner{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 870px;
}
.top_sdgs_inner::before{
	position: absolute;
	content: "";
	width: 890px;
	height: 870px;
	border-radius: 50%;
	background-color: #fff;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.sdgs_img{
	position: absolute;
	width: 31.538%;
	top: -1.492%;
	right: 6.41%;
}
.sdgs_contents{
	width: 100%;
}
.sdgs_contents .txt_block{
	text-align: justify;
}
.sdgs-scroller{
	width: 100%;
	overflow: hidden;
}
.sdgs-track{
	display: flex;
	width: max-content;
	animation-name: scroll-left;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	will-change: transform;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
.sdgs-scroller-row1{
	margin-top: 3.2rem;
}
.sdgs-scroller-row2{
	margin-top: 6px;
}
.sdgs-scroller-row2 .sdgs-track {
	animation-direction: reverse; /* 逆方向スクロール */
}
.sdgs-track img {
	width: 80px;
	margin-right: 6px;
	flex-shrink: 0;
}
@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-50%));
	}
}
#top_sdgs .vm{
	margin-top: 3.7rem;
}
