
body.top .swiper{
	margin-top: 75px;
	margin-bottom: 80px;
	}
@media screen and (max-width: 899px) {
body.top .swiper{
	margin-top: 45px;
	margin-bottom: 50px;
	}
	}

body.top .swiper .swiper-wrapper {
	width: 100%;
	height: auto;
	aspect-ratio: 256 / 126;
	filter: brightness(95%);
	}
@media screen and (max-width: 899px) {
body.top .swiper .swiper-wrapper {
	aspect-ratio: 1;
	}
	}

body.top .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	}

body.top .swiper .swiper-slide a:hover {
	border-bottom: 1px solid #fff;;
	}

body.top .swiper .swiper-slide img {
	width: 100%;
	}

body.top .swiper .swiper-pagination-bullet-active {
	background: #333 !important;
	}

body.top .swiper .swiper-button-next, .swiper-button-prev {
	color: #999 !important;
	}
@media screen and (max-width: 899px) {
body.top .swiper .swiper-button-next, .swiper-button-prev {
	display: none;
	}
	}

body.top .swiper .swiper-pagination-progressbar {
	position: absolute;
	top: auto !important;
	bottom: 0;
	left: 0;
	width: 125% !important;
	height: 2px !important;
	background: rgba(255, 255, 255, 0.5) !important;
	}
body.top .swiper .swiper-pagination-progressbar-fill {
	background: rgba(0, 0, 0, 0.5) !important;
	transform-origin: left;
	animation: progressBar 4.3s linear infinite;
	}
@keyframes progressBar {
	from { transform: scaleX(0); }
	to { transform: scaleX(1); }
	}



body.top .swiper .toplogo{
	z-index:2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	}

body.top .swiper .toplogo img{
	width: 25%;
	max-width: 400px;
	}
@media screen and (max-width: 899px) {
body.top .swiper .toplogo img{
	width: 55%;
	max-width: 225px;
	}
	}

body.top #accordion.ac{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #dedede;
	}
@media screen and (max-width: 899px) {
body.top #accordion.ac{
	padding-bottom: 50px;
	margin-bottom: 50px;
	}
	}

body.top #accordion .openbtn .btn {
	padding-top: 4rem;
	}
@media screen and (max-width: 899px) {
body.top #accordion .openbtn .btn {
	padding-top: 1rem;
	}
	}

body.top .contents .products.new2026 {
	border: none;
	margin-bottom: 30px;
	}
@media screen and (max-width: 899px) {
body.top .contents .products.new2026 {
	margin-bottom: 0;
	}
	}

body.top .contents .products.new2026 .unit_item {
	background: #f3f3f3;
	border: none;
	margin-bottom: 20px;
	}
@media screen and (max-width: 899px) {
body.top .contents .products.new2026 .unit_item {
	padding-bottom: 1em;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	}
	}

body.top .contents .products.new2026 .unit_item a {
	border-bottom: none;
	}

body.top .contents .products.new2026 .innertitle {
	font-size: 1.6em;
	text-align: center;
	color: #a9a9a9;
	padding-bottom: 60px;
	}
@media screen and (max-width: 899px) {
body.top .contents .products.new2026 .innertitle {
	padding-bottom: 50px;
	}
	}

body.top .contents .productslist {
	margin-bottom: 2em;
	}
@media screen and (max-width: 900px) {
body.top .contents .productslist {
	width: 90%;
	margin-top: 0;
	margin-bottom: 0;
	}
	}

body.top .contents .productslist .categoly {
	margin-top: 0 !important;
	}


body.top .contents .productslist .categoly .cathead {
	border-bottom: none;
	}

body.top .contents .productslist .categoly .cathead p.cat-en {
	font-size: 1.7em;
	color: #333;
	}

body.top .contents .productslist .categoly .secondlayer {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 20px;
	}
@media screen and (max-width: 900px) {
body.top .contents .productslist .categoly .secondlayer {
	flex-direction: column;
	row-gap: 20px;
	}
	}

body.top .contents .productslist .categoly .secondlayer .layer {
	flex: 1;
	}

body.top .contents .productslist .categoly .secondlayer .layer a{
	width: 100%;
	height: 210px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	flex: 1;
	border: 1px solid #dedede;
	overflow: hidden;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 900px) {
body.top .contents .productslist .categoly .secondlayer .layer a{
	height: auto;
	}
	}

body.top .contents .productslist .categoly .secondlayer .layer a:hover{
	border: 1px solid #666;
	}

body.top .contents .productslist .categoly .secondlayer .layer a .left{
	width: 35%;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	padding-left: 5%;
	}

body.top .contents .productslist .categoly .secondlayer .layer a .left p.left-en{
	color:#333;
	font-size: 1.15em;
	}

body.top .contents .productslist .categoly .secondlayer .layer a .left p.left-jp{
	color: #777;
	font-size: .8em;
	letter-spacing: -.05em;
	}


body.top .contents .productslist .categoly .secondlayer .layer a .right{
	flex: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}

body.top .contents .productslist .categoly .secondlayer .layer a .right img{
	max-height: 100%;
	aspect-ratio: 196 / 140;
	border: 0 !important;
	}

.ftr .sns {
	border-top: none;
	}


@media screen and (max-width: 900px) {
body.top .contents .products .unit_item .txt .ja {
	font-size: 1.1rem;
	}
	}







