body#top section .sec-inner {
	padding-bottom: 55px;
	padding-top: 0;
}

body#top section .sec-ttl-box {
	background-color: var(--blue);
	height: 110px;
}

body#top section .sec-ttl-box .content-width {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

body#top section .sec-ttl {
	color: var(--white);
	display: flex;
	flex-direction: column;
	font-size: 4.8rem;
	font-weight: 600;
	line-height: 1;
	text-align: left;
}

body#top section .sec-ttl span {
	color: var(--white);
	font-size: 1.7rem;
	font-weight: 300;
}

@media screen and (max-width: 767px) {
	body#top section .sec-ttl-box {
		height: 80px;
	}
	
	body#top section .sec-ttl {
		font-size: 2.4rem;
		text-align: center;
	}

	body#top section .sec-ttl span {
		font-size: 1.2rem;
	}
}

body#top .section-link {
	background-color: #E3EADF;
}

body#top .section-link .sec-inner {
	padding: 20px 0;
}

body#top .section-link .content-width {
	width: min(100%, 1080px);
}

body#top .section-link .content-box {
	margin-top: 0;
}

body#top .section-link .content-box .link-container {
	background-color: var(--white);
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: center;
	min-height: 68px;
	padding: 0 20px;
}

body#top .section-link .content-box .link-container a {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 15px 0;
	transition: all .2s;
	width: 200px;
}

body#top .section-link .content-box .link-container a + a {
	border-left: 1px solid var(--border-color);
}

body#top .section-link .content-box .link-container a span {
	align-items: center;
	color: var(--green);
	display: flex;
	font-size: 1.5rem;
	font-weight: 500;
	gap: 10px;
	position: relative;
	transition: all .2s;
}

body#top .section-link .content-box .link-container a span::before {
	background-color: var(--green);
	mask-image: url("../images/home/icon_first_time.svg");
	mask-repeat: no-repeat;
	mask-size: contain;
	content: "";
	display: block;
	height: 24px;
	transition: all .2s;
	width: 18px;
}

body#top .section-link .content-box .link-container a.news span::before {
	mask-image: url("../images/home/icon_news.svg");
	height: 27px;
	width: 26px;
}

body#top .section-link .content-box .link-container a.product span::before {
	mask-image: url("../images/home/icon_product.svg");
	height: 24px;
	width: 25px;
}

body#top .section-link .content-box .link-container a.supplier span::before {
	mask-image: url("../images/home/icon_supplier.svg");
	height: 28px;
	width: 23px;
}

body#top .section-link .content-box .link-container a.notice span::before {
	mask-image: url("../images/home/icon_notice.svg");
	height: 23px;
	width: 28px;
}

@media screen and (max-width: 1100px) {
	body#top .section-link .content-box .link-container a {
		width: 250px;
	}
	
	body#top .section-link .content-box .link-container a + a {
		border-left: none;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-link .content-box .link-container {
		flex-direction: column;
		justify-content: flex-start;
		margin-inline: auto;
		padding: 20px 20px 40px;
		width: 80%;
	}
	
	body#top .section-link .content-box .link-container a {
		border-bottom: 1px solid var(--border-color);
		justify-content: flex-start;
		margin-inline: auto;
		margin-bottom: 0;
		max-width: 150px;
		padding-bottom: 15px;
		width: 100%;
	}
	
	body#top .section-link .content-box .link-container a span {
		font-size: 1.4rem;
	}
}

@media (hover: hover) {
	body#top .section-link .content-box .link-container a:hover {
		opacity: 1;
	}
	
	body#top .section-link .content-box .link-container a:hover span {
		font-weight: 700;
	}
	
	body#top .section-link .content-box .link-container a:hover span::before {
		scale: 1.2;
	}
}

body#top .section-overview {
	align-items: center;
	background-image: url("../images/home/overivew_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	height: 450px;
	position: relative;
}

body#top .section-overview .text-box {
	margin-inline: auto;
	width: fit-content;
}

body#top .section-overview .text-box p {
	line-height: 2.2;
	text-align: center;
}

body#top .section-overview .wrap-link {
	margin-inline: auto;
	margin-top: 24px;
	width: fit-content;
}

@media screen and (max-width: 767px) {
	body#top .section-overview {
		height: 380px;
	}
	
	body#top .section-overview .text-box p {
		text-align: left;
	}
}

body#top .section-pick-up {
	display: none;
}

body#top .section-pick-up .content-width {
	overflow-x: hidden;
}

body#top .section-pick-up .content-box {
	position: relative;
}

body#top .section-pick-up .pickup-box {
	display: flex;
	gap: 30px;
}

body#top .section-pick-up .pickup-box a {
	column-gap: 10px;
	display: flex;
	width: calc(100% / 3);
}

body#top .section-pick-up .pickup-box a .post-meta .text-box {
	margin-top: 10px;
	min-height: 3.2em;
}

body#top .section-pick-up .pickup-box a .image-box {
	aspect-ratio: 1 / 1;
	margin-top: 10px;
}

body#top .section-pick-up .pickup-box a .image-box img {
	height: 100%;
	margin-inline: auto;
	object-fit: contain;
	object-position: center;
	width: auto;
}

body#top .section-pick-up .swiper-button-prev {
	left: 4px !important;
}

body#top .section-pick-up .swiper-button-next {
	right: 4px !important;
}

body#top .section-product {
	background-color: var(--bg-color);
	overflow: hidden;
}

body#top .section-product .content-width {
	width: min(100%, 1300px);
}

body#top .section-product .wrap-link {
	margin-inline: auto;
	margin-top: 30px;
	width: fit-content;
}

@media screen and (max-width: 895px) {
	body#top .section-pick-up {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-product .wrap-link {
		margin-inline: auto;
	}
	
	body#top .section-pick-up .pickup-box a {
		column-gap: 10px;
		display: flex;
		width: calc(100% / 3);
	}
	
	body#top .section-pick-up .pickup-box a .post-meta {
		width: 60%;
	}
	
	body#top .section-pick-up .pickup-box a .image-box {
		margin-top: 0;
		width: 40%;
	}
	
	body#top .section-pick-up .pickup-box a .text-box h4 {
		font-size: 1.4rem;
	}
}

body#top .section-top-view .sec-ttl-box {
	background-color: var(--green);
}

body#top .section-top-view .content-width {
	overflow-x: hidden;
	width: min(100%, 1380px);
}

body#top .section-top-view .content-box {
	margin-top: 0;
}

body#top .section-top-view .product-top-view {
	position: relative;
}

body#top .section-top-view .product-top-view .swiper-button-prev,
body#top .section-top-view .product-top-view .swiper-button-next {
	display: none;
}

body#top .section-top-view .product-top-view .swiper-wrapper {
	align-items: stretch;
	display: grid;
	grid-template-areas:
	"number_1 number_2 number_3"
	"number_1 number_4 number_5"
	;
	grid-template-columns: 50% 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	width: 100%;
}

body#top .section-top-view .product-top-view .item-conteiner {
	padding: 30px;
	transition: all .2s;
}

body#top .section-top-view .product-top-view .item-conteiner .post-meta {
	margin-top: 20px;
	position: relative;
}

body#top .section-top-view .product-top-view .item-conteiner .post-meta::before {
	background-image: url("../images/home/icon_no_1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	height: 55px;
	right: -10px;
	bottom: 0;
	width: 76px;
}

body#top .section-top-view .product-top-view .item-conteiner.number-1 .post-meta::before {
	height: 78px;
	width: 108px;
}

body#top .section-top-view .product-top-view .item-conteiner.number-2 .post-meta::before {
	background-image: url("../images/home/icon_no_2.svg");
}

body#top .section-top-view .product-top-view .item-conteiner.number-3 .post-meta::before {
	background-image: url("../images/home/icon_no_3.svg");
}

body#top .section-top-view .product-top-view .item-conteiner.number-4 .post-meta::before {
	background-image: url("../images/home/icon_no_4.svg");
}

body#top .section-top-view .product-top-view .item-conteiner.number-5 .post-meta::before {
	background-image: url("../images/home/icon_no_5.svg");
}

body#top .section-top-view .product-top-view .item-conteiner .post-meta .post-cats {
	margin-bottom: 8px;
}

body#top .section-top-view .product-top-view .item-conteiner .post-ttl {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.6;
	min-height: 45px;
	width: 72%;
}

body#top .section-top-view .product-top-view .item-conteiner .post-info {
	line-height: 1;
	margin-top: 5px;
}

body#top .section-top-view .product-top-view .item-conteiner .post-info p,
body#top .section-top-view .product-top-view .item-conteiner .post-info time {
	font-size: 1.2rem;
	font-weight: 300;
}

body#top .section-top-view .product-top-view .item-conteiner.number-1 {
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	grid-area: number_1;
}

body#top .section-top-view .product-top-view .item-conteiner.number-1 .post-ttl {
	font-size: 2rem;
}

body#top .section-top-view .product-top-view .item-conteiner.number-2 {
	border-bottom: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	grid-area: number_2;
}

body#top .section-top-view .product-top-view .item-conteiner.number-3 {
	border-bottom: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
	grid-area: number_3;
}

body#top .section-top-view .product-top-view .item-conteiner.number-4 {
	border-right: 1px solid var(--border-color);
	grid-area: number_4;
}

body#top .section-top-view .product-top-view .item-conteiner.number-5 {
	border-right: 1px solid var(--border-color);
	grid-area: number_5;
}

body#top .section-top-view .product-top-view .item-conteiner.number-1 .image-box {
	aspect-ratio: 44 / 37;
}

body#top .section-top-view .product-top-view .item-conteiner.number-1 img  {
	height: 100%;
	margin-inline: auto;
	object-fit: contain;
	object-position: center;
	width: auto;
}


body#top .section-top-view .product-top-view .item-conteiner:not(.number-1) .image-box {
	aspect-ratio: 30 / 19;
	position: relative;
}

body#top .section-top-view .product-top-view .item-conteiner:not(.number-1) img  {
	height: 100%;
	margin-inline: auto;
	object-fit: contain;
	object-position: center;
	width: auto;
}

@media screen and (max-width: 1200px) {
	body#top .section-top-view .product-top-view .swiper-wrapper {
		grid-template-areas:
		"number_1 number_1"
		"number_2 number_3"
		"number_4 number_5"
		;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr auto auto;
		width: 100%;
	}
	
	body#top .section-top-view .product-top-view .item-conteiner.number-1 {
		border-left: none;
		border-right: none;
		margin-inline: auto;
		width: 70%;
	}
	
	body#top .section-top-view .product-top-view .item-conteiner.number-2 {
		border-top: 1px solid var(--border-color);
		border-left: 1px solid var(--border-color);
		grid-area: number_2;
	}
	
	body#top .section-top-view .product-top-view .item-conteiner.number-3 {
		border-top: 1px solid var(--border-color);
	}

	body#top .section-top-view .product-top-view .item-conteiner.number-4 {
		border-left: 1px solid var(--border-color);
		grid-area: number_4;
	}
	
	body#top .section-top-view .product-top-view .item-conteiner .post-meta::before {
		right: 0;;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-top-view .content-box {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	
	body#top .section-top-view .product-top-view .swiper-wrapper {
		display: flex;
	}
	
	body#top .section-top-view .product-top-view .swiper-button-prev,
	body#top .section-top-view .product-top-view .swiper-button-next {
		display: block;
	}
	
	body#top .section-top-view .product-top-view .item-conteiner {
		border: none !important;
		padding: 0;
	}
	
	body#top .section-top-view .product-top-view .item-conteiner .post-meta::before {
		height: 44px;
		width: 61px;
	}

	body#top .section-top-view .product-top-view .item-conteiner.number-1 {
		width: 100%;
	}
	
	body#top .section-top-view .product-top-view .item-conteiner.number-1 .post-meta::before {
		height: 44px;
		width: 61px;
	}
	
	body#top .section-top-view .product-top-view .item-conteiner.number-1 .post-ttl {
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.6;
		min-height: 45px;
		width: 72%;
	}
	
	body#top .section-top-view .product-top-view .item-conteiner.number-1  .image-box {
		aspect-ratio: 30 / 19;
	}
}

body#top .section-category {
	background-color: var(--bg-color);
}

body#top .section-category .sec-inner {
	padding: 60px 0 90px;
}

body#top .section-category .term-list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 45px;
}

body#top .section-category .term-list .term-item {
	width: calc(25% - 34px);
}

body#top .section-category .term-list .term-item img {
	aspect-ratio: 1;
	border-radius: 50%;
	height: auto;
	display: block;
	width: 100%;
}

body#top .section-category .term-list .term-item p {
	border-radius: 20px;
	color: var(--white);
	font-size: 1.5rem;
	font-weight: 500;
	margin: 30px auto;
	padding: 4px 0;
	text-align: center;
	width: 165px;
}

body#top .section-category .wrap-link {
	margin-inline: auto;
	margin-top: 60px;
	width: fit-content;
}

@media screen and (max-width: 767px) {
	body#top .section-category .sec-inner {
		padding: 60px 0;
	}
	
	body#top .section-category .term-list {
		gap: 40px 25px;
	}
	
	body#top .section-category .term-list .term-item {
		width: calc(50% - 13px);
	}
}

body#top .section-supplier .sec-ttl-box {
	background-color: var(--green);
}

body#top .section-supplier .content-width {
	width: min(100%, 1300px);
}

body#top .section-supplier .content-box {
	margin-top: 0;
}

body#top .section-supplier .sec-inner {
	background-color: #E3EADF;
	padding: 90px 0;
}

body#top .section-supplier .supplier-contaienr {
	border-radius: 20px;
	display: flex;
	overflow: hidden;
}

body#top .section-supplier .supplier-contaienr .image-box {
	width: 50%;
}

body#top .section-supplier .supplier-contaienr .image-box img {
	aspect-ratio: 13 / 10;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

body#top .section-supplier .supplier-contaienr .text-content {
	background-color: var(--white);
	padding: 65px 15px;
	width: 50%;
}

body#top .section-supplier .supplier-contaienr .text-content .text-wrapper {
	margin-inline: auto;
	max-width: 470px;
	width: 100%;
}

body#top .section-supplier .supplier-contaienr .text-content .text-wrapper h3 {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: .1em;
}

body#top .section-supplier .supplier-contaienr .text-content .text-wrapper .text-box {
	margin-top: 25px;
}

body#top .section-supplier .supplier-contaienr .text-content .text-wrapper .text-box p {
	font-weight: 400;
}

body#top .section-supplier .supplier-contaienr .wrap-link {
	margin-top: 50px;
}

body#top .section-supplier > .image-box {
	position: relative;
}

@media screen and (max-width: 767px) {
	body#top .section-supplier .sec-inner {
		padding: 60px 0;
	}
	
	body#top .section-supplier .supplier-contaienr {
		flex-wrap: wrap-reverse;
	}
	
	body#top .section-supplier .supplier-contaienr .image-box {
		width: 100%;
	}
	
	body#top .section-supplier .supplier-contaienr .text-content {
		padding: 40px 15px;
		width: 100%;
	}
	
	body#top .section-supplier .supplier-contaienr .text-content .text-wrapper h3 {
		font-size: 2rem;
	}
	
	body#top .section-supplier .supplier-contaienr .wrap-link {
		margin-inline: auto;
		width: fit-content;
	}
}

body#top .section-news .sec-inner > .content-width {
	margin-top: 90px;
	width: min(100%, 800px);
}

body#top .section-news .content-box {
	margin-top: 0;
}

body#top .section-news .sec-inner {
	background-color: var(--bg-color);
	padding: 0 0 90px;
}

body#top .section-news .sec-inner .wrap-link {
	margin-top: 50px;
}

body#top .section-news .sec-inner .wrap-link .c-link {
	margin-inline: auto;
}

@media screen and (max-width: 767px) {
	body#top .section-news .sec-inner > .content-width {
		margin-top: 60px;
	}
	
	body#top .section-news .sec-inner {
		padding: 0 0 60px;
	}
}
