@charset "UTF-8";

@keyframes -global-scroll-animation {
	0% {
	  transform: translateY(1.5rem);
	  opacity: 0;
	}
	100% {
	  transform: translateX(0);
	  opacity: 1;
	}
}


.swiper-wrapper {transition-timing-function: cubic-bezier(1,0,0,1);}


/*OP ANIMATION*/
/*OP ANIMATION*/
/*OP ANIMATION*/

#Index #top-visual h1, #Index header .home, #Index header .shop, #Index header .menu {
    opacity: 0;
    transition: .75s cubic-bezier(.3,.1,.1,1);
}
#Index.is-loaded #top-visual h1, #Index.is-loaded header .home,
#Index.is-loaded header .menu, #Index.is-loaded header .shop {opacity: 1;}


/*OP ANIMATION*/
/*OP ANIMATION*/
/*OP ANIMATION*/





#iNews .Arrow {margin-top: 1.5rem;}


@media screen and (min-width: 720px) {
    
    #iNews .Arrow {margin-top: 3rem;}

}











#top-visual .visuals {
    width: 100vw; 
    margin-left: -6.5vw;}
#top-visual .visuals .visual {
    width: 100vw;
    min-height: calc(var(--vh, 1vh) * 100);
    background-size: cover;
    background-position: center;
}
#top-visual .wrapper {position: relative;}
#top-visual .wrapper .info {
    position: absolute;
    top: 77.5%;
    transform: translateY(-50%);
    z-index: 1;
}

#top-visual a.button {
    font-size: 1.6rem;
    min-width: 16.5rem;
    min-height: 5.5rem;
    text-align: center;
    display: block;
    padding: 1.4rem 3.6rem 1.2rem;
    color: var(--darkColor);
    border-radius: 50px;
    background: var(--backgroundColor);
    position: absolute;
    z-index: 998;
    top: auto;
    bottom: 7.5rem;
    left: auto;
    right: 9vw;
    opacity: 1;
}

#new-arrival {
    padding-top: 12rem;
    text-align: center;
}

#new-arrival .l-cards a.rice .image .tag  {background-color: var(--riceColor);}
#new-arrival .l-cards a.rice .image .tag::before {border-right: 0.5rem solid var(--riceColor);}

#foot-philosophy {padding: 6rem 0 6rem}
#foot-philosophy .l-section-head {
    margin-top: 6rem;
    padding-bottom: 3rem;
}
#foot-philosophy .wrapper p {margin: .5rem 0 2rem;}

#craftsmanship {
    display: grid;
    position: relative;
}

#craftsmanship .l-bgimg, #craftsmanship .wrapper {grid-area: 1/2;}
#craftsmanship .l-bgimg {filter: brightness(1);}
#craftsmanship .wrapper {
    width: 93.5%;
    padding: 10rem 0 8rem;
    position: relative;
}
#craftsmanship .wrapper iframe {width: 100%;}
#craftsmanship .wrapper a {margin: 3rem 0 1rem;}

#index-cocktail {
    padding: 12rem 0 8rem;
    text-align: center;
}

#index-journal .articles {text-align: center;}
#index-journal .article .info {
    width: 90%;
    margin: 2rem auto;
    text-align: center;
}
#index-journal .article .info h3 {margin-bottom: 1rem;}
#index-journal .article {margin-bottom: 6rem;}
#index-journal a.h5 {width: 100%;text-align: center;}





/* PRODUCTS PAGE */
#products-visual {
    position: relative;
}
#products-visual .l-section-head {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*PRODUCT SLUG*/

#product-top img {
    width: 100vw;
    margin-left: -6.5vw;
    aspect-ratio: 1;
}
#product-top .l-shop {margin-top: 4rem;}

#product-detail {margin-top: 8rem;}
#product-detail img {margin: 3rem 0 1.5rem;}
#product-detail img:nth-of-type(1) {
    width: 100vw;
    margin-left: -6.5vw;
    margin-bottom: 4rem;
}

#product-faq {margin-top: 5rem;}
#product-faq .wrapper {margin-top: 4rem;}
#product-faq .wrapper .container {margin-bottom: 2rem;}
#product-faq .wrapper .container h3 {margin-bottom: .5rem;}

@media screen and (max-width: 480px) {
    #foot-philosophy .l-grid-2 div:nth-of-type(2) {margin: 6rem;}

    #top-visual .wrapper .info {top: 50%;}
    #top-visual a.button {
        font-size: 1.4rem;
        min-width: 14.5rem;
        min-height: 5rem;
        line-height: 2.8rem;
        padding: 1.2rem 3rem 1.1rem;
        top: auto;
        bottom: 6.5rem;
        left: 6.25vw;
        right: auto;
        opacity: .85;
    }
}

#cocktails-index img {
    aspect-ratio: 3/2;
    object-position: center;
}




@media screen and (min-width: 720px) {

#top-visual .visuals {margin-left: -9vw;}
#top-visual .wrapper .info {top: 52.5%;}

#new-arrival {padding: 18rem 0 12rem;}


#craftsmanship {margin-top: 6.5rem;}
#craftsmanship .wrapper {
    width: 37.5%;
    margin: 12.5rem 0 10rem;
}

#craftsmanship .wrapper h1 {margin-bottom: 2rem;}
#craftsmanship .wrapper a {margin: 8rem 0 2rem;}
#craftsmanship .wrapper iframe {margin-bottom: 2rem;}
#craftsmanship .wrapper .h7 {font-size: 1.25rem;}

#foot-philosophy .wrapper div {width: 95%;}
#foot-philosophy .l-section-head {margin-top: 12rem;}

#index-journal {margin-bottom: 7.5rem;}
#index-journal .article * {text-align: left;}
#index-journal .article h3 {font-size: 1.8rem;}
#index-journal .article h4 {font-size: 1.3rem;}
#index-journal .article .info {width: 95%;margin: 2rem 0;}


}






@media screen and (min-width: 720px) {

    #product-top img {
        margin-left: -9vw;
        aspect-ratio: auto;
        height: 100vh;
    }
    .l-shop {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #product-detail, #product-faq {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
    }
    #product-detail img, #product-faq img {
        width: 100% !important;
        margin-left: 0 !important;
    }

}