@charset "utf-8";

/*----------------------------------------MV*/
#MV.globaltop{
	display: flex;
	height: 400px;
	margin-top: 0px;
	background-image: url(../../images/2026sss/MV.webp);
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}
#MV.globaltop:before{content:"";background-color: rgb(1 64 153 / 50%);position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#MV.globaltop h1{
	display: flex;
	position: relative;
	z-index: 3;
	margin: 0 auto;
	align-items: flex-start;
	margin-top: 60px;
}
#MV.globaltop h1 .sub{
	width: 190px;
	margin-right: 15px;
}
#MV.globaltop h1 .sub img{width: 100%;}
#MV.globaltop h1 .main{width: 680px;}
#MV.globaltop h1 .main img{
	width: 100%;
	height: auto;
}


/*----------------------------------------MVitem*/
#MVitem{
   z-index: 2;
   width: 90%;
   margin: 0 auto;
   position: relative;
   margin-bottom: 50px;
   margin-top: -150px;
}

#MVitem .Inner{
    margin-bottom: 0;
    position: relative;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}
#MVitem .Inner .slick-list{overflow: inherit;}
#MVitem .Inner .slick-prev:before,
#MVitem .Inner .slick-next:before{color: var(--MainColor);position:absolute;display:block;position:relative;top:1px;display:inline-block;font-family:FontAwesome;font-weight: 900;font-size:30px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;/* color:#fff!important; */opacity:1}
#MVitem .Inner .slick-prev:before{content:"\f104";top: -1px;left: 8px;}
#MVitem .Inner .slick-next:before{content:"\f105";top: -1px;left: 2px;}
#MVitem .Inner .slick-arrow,
#MVitem .Inner .slick-arrow:hover,
#MVitem .Inner .slick-arrow:focus,
#MVitem .Inner .slick-arrow:active{width: 20px;height:40px;/* background-color:#081b27; *//* border-radius:40px; */opacity:.7;}
#MVitem .Inner .slick-arrow{/* filter:drop-shadow(4px 4px 4px rgba(0,0,0,0.2)); */}
#MVitem .Inner .slick-arrow:hover,
#MVitem .Inner .slick-arrow:focus,
#MVitem .Inner .slick-arrow:active{opacity:1}
#MVitem .Inner .slick-next{right:20px;z-index:99;top: auto;bottom: -30px;}
#MVitem .Inner .slick-prev{left: 0px;z-index:100;top: auto;bottom: -30px;}

#MVitem .Inner .slick-track{
    display: flex;
    align-items: stretch;
}
#MVitem .Inner .slick-track:before,
#MVitem .Inner .slick-track:after{content: none;}
#MVitem .Inner .slick-slide{border-radius:4px;margin: 0 10px;}
#MVitem .Inner .slick-slide{position:relative;height: auto;display: block;margin-bottom:5px;text-decoration:none;border-radius:5px;/* box-shadow: 0 0px 4px rgb(0 0 0 / 60%); */-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;transition:all .2s;background: #ffffff;/* height: 100%; */margin-top: 5px;}
#MVitem .Inner .slick-slide a{display:block;text-decoration:none;border-radius:5px}

#MVitem .Inner .slick-dots{
    margin: 3px 0 6px 0;
    bottom: auto;
    position: relative;
}
#MVitem .Inner .slick-dots li button{
}
#MVitem .Inner .slick-dots li button:before{left: 0;font-size: 0;content: "";font-family: inherit;width: 13px;height: 13px;border-radius: 100%;background-color: var(--MainColor);}
#MVitem .Inner li dl{margin-bottom: 10px;  padding: 10px 15px 5px 15px;}



#MVitem .Inner .Entry{
    width: 370px;
    -webkit-transition: all .3s ease-out;
    box-sizing: border-box;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5px;
    padding-bottom: 10px;
    box-shadow: 0 3px 0px rgb(33 64 151);
    border: 3px solid var(--MainColor);
}
#MVitem .Inner .Entry.dom{
	border-color: #93c673;
}
#MVitem .Inner .Entry .grudge{
    display: none;
}
#MVitem .Inner .Entry .icon{
    transform: rotate(-10deg);
    position: absolute;
    color: #fff;
    font-weight: bold;
    padding: 0px 7px;
    top: 4px;
    left: -5px;
    z-index: 2;
    font-size: 13px;
}
#MVitem .Inner .Entry .icon{background-color: var(--MainColor);}
#MVitem .Inner .Entry.dom .icon{background-color: #93c673;}
#MVitem .Inner .Entry .photo{
    -webkit-transition: all .3s ease-out;
    position: relative;
    margin: 2px;
    box-sizing: border-box;
    margin-bottom: 1px;
}
#MVitem .Inner .Entry .photo img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#MVitem .Inner .Entry .photo ul{
    display: flex;
    margin-bottom: 4px;
    width: 100%;
    box-sizing: border-box;
}
#MVitem .Inner .Entry .photo li{width: 100%;}
#MVitem .Inner .Entry .photo li + li{
    display: none;
}
#MVitem .Inner .Entry .photo li img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
#MVitem .Inner .Entry .photo .sub{
    position: absolute;
    bottom: 0;
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 6px;
    box-sizing: border-box;
    text-align: center;
}
#MVitem .Inner .Entry .title{text-align: center;margin-top: 5px;}
#MVitem .Inner .Entry .title dt{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 3px;
    letter-spacing: 0;
}
#MVitem .Inner .Entry .title dt.small{
    font-size: 12.5px;
}
#Domestic #MVitem .Inner .Entry .title dt{
    /* font-weight: normal; */
    font-size: 14px;
}
#MVitem .Inner .Entry .title dd{
    font-weight: 900;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 4px;
}
#MVitem .Inner .Entry.brandC14 .title dd.imp,
#MVitem .Inner .Entry.brandC1 .title dd.imp{
    display: none;
}
#MVitem .Inner .Entry.brandT1 .title dd.ciao{
    display: none;
}
#Domestic #MVitem .Inner .Entry .title dd{
    font-size: 21px;
    line-height: 1.4;
    /* padding-top: 2px; */
}
#MVitem .Inner .Entry .title dd.small{
    font-size: 20px;
    /* padding-top: 5px; */
}
#MVitem .Inner .Entry .title dd span{
    font-size: 70%;
}
#MVitem .Inner .Entry .title dd a{
}
#MVitem .Inner .Entry .price{
    margin-top: auto;
    text-align: center;
}
#MVitem .Inner .Entry .price dt{
    order: 2;
    padding-left: 5px;
    font-weight: 900;
    color: #da3d3d;
    letter-spacing: 0;
    font-size: 20px;
}
#MVitem .Inner .Entry .price dt span{
    font-size: 12px;
    font-weight: bold;
}
#MVitem .Inner .Entry .price dd{
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0;
    padding-top: 3px;
}

#MVitem .Inner .Entry .senko,
#MVitem .Inner .Entry .sale{
	display: block;
	position: absolute;
	line-height: 1;
	background-color: #e79911;
	top: 0;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
}



#MVitem .Inner .Entry:hover{
    cursor: pointer;
    background-color: #f2efe3;
}
#MVitem .Inner .Entry:hover .photo{ opacity:0.7}

/*----------------------------------RecomSC*/
.RecomSC{
	width: var(--MainWidth);
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
}
.RecomSC dl{}
.RecomSC dt{
	display: none;
}
.RecomSC dd.Inner{}
.RecomSC dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 6px;
}
.RecomSC dd li{
	margin-bottom: 10px;
}
.RecomSC dd li a{
	color: var(--MainColor);
	font-weight: bold;
	line-height: 1;
	padding: 6px 15px 6px 15px;
	border-radius: 100px;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	border: 2px solid var(--MainColor);
}
.RecomSC dd li a:after{content: "\f107";font-family:FontAwesome;display: inline-block;text-align: center;line-height: 1;padding-top: 1px;font-weight: normal;padding-left: 3px;}
.RecomSC dd li a:hover{
	background-color: var(--PointColor);
	color: #fff;
}

.RecomSC.btm{
	margin-top: 20px;
	margin-bottom: 0;
	box-shadow: var(--shadow);
}
.RecomSC.btm dl{
	background-color: #fff;
}
.RecomSC.btm dt{
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: var(--MainColor);
	color: #fff;
	padding: 3px 0;
}
.RecomSC.btm dd{
	width: auto;
	padding: 10px;
}
.RecomSC.btm dd ul{
	justify-content: center;
	column-gap: 0;
	display: flex;
	flex-wrap: wrap;
}
.RecomSC.btm dd li{margin-bottom: 4px;font-size: 13px;}
.RecomSC.btm dd li:before{content:"/";display: inline-block;padding: 0 8px;}
.RecomSC.btm dd li:last-of-type:after{content:"/";display: inline-block;padding: 0 8px;}
.RecomSC.btm dd li a{
	padding: 0;
	color: var(--MainColor);
	font-weight: bold;
	text-decoration: underline;
	background-color: inherit;
	border: none;
}
.RecomSC.btm dd li a:after{
	display: none;
}
.RecomSC.btm dd li a:hover{
	background-color: inherit;
	color: var(--SecondColor);
	}
    
