@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rouge+Script&display=swap');

html { scroll-padding-top: 280px; }

@media screen and (max-width: 1000px) {
html { scroll-padding-top: 140px; }
}

br.pc-none,
#winter2025 .sp{
    display: none;
}
#winter2025 ul, #winter2025 p, #winter2025 dl{ margin-bottom: 0;}
#winter2025 dd{ margin-left: 0;}

#winter2025 {
	width: 100%;
    overflow: hidden;
    background-size: auto 20px;
    padding:0 0 50px;
	position: relative;
	color: #68461D;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', Meiryo, メイリオ, sans-serif;
}
#winter2025 img{ 
    width: 100%; 
    vertical-align: bottom; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}
#winter2025 .bg{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
	background: url("../images/menu/winter2025/bg_01.jpg") center top no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
}
#winter2025 #contents{ 
    position: relative;
}

.bgWhite {
	background: #fff;
}
.bgw01{
	padding-bottom: 20px;
}
#container .labelArea{
	margin-bottom: 0;
}
.bgw02{
	padding-top: 80px;
	position: relative;
	z-index: 11;/* アニメーション雪より上に */
}
#shop_bnr{
	position: relative;
	z-index: 11;/* アニメーション雪より上に */
}
#containerCover #application,
#containerCover footer{
	position: relative;/*0930*/
	z-index: 11;/* アニメーション雪より上に *//*0930*/
}

#winter2025 .jp{
	font-family: "Zen Old Mincho", serif;
    font-weight: 600;
}

#winter2025 .en{
	font-family: "Rouge Script", cursive;
	font-weight: 400;
}

/*--- animation ---*/
@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes topToBottom {
	0% { transform: translate(0, -100%); opacity: 0;}
	100% { transform: translate(0, 0); opacity: 1;}
}
@keyframes bottomToTop {
	0% { transform: translate(-85%, 100%); opacity: 0;}
	100% { transform: translate(-85%, 0); opacity: 1;}
}
@keyframes boxin{
    0%{ transform: translate(0,25%); opacity: 0; }
    100%{  transform: translate(0,0%);opacity: 1;}
}
@keyframes phonein{
    0%{ transform: translate(-50%,25%); opacity: 0; }
    100%{  transform: translate(-50%,0%);opacity: 1;}
}

@keyframes fadeinout {
	0% { opacity: 0; }
	25% { opacity: .5; }
	50% { opacity: 1; }
	75% { opacity: .5; }
	100% { opacity: 0; }
}

/*--- 雪アニメーション ---*/
.snow {
	/*雪の色*/
	color: snow;
	/*雪の大きさ*/
	font-size: 10px;
	/*初期位置*/
	position: fixed;
	top: -1%;
	/*雪を適当な幅で降らせる*/
	text-shadow:
	5vw   50px 2px,   /* ← 最初から画面内に見える */
	10vw  -100px 3px, /* ← 従来どおり上から降ってくる */
	20vw  80px 4px,
	30vw  -150px 1px,
	39vw  120px 2px,
	42vw  -200px 5px,
	56vw   160px 4px,
	63vw  -250px 3px,
	78vw  200px 2px,
	86vw  -300px 1px,
	94vw  240px 4px;

	/*5vw   -100px 2px,
	10vw  -400px 3px,
	20vw  -500px 4px,
	30vw  -580px 1px,
	39vw  -250px 2px,
	42vw  -340px 5px,
	56vw  -150px 2px,
	63vw  -180px 0,
	78vw  -220px 4px,
	86vw  -320px 9px,
	94vw  -170px 7px;*/
	/*雪アニメーション1*/
	animation: roll 10s linear infinite;
	animation-delay: 0s;
}
  /*2つめの雪アニメーション*/
.snow2nd {
	animation: anim 13s linear infinite;
	animation-delay: 1s;
}

@keyframes roll {
	0% {transform:rotate(0deg);}
	50% {opacity:1;}
	100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
	100% {color:transparent;top:150%;}
}

/* 雪アニメーションを背景の上に表示させる */
.snow, 
.snow2nd {
	z-index: 10;
}

/*--- mv ---*/
#winter2025 #mv {
	width: 100%;
    position: relative;
	overflow: hidden;
	opacity: 0;
    height: 850px;
	background: url("../images/menu/winter2025/bg_mv.png") center top no-repeat;
	background-size: cover;
}
#winter2025 #mv.in,
#winter2025 #mv.in .title,
#winter2025 #mv.in .balloonBox,
#winter2025 #mv.in .start{
	animation: fadein 1.5s ease forwards;
}
#winter2025 #mv.in .title,
#winter2025 #mv.in .balloonBox,
#winter2025 #mv.in .start{
	transition-delay: .5s;
	animation-delay: .5s;
}
#winter2025 #mv .title{
	position: absolute;
    left: calc((100% - 1150px) / 2);
    /*left: 11%;*/
    top: 36%;
    /*top: 25px;*/
    transform: translate(0, -58%);
    width: min(32.7%, 490px);
    opacity: 0;
    z-index: 1;
}

/* 2つ並び */
#winter2025 #mv .balloonBox{
	position: absolute;
    left: calc((100% - 1220px) / 2);
    transform: translate(0, -58%);
    width: min(38%, 570px);
    bottom: 10px;
    opacity: 0;
    z-index: 1;
    display: flex;
}

/* 1つ並び */
#winter2025 #mv .balloonBox{
    left: calc((100% - 910px) / 2);
    width: min(16%, 260px);
}

#winter2025 #mv .balloonBox li{
    margin-right: 15px;
	max-width: 280px;
}

#winter2025 #mv .balloonBox .balloon2{
    position: relative;
}

#winter2025 #mv .balloonBox .balloon2 .icon{
    position: absolute;
    width: min(38%, 100px);
    top: -5%;
    right: -22%;
}

#winter2025 #mv .start{
    /*width: 7.698%;
    left: 38%;
    top: 10%;*/
    width: 11%;
    left: 79%;
    top: 6%;
    max-width: 180px;
    position: absolute;
    opacity: 0;
}

#winter2025 #mv .hayatoku_01{
    width: 9%;
    left: 50%;
    top: 60%;
    max-width: 110px;
    position: absolute;
    opacity: 0;
}

#winter2025 #mv:before{
	content: '';
    width: 13%;
    max-width: 195px;
    height: 15.1vw;
    position: absolute;
    top: 0;
    left: 0;
	background: url("../images/menu/winter2025/mv_ribbon_left.png") left top no-repeat;
	background-size: 100% auto;
	z-index: 1;
}

/*#winter2025 #mv:after{
	content:'';
	width: 20.7%;
    max-width: 310px;
    height: 32vw;
    position: absolute;
    bottom: 0;
    right: 0;
	background: url("../images/menu/winter2025/mv_ribbon_right.png") right bottom no-repeat;
	background-size: 100% auto;
	z-index: 1;
}*/

#winter2025 #mv .snow1,
#winter2025 #mv .snow2{
	width: 100%;
	max-width: 1500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
}
#winter2025 #mv.in .snow1{
	animation: fadeinout 10s ease .5s infinite forwards;
}
#winter2025 #mv.in .snow2{
	animation: fadeinout 10s ease 1.5s infinite forwards;
}

/*--- benefits ---*/
#winter2025 #benefits{
	text-align: center;
	background: url("../images/menu/winter2025/bg_02.png") center / cover no-repeat;
	/*background: url("../images/menu/winter2025/bg_02.png") center 68% / 2560px auto no-repeat;*//*0930*/
	width: 100%;
    height: auto;
    padding-top: clamp(130px, 9%, 130px);
    padding-bottom: clamp(80px, 7%, 80px);
    margin-top: -170px;
    position: relative;
	z-index: 11;/* アニメーション雪より上に */
}
#winter2025 #benefits:after{
	content:'';
	width: 20.7%;
    max-width: 310px;
    height: 32vw;
    position: absolute;
    top: min(-315px, -21vw);
    right: 0;
	background: url("../images/menu/winter2025/mv_ribbon_right.png") right top no-repeat;
	background-size: 100% auto;
	z-index: 1;
}
#winter2025 #benefits .main-title{
	font-family: "Zen Old Mincho", serif;
    font-weight: 600;
	color: #fff;
	margin: 35px auto 15px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	opacity: 0;
	position: relative;
	display: inline-block;
}

#winter2025 #benefits .main-title:before,
#winter2025 #benefits .main-title:after {
	content:'';
	width: 20px;
	height: 20px;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
	background: url("../images/menu/winter2025/deco_04.svg") center / contain no-repeat;
}

#winter2025 #benefits .main-title:after {
	left: auto;
    right: -20px;
}

#winter2025 #benefits .main-title .small{
	font-size: 24px;
	font-weight:  bold;
}

#winter2025 #benefits .main-title .big{
	font-size: 44px;
	letter-spacing: 0.1em;
}

#winter2025 #benefits .main-title .en{
	font-size: 80px;
	/*letter-spacing: 0.1em;*/
}

#winter2025 #benefits .benefits-list{
	max-width: 1000px;
	display:flex;
	/*justify-content: center;*/
	justify-content: space-around;
	/*width: 90%;*/
    margin: 0 auto;
	margin-top:12px;
    position: relative;
}

/*#winter2025 #benefits .benefits-list:after{
	position: absolute;
    content: "";
    background-color: rgb(255 255 255 / 50%);
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1px;
    height: 100%;
}*/

#winter2025 #benefits .benefits-list .benefits-box{
	width: 45%;
	max-width: 390px;
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
}

#winter2025 #benefits .benefits-list .benefits-box .hayatoku_02{
	position: absolute;
	width: 100%;
	top: -6%;
	right: -10%;
	max-width: 105px;
}

#winter2025 #benefits .benefits-list .benefits-box .number{
	max-width: 35px;
	margin: 0 auto 10px;
}

#winter2025 #benefits .benefits-list .title{
	font-family: "Zen Old Mincho", serif;
    font-weight: 600;
	font-size: 24px;
	color: #ffd982;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}

#winter2025 #benefits .benefits-list .title:after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url("../images/menu/winter2025/deco_05.svg") center / contain no-repeat;
	width: 60px;
	height: 8px;
}

#winter2025 #benefits .benefits-list .title .small{
	font-size: 75%;
}

#winter2025 #benefits .benefits-list .benefits-box .tokuten{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

#winter2025 #benefits .benefits-list .benefits-box .tokuten .imgbox{
	width: 100%;
	max-width: 140px;	
}

#winter2025 #benefits .benefits-list .benefits-box:first-child .tokuten .imgbox{
	margin-right: 20px;
}

#winter2025 #benefits .benefits-list .copy{
	font-size: 12px;
	color: #fff;
	margin: 0 auto 10px;
}

#winter2025 #benefits .benefits-list .benefits-box .tokuten .text{
	font-family: "Zen Old Mincho", serif;
    font-weight: 800;
	font-size: 32px;
	color: #ffd982;
	line-height: .8;
	text-align: center;
}

#winter2025 #benefits .benefits-list .benefits-box .tokuten .text .en{
	font-size: 60px;
}

#winter2025 #benefits .benefits-list .benefits-box .tokuten .text .small{
	font-size: 28px;
}

#winter2025 #benefits .benefits-list .benefits-box .tokuten .text .small2{
	font-size: 18px;
	display: inline-block;
	margin-bottom: 20px;
}

#winter2025 #benefits .benefits-list .benefits-box .tokuten .inner .copy{
	font-size: 12px;
	font-weight: bold;
}

#winter2025 #benefits .benefits-list .benefits-box .tokuten .inner .text{
	font-size: 34px;
	line-height: 0.65;
    margin-top: -5px;
}

#winter2025 #benefits .benefits-list .benefits-box .tokuten .inner .text .small{
	font-size: 23px;
}

#winter2025 #benefits .benefits-list .benefits-box .tokuten .inner .text .en{
	font-size: 68px;
}

#winter2025 #benefits .benefits-list .benefits-box .annotation{
	font-size: 11px;
	color: #fff;
	text-align: justify;
	margin: 0 auto 5px;
}

#winter2025 #benefits .product {
	width: 90%;
    max-width: 1000px;
    margin: 40px auto 30px;
    padding: 25px 0;
	border-left: 1px solid rgb(255 255 255 / 50%);
	border-right: 1px solid rgb(255 255 255 / 50%);
	border-bottom: 1px solid rgb(255 255 255 / 50%);
	opacity: 0;
}

#winter2025 #benefits .product .title {
	text-align: center;
	margin: -30px 0 20px;
	position: relative;
}

#winter2025 #benefits .product .title:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: calc(50% - 50px);
	height: 1px;
	background-color: rgb(255 255 255 / 50%);
}

#winter2025 #benefits .product .title:after {
	position: absolute;
	content: "";
	top: 5px;
	right: 0;
	width: calc(50% - 50px);
	height: 1px;
	background-color: rgb(255 255 255 / 50%);
}

#winter2025 #benefits .product .title span {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin-top: -50px;
}

#winter2025 #benefits .product .productList {
	display: flex;
	justify-content: center;
}

#winter2025 #benefits .product .productList > li:not(:last-child) {
	margin-right: 40px;
}

#winter2025 #benefits .product .productList .inner li {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

#winter2025 #benefits .main-title.in,
#winter2025 #benefits .benefits-list .benefits-box.in,
#winter2025 #benefits .product.in{
    animation:boxin 1.2s ease forwards;
}

#winter2025 .message{
	text-align: center;
	font-family: "Zen Old Mincho", serif;
    font-weight: 600;
	font-size: 16px;
	line-height: 2.1;
	padding: 60px 0 40px;
	margin-bottom: 30px;
	opacity: 0;
}
#winter2025 .message.in{
    animation:boxin 1.2s ease forwards;
}

/*--- contents common ---*/
#winter2025 #contents .head01{
	padding: 60px 50px 55px;
	text-align: center;
	background: url("../images/menu/winter2025/deco_02.svg") center top / 40px auto no-repeat, url("../images/menu/winter2025/deco_03.png") center bottom / 145px auto no-repeat;
	margin: 0 auto 70px;
	width: 90%;
	opacity: 0;
}

#winter2025 #contents .head01.in{
    animation:boxin 1000ms ease forwards;
}

#winter2025 #contents .head01 .jp{
	font-family: "Zen Old Mincho", serif;
    font-weight: 600;
	line-height: 1.3;
	font-size: 22px;
	padding-top: 30px;
	display: block;
}

#winter2025 #contents .head01 .itoyokado{
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	line-height: 1.5;
	font-size: 18px;
	padding-top: 25px;
	display: block;
}

#winter2025 #contents .head01 .itoyokado a{
	color: #68461D;
	text-decoration: underline;
}

#winter2025 #contents .head01 .itoyokado a:hover{
	text-decoration: none;
}

#winter2025 .indList{
	text-indent: 1em;
	padding-left: 1em;
}

#winter2025 .indList li{
	text-indent: -1em;
}

#winter2025 .disc{
	padding-left: 1.5em;
}

#winter2025 .disc li{
	list-style: disc;
	margin-bottom: 5px;
}

/*--- tab ---*/

#winter2025 .tabNav{
	max-width: 1080px;
	width: 93%;
	display: flex;
	margin: 0 auto;
}

#winter2025 .tabNav.sp{ display: none;}

/*#winter2025 .tabNav li:nth-child(1),
#winter2025 .tabNav li:nth-child(3) {
	width: 25.625%;
}

#winter2025 .tabNav li:nth-child(2){
	width: 24.375%;
}*/

#winter2025 .tabNav li {
	width: calc(100% / 3);
}

#winter2025 .tabNav li a{
	position: relative;
	display: block;
}

#winter2025 .tabNav li a img.on{
	position: absolute;
	left: 0;
	top: 0;
}

#winter2025 .tabNav li a,
#winter2025 .tabNav li a img{
	transition: .3s;
}

#winter2025 .tabNav li a img.on{
	opacity: 0;
}

#winter2025 .tabNav li a:hover img.off,
#winter2025 .tabNav li a.current img.off{
	opacity: 0;
}

#winter2025 .tabNav li a:hover img.on,
#winter2025 .tabNav li a.current img.on{
	opacity: 1;
}

#winter2025 #tabContents{
	background: #fff;
	padding: 50px 0 80px;
	max-width: 1080px;
	width: 93%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin: -1px auto 0;
	/*padding-top: 330px;
    margin-top: -281px;*/
    position: relative;
    z-index: 11;
}

#winter2025 #tabContents section:not(:last-child){
	margin-bottom: 80px;
}
    
/*--- menu-box ---*/
#winter2025 .dealineTable + .menu-box-list{
	margin-top: 80px;
}
#winter2025 .menu-box{
	width: 1000px;
	width: 92.59%;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
	opacity: 0;
}
#winter2025 .menu-box.in{
    animation:boxin 1000ms ease forwards;
}
#winter2025 .menu-box > .image{
	width: 50%;
	/*margin-left: -1%;*/
}
#winter2025 .menu-box > .image .imageInner{
	position: relative;
}
#winter2025 .menu-box > .image .imageInner .iconBox{
	position: absolute;
	bottom: -15px;
	/*left: -30px;*/
	left: 15px;
	display: flex;
	width: min(39%, 192px);
}
#winter2025 .menu-box > .image .imageInner .iconBox li{
	width: min(48%, 92px);
}
#winter2025 .menu-box > .image .imageInner .iconBox li:nth-child(n+2){
	margin-left: 8px;
}
#winter2025 .menu-box .info{
	width: 44%;
	/*margin-right: 1%;*/
	position: relative;
	padding-top: 20px;
}
#winter2025 .menu-box .nanaco{
	/*background: url("../images/menu/winter2025/icon_nanaco_130.png") right top / 100% auto no-repeat;*/
	width: 36.4%;
    max-width: 160px;
	/*padding-top: 36.3636%;*/
	/*padding-top: 20px;*/
	position: absolute;
	right: 0;
	top: 0;
    /*-webkit-backface-visibility: hidden; 
    backface-visibility: hidden;*/
}
#winter2025 .menu-box .nanaco .point{
	position: absolute;
	color: #fff;
	font-size: 23px;
	left: 32px;
	top: 110px;
	font-weight: bold;
	line-height: 1;
}
#winter2025 .menu-box .info .copy{
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 10px;
}
#winter2025 .menu-box .info .titleCaption{
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #cc9b2e;
	margin-bottom: 10px;
}
#winter2025 .menu-box .info .title{
	font-family: "Zen Old Mincho", serif;
    font-weight: 600;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 10px;
}
#winter2025 .menu-box .info .title .small{
	font-size: 0.7em;
}
#winter2025 .menu-box .info .spec{
	font-size: 12px;
	margin-bottom: 25px;
}
#winter2025 .menu-box .info .price{
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1;
}
#winter2025 .menu-box .info .price .intax{
	font-size: 70%;
}
#winter2025 .menu-box .info .title + .price{
	margin-top: 25px;
}
#winter2025 .menu-box .info .priceBox {
	margin-bottom: 25px;
}
#winter2025 .menu-box .info .priceBox .spec{
	margin-bottom: 8px;
}
#winter2025 .menu-box .info .priceBox .price{
	margin-bottom: 15px;
}
#winter2025 .menu-box .info .icons{
	display: flex;
	margin-bottom: 10px;
}
#winter2025 .menu-box .info .icons span{
	display: inline-block;
	padding: 7px 12px;
	line-height: 1;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: #666;
}
#winter2025 .menu-box .info .icons span + span{
	margin-left: 10px;
}
#winter2025 .menu-box .info .icons span.tento{ background: #89725F;}
#winter2025 .menu-box .info .icons span.reizo{ background: #38ACD8;}
#winter2025 .menu-box .info .icons span.reito{ background: #3165A9;}
#winter2025 .menu-box .info .icons span.takuhai{ background: #6DA474;}
#winter2025 .menu-box .info .icons span.soryo{ background: #fff; color: #666; border:1px solid #666;}
#winter2025 .menu-box .info .icons span.jyoon{ background: #CC9B2E;}
#winter2025 .menu-box .info .icons span.tento2{ background: #1a6b24;}
#winter2025 .menu-box .info .icons span.takuhai2{ background: #ea5504;}

#winter2025 .menu-box .info .limit{
	display: flex;
	font-size: 11px;
	margin-bottom: 25px;
}
#winter2025 .menu-box .info .limit dt{
	font-weight: bold;
	width: 5em;
}
#winter2025 .menu-box .info .limit dd{
	margin-left: 0;
}
#winter2025 .menu-box .info .text02{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
#winter2025 .menu-box .info .text02 .image{
	width: 24%;
}
#winter2025 .menu-box .info .text{
	line-height: 1.75;
}
#winter2025 .menu-box .info > .text{
	margin-bottom: 25px;
}
#winter2025 .menu-box .icons + .text{
	margin-top: 25px;
}
#winter2025 .menu-box .info .notice{
	border-top: 1px solid #DDC08E;
	padding-top: 25px;
}
#winter2025 .menu-box .info .notice li{
	margin-bottom: 5px;
	font-size: 11px;
}
#winter2025 .menu-box .info .notice li a{
	color: #e1710c;
	text-decoration: underline;
}

#winter2025 .menu-box.soldout{
	position: relative;
}
#winter2025 .menu-box.soldout::before{
	content: "";
	display: block;
	width: 102%;
	height: 100%;
	background: rgba(0,0,0,0.60);
	position: absolute;
	left: -1%;
	top: 0;
	z-index: 1;
}
#winter2025 .menu-box.soldout::after{
	white-space: pre;
	content: "ご好評につき、\A予約受付を終了しました";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	z-index: 2;
}

#winter2025 .takuhai-soldout{
	width: 92.59%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #666;
    padding: 25px;
    margin: 0 auto 15px;	
}

/*--- deadline ---*/
#winter2025 .deadline{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 980px;
	width: 90.74%;
	margin: 0 auto;
	opacity: 0;
}
#winter2025 .deadline + .deadline {
	margin-top: 30px;
}
#winter2025 .deadline.in{
    animation:boxin 1000ms ease forwards;
}
#winter2025 .deadline dl{
	width: 47.5%;
	border: 1px solid #DDC08E;
	padding: 30px;
	text-align: center;
	position: relative;
}
#winter2025 .deadline dl dt{
	position: absolute;
	left: 50%;
	top: -12px;
	font-size: 18px;
	font-weight: bold;
	transform: translate(-50%, 0);
	padding: 0 15px;
	background: #fff;
	white-space: nowrap;
}
#winter2025 .deadline dl dd{
	font-size: 18px;
}
#winter2025 .deadline .tri{
	width: 0px;
	height: 0px;
	border: 13px solid;
    border-color: transparent transparent transparent #cc9b2e;
    transform: translate(8px, -6px);
}

/*--- noticeBox ---*/
#winter2025 .noticeBox{
	margin: 50px auto 0;
	max-width: 980px;
	width: 90.74%;
	display: flex;
	align-items: center;
	opacity: 0;
}
#winter2025 .noticeBox.in{
    animation:boxin 1000ms ease forwards;
}
#winter2025 .noticeBox dt{
	font-weight: bold;
	padding: 0 20px 0 0 ;
	font-size: 14px;
}
#winter2025 .noticeBox dd{
	padding: 10px 0 8px 20px;
    border-left: 1px solid #DDC08E;
}
#winter2025 .noticeBox dd ul li{
	margin-bottom: 5px;
	font-size: 11px;
}
#winter2025 .noticeBox dd ul li:last-child{
	margin-bottom: 0;
}

#winter2025 .noticeBox02{
	text-align: center;
	border: 1px solid #DDC08E;
	padding: 30px;
	font-weight: bold;
	max-width: 980px;
	width: 90.74%;
	margin: 0 auto 50px;
	font-size: 14px;
	opacity: 0;
}
#winter2025 .noticeBox02.in{
    animation:boxin 1000ms ease forwards;
}

#winter2025 .noticeBox03{
	max-width: 980px;
	width: 90.74%;
	margin: 0 auto 50px;
	font-size: 12px;
	opacity: 0;
}
#winter2025 .noticeBox03.in{
    animation:boxin 1000ms ease forwards;
}
#winter2025 .noticeBox03 li{
	margin-bottom: 8px;
}

#winter2025 .noticeBox04{
	max-width: 1080px;
	width: 90%;
	margin: 50px auto;
	font-size: 14px;
	text-align: center;
}

/*--- dealineTable ---*/
#winter2025 .dealineTable{
	max-width: 600px;
	width: 90.74%;
	margin: 60px auto 0;
	opacity: 0;
}

#winter2025 .dealineTable + .menu-box {
    margin-top: 80px;
}

#winter2025 .dealineTable.in{
    animation:boxin 1000ms ease forwards;
}
#winter2025 .dealineTable .title{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	position: relative;
	height: 20px;
}
#winter2025 .dealineTable .title span{
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translate(-50%, 0);
	z-index: 1;
	white-space: nowrap;
}
#winter2025 .dealineTable .title::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 6px;
	background: #666;
	z-index: 0;
}

#winter2025 .dealineTable .tbl01 th{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 15px 5px;
	border-radius: 10px;
	background: #cc9b2e;
}
#winter2025 .dealineTable .tbl01 td{
	text-align: center;
	padding: 15px;
	font-size: 16px;
}
#winter2025 .dealineTable .tbl01 .trDate td{
	border-bottom: 1px solid #ccc;
}
#winter2025 .dealineTable .tbl01 .tdDate{
	width: 47%;
}
#winter2025 .dealineTable .tbl01 .tdTri{
	width: 6%;
	padding: 0;
}
#winter2025 .dealineTable .tbl01 .tdTri .tri{
	width: 0px;
	height: 0px;
	border: 10px solid;
    border-color: transparent transparent transparent #cc9b2e;
	display: inline-block;
	margin: 5px 0 0 10px;
}
#winter2025 .dealineTable .tbl01 .trNote{
	font-weight: bold;
}

#winter2025 .dealineTable.tableTento .title{ color: #1a6b24;}
#winter2025 .dealineTable.tableTakuhai .title,
#winter2025 .dealineTable.tableTakuhai .tbl01 .trNote{ color: #1a6b24;}
#winter2025 .dealineTable.tableTento .title::after{ background: #1a6b24;}
#winter2025 .dealineTable.tableTakuhai .title::after{ background: #1a6b24;}
#winter2025 .dealineTable.tableTento .tbl01 th{ background: #1a6b24;}
#winter2025 .dealineTable.tableTakuhai .tbl01 th{ background: #1a6b24;}

#winter2025 .dealineTable.tableTento .tbl01 .tdTri .tri{ border-color: transparent transparent transparent #1a6b24;}
#winter2025 .dealineTable.tableTakuhai .tbl01 .tdTri .tri{ border-color: transparent transparent transparent #1a6b24;}


/*--- sectionMv ---*/
#winter2025 .sectionMv{
	margin-bottom: 50px;
	opacity: 0;
}
#winter2025 .sectionMv.in{
    animation:boxin 1000ms ease forwards;
}

#winter2025 .sectionMvCaption{
	text-align: center;font-family: "Zen Old Mincho", serif;
    font-weight: 600;
	line-height: 1.75;
	font-size: 24px;
	margin-bottom: 60px;
	padding-bottom: 60px;
	background: url("../images/menu/winter2025/deco_01.svg") center bottom / 102px no-repeat;
	opacity: 0;
}
#winter2025 #osechi .sectionMvCaption{
	background: url("../images/menu/winter2025/deco_04.svg") center bottom / 50px no-repeat;
}
#winter2025 .sectionMvCaption.in{
    animation:boxin 1000ms ease forwards;
}


#winter2025 .sectionMvCaption .txt {
	font-size: 16px;
    display: block;
    width: 92.59%;
    margin: 15px auto 0;
}

/*--- modal ---*/
#winter2025 .modal-inner .mw-title{
	margin-bottom: 20px;
}
#winter2025 .modal-inner dl:first-of-type{
	border-top: 1px solid #ccc;
}
#winter2025 .modal-inner dl dt,
#winter2025 .modal-inner dl dd{
	color: #68461D;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px;
}
#winter2025 .modal-inner dl{
	border-left: 1px solid #ccc;
}
#winter2025 .modal-inner dl dd span{
	font-size: 0.7em;
}
#winter2025 .modal-inner dl dd .note{
	font-size: 11px;
}
#winter2025 .modal-inner .notice{
	margin-top: 20px;
}

/*--- btn ---*/
#winter2025 .btn01{
	max-width: 600px;
	width: 85%;
	margin: 50px auto 0;
	opacity: 0;
}
#winter2025 .btn01.in{
    animation:boxin 1000ms ease forwards;
}
#winter2025 .btn01 a{
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 30px 10px;
	line-height: 1.5;
	font-size: 16px;
	transition: .3s;
	
	background: #3c2612; /* Old browsers */
	background: -moz-linear-gradient(left,  #3c2612 0%, #68461d 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #3c2612 0%,#68461d 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #3c2612 0%,#68461d 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c2612', endColorstr='#68461d',GradientType=1 ); /* IE6-9 */
}
#winter2025 .btn01 a::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;	
	z-index: 0;	
	transition: .3s;
	
	background: #68461d; /* Old browsers */
	background: -moz-linear-gradient(left,  #68461d 0%, #3c2612 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #68461d 0%,#3c2612 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #68461d 0%,#3c2612 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68461d', endColorstr='#3c2612',GradientType=1 ); /* IE6-9 */
}
#winter2025 .btn01 a::after{
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border: 6px solid;
    border-color: transparent transparent transparent #fff;
    transform: translate(8px, -6px);
	position: absolute;
	right: 30px;
	top: 50%;
	transition: .3s;
}
#winter2025 .btn01 a span{
	position: relative;
	z-index: 1;
}
#winter2025 .btn01 a:hover{
	text-decoration: none;
}
#winter2025 .btn01 a:hover::before{
	opacity: 0;
}
#winter2025 .btn01 a:hover::after{
	right: 25px;
}

/*--- navBtns ---*/
#winter2025 .navBtns{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 90%;
	max-width: 1080px;
	margin: 100px auto 0;
	flex-wrap: wrap;
}
#winter2025 .navBtns li{
	width: 32%;
	position: relative;
}
#winter2025 .navBtns li a{
	display: block;
	color: #fff;
	text-align: center;font-family: "Zen Old Mincho", serif;
    font-weight: 600;
	line-height: 1.3;
	font-size: 20px;
	padding: 20px 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	height: 100px;
	transition: .3s;
}
#winter2025 .navBtns li:nth-child(1) a{ background: #bb0000;}
#winter2025 .navBtns li:nth-child(2) a{ background: #177251;}
#winter2025 .navBtns li:nth-child(3) a{ background: #b48c50;}

#winter2025 .navBtns li a:hover{
	background: #fff;
}

#winter2025 .navBtns li:nth-child(1) a:hover{ color: #bb0000;}
#winter2025 .navBtns li:nth-child(2) a:hover{ color: #177251;}
#winter2025 .navBtns li:nth-child(3) a:hover{ color: #825f2d;}

#winter2025 .navBtns li a span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-37%);
	display: block;
	width: 100%;
}
#winter2025 .navBtns li a::before{
	content: "";
    position: absolute;
    left: 12.5%;
    top: -70px;
    width: 75%;
    height: 0;
    padding-top: 30%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#winter2025 .navBtns li:nth-child(1) a::before{ background-image: url("../images/menu/winter2025/nav_btn_01.png");}
#winter2025 .navBtns li:nth-child(2) a::before{ background-image: url("../images/menu/winter2025/nav_btn_02.png");}
#winter2025 .navBtns li:nth-child(3) a::before{ background-image: url("../images/menu/winter2025/nav_btn_03.png");}


#winter2025 .allergytxt {
	max-width: 600px;
    width: 90.74%;
    margin: 50px auto 0;
}

#winter2025 .allergytxt .allergytit {
	text-align: center;
	color: #fff;
	padding: 20px 10px;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 15px;
	
	background: #3c2612; /* Old browsers */
	background: -moz-linear-gradient(left,  #3c2612 0%, #68461d 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #3c2612 0%,#68461d 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #3c2612 0%,#68461d 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c2612', endColorstr='#68461d',GradientType=1 ); /* IE6-9 */
}

#winter2025 .allergytxt ul li a {
	color: #68461D;
	text-decoration: underline;
}

#winter2025 .allergytxt ul li a:hover {
	text-decoration: none;
}


/*--- kodawari ---*/
#winter2025 .menu-box .kodawari {
    background-color: #e5d8c7;
    padding: 30px;
    margin-bottom: 30px;
}
#winter2025 .menu-box .kodawari .kodawari_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#winter2025 .menu-box .kodawari .kodawariBox li {
    display: flex;
    justify-content: space-between;
}
#winter2025 .menu-box .kodawari .kodawariBox li:nth-child(n+2) {
    margin-top: 25px;
}
#winter2025 .menu-box .kodawari .kodawariBox li .imgBox {
    width: 80px;
}
#winter2025 .menu-box .kodawari .kodawariBox li .textBox .subTitle {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
#winter2025 .menu-box .kodawari .kodawariBox li .textBox {
    width: calc(100% - (80px + 10px));
}
#winter2025 .menu-box .kodawari .kodawariBox li .textBox .text {
    font-size: 11px;
}

#winter2025 #osechi .menu-box .kodawari {
    margin-top: 10px;
}


/*--- newアイコン ---*/
#winter2025 .menu-box .new {
	display: inline-block;
    padding: 7px 12px;
    line-height: 1;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    background: #f06056;
    margin-bottom: 15px;
    border-radius: 15px;
}


/*--- tableBox ---*/
#winter2025 .menu-box.set {
    margin-bottom: 50px;
}
#winter2025 .tableBox {
	width: 92.59%;
    margin: 0 auto 80px;
}
#winter2025 .tableBox .fukidashi {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #68461d;
    background-color: #e5d8c7;
    padding: 15px;
    margin: 40px 0 30px;
    position: relative;
}
#winter2025 .tableBox .fukidashi:after {
	position: absolute;
	content: "";
	bottom: -18px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 20px solid #e5d8c7;
	border-bottom: 0;
}
/*-- spOverflow --*/
#winter2025 .tableBox .box2 .inner {
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 26%;
}

/*-- spOverflow --*/
.spOverflow {
    position: relative;
}



/*-------------------------------------------
1500px～
-------------------------------------------*/
@media only screen and (min-width: 1500px){
	#winter2025 #mv .shop {
    /*top: 19%;*/
    top: 67%;    
    /*left: calc((100% - 360px) / 2);*/
    left: calc((100% - 1104px) / 2);
    transform: translate(0, -58%);
	}
	#winter2025 #benefits:after{
	    top: -315px;/*0930*/
	}
}

/*-------------------------------------------
Under 1500px
-------------------------------------------*/
@media only screen and (max-width: 1500px){
	#winter2025 #mv {
		height: 0;
		padding-top: 58%;
	}
	#winter2025 #mv .title{
		left: 11%;
	}
	#winter2025 #mv .balloonBox{
	    /*left: 8%;*//* 2つ並び */
	    left: 20%;/* 1つ並び */
	    transform: translate(0, -73%);/* 1つ並び */
	}
}



/*-------------------------------------------
Under 1300px
-------------------------------------------*/
@media only screen and (max-width: 1300px){
	#winter2025 #benefits {
		background: url("../images/menu/winter2025/bg_02.png") center 19% / 2300px auto no-repeat;/*0930*/
	}
	#winter2025 #benefits:after{
	    top: -13vw;/*0930*/
	}
}



/*-------------------------------------------
900px以下
-------------------------------------------*/
@media only screen and (max-width: 900px){
	
	/*--- benefits ---*/
	#winter2025 #benefits {
	    padding-top: 180px;
	    background: url(../images/menu/winter2025/bg_02_sp.png) center / 100% 100% no-repeat;
	    padding-top: 15%;/*0930*/
	    margin-top: -11%;/*0930*/
	}
	#winter2025 #benefits:after{
	    top: -20vw;/*0930*/
	}
	#winter2025 #benefits .benefits-list {
		width: 90%;
	    display: block;
	}
	#winter2025 #benefits .benefits-list:after {
	    content: none;
	}
	#winter2025 #benefits .benefits-list .benefits-box {
	    width: 100%;
	    max-width: 100%;
	}
	#winter2025 #benefits .benefits-list .benefits-box:last-child {
	    position: relative;
	    /*padding-top: 50px;
	    margin-top: 50px;*/
	}
	/* 2つ並び */
	/*#winter2025 #benefits .benefits-list .benefits-box:last-child:after {
	    position: absolute;
	    content: "";
	    background-color: #dcbf8d;
	    top: 0;
	    right: 0;
	    left: 0;
	    margin: auto;
	    width: 100%;
	    height: 1px;
	}*/
	#winter2025 #benefits .benefits-list .benefits-box .hayatoku_02 {
	    width: 90px;
	    top: 34px;
	    right: calc((100% - 460px) / 2);
	}
	#winter2025 #benefits .product .productList {
	    display: block;
	    padding: 0 20px;
	}
	#winter2025 #benefits .product .productList .inner li {
	    margin-bottom: 10px;
	}
	#winter2025 #benefits .product .productList > li:last-child .inner li:last-child {
	    margin-bottom: 0;
	}
	#winter2025 #benefits .product .productList > li:not(:last-child) {
	    margin-right: 0;
	}
}



/*-------------------------------------------
Tablet
-------------------------------------------*/
@media only screen and (max-width: 768px){
	
	/*--- menu-box ---*/
	#winter2025 .menu-box .info .title{
		font-size: 20px;
	}
	#winter2025 .menu-box .nanaco .point {
		font-size: 17px;
		right: 52px;
		left: auto;
		top: 72px;
	}
	#winter2025 .menu-box .info br.sp{ display: inline;}
	
}



/*-------------------------------------------
SP
-------------------------------------------*/
@media only screen and (max-width: 480px){
	 
     br.pc-none {
        display: inline;
    }
	#winter2025 .sp { display: block;}
	#winter2025 .pc { display: none;}
	
	#winter2025{
		padding-bottom: 20px;
	}
    
	/*--- mv ---*/
	#winter2025 #mv {
		height: 575px;
		background: url("../images/menu/winter2025/bg_mv_sp.png") center top no-repeat;
		background-size: cover;
		padding-top: 152%;
	}

	#winter2025 #mv .title{
		left: 8px;
        top: 24%;
        width: 57%;
	}

	#winter2025 #mv .start {
	    width: 28%;
	    left: 69%;
        top: 2%;
	}

	#winter2025 .message{
		font-size: 14px;
		background-size: 100px auto;
		padding: 40px 0 20px;
		width: 90%;
		margin: 0 auto 30px;
	}

	#winter2025 #mv .balloonBox {
		left: 50%; 
		bottom: 0;
		/*transform: translate(-50%, -34%);*//* 2つ並び */
		transform: translate(-50%, -84%);/* 1つ並び */
		width: 90%;
		display: block;
	}

	#winter2025 #mv .balloonBox li {
	    margin-right: 0;
	    max-width: 100%;
	}

	#winter2025 #mv .balloonBox .balloon2 .icon {
	    width: 15%;
        top: -9%;
        right: auto;
        left: -4%;
	}

    #winter2025 #mv .shop {
	    /*width: 17%;
	    left: 55%;
	    top: 6%;*/
	    width: 22%;
	    left: 7%;
	    top: 40%;
	}
	
	#winter2025 #mv:before {
	    width: 18%;
        height: 20vw;
        z-index: 0;
        left: -30px;
	}
	
	#winter2025 #mv:after {
	    width: 23%;
	    height: 39vw;
	    right: -2px;
	}

	/*--- 雪アニメーション ---*/
	.snow {
		font-size: 8px;
		text-shadow:
		5vw   50px 2px,
		20vw  -100px 3px,
		40vw  120px 4px,
		60vw  -150px 5px,
		80vw   180px 2px;
	}

	/*--- benefits ---*/
	#winter2025 #benefits {
        /*padding-top: 160px;*/
        padding-bottom: 50px;
    }
    #winter2025 #benefits .main-title .small {
	    font-size: 16px;
	}
	#winter2025 #benefits .main-title .big {
	    font-size: 30px;
	}
	#winter2025 #benefits .main-title .en {
	    font-size: 60px;
	}
    #winter2025 #benefits .benefits-list {
        width: 85%;
    }
	#winter2025 #benefits .benefits-list .benefits-box .number {
	    width: 30px;
	}
	#winter2025 #benefits .benefits-list .title {
	    font-size: 20px;
	}
	#winter2025 #benefits .benefits-list .benefits-box .tokuten .imgbox {
	    width: 110px;
	}
	#winter2025 #benefits .benefits-list .benefits-box .tokuten .text {
	    font-size: 23px;
	}
	#winter2025 #benefits .benefits-list .benefits-box .tokuten .text .small {
	    font-size: 20px;
	}
	#winter2025 #benefits .benefits-list .benefits-box .tokuten .text .small2 {
	    font-size: 13px;
	    margin-bottom: 15px;
	}
    /*#winter2025 #benefits .benefits-list .benefits-box:last-child {
        padding-top: 0px;
        margin-top: 0px;
    }*/
	#winter2025 #benefits .benefits-list .benefits-box .tokuten .inner .text .small {
	    font-size: 19px;
	}
	#winter2025 #benefits .benefits-list .benefits-box .hayatoku_02 {
        width: 70px;
        top: 42px;
        right: calc((100% - 328px) / 2);
    }
	#winter2025 #benefits .product {
	    padding: 20px 0;
	}
	#winter2025 #benefits .product .title span {
	    font-size: 18px;
	}
	#winter2025 #benefits .product .title {
	    margin: -25px 0 20px;
	}
	#winter2025 #benefits .product .productList .inner li {
        margin-bottom: 5px;
    }

	/*--- contents common ---*/
	#winter2025 #contents .head01{
		padding: 40px 0;
		background: url("../images/menu/winter2025/deco_02.svg") center top / 30px auto no-repeat, url("../images/menu/winter2025/deco_03.png") center bottom / 120px auto no-repeat;
		margin: 0 auto 30px auto;
	}
	#winter2025 #contents .head01 .jp{
		font-size: 18px;
		padding-top: 18px;
	}
	#winter2025 #tabContents section:not(:last-child) {
		margin-bottom: 40px;
	}
	#winter2025 #contents .head01 .itoyokado {
	    font-size: 15px;
	    padding-top: 15px;
	}

	/*--- tab ---*/
	#winter2025 .tabNav.pc{
		display: none;
	}
	#winter2025 .tabNav.sp{
		display: flex;
	}
	#winter2025 #tabContents {
    	padding: 40px 0;
		/*padding-top: 180px;
	    margin-top: -140px;*/
	}
	
	/*--- menu-box ---*/
	#winter2025 .dealineTable + .menu-box-list{
		margin-top: 40px;
	}
	#winter2025 .menu-box{
		width: 90%;
		margin: 0 auto 40px;
		display: block;
	}
	#winter2025 .menu-box > .image{
		width: 100%;
		margin: 0 0 15px 0;
	}
	#winter2025 .menu-box > .image.kirinuki{
		margin-bottom: 20px;
	}
	#winter2025 .menu-box .info{
		width: 94%;
		margin: 0 auto;
		padding-top: 0;
	}
	#winter2025 .menu-box .nanaco{
		width: 100px;
		/*padding-top: 0;*/
	}
	#winter2025 .menu-box .nanaco .point{
		font-size: 15px;
		left: 18px;
		top: 69px;
	}
	#winter2025 .menu-box .info .title{
		font-size: 24px;
		margin-bottom: 8px;
	}
	#winter2025 .menu-box .info .spec{
		margin-bottom: 20px;
	}
	#winter2025 .menu-box .info .price{
		font-size: 18px;
		margin-bottom: 8px;
	}
	
	
	
	#winter2025 .menu-box .info .icons{
		margin-bottom: 8px;
	}
	#winter2025 .menu-box .info .icons span{
		padding: 5px 10px;
	}
	#winter2025 .menu-box .info .icons span + span{
		margin-left: 8px;
	}
	#winter2025 .menu-box .info .limit{
		margin-bottom: 20px;
	}
	#winter2025 .menu-box .info .limit dt {
		width: 5em;
	}
	#winter2025 .menu-box .info .limit dd {
		width: calc(100% - 5em);
	}
	#winter2025 .menu-box .info .text02{
		margin-bottom: 15px;
	}
	#winter2025 .menu-box .info > .text{
		margin-bottom: 20px;
	}
	#winter2025 .menu-box .info .notice{
		padding-top: 20px;
	}
	#winter2025 .menu-box .icons + .text{
		margin-top: 20px;
	}
	#winter2025 .menu-box .info .title + .price{
		margin-top: 20px;
	}

	#winter2025 .menu-box > .image .imageInner .iconBox {
	    bottom: auto;
	    left: auto;
	    top: -25px;
	    /*right: -15px;*//* 2つ並び */
	    right: -58px;/* 1つ並び */
	}
	#winter2025 .menu-box > .image .imageInner .iconBox li:nth-child(n+2) {
	    margin-left: 2px;
	}

	#winter2025 .menu-box.soldout::after{
		font-size: 18px;
		/*white-space: nowrap;*/
	}
	
	#winter2025 .takuhai-soldout{
    font-size: 18px;
	}
	
	/*--- deadline ---*/
	#winter2025 .deadline{
		display: block;
		width: 90%;
	}
	#winter2025 .deadline + .deadline {
		margin-top: 40px;
	}
	#winter2025 .deadline dl{
		width: 100%;
		padding: 15px;
	}
	#winter2025 .deadline dl dt{
		top: -10px;
		font-size: 14px;
		padding: 0 10px;
	}
	#winter2025 .deadline dl dd{
		font-size: 13px;
	}
	#winter2025 .deadline .tri{
		width: 0px;
		height: 0px;
		border: 13px solid;
		border-color: #cc9b2e transparent transparent transparent;
		transform: translate(0,0);
		margin: 5px 0 5px 46%;
	}

	/*--- noticeBox ---*/
	#winter2025 .noticeBox{
		margin: 30px auto 0;
		width: 90%;
		display: block;
	}
	#winter2025 .noticeBox dt{
		font-weight: bold;
		border-right: none;
		padding: 0 ;
		margin-bottom: 5px;
	}
	#winter2025 .noticeBox dd{
		padding-left: 0;
		border: none;
	}

	#winter2025 .noticeBox02{
		text-align: justify;
		padding: 15px;
		width: 90%;
		margin: 0 auto 30px;
		font-size: 12px;
	}
	#winter2025 .noticeBox02 br{ display: none;}
	
	#winter2025 .noticeBox03{
		width: 90%;
		margin: 0 auto 30px;
	}
	
	/*--- dealineTable ---*/
	#winter2025 .dealineTable{
		width: 90%;
		margin: 50px auto 0;		
	}
	#winter2025 .dealineTable .title{
		font-size: 16px;
		height: 16px;
	}
	#winter2025 .dealineTable .title.twoLine{
		margin-bottom: 35px;
	}
	#winter2025 .dealineTable .title span{
		padding: 0 10px;
		top: -8px;
	}
	#winter2025 .dealineTable .title.twoLine span {
        top: -18px;
    }
	#winter2025 .dealineTable .title::after{
		top: 5px;
	}

	#winter2025 .dealineTable .tbl01 th{
		font-size: 14px;
		padding: 10px 5px;
	}
	#winter2025 .dealineTable .tbl01 td{
		padding: 15px 0px;
		font-size: 14px;
	}

	/*--- sectionMv ---*/
	#winter2025 .sectionMv{
		margin-bottom: 30px;
		opacity: 0;
	}

	#winter2025 .sectionMvCaption{
		font-size: 18px;
		margin-bottom: 30px;
		padding-bottom: 30px;
		background: url("../images/menu/winter2025/deco_01.svg") center bottom / 70px no-repeat;
	}
    #winter2025 #osechi .sectionMvCaption{
        background: url("../images/menu/winter2025/deco_04.svg") center bottom / 36px no-repeat;
    }

	#winter2025 .sectionMvCaption .txt {
		margin: 5px auto 0;
	    font-size: 14px;
	}

	/*--- btn ---*/
	#winter2025 .btn01{
		margin: 30px auto 0;
	}
	#winter2025 .btn01 a{
		padding: 20px 10px;
		font-size: 15px;
	}
	
	/*--- navBtns ---*/
	#winter2025 .navBtns{
		margin: 60px auto 0;
	}
	#winter2025 .navBtns li{
		width: 48%;
	}
	#winter2025 .navBtns li:nth-child(1),
	#winter2025 .navBtns li:nth-child(2){		
		margin-bottom: 50px;
	}

	#winter2025 .navBtns li:last-child{
		margin: auto;
	}

	#winter2025 .navBtns li a{
		font-size: 18px;
		height: 80px;
	}
	#winter2025 .navBtns li a span{
		transform: translate(-50%,-37%);
	}
	#winter2025 .navBtns li a::before{
		top: -38px;
	}
    
	#winter2025 .allergytxt .allergytit {
		padding: 15px 10px;
		font-size: 15px;
	}



	/*-- spOverflow --*/
    .spOverflow{
		overflow-x: scroll;
		width: 100%;
		padding: 0 10px 20px;
    }
    .spOverflow .inr{
		width: 980px;
        opacity: 0.3;
        transition: .4s;
        position: relative;
        padding: 30px 20px;
    }
    .spOverflow.touched .inr,
    .spOverflow.touched img{
        opacity: 1;
    }
    .howToScroll.is-ua-sp{
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.howToScroll.is-ua-sp .howToScrollInr {
	    display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    background-color: rgb(250 248 245 / 70%);
	    z-index: 1;
	}
	.howToScroll.is-ua-sp .howToScrollInr::after{
		content: "";
		display: block;
		width: 70%;
		height: 100%;
		position: absolute;
		left: 15%;
		top: 0;
		z-index: 2;
		background: url("/images/menu/winter2025/icon_swipe.svg")center center / 60% auto no-repeat;
		animation: slide 1500ms linear infinite;
		transition: all 300ms;
	}
    .howToScroll.is-ua-sp.delete,
	.howToScroll.is-ua-sp .howToScrollInr.delete {
		animation: none;
		transition: .3s;
		opacity: 0;
		visibility: hidden;
	}

	@keyframes slide {
	    0% { transform: translateX(10px); opacity: 0;}
	    3% { transform: translateX(10px); opacity: 1;}
	    100% { transform: translateX(-10px); opacity: 0; }
	}

	#winter2025 .tableBox .box2 .inner {
	    width: 980px;
	    padding-top: 255px;
	}

}