@charset "euc-jp";

/* ==================================================
��������ꥻ�å�
================================================== */

* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
a, a:hover {
    /* color: #3c1b14; */
    text-decoration: none;
    transition: .3s;
}
img, a img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    text-align: center;
    color: #0f0f0f;
}

.smp{display: none !important;}



/*-------------------------------------------------------------------*/
/*���١�����*/
/*-------------------------------------------------------------------*/
#snack{
    overflow: hidden;
    letter-spacing: 1px;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/44587536/image/snack_item/kanban_bg01.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #3c1b14;
    z-index: 1;
    position: relative;
}



/*-------------------------------------------------------------------*/
/*�����ġ�*/
/*-------------------------------------------------------------------*/
#snack header{
    width: 100%;
    margin-bottom: 30px;
}
#snack header .head{position: relative;z-index: -1;}
#snack header img{width: 45%;}
#snack header .title{
    width: 32%;
    position: absolute;
    top: 60px;
    left: 34%;
}
#snack header .title img{
    width: 100%;
    /*���˥᡼�����*/
    animation-name: fadeInAnime;
    animation-fill-mode:backwards;
    animation-duration:1.5s;
    animation-timing-function:ease;
    animation-delay: 0.5s;
    animation-direction:normal;
}
@keyframes fadeInAnime{
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
}



#snack header .scale{opacity: 0;
    animation: popup 0.6s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
  
  @keyframes popup {
    0% {
      transform: translateY(40px) scale(0.5);
      opacity: 0;
    }
    70% {
      transform: translateY(0) scale(1.2);
    }
    55%, 70% {
      opacity: 1;
    }
    90% {
        transform: translateY(0) scale(0.8); opacity: 1;

    }
    100% {
        transform: translateY(0) scale(1.0); opacity: 1;
    }
  
  }  



/*-------------------------------------------------------------------*/
/*����TOP���ܥ��󡡡�*/
/*-------------------------------------------------------------------*/
#global-nav{
    z-index: 10;
    right: 20px;
    position: fixed;
    bottom: 20px;
    width: 100px;
    opacity: 0;
    transition: .5s all;
}
#global-nav.isActive {opacity: 1;transition: .5s all;}

.top p{position: absolute;top: 36%;left: 39%;font-size: 1em;color: #997126;font-weight: bolder;}
.top img{width: 110%;position: relative;}
.top a::before{
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f106';
    color: #e8d0a0;
    position: absolute;
    top: -15%;
    left: 45%;
    font-size: 2em;
    }

/*-------------------------------------------------------------------*/
/*���������ƥࡡ��*/
/*-------------------------------------------------------------------*/
    #snack .itemblock{
        width: 1200px;
        margin: 0 auto 0;
    }
    


/*-------------------------------------------------------------------*/
/*�����ʥӡ��������ء���*/
/*-------------------------------------------------------------------*/
#snack .tab_container {
    margin: 0 auto;
}
#snack .tab_navi {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 3%;
}

#snack .tab_navi li.tab_item:hover { scale: 110%; transition: all 0.2s ease;}


#snack .tab_navi .active{
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/44587536/image/snack_item/jerky_nav_on.png) no-repeat center;
    background-size: contain;
}


/*-------------------------------------------------------------------*/
/*�������֤���ȡþ��ʥ֥��å�����*/
/*-------------------------------------------------------------------*/

#snack .description{
    display: none;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    background: rgb(255 212 69);
    padding: 30px;
    border-radius: 20px;
}

#snack .description.active{
    display: block;
}

/*======�饤��ʥå�======*/
#item div.itemblock ul.col_4{
    align-items: baseline;
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
}
#snack .itemblock ul.col_4 li.item{
    width: calc(92%/4);
    margin: 0 30px 0 0;
    color: #3c1b14;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}
#snack .itemblock ul.col_4 li.item:nth-child(4n){margin-right: 0;}
#snack .itemblock ul.col_4 li.item:nth-child(n+5){margin-top: 50px;}


#snack .itemblock ul.col_4 li.item dd.title{
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 20px;
    text-align: center;
}

h4.tabs_sub_span{
    color: #fff;
    background-color: #b79832;
    transition: none;
    opacity: 1;
    border-radius: 5px 5px 0 0;
    padding: 3%;
}

#snack .itemblock ul li.item .box{
    padding: 10px 9px 12px;
    background: #fffecd;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* �ܺ٤Ϥ�����ܥ��� */
.box .btn_flex{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap:5px;
}

.box .btn_flex .btn{
    flex-grow: 1;
    width: 48%;
    box-sizing: border-box;
}


.box ul.btn_flex a{
    color: #fff;
    display: block;
    padding: 8px;
    border-radius: 6px;
    border: none;
    background-color: #e94234;
}

.box ul.btn_flex a:hover{
    background-color: #746020;
}


/*����Ĺߤ�*/
#leafContainer {
    top:0;
    left: 0;
    position:absolute;
    width:100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

/* �����ʥ�������*/

.item span.new{position: absolute;top: -3%;left: -7%; width: 40%;filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.452));}

/* event��������*/

.item span.icon_event{position: absolute;top: -5.1%;left: -7%;width: 107%;filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.452));z-index: 100;}


/*-------------------------------------------------------------------*/
/*�Хʡ�*/
/*-------------------------------------------------------------------*/
#snack .bn{ max-width: 1200px;position: relative; margin: 2% auto;}
#snack .bn img{ width: 80%;}

/*-------------------------------------------------------------------*/
/*�����եå�������*/
/*-------------------------------------------------------------------*/
#snack footer {
    width: 100%;
    background-color: #fff;
    margin: 3% auto 0;
}
#snack footer div {
    margin: auto;
    display: inline-block;
    padding: 1% 0;
}
#snack footer ul {display: flex;}
#snack footer ul li{color: #3c1b14;font-weight: bold;}
#snack footer ul li a{
    color: #3c1b14;
    margin: 0 50px;
    letter-spacing: 0.1vw;
    font-weight: bold;
}



