﻿/* CSS Document */
#mango_shoplist{
  border-bottom: 20px solid #ffecb9;
}
main section#mango_shoplist ul li .inner .details div .text span{font-size: 90%;}

header {
	background: url("../img/mango_2024_BG.webp") no-repeat center;
	background-size: cover;
}
@media screen and (max-width: 960px){
	header {
		background: url("../img/mango_2024_BG_sp.webp") no-repeat center;
		background-size: cover;
	}
}

header .inner .mainVisual picture:before,
header .inner .mainVisual picture:after {
	display: none;
}