@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');

/*----------------------------------------------------
	☆PC
----------------------------------------------------*/
.bgWhite {
    background: #fff;
}

.bgw01 {
    padding: 8px 0 50px 0;
}

#wrapper {
    margin-bottom: 0;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.nowrap{
    white-space: nowrap;
    display: inline-block;
}

#choinomi a:hover{
    text-decoration: none;
}

#choinomi ul, #choinomi p, #choinomi dl{ margin-bottom: 0;}
#choinomi dd{ margin-left: 0;}

#choinomi {
	width: 100%;
    overflow: hidden;
	position: relative;
	color: #3f1413;
	font-family: "Shippori Mincho B1", serif;
    letter-spacing: 0.1em;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
	background: url("../images/menu/choinomi/bg_01.jpg") center center / contain repeat-y;
}

#choinomi img { 
    width: 100%; 
    vertical-align: bottom; 
    -webkit-backface-visibility: hidden; 
    backface-visibility: hidden;
}

#choinomi .deco {
    position: absolute;
    top: 0;
}

#choinomi .excl {
    font-family: "Zen Old Mincho", serif;
  	font-weight: 500;
  	font-style: normal;
}

/*--- mv ---*/
#choinomi #mv {
	position: relative;
	background: url("../images/menu/choinomi/bg_02.jpg") top center / 100% repeat-y;
}

#choinomi #mv .mvInner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
	width: 100%;
}

#choinomi #mv .mvInner .mvTitle {
    width: min(34%, 480px);
    left: 5.5%;
    top: 15%;
}

#choinomi #mv .mvInner .mvScript {
    width: min(20%, 260px);
    left: 30.5%;
    top: 52%;
}


/*--- menu ---*/
#choinomi #menu {
    position: relative;
	padding: 90px 0;
}

#choinomi #menu .menuInner {
    width: 85%;
    max-width: 1050px;
    margin: 0 auto;
}

#choinomi #menu .menuInner .setPrice {
	margin-bottom: 125px;
}

#choinomi #menu .menuInner .menuBox {
    position: relative;
}

#choinomi #menu .menuInner .menuBox.no2 {
    margin-top: 90px;
}

#choinomi #menu .menuInner .menuBox .en {
    font-size: 135px;
    position: absolute;
	font-family: "Bodoni Moda", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	writing-mode: vertical-rl;
	color: #d2ae70;
	opacity: 0.5;
	letter-spacing: 0.08em;
}

#choinomi #menu .menuInner .menuBox .en.deco01 {
    right: -285px;
    top: 0;
}

#choinomi #menu .menuInner .menuBox .en.deco02 {
    left: -290px;
    top: 0;
}

#choinomi #menu .menuInner .menuBox .boxInner {
    background: #fff;
    position: relative;
}

#choinomi #menu .menuInner .menuBox .titleBox {
    background: #99261d;
    padding: 70px 30px 30px;
    position: relative;
    text-align: center;
}

#choinomi #menu .menuInner .menuBox.no2 .titleBox {
    background: #c66d30;
}

#choinomi #menu .menuInner .menuBox.no2 .titleBox::before {
	content: "";
    position: absolute;
    left: 50%;
    top: -55%;
    transform: translateX(-50%);
	z-index: 1;
    margin: auto;
    width: 70px;
    height: 70px;
    background: url("../images/menu/choinomi/plus_icon.svg") right center / 70px 70px no-repeat;
}

#choinomi #menu .menuInner .menuBox .titleBox .circle {
	position: absolute;
    width: 210px;
	height: 210px;
	background: #99261d;
	border-radius: 50%;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
}

#choinomi #menu .menuInner .menuBox.no2 .titleBox .circle {
	background: #c66d30;
}

#choinomi #menu .menuInner .menuBox .titleBox .icon {
	position: absolute;
    width: 82px;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}

#choinomi #menu .menuInner .menuBox .titleBox .titInner {
	color: #fff;
	text-align: center;
	font-size: 36px;
	position: relative;
}

#choinomi #menu .menuInner .menuBox .titleBox .titInner .main {
	font-size: 36px;
	margin-bottom: 10px;
}

#choinomi #menu .menuInner .menuBox .titleBox .titInner .main .number {
	font-family: "Libre Baskerville", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 50px;
	
}

#choinomi #menu .menuInner .menuBox .titleBox .titInner .note {
	font-size: 14px;
}

#choinomi #menu .menuInner .menuBox .productBox {
    border: 1px solid #3f1413;
    position: relative;
	border-top: none;
	padding: 5%;
}

#choinomi #menu .menuInner .menuBox .productBox .dotLine {
	width: 100%;
    height: 3px;
    background-image: radial-gradient(circle, #3f1413 1.5px, transparent 1.5px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    background-position: left center;
	margin: 20px 0 60px;
}

#choinomi #menu .menuInner .menuBox .productBox .luxuryPrice {
    text-align: center;
	font-size: 28px;
	color: #3f1413;
	letter-spacing: 0.001em;
	margin-bottom: 40px;
	line-height: 1.2;
}

#choinomi #menu .menuInner .menuBox .productBox .luxuryPrice .number {
    font-family: "Libre Baskerville", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 55px;
}

#choinomi #menu .menuInner .menuBox .productBox .luxuryPrice .big {
	font-size: 38px;
	position: relative;
}

#choinomi #menu .menuInner .menuBox .productBox .luxuryPrice .big.no1::before {
	content: "";
    position: absolute;
    left: -6px;
    top: 4px;
    margin: auto;
    width: 9px;
    height: 9px;
    background: url("../images/menu/choinomi/point.svg") right center / 9px 9px no-repeat;
}

#choinomi #menu .menuInner .menuBox .productBox .luxuryPrice .big.no2 {
	vertical-align: 5px;
}

#choinomi #menu .menuInner .menuBox .productBox .productsList {
    display: flex;
    gap: 2.4%;
    flex-wrap: wrap;
}

#choinomi #menu .menuInner .menuBox .productBox .productsList li {
    width: 31.7%;
    margin-bottom: 35px;
}

#choinomi #menu .menuInner .menuBox .productBox .productsList li .productsImg {
    margin-bottom: 10px;
    position: relative;
}


#choinomi #menu .menuInner .menuBox .productBox .productsList li .productsImg .price_icon {
    position: absolute;
    top: -6%;
    right: -6%;
    width: 38%;
	z-index: 1;
}

#choinomi #menu .menuInner .menuBox .productBox .productsList li .productsTitle {
    text-align: center;
	letter-spacing: 0.05em;
}


/*--- note ---*/
#choinomi #note {
    position: relative;
	padding: 60px 0;
	background: #3f1413;
}

#choinomi #note .noteArea {
    text-align:center;
}

#choinomi #note .noteArea ul {
    color: #fff;
	text-indent: -1.1em;
    padding-left: 1.1em;
	font-size: 12px;
	display:inline-block;
    text-align: justify;
	width: min(85%, 650px);
    letter-spacing: 0.05em;
	font-family: "Zen Kaku Gothic New", sans-serif;
  	font-weight: 500;
  	font-style: normal;
}

#choinomi #note .noteArea ul li {
    margin-bottom: 7px;
}


/*-------------------------------------------
Animation
-------------------------------------------*/

#mv .slidein,
.out.slidein,
.out .slidein{
    opacity: 0;
}

#mv .slidein,
.in.slidein,
.in .slidein{
    animation: slidein 0.8s ease forwards;
}

@keyframes slidein{
    0%{ transform: translate(0,10px); opacity: 0; }
    100%{  transform: translate(0,0);opacity: 1;}
}

#choinomi .clip01 {
    clip-path: inset(0 0 100% 0);
}

#choinomi .clip02 {
    clip-path: inset(0 100% 0 0);
}

#choinomi .in .clip01,
#choinomi .in.clip01,
#choinomi #mv .clip01{
    animation: clip01 1.2s ease forwards;
}

#choinomi .in .clip02,
#choinomi .in.clip02,
#choinomi #mv .clip02{
    animation: clip02 1.2s ease forwards;
}

@keyframes clip01 {
	0% { clip-path: inset(0 0 100% 0); }
	100% { clip-path: inset(0 0 0 0); }
}
@keyframes clip02 {
	0% { clip-path: inset(0 100% 0 0); }
	100% { clip-path: inset(0 0 0 0); }
}


#choinomi #mv .mvTitle .animeInner {
    opacity: 0;
}

#choinomi #mv .blur,
#choinomi .in.blur,
#choinomi .in .blur {
    animation: blurAnime 1.2s ease forwards;
}

@keyframes blurAnime{
    from {
    filter: blur(15px);
    transform: scale(1.03);
    opacity: 0;
    }

    to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    }
}



.pon {
    opacity: 0;
}

.in .pon,
.in.pon {
    animation: pon 0.8s cubic-bezier(0.680, -0.550, 0.265, 1.550) 0.6s both;
}

@keyframes pon {
  0% { transform: scale(0.5); opacity: 0;}
  100% { transform: scale(1); opacity: 1;}
}


/*--- delay ---*/
.delay01{ animation-delay: 0.1s!important;}
.delay02{ animation-delay: 0.2s!important;}
.delay03{ animation-delay: 0.3s!important;}
.delay04{ animation-delay: 0.4s!important;}
.delay05{ animation-delay: 0.5s!important;}
.delay06{ animation-delay: 0.6s!important;}
.delay07{ animation-delay: 0.7s!important;}
.delay08{ animation-delay: 0.8s!important;}
.delay09{ animation-delay: 0.9s!important;}
.delay10{ animation-delay: 1.0s!important;}
.delay11{ animation-delay: 1.1s!important;}
.delay12{ animation-delay: 1.2s!important;}
.delay13{ animation-delay: 1.3s!important;}
.delay14{ animation-delay: 1.4s!important;}
.delay15{ animation-delay: 1.5s!important;}
.delay16{ animation-delay: 1.6s!important;}
.delay17{ animation-delay: 1.7s!important;}
.delay18{ animation-delay: 1.8s!important;}
.delay19{ animation-delay: 1.9s!important;}
.delay20{ animation-delay: 2.0s!important;}
.delay21{ animation-delay: 2.1s!important;}
.delay22{ animation-delay: 2.2s!important;}
.delay23{ animation-delay: 2.3s!important;}
.delay24{ animation-delay: 2.4s!important;}
.delay25{ animation-delay: 2.5s!important;}
.delay26{ animation-delay: 2.6s!important;}
.delay27{ animation-delay: 2.7s!important;}
.delay28{ animation-delay: 2.8s!important;}
.delay29{ animation-delay: 2.9s!important;}
.delay30{ animation-delay: 3.0s!important;}
.delay31{ animation-delay: 3.1s!important;}
.delay32{ animation-delay: 3.2s!important;}
.delay33{ animation-delay: 3.3s!important;}
.delay34{ animation-delay: 3.4s!important;}
.delay35{ animation-delay: 3.5s!important;}
.delay36{ animation-delay: 3.6s!important;}
.delay37{ animation-delay: 3.7s!important;}
.delay38{ animation-delay: 3.8s!important;}
.delay39{ animation-delay: 3.9s!important;}
.delay40{ animation-delay: 4.0s!important;}




/*----------------------------------------------------
	☆HOVER
----------------------------------------------------*/




/*----------------------------------------------------
	☆TABLET UNDER 1250
----------------------------------------------------*/

@media screen and (max-width:1250px) {
	/*--- menu ---*/
	#choinomi #menu .menuInner .menuBox .en {
		display: none;
	}
	
}

/*----------------------------------------------------
	☆TABLET UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {
	/*--- menu ---*/
	#choinomi #menu .menuInner .menuBox .titleBox .titInner .main {
		font-size: 30px;
	}
	
	#choinomi #menu .menuInner .menuBox .titleBox .titInner .main .number {
		font-size: 45px;
	}
	
	#choinomi #menu .menuInner .menuBox .productBox .productsList {
		gap: 4%;
	}
	
	#choinomi #menu .menuInner .menuBox .productBox .productsList li {
		width: 48%;
	}
	
	#choinomi #menu .menuInner .menuBox .productBox .productsList li .productsImg .price_icon {
		width: 33%;
	}	
}

/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {
	
	.pc-none {
		display: block;
	}

	.sp-none {
		display: none;
	}

	#choinomi {
		font-size: 14px;
	}
    
    /*--- mv ---*/
	#choinomi #mv .mvInner .mvTitle {
		width: 72%;
		top: 8%;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#choinomi #mv .mvInner .mvScript {
		width: 42%;
        left: 52.5%;
        top: 44.5%;
	}
	
	
	/*--- menu ---*/
	#choinomi #menu {
		padding: 60px 0;
	}
	
	#choinomi #menu .menuInner .setPrice {
		margin-bottom: 100px;
	}
	
	#choinomi #menu .menuInner .menuBox .titleBox {
		padding: 50px 20px 25px;
	}
	
	#choinomi #menu .menuInner .menuBox.no2 {
		margin-top: 70px;
	}
	
	#choinomi #menu .menuInner .menuBox.no2 .titleBox::before {
		width: 50px;
		height: 50px;
		top: -48%;
		background: url(../images/menu/choinomi/plus_icon.svg) right center / 50px 50px no-repeat;
	}
	
	#choinomi #menu .menuInner .menuBox .titleBox .circle {
		width: 140px;
        height: 140px;
        top: -40px;
	}
	
	#choinomi #menu .menuInner .menuBox .titleBox .icon {
		width: 60px;
        top: -17px;
	}
	
	#choinomi #menu .menuInner .menuBox .titleBox .titInner .main {
        font-size: 21px;
		margin-bottom: 5px;
    }
	
	#choinomi #menu .menuInner .menuBox .titleBox .titInner .main .number {
        font-size: 35px;
    }
	
	#choinomi #menu .menuInner .menuBox .titleBox .titInner .note {
		font-size: 11px;
	}

	#choinomi #menu .menuInner .menuBox .productBox {
		padding: 8%;
	}
	
	#choinomi #menu .menuInner .menuBox .productBox .luxuryPrice {
        font-size: 4.5vw;
		margin-bottom: 30px;
    }
	
	#choinomi #menu .menuInner .menuBox .productBox .luxuryPrice .number {
        font-size: 9vw;
    }
	
	#choinomi #menu .menuInner .menuBox .productBox .luxuryPrice .big {
        font-size: 6.8vw;
    }
	
	#choinomi #menu .menuInner .menuBox .productBox .luxuryPrice .big.no1::before {
		left: -7px;
		top: 3px;
	}
	
	#choinomi #menu .menuInner .menuBox .productBox .productsList li {
        width: 100%;
    }
	
	#choinomi #menu .menuInner .menuBox .productBox .productsList li .productsTitle {
		font-size: 16px;
	}
	
	#choinomi #menu .menuInner .menuBox .productBox .productsList li .productsImg .price_icon {
        width: 35%;
    }
	
	
	/*--- note ---*/
	#choinomi #note {
		padding: 50px 0;
	}
	
	#choinomi #note .noteArea ul {
		font-size: 11px;
	}
	
}


/*----------------------------------------------------
	☆UNDER 450
----------------------------------------------------*/

@media screen and (max-width:450px) {
	#choinomi #menu {
        padding: 50px 0;
    }
	
	#choinomi #menu .menuInner .setPrice {
        margin-bottom: 85px;
    }
	
	#choinomi #menu .menuInner .menuBox .productBox .dotLine {
		margin: 10px 0 50px;
	}
	
	#choinomi #menu .menuInner .menuBox .productBox .luxuryPrice .big.no1::before {
        left: -7px;
        top: 1px;
    }
}
