﻿@charset "utf-8";

/*--------------------------------------------------
 トップページ ※2026追加分のみ
--------------------------------------------------*/

/*--新TOPカタログ--*/

.top-catalog-wrap {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.top-catalog_box01 {
	line-height: 210px;
	padding: 0 1rem;
	text-align: center;
}/*
.top-catalog_box01 img {
	width: 100%;
	height: auto;
}
.top-catalog_box02 {
	padding: 5rem 1rem 3%;
}*/
.top-catalog_box03,.top-catalog_box04 {
	text-align: center;
}
.top-catalog_box04 {
	margin: 1.6rem 0 0;
}
.top-catalog_box04 img {
	transform: rotate(9deg);
	display: block;
	filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 680px) {
	.top-catalog-wrap {
		flex-direction: column;
	}
	.top-catalog_box04 {
		max-width: 200px;
	}
	.top-catalog_box04 img {
		transform: none;
	}
	
}

