@charset "utf-8";






/*----------------------------------------MV*/
#MV{
}

#MV.globaltop{
	display: flex;
	height: 322px;
	border-bottom: 5px solid #6a2624;
	margin-top: 0px;
	border-top: 5px solid #6a2624;
}
#MV.globaltop:before,
#MV.globaltop:after{content: "";background-repeat: no-repeat;flex: 1;}
#MV.globaltop:before{background-image: url(../../images/2025autumn/MV_left_autumn.jpg);background-position: top right;}
#MV.globaltop:after{background-image: url(../../images/2025autumn/MV_right_autumn.jpg);background-position: top left;}
#MV.globaltop .Inner{
	background-color: #6a2624;
	padding: 20px 20px;
	width: 520px;
	box-sizing: border-box;
}
#MV.globaltop .Inner h1{margin-bottom: 13px;}
#MV.globaltop .Inner h1 .sub{
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
}
#MV.globaltop .Inner h1 .sub:before,
#MV.globaltop .Inner h1 .sub:after{content: "";width: 50%;border-bottom: 2px solid #fff;}
#MV.globaltop .Inner h1 .sub span{
	display: inline-block;
	white-space: nowrap;
	margin: 0 9px;
	font-weight: normal;
}
#MV.globaltop .Inner h1 .main{
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	text-align: center;
}
#MV.globaltop .Inner h1 .main img{
	width: 410px;
	height: auto;
}
#MV.globaltop .Inner h2{
	color: #fff;
	font-size: 15px;
	text-align: center;
}



/*----------------------------------------MVitem*/
#MVitem{
   position: relative;
   z-index: 2;
   border-bottom: 5px solid #6a2624;
   padding: 35px 0 30px 15px;
   background-color: #faf4e8;
   overflow: hidden;
}

#MVitem .Inner{
    margin-bottom: 0;
    position: relative;
}
#MVitem .Inner .slick-list{overflow: inherit;}
#MVitem .Inner .slick-prev:before,
#MVitem .Inner .slick-next:before{color:#081b27;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: #000;}
#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: 10px;
    padding-bottom: 10px;
    /* box-shadow: 0 0 5px rgb(0 0 0 / 40%); */
    border: 3px solid #b8a617;
}
#MVitem .Inner .Entry.new{border: 3px solid #c43a79;}
#MVitem .Inner .Entry.new:before{content: "NEW!";background-color: #c43a79;color: #fff;position: absolute;top: -10px;right: 4px;z-index: 2;font-weight: bold;font-size: 13px;width: 50px;height: 50px;border-radius: 100%;display: flex;align-items: center;justify-content: center;}
#MVitem .Inner .Entry.dom{
	border-color: #5ba5c4;
}
#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: #b8a617;}
#MVitem .Inner .Entry.new .icon{background-color: #c43a79;}
#MVitem .Inner .Entry.dom .icon{background-color: #5ba5c4;}
#MVitem .Inner .Entry .photo{
    -webkit-transition: all .3s ease-out;
    position: relative;
    /* margin: 2px; */
    box-sizing: border-box;
    margin-bottom: 4px;
}
#MVitem .Inner .Entry .photo p{width: 100%;}

#MVitem .Inner .Entry .photo p 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: 12.5px;
    padding: 5px 6px;
    box-sizing: border-box;
    text-align: center;
}
#MVitem .Inner .Entry .title{text-align: center;}
#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: 13.5px;
}
#Domestic #MVitem .Inner .Entry .title dt{
    /* font-weight: normal; */
    font-size: 14px;
}
#MVitem .Inner .Entry .title dd{
    font-weight: 900;
    font-size: 25px;
    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: 22px;
    /* 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}




/*---------------------------------------------Sche*/
#Sche{background-color: #ededed;padding: 50px 0;background-image: url(../../images/2025autumn/calender_bg_autumn.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;position: relative;padding-bottom: 70px;border-bottom: 5px solid #6a2624;z-index: 2;}
#Sche:before{content:"";background-color: rgb(255 255 255 / 60%);width: 100%;height: 100%;display: block;position: absolute;top: 0;left: 0;}
#Sche h2{
}
#Sche h2 .copy{margin-bottom: 15px;font-size: 18px;}
#Sche h2 .copy span{
	/* background-color: #6a2624; */
	/* color: #fff; */
	display: inline-block;
	padding: 1px 8px;
	}
#Sche h2 .copy span br{
	display: none;
}
#Sche .Inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgb(255 255 255 / 30%);
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 25px;
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
}
#Sche .Inner + .Inner{
    margin-top: 34px;
}
#Sche .Inner h3{
	position: absolute;
	top: -17px;
	z-index: 2;
	color: #fff;
	background-color: #6a2624;
	padding: 0 6px;
	left: 50%;
	transform: translate(-50%, 0px);
	width: 15em;
	text-align: center;
	letter-spacing: 1px;
}
#Sche .Inner h3 strong{
	font-size: 140%;
}
#Sche .Inner .Title{
    position: relative;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
#Sche .Inner .Title .main{
    font-weight: bold;
    flex: 1;
}
#Sche .Inner .Title .main strong{
    font-size: 22px;
}
#Sche .Inner .Title .sub{
    position: relative;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    padding-top: 5px;
}
#Sche .Inner .Entry{width: 9.3%;border: 2px solid #fff;border-radius: 3px;position: relative;text-align: center;box-shadow: 0 0 3px rgb(0 0 0 / 35%);/* z-index: 999; */}
#Sche .Inner .Entry + .Entry{
    margin-left: 9px;
}
#Sche .Inner .Entry .Day{-webkit-transition: all .3s ease-out;}
#Sche .Inner .Entry .Day dt{
    font-weight: 900;
    padding: 3px 0;
    background-color: #fff;
}
#Sche .Inner .Entry .Day.Sat dt{
    background-color: #6ca7c3;
    color: #fff;
}
#Sche .Inner .Entry .Day.Sun dt,
#Sche .Inner .Entry .Day.Holiday dt{
    background-color: #d06773;
    color: #fff;
}
#Sche .Inner .Entry .Day dd{
    font-size: 21px;
    padding: 10px;
    font-weight: 900;
    padding-top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#Sche .Inner .Entry .Day dd span{
	font-size: 70%;
}
#Sche .Inner .Entry .Day dd:after{width:0;height:0;position:absolute;border-style:solid;border-width: 0 0 30px 30px;border-color: transparent transparent #ffffff;content:"";line-height:1;bottom:0;right:0}
#Sche .Inner .Entry .Day dd:before{color: #202020;font-family:FontAwesome;content:"\f105";position:absolute;display:block;bottom: -7px;right: 2px;font-size:20px;z-index: 2;font-weight: normal;}
#Sche .Inner .Entry.act .Day dd:after,
#Sche .Inner .Entry.act .Day dd:before{content:none;}
#Sche .Inner .Entry .box{
    display: none;
    position: absolute;
    width: 270px;
    justify-content: space-between;
    padding: 10px;
    background-color: #e1e1e1;
    bottom: -141px;
    left: 50%;
    transform: translate(-50%, 0px);
    border: 1px solid #b5b5b5;
    z-index: 999;
}

#Sche .Inner .Entry .box:after, #Sche .Inner .Entry .box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#Sche .Inner .Entry .box:after {
	border-color: rgba(225, 225, 225, 0);
	border-bottom-color: #e1e1e1;
	border-width: 10px;
	margin-left: -10px;
}
#Sche .Inner .Entry .box:before {
	border-color: rgba(181, 181, 181, 0);
	border-bottom-color: #b5b5b5;
	border-width: 11px;
	margin-left: -11px;
}
#Sche .Inner .Entry .box dl{
    font-size: 12px;
    width: 48%;
}
#Sche .Inner .Entry .box dt{
    margin-bottom: 7px;
    background-color: #fff;
    font-weight: 900;
    padding: 3px;
}
#Sche .Inner .Entry .box .Overseas dt{ color: #a88faf}
#Sche .Inner .Entry .box .Domestic dt{ color: #bda57e}
#Sche .Inner .Entry .box dd{
    font-size: 12px;
    text-align: left;
    padding: 0;
}
#Sche .Inner .Entry .box dd:before,
#Sche .Inner .Entry .box dd:after{
    content: none;
}
#Sche .Inner .Entry .box dd + dd{
    border-top: 1px solid #fff;
}
#Sche .Inner .Entry .box dd a{position: relative;text-decoration: none;display: block;font-weight: 900;padding: 5px 4px;}
#Sche .Inner .Entry .box dd a:after{position: absolute;right: 0;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1}
#Sche .Inner .Entry .box dd a:hover{
    background-color: #fff;
}

#Sche .Inner .Entry.dammy{
    width: 1em;
    border: none;
    box-shadow: none;
}
#Sche .Inner .Entry.dammy p{
    font-weight: 900;
}

#Sche .Inner .Entry .Day:hover{
    cursor: pointer;
    background-color: #fff;
}

#Sche .Inner .Entry .Day.Sat:hover,
#Sche .Inner .Entry.act .Day.Sat{ background-color: #6ca7c3;}
#Sche .Inner .Entry .Day.Sun:hover,
#Sche .Inner .Entry.act .Day.Sun,
#Sche .Inner .Entry .Day.Holiday:hover,
#Sche .Inner .Entry.act .Day.Holiday{background-color: #d06773;}

#Sche .Inner .Entry .Day.Sat:hover dd,
#Sche .Inner .Entry.act .Day.Sat dd,
#Sche .Inner .Entry .Day.Sun:hover dd,
#Sche .Inner .Entry.act .Day.Sun dd,
#Sche .Inner .Entry .Day.Holiday:hover dd,
#Sche .Inner .Entry.act .Day.Holiday dd{color: #fff;}


/*-----------------------------------------------Other*/
#Other{
    padding: 60px 0;
    background-image: url(../../images/2025autumn/calender_bg_autumn.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    position: relative;
}
#Other .Inner{
    width: 1000px;
    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;
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
    display: flex;
    flex-direction: column;
}
#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 .linkBtn{padding: 0;margin-top: auto;}
#Other .Inner .Entry .linkBtn a{padding: 13px;display: block;font-size: 16px;border-radius: 3px;text-decoration: none;font-size: 14px;text-align: center;font-weight: 900;position: relative;}
#Other .Inner .Entry .linkBtn a:hover{}
#Other .Inner .Entry .linkBtn a:after{position: absolute;right: 8px;top:50%;margin-top:-0.5em;content:"\f105";font-family:FontAwesome;line-height: 1;font-size: 23px;}

/*------------------------------------------*/
.menuArea.header_fixed{
	background-color: inherit;
	position: absolute;
	/* top: 70px; */
}
.menuArea.header_fixed .Top{
	justify-content: flex-end;
	padding-top: 20px;
	padding-right: 20px;
}
.menuArea.header_fixed .LeftArea{display: none;}
.menuArea.header_fixed .humb{
	border-radius: 100px;
	/* position: absolute; */
	/* top: 0; */
	/* right: 30px; */
}

.menuArea.header_fixed.open{
	background-color: #6a2624;
}
.menuArea.header_fixed.open .Top{justify-content: space-between;}
.menuArea.header_fixed.open .LeftArea{
	display: block;
}