@charset "utf-8";

/*--------------------------------------MV*/
#MV{background-image: url(../../images/2026earlysummer/MV_photo.webp);background-position: center bottom;background-repeat: no-repeat;position: relative;background-size: cover;padding-bottom: 1px;}
#MV:before{content:"";background-color: rgb(9 64 72 / 50%);top: 0;left: 0;position: absolute;width: 100%;height: 100%;}
#MV:after{content:"";background-image: url(../../images/2026earlysummer/contents_bg.png);position: absolute;width: 100%;height: 20px;bottom: -2px;background-position: center top;background-repeat: repeat-x;}
#MV .Inner{
	width: var(--MainWidth);
	margin: 0 auto;
	position: relative;
	padding-top: 60px;
	margin-bottom: 70px;
}
#MV .Inner .Main{
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	align-items: center;
}
#MV .Inner .Main h1{
	width: 550px;
}
#MV .Inner .Main h1 img{
	width: 100%;
}
#MV .Inner .Main h1 .sub{
	padding: 0 40px;
}
#MV .Inner .Main h1 .main{}
#MV .Inner .Main .MainTxt{
	color: #fff;
	font-weight: bold;
	line-height: 2.3;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: 0 0 4px rgb(0 0 0 / 50%);
	align-self: center;
	flex: 1;
}
#MV .Inner .Main .MainTxt img{
	width: 100%;
}
/*----------------------------------------MVitem*/
#MVitem{
   z-index: 2;
   width: 90%;
   margin: 0 auto;
   position: relative;
   margin-bottom: 30px;
}

#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: #fff;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: #fff;}
#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 0 5px rgb(0 0 0 / 40%); */
    border: 3px solid var(--PointColor);
}
#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(--PointColor);}
#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: 21px;
    /* 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}

.RcomSC{
	width: var(--MainWidth);
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-bottom: 60px;
}
#MV .RcomSC{
}
.RcomSC dl{}
.RcomSC dt{
	display: none;
}
.RcomSC dd.Inner{}
#MV .RcomSC dd.Inner{
	padding-top: 0;
	margin-bottom: 0;
}
.RcomSC dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 6px;
}
.RcomSC dd li{
	margin-bottom: 10px;
}
.RcomSC dd li a{
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding: 6px 18px 3px 18px;
	border-radius: 100px;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	border: 2px solid #fff;
}
.RcomSC dd li a:after{content: "\f107";font-family:FontAwesome;display: block;text-align: center;line-height: 1;padding-top: 1px;font-weight: normal;}
.RcomSC 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: #000;
	font-weight: normal;
	text-decoration: underline;
	background-color: inherit;
}
.RecomSC.btm dd li a:after{
	display: none;
}
.RecomSC.btm dd li a:hover{
	background-color: inherit;
	color: var(--DarkYellow);
    }
    




/*-------------------------------------------STS*/
#STS{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 70px;
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    border: 3px solid #40b0b9;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}
#STS .loadingWrap{
    flex: 1;
}
#STS .Title{
    margin-right: 20px;
    width: 190px;
}
#STS .Title .ttl{
    width: 180px;
    color: #fff;
    text-align: center;
    position: relative;
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 20px;
    background-color: #40b0b9;
}
#Overseas #STS .Title .ttl{
    background-color: #40b0b9
}
#Domestic #STS .Title .ttl{
    background-color: #7faf33
}
#STS .Title .ttl:before{content: "";position: absolute;width: 104px;height: 43px;top: -16px;left: 10px;background-image: url(../../../asset/images/2026earlysummer/icon_check_overseas.png);}
#STS .Title .ttl:after{content:"";width: 0;height: 0;border-style: solid;border-width: 0 90px 16px 90px;border-color: transparent transparent #e6dcc3 transparent;position: absolute;bottom: 0px;left: 0;}
#STS .Title .ttl dt{
    padding-top: 33px;
    font-size: 16px;
    padding-bottom: 10px;
}
#STS .Title .ttl dd{
    font-size: 30px;
    position: relative;
    z-index: 2;
}
#STS .Title .ttl dd.date{
    font-size: 12px;
    padding-top: 11px;
    letter-spacing: 1px;
}
#STS .Title .illust{
    text-align: center;
}

#STS .Title .illust img{
	width: 100%;
}
/*--------------------------------*/
#STS .List{
    text-align: center;
}
#STS .List .Entry{display: flex;}
#STS .List .Entry + .Entry{
    border-top: 1px solid #655c47;
}
#STS .List .Entry h3{
    width: 9em;
    font-size: 14px;
}

#STS .List .Entry h3 strong{border-bottom: 1px solid #655c47;width: 100%;height: 41px;display: flex;justify-content: center;align-items: center;margin-bottom: 6px;padding-bottom: 4px;padding-top: 10px;box-sizing: border-box;}

#STS .List .Entry h3 span{
    display: block;
    font-size: 10px;
    padding: 0 20px;
}
#STS .List .Entry .data{
    display: flex;
    width: 100%;
}
#STS .List .Entry .data dl{
    border-left: 1px solid #655c47;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#STS .List .Entry .data dl.Jul dt{
    background-color: #b1e1c4;
}
#STS .List .Entry .data dl.Aug dt{
    background-color: #a0dbec;
}
#STS .List .Entry .data dl.Sep dt{
    background-color: #cfbbec;
}
#STS .List .Entry .data dl.Oct dt{
    background-color: #d8aec2;
}
#STS .List .Entry .data dl:nth-of-type(3),
#STS .List .Entry .data dl:nth-of-type(5),
#STS .List .Entry .data dl:nth-of-type(7){border-left: 2px solid #655c47;}
#STS .List .Entry .data dl:nth-of-type(4){border-left: 1px solid #655c47;}
#STS .List .Entry .data dt{
    border-bottom: 1px solid #655c47;
    height: 40px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    font-size: 14px;
}


#STS .List .Entry + .Entry h3{display: flex;justify-content: center;align-items: center;}
#STS .List .Entry + .Entry h3 strong,
#STS .List .Entry + .Entry .data dt{
    display: none;
}
#STS .List .Entry .data dd{
    padding: 3px 0;
    font-size: 18px;
    font-weight: bold;
}
#STS .List .Entry .data dd ul{}
#STS .List .Entry .data dd li{
    box-sizing: border-box;
}
#STS .List .Entry .data dd li + li{border-left: 1px solid #aaa088;}
#STS .List .Entry .data dd .subttl{
    margin-top: -28px;
    border-top: 1px solid #aaa088;
}
#STS .List .Entry + .Entry .data dd .subttl{
    display: none;
}
#STS .List .Entry .data dd .subttl li{
    font-weight: bold;
    font-size: 13px;
    padding: 3px 0;
}

#STS .List .Entry:nth-of-type(1) .data dd .icon{
    margin-bottom: -2px;
}
#STS .List .Entry .data dd .icon li{
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
}
#STS .List .Entry .data dt span{
    display: block;
    font-size: 11px;
}
#STS .List .Entry .data dt strong{
    color: #fff;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 2px;
    margin-right: 3px;
}
#STS .List .Entry .data dl.Jul dt strong{
    background-color: #85b13d;
}
#STS .List .Entry .data dl.Aug dt strong{
    background-color: #5db3a1;
}
#STS .List .Entry .data dl.Sep dt strong{background-color: #b76f8f;}

#STS .List .Entry .data dd.lot:before,
#STS .List .Entry .data dd.few:before,
#STS .List .Entry .data dd.normal:before,
#STS .List .Attention li .lot:before,
#STS .List .Attention li .few:before,
#STS .List .Attention li .normal:before{content: "";display: block;width: 1.2em;height: 1.2em;background-position: center;background-repeat: no-repeat;background-size: contain;margin: 0 auto;padding: 4px 0;}

#STS .List .Attention li .lot:before,
#STS .List .Attention li .few:before,
#STS .List .Attention li .normal:before{
    display: inline-block;
    padding: 0;
    margin: 0 1px;
    font-size: 15px;
}

#STS .List .Entry .data dd.lot:before,
#STS .List .Attention li .lot:before{ background-image: url(../../images/2026earlysummer/STSicon_lot.png)}
#STS .List .Entry .data dd.few:before,
#STS .List .Attention li .few:before{background-image: url(../../images/2026earlysummer/STSicon_few.png)}
#STS .List .Entry .data dd.normal:before,
#STS .List .Attention li .normal:before{background-image: url(../../images/2026earlysummer/STSicon_normal.png)}


#STS .List .Attention{
    text-align: right;
    margin-top: 20px;
    font-size: 13px;
    display: flex;
    width: 100%;
}

#STS .List .Attention p{
}
#STS .List .Attention ul{
	display: flex;
}
#STS .List .Attention li{
    padding-bottom: 3px;
}
#STS .List .Attention li + li{
	margin-left: 10px;
}
#STS .List .Attention li span{
    font-weight: bold;
    font-size: 13px;
}
#STS .List .Attention .illust{
    padding-left: 30px;
}

/*----------------------------------Ranking*/
#Ranking{
    width: var(--MainWidth);
    margin: 0 auto;
    margin-bottom: 80px;
    border-bottom: 2px solid #5d5b58;
}
#Ranking h2{
    text-align: center;
    /* width: 80%; */
    margin: 0 auto;
    margin-bottom: 30px;
}
#Ranking h2 .deco{
    display: flex;
    align-items: self-end;
}
#Ranking h2 .deco:before,
#Ranking h2 .deco:after{content: "";height: 2px;flex: 1;background-color: #5d5b58;}
#Ranking h2 .deco:before{
    margin-right: -29px;
}
#Ranking h2 .deco:after{
    margin-left: -29px;
}
#Ranking h2 .deco span{
    width: 166px;
    display: block;
}
#Ranking h2 .deco span img{
    width: 100%;
}
#Ranking h2 .txt{
    font-size: 33px;
    padding-top: 10px;
    font-style: italic;
}
#Ranking h2 .En{
    font-size: 15px;
}
#Ranking h2 .atte{
    font-weight: normal;
    font-size: 13px;
    padding-top: 10px;
}

#Ranking .Inner{
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
}
#Ranking .Inner .Entry{
    width: 31%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
#Ranking .Inner .Entry .photo{
    position: relative;
    width: 100%;
    box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
    line-height: 0;
    border: 8px solid #fff;
    box-sizing: border-box;
    margin-bottom: 5px;
}
#Ranking .Inner .Entry .photo img{
    width: 100%;
}
#Ranking .Inner .Entry .ttl{
    margin-top: -25px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    padding-bottom: 2px;
}
#Ranking .Inner .Entry .ttl dt{
    font-size: 26px;
}
#Ranking .Inner .Entry .ttl dd{
    font-size: 16px;
    color: #8f8f8f;
}
#Ranking .Inner .Entry .ttl dd strong{
    font-weight: normal;
    font-size: 28px;
    display: inline-block;
    padding: 0 3px;
}
#Ranking .Inner .Entry h3{font-size: 26px;text-align: center;padding-bottom: 4px;letter-spacing: -2px;line-height: 1.4;}
#Ranking .Inner .Entry h3 span{
	font-size: 70%;
}
#Ranking .Inner .Entry:nth-of-type(1) .ttl dd{
    color: #b49b1e;
}
#Ranking .Inner .Entry:nth-of-type(2) .ttl dd{
    color: #69a4bf;
}
#Ranking .Inner .Entry .txt{
    padding: 0 5px;
    padding-bottom: 15px;
}
#Ranking .Inner .Entry .btn{
    margin-top: auto;
}
#Ranking .Inner .Entry .btn li{}
#Ranking .Inner .Entry .btn li + li{
    margin-top: 10px;
}
#Ranking .Inner .Entry .btn li strong{
    position: absolute;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    border-radius: 100%;
    top: -10px;
    color: #7faf33;
    justify-content: center;
    align-items: center;
    left: 5px;
}
#Ranking .Inner .Entry .btn li a{position:relative;padding: 12px 10px;padding-right: 16px;font-weight: bold;font-size: 14px;color: #fff;text-align: center;border-radius: 3px;display: block;text-decoration: none;/* padding-left: 55px; */}
#Ranking .Inner .Entry .btn li + li a{
    padding-left: 10px;
    font-size: 16px;
    text-align: center;
}
#Ranking .Inner .Entry .btn li a:hover{ opacity: 0.7}
#Ranking .Inner .Entry .btn li a:after{position: absolute;right: 8px; top:50%; margin-top:-0.5em;content:"\f105"; font-family:FontAwesome; line-height: 1}

#Ranking .Inner .Entry .btn li a{background-color:#40b0b9;padding-left: 10px;text-align: center;font-size: 15px;}


/*----------------------------#Recom*/
#Recom{
	padding-bottom: 60px;
}
#Recom .Sec{
    z-index: 9;
    position: relative;
    width: var(--MainWidth);
    margin: 0 auto;
}
#Recom .Sec +.Sec{
	margin-top: 50px;
	padding-top: 40px;
	border-top: 4px solid var(--MainColor);
}

/*-----------------------------------------------Other*/
#Other{
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    position: relative;
    background-color: #fff;
    border-bottom: 5px solid var(--MainColor);
    border-top: 5px solid var(--MainColor);
}
#Other .Inner{
    width: var(--MainWidth);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Other .Inner .Entry{
    width: 31%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    border: 3px solid var(--BgPaleColor);
}
#Other .Inner .Entry h3{
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	padding-bottom: 10px;
}
#Other .Inner .Entry dl{display: flex;flex-direction: column-reverse;margin-bottom: 10px;}
#Other .Inner .Entry dt{font-weight: bold;}
#Other .Inner .Entry dd{
    align-self: center;
    margin-bottom: 10px;
}
#Other .Inner .Entry dd img{
    width: auto;
    height: 60px;
}
#Other .Inner .Entry .btn{padding: 0;margin-top: auto;}
#Other .Inner .Entry .btn a{padding: 13px;display: block;font-size: 16px;border-radius: 3px;font-size: 14px;text-align: center;font-weight: bold;background-color: var(--MainColor);color: #fff;}
#Other .Inner .Entry .btn a:hover{
	background-color: var(--PointColor);
}
#Other .Inner .Entry .btn a:after{right: 8px;font-family:FontAwesome;line-height: 1;font-size: 19px;font-weight: normal;}

