@charset "UTF-8";


/* RESET
----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* GLOBAL
----------------------------------------------------------------------------- */
*{
	box-sizing: border-box;
	}

body{
	font-family: 'Azo Sans';
    background-color: #faf9f4;
	background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
	background-size: 44% auto, 43% auto;
	text-transform: uppercase;
    font-weight: 300;
	color: #000;
	}

a{
	color: inherit;
	text-decoration: none;
	}

.img_fluid{
	display: block;
	width: 100%;
	height: auto;
	}

.align_sx{
	text-align: left;
	}

.align_dx{
	text-align: right;
	}



.show_mobile{
	display: none;
	}





/* SPLASH PAGE
----------------------------------------------------------------------------- */
.language{
	position: absolute;
	top: 80px;
	right: 80px;
    z-index: 9999;
	}

.language a{
	letter-spacing: 3.6px;
	font-size: 12px;
	font-weight: 400;
	}

.splash_container{
	display: flex;
	}

.payoff {
	position: fixed;
	width: 100%;
	text-align: center;
	left: 0;
	top: 100px;
	letter-spacing: 3.6px;
	font-size: 12px;
	z-index: 999;
	pointer-events: none;
	opacity: 1;
	transition: all ease-in-out 0.3s;
	display: none;
	}


.splash_item{
    position: relative;
	max-width: 33.33%;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	transition: all ease-in-out 0.3s;
	overflow: hidden;
	font-size: 10px;
	letter-spacing: 4px;
	line-height: 18px;
	}

.splash_item > div:not(.language):not(.gradient-box){
	position: absolute;
	z-index: 999;
	width: 100%;
    padding: 20px;
	}

.splash_item > picture{
	width: 100%;
	height: 100vh;
	opacity: 0;
	transition: all ease-in-out 0.2s;
	}

.splash_item > picture > img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
    mix-blend-mode: multiply;
}
.splash_item.item-iyo-restaurant > picture > img {
    opacity: 0.54;
}
.splash_item.item-omakase > picture > img {
    opacity: 0.14;   
}
.splash_item.item-kaiseki > picture > img {
    opacity: 0.07;   
}

.logo{
	margin: 0 auto;
    display: block;
	height: 195px;
	width: auto;
	position: relative;
	}	

.splash_item p{
	margin-bottom: 10px;
	}

.links {
	margin-top: 60px;
	}

.links > a{
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 2.5px;
	display: block;
	position: relative;
	display: inline-block;
	}

.links > a::after,
.language a:after {
    bottom: -4px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0px;
	}

.links > a:hover:after,
.language a:hover:after{
	width: 100%;
	}

.links > div{
	content: "";
	width: 16px;
	height: 1px;
	border-bottom: 1px solid;
	margin: 24px auto;
	display: block;
	}

/* Hover */
.splash_item:hover > picture{
	opacity: 1;
}

.item-temporary{
    color: #FFFFFF;
    }

.item-temporary > picture{
    opacity: 1 !important;
}
    
.item-temporary:hover .svg-converted *{
    fill: #FFFFFF !important;
    }

.item-temporary .links > a::after{
    background: #FFFFFF;
    }
        
.item-experience:hover{
    color: #D8D8D8;
}

.item-experience:hover .svg-converted *{
    fill: #D8D8D8 !important;
	}

.item-experience .links > a::after{
	background: #D8D8D8;
	}

.item-omakase:hover .payoff{
	opacity: 0;
	}

/* IYO Temporary */
.item-temporary .logo{
    margin-top: 110px;
}

.item-temporary .svg-converted *{
    fill: #FFFFFF !important;
    }

.temporary-title{
    font-family: "priori-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin: auto;
    max-width: 300px;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 0.8;
    margin-bottom: 1rem;
    margin-top: -24px;
    text-indent: -1.5rem;    
    letter-spacing: 0.2rem;
}

.temporary-intro {
    text-transform: none;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    max-width: 400px;
    margin: auto;
}

.temporary-intro strong{
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    
    .temporary-title{
        text-indent: -0.5rem;    
        font-size: 40px;
    }
}

@media screen and (max-width: 800px) {

	.hide_mobile{
		display: none;
		}

	.show_mobile{
		display: block;
		}

	.payoff{
	    color: #D8D8D8;
	    top: 120px;
	    z-index: 99999;
		display: none !important;
		}

	.language {
		top: 46px;
		right: 28px;
		position: fixed;
		}

	.language a{
		color: #262626;
		font-size: 10px;
		position: relative;
		}

	.splash_container{
		display: block;
		}

	.splash_item{
		max-width: 100%;
		height: auto;
		overflow: visible;
		}

	.splash_item > picture{
		opacity: 1;
		height: auto;
		}

	.splash_item > picture > img{
		height: auto;
		}

	.splash_item > div{
		bottom: 50px;
		}

	.splash_item p{
		margin-bottom: 30px;
		}

	.item-experience{
	    color: #D8D8D8;
		}

    .item-temporary{
        color: #FFFFFF;
        }


	.item-experience .svg-converted *{
	    fill: #D8D8D8 !important;
		}

    .item-temporary .svg-converted *{
        fill: #FFFFFF !important;
        }

	.logo{
		position: static;
		height: 135px;
		max-width: 100%;
		}

	.item-kaiseki .logo{
		margin-bottom: 40px;
		}

	.links > div{
		margin: 11px auto;
		}

	/* Scroll Arrow */
	.splash_item:not(.item-kaiseki)::after{
		content: "";
		display: block;
		bottom: -50px;
		width: 54px;
		right: 0;
		background-image: url('../img/scroll-down.svg');
		background-repeat: no-repeat;
		position: absolute;
		z-index: 99999;
		height: 100px;
		}
    
    /* Temporary */
    .item-temporary .logo{
        margin-top: 0;
        margin-bottom: 1.2rem;
    }
    
    .temporary-title{
        font-size: 40px;
    }

}



/* Restyling Maggio 2024 */
.item-iyo-restaurant{
    color: #262626;
}

.item-iyo-restaurant h2{
    font-family: "Azo Sans", sans-serif;
    line-height: 1.2;
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 1.15;
    font-weight: 200;
    padding-bottom: 1.5rem;
    position: relative;
}

.gradient-text {
    background: -webkit-linear-gradient(45deg, #5c029e, #6f9de1 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*
.item-iyo-restaurant .links > a::after{
    background: -webkit-linear-gradient(45deg, #5c029e, #6f9de1 80%);
}
*/
.content-box{
    position: relative;
    z-index: 2;
}

.gradient-box {
    width: 101%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    /*background: ease-in-out-gradient(to right, red, yellow);*/
    background-image: url('../img/gradient.png');
    background-blend-mode: multiply;
    background-position: top right;
    background-size: 100% 100%;
    transition: all 1s ease;
    overflow: hidden;
    opacity: 40%;
    }

.gradient-box svg {
    position: absolute;
    object-fit: cover;
    opacity: 1;
    transition: opacity ease-in-out 0.5s;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}

.item-iyo-restaurant:hover .gradient-box,
.item-iyo-restaurant:hover .gradient-box svg {
    opacity: 0;
}

.gradient-box svg::after{
    content: "";
    display: block;
}
.popup_content {
    font-size: 12px;
    line-height: 20px;
    color: #1F1F1E;
    margin: 50px 0 40px;
}
.popup_cta_wrapper a {
    color: #1F1F1E;
    font-weight: 500;
}


@media screen and (max-width: 800px) {
    .item-iyo-restaurant h2 {
        font-size: 30px;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        letter-spacing: 8px;
    }    
}

@media screen and (max-width: 400px) {
    .item-iyo-restaurant h2{
        font-size: 24px;
    }    
}

/* Banner Cookiebot */
#CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay * {
	font-family: "Azo Sans", sans-serif!important;	
	font-size: 12px!important;
	font-weight: 400!important;
	line-height: 1.2!important;
	color: #1A1A1A!important;
}
#CybotCookiebotDialog {
	border-radius: 0!important;
}
#CybotCookiebotDialogNav {
	padding-top: 16px!important;
}
#CybotCookiebotDialogHeader,
#CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialogBodyBottomWrapper,
#CybotCookiebotDialogBodyEdgeMoreDetails,
#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
	display: none!important;
}
#CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialog h2 {
	font-size: 8px!important;
	font-weight: 400!important;
	line-height: 1.6!important;
	color: #777777!important;
	text-transform: uppercase!important;
	letter-spacing: 4px!important;
	margin: 0!important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	font-family: "Azo Sans", sans-serif!important;	
	font-size: 8px!important;
	letter-spacing: 4px!important;
	font-weight: 400!important;
	color: #777777!important;
	text-transform: uppercase!important;
	background-color: transparent!important;
	border: 0 none!important;
	padding: 0!important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize .CybotCookiebotDialogArrow {
	border-color: #777777!important;
	border-width: .1em .10em 0 0!important;
	transform: rotate(-50deg) translateX(-3px) !important;
	margin-left: 7px!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
	font-family: "Azo Sans", sans-serif!important;	
	font-size: 8px!important;
	letter-spacing: 4px!important;
	line-height: 16px!important;
	font-weight: 400!important;
	color: #777777!important;
	text-transform: uppercase!important;
}
#CybotCookiebotDialogNav {
	border-bottom: 1px solid #D6D6D6!important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
	border-bottom: 1px solid #777777!important;
}
#CybotCookiebotDialog label {
	font-family: "Azo Sans", sans-serif!important;	
	font-size: 8px!important;
	letter-spacing: 4px!important;
	font-weight: 400!important;
	color: #1A1A1A!important;
	text-transform: uppercase!important;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
	font-family: "Azo Sans", sans-serif!important;	
	font-size: 12px!important;
	letter-spacing: 0px!important;
	font-weight: 400!important;
	color: #1A1A1A!important;	
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
	width: 8px!important;
	height: 8px!important;
	bottom: 2px!important;
	left: 6px!important
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #777777!important;
}
#CybotCookiebotDialog form input[type=checkbox][disabled]:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
	background-color: #D6D6D6!important;
}
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
	width: 24px!important;
	height: 12px!important;
}
#CybotCookiebotDialog input:checked+.CybotCookiebotDialogBodyLevelButtonSlider:before, 
#CybotCookiebotDialog[dir=rtl] #CybotCookiebotDialogTabContent input+.CybotCookiebotDialogBodyLevelButtonSlider:before {
	transform: translateX(6px)!important;
}
.CybotCookiebotDialogDetailBodyContentCookieContainerButton.CybotCookiebotDialogCollapsed:before, .CybotCookiebotDialogDetailBodyContentIABv2Tab.CybotCookiebotDialogCollapsed:before {
	top: 5px!important;
}
.CybotCookiebotDialogDetailBodyContentCookieContainerButton:before, .CybotCookiebotDialogDetailBodyContentIABv2Tab:before {
	margin-right: 10px!important;
}
#CybotCookiebotDialog a:hover:after, 
#CybotCookiebotDialog a:hover:before, 
#CybotCookiebotDialog button:hover:after, 
#CybotCookiebotDialog button:hover:before {
	border-color: #777777!important;
}
#CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialog[data-template=overlay] #CybotCookiebotDialogBodyContentText{
	display: block!important;
}
#CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialog h2 {
	font-size: 12px!important;
	font-weight: 400!important;
	line-height: 1.2!important;
	color: #1A1A1A!important;
	text-transform: none!important;
	letter-spacing: 0!important;
	margin: 0 0 16px!important;
}
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	padding-bottom: 3px!important;
	border-bottom: 1px solid #777777!important;
	width: auto!important;
}
#CybotCookiebotDialogBodyButtonDecline {
	order: 2;
}
#CybotCookiebotDialogBodyLevelButtonCustomize {		
	order: 3;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
	flex-direction: row!important;	
	justify-content: space-between;
}
#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified {
	font-size: 8px!important;
	letter-spacing: 4px!important;
	line-height: 16px!important;
	text-transform: uppercase!important;
}
@media screen and (max-width: 1279px) {
	#CybotCookiebotDialogBodyContent {
		padding: 1em .625em 0!important;
	}
	#CybotCookiebotDialog .CybotCookiebotScrollContainer {
		border-bottom: 0!important;
		min-height: 0!important;
	}
	#CybotCookiebotDialog {
		top: auto!important;
		bottom: 0px!important;
		left: 6%!important;
		transform: translate(0)!important;
		width: calc(100% - 12%)!important;
		max-height: calc(90svh - 60px)!important;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16)!important;		
        border-radius: 0!important;
	}
	#CybotCookiebotDialogNav .CybotCookiebotDialogNavItem {
		width: 100%!important;
		border-bottom: 1px solid #e4e4e4!important;
	}
	#CybotCookiebotDialogNav .CybotCookiebotDialogNavItems {
		flex-direction: column!important;
		margin: 0 15px!important;		
	}
	#CybotCookiebotDialogNav {
		border-bottom: 0 !important;
	}
}
@media screen and (min-width: 601px) and (max-width: 1279px) {
	#CybotCookiebotDialog {
        max-width: 500px!important;
		left: 50%!important;
		transform: translateX(-50%)!important;
    }
    #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
        justify-content: space-between!important;
    }
}
@media screen and (min-width: 1280px) {
	#CybotCookiebotDialog[data-template=overlay], #CybotCookiebotDialog[data-template=popup] {
		top: auto!important;
		bottom: 100%!important;
		left: 50%!important;
		width: 100%!important;
        max-width: none!important;		
	}
	#CybotCookiebotDialog[data-template=popup].CybotCookiebotDialogActive {
		transform: translate(-50%,0)!important;	
		bottom: 0!important;
	}
	#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
		align-items: center!important;
	}
	#CybotCookiebotDialog[data-template=overlay] .CybotCookiebotDialogContentWrapper,
	#CybotCookiebotDialog[data-template=popup] .CybotCookiebotDialogContentWrapper {
		max-width: 700px;
    	margin: 0 auto;
	}
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons,
	#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
		max-width: none!important;
	}
	#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type) {
		margin: 0 12px!important;
	}
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) {
		margin-bottom: 0!important;
		margin: 0 12px!important;
	}	
	#CybotCookiebotDialogDetailFooter {
        padding: 0 1.125em 1.125em!important;
    }
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
		position: relative!important;
		width: auto!important;
		padding-bottom: 3px!important;
	}	
	#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassifiedCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
		padding-left: 0!important;
	}
	#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
		padding-left: 0!important;
	}
	#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
		transform: translateY(2px);
	}
}