@charset "utf-8";

/*----------------------------------------MV*/
#MV.globaltop{
	display: flex;
	height: 400px;
	margin-top: 0px;
	background-image: url(../../images/2026sssfnl/MV.webp);
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}
#MV.globaltop:before{content:"";background-color: rgb(12 153 182 / 30%);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: 540px;}
#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}


/*----------------------------------PuckupItem*/
.PuckupItem{
    width: 1000px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    position: relative;
    margin-bottom: 40px;
    background: linear-gradient(135deg,  rgba(219,175,122,1) 0%,rgba(234,205,163,1) 50%,rgba(219,175,122,1) 100%);
    padding-bottom: 1px;
    border-radius: 3px;
}

.PuckupItem .pickupIcon{
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 40px;
  margin: 0;
  padding: 12px 0 10px;
  z-index: 2;
  width: 80px;
  text-align: center;
  color: #ffdb3e;
  font-size: 13px;
  background: var(--MainColor);
  border-radius: 2px 0 0 0;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: 21px;
  }

.PuckupItem .pickupIcon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #0f1237;
  border-right: solid 5px transparent;
}

.PuckupItem .pickupIcon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 10px solid var(--MainColor);
}

.PuckupItem h2{font-size: 17px;letter-spacing: -1px;color: #000;font-style: italic;text-align: center;padding: 10px 0 5px 0;line-height: 1;}
.PuckupItem h2 strong{
    font-size: 140%;
}
.PuckupItem h2 em{
    font-size: 180%;
    font-style: italic;
}
.PuckupItem .Entry{
    padding: 25px 30px 30px 30px;
    color: #252525;
    background-color: #fff;
    margin: 10px;
    border-radius: 3px;
}
.PuckupItem .Entry .Head{margin-bottom: 20px;}
.PuckupItem .Entry .Head .data{
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 9px;
}
.PuckupItem .Entry .Head .data li{
    border: 1px solid #979797;
    line-height: 1;
    padding: 4px 10px 6px 10px;
    border-radius: 2px;
    font-size: 13px;
    color: #2f2f2f;
}
.PuckupItem .Entry .Head .data li + li{}
.PuckupItem .Entry .Head h4{
    font-size: 18px;
    padding-bottom: 4px;
    font-style: italic;
}
.PuckupItem .Entry .Head h3{
    font-size: 27px;
    font-style: italic;
    letter-spacing: -0.8px;
    line-height: 1;
}
.PuckupItem .Entry .Head h3 .price{
    color: var(--priceColor);
    font-size: 22px;
    display: inline-block;
    padding-left: 14px;
    font-style: italic;
}
.PuckupItem .Entry .Head h3 .price strong{
    font-size: 33px;
    letter-spacing: -0.5px;
}
.PuckupItem .Entry .Main{
    display: flex;
    flex-wrap: wrap;
}
.PuckupItem .Entry .Main + .Main{
    flex-direction: row-reverse;
    margin-top: 20px;
}
.PuckupItem .Entry .Main .photo{
    width: 370px;
}
.PuckupItem .Entry .Main .photo img{}
.PuckupItem .Entry .Main .Comment{
    flex: 1;
    margin-left: 20px;
}
.PuckupItem .Entry .Main + .Main .Comment{
    margin-left: 0;
    margin-right: 20px;
}
.PuckupItem .Entry .Main .Comment dl{}
.PuckupItem .Entry .Main .Comment dt{
    font-size: 17px;
    font-weight: bold;
    color: var(--SecondColor);
    padding-left: 17px;
    padding-bottom: 2px;
}
.PuckupItem .Entry .Main .Comment dt:before{content:"\f219";display:block;float:left;margin-left: -17px;width:1em;text-align:center;font-family:FontAwesome;font-size: 13px;margin-top: 4px;font-weight: normal;}
.PuckupItem .Entry .Main .Comment dd{
    font-size: 14.5px;
}
.PuckupItem .Entry .Main .Comment dl + dl{
    margin-top: 15px;
}

.PuckupItem .Entry .btm{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.PuckupItem .Entry .btm dl{
    display: flex;
    align-items: center;
}
.PuckupItem .Entry .btm dt{
    color: var(--priceColor);
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.PuckupItem .Entry .btm dt strong{
    font-size: 200%;
    font-style: italic;
    display: inline-block;
    padding-right: 4px;
}
.PuckupItem .Entry .btm dd{
    font-size: 19px;
    font-weight: bold;
}
.PuckupItem .Entry .btm dd strong{
    font-size: 150%;
}
.PuckupItem .Entry .btm .btn{
    width: 60%;
    margin: 0 auto;
}
.PuckupItem .Entry .btm .btn a{
    text-align: center;
    display: block;
    position: relative;
    text-decoration: none;
    background-color: var(--SecondColor);
    color: #fff;
    padding: 20px 15px;
    font-size: 20px;
    border-radius: 3px;
    font-style: italic;
}
.PuckupItem .Entry .btm .btn a:after{position: absolute;right: 8px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;font-style: normal;}
.PuckupItem .Entry .btm .btn a:hover{
    background-color: #a65712;
}

/*----------------------------------RecomSC*/
.RecomSC{
	width: var(--MainWidth);
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
	justify-content: center;
}
.RecomSC dl{
    width: 100%;
}
.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);
	}
    
