<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*支店用*/
/*-----------------------------------------------*/
#i-tokuichi *,
#i-tokuichi *::before,
#i-tokuichi *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#i-tokuichi{
    width: 100%;
margin: 0 auto;
max-width: 950px;
}

html,
body,
#i-tokuichi h1,
#i-tokuichi h2,
#i-tokuichi h3,
#i-tokuichi h4,
#i-tokuichi h5,
#i-tokuichi h6,
#i-tokuichi ul,
#i-tokuichi ol,
#i-tokuichi dl,
#i-tokuichi li,
#i-tokuichi dt,
#i-tokuichi dd,
#i-tokuichi p,
#i-tokuichi div,
#i-tokuichi span,
#i-tokuichi img,
#i-tokuichi a,
#i-tokuichi table,
#i-tokuichi tr,
#i-tokuichi th,
#i-tokuichi td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#i-tokuichi header,
#i-tokuichi footer,
#i-tokuichi nav,
#i-tokuichi section,
#i-tokuichi article,
#i-tokuichi main,
#i-tokuichi aside,
#i-tokuichi figure,
#i-tokuichi figcaption {
    display: block;
}

#i-tokuichi ol,
#i-tokuichi ul,
#i-tokuichi li {
    list-style: none;
    list-style-type: none;
}

#i-tokuichi img {
    max-width: 950px;
    height: auto;
    vertical-align: middle;
}

#i-tokuichi a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

#i-tokuichi a:hover {
    opacity: 0.5;
}

#i-tokuichi .no,
#i-tokuichi .pc_none{
    display: none !important;
}

/*価格プロ 税込削除*/
#i-tokuichi div.prices span &gt; span &gt; span {
    display: none;
}

/* ここから追加
================================ */
/* ベース */
#i-tokuichi {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-family: "Noto Sans JP","Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000;
    background-color: #e80315;
}

#i-tokuichi .inner_contents{
    width: 950px;
    margin: 0 auto;
}


#i-tokuichi img {
    width: 100%;
}

#i-tokuichi section{
    padding-bottom: 2%;
}

#i-tokuichi section.title,
#i-tokuichi section.anchor {
    padding-bottom: 0;
}

/* 共通 見出し
================================ */
#i-tokuichi h1{
    position: absolute;
    z-index: -1;
    color: #ffe763;
}

#i-tokuichi h2{
    margin: 1.5% auto 0% auto;
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    color: #1b1b1b;
    padding:1% 0 2% 0;
}

#i-tokuichi h2.h_img{
    position: relative;
    font-size: 0;
    padding-top: 0;
    margin-top: 0;
    max-width: 100%;
}

#i-tokuichi h3{
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    padding: 1.5% 0;
    color: #1b1b1b;
}

#i-tokuichi h4{
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding: 1.5% 0;
    color: #fff;
    margin-bottom: 1%;
}

#i-tokuichi p{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 0.5% 0;
    font-weight: bold;
    color: #1b1b1b;
    margin-bottom: 2%;
}



/* 共通 カラム
================================ */
#i-tokuichi ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:9px 1%;
    padding: 1% 0;
}

#i-tokuichi ul.col_1 &gt; li{
    position: relative;
    width:100%;
    margin: 0 0 0 0;
}

#i-tokuichi ul.col_2 &gt; li{
    width: calc(calc(100% - 1%) / 2);
}

#i-tokuichi ul.col_3 &gt; li{
    width: calc(calc(100% - 2%) / 3);
}

#i-tokuichi ul.col_4 &gt; li{
    width: calc(calc(100% - 3%) / 4);
}

#i-tokuichi ul.col_5 &gt; li{
    width: calc(calc(100% - 4%) / 5);
}

#i-tokuichi ul.col_6 &gt; li{
    width: calc(calc(100% - 5%) / 6);
}

/* section title 看板
================================ */
#i-tokuichi .top_fixed{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
    z-index: 999;
}

/* section anchor アンカー
================================ */
#i-tokuichi section.anchor{
    margin: 1% 0 0 0;
}

#i-tokuichi .anchor ul{
    width: 95%;
    margin: 0 auto 2% auto;
}

/*目玉イベントのボタン*/
#i-tokuichi .anchor ul:first-child li a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 85px;
    border:solid #1b1b1b 5px;
    border-radius: 80px;
    box-shadow:5px 5px 0 #1b1b1b;
}

#i-tokuichi .anchor ul:first-child a h3{
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #1b1b1b;
    font-weight: 900;
    margin: 0 auto;
}

#i-tokuichi .anchor ul:first-child h3::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translateY(50%) rotate(90deg);
    font-size: 50px;
    font-weight: bolder;
    bottom:50%;
    right: 3%;
}


/*カテゴリのボタン*/
#i-tokuichi .anchor ul:nth-child(2) li{
    margin: 0 auto;
}

#i-tokuichi .anchor ul:nth-child(2) li:nth-child(10){
    width: 100%;
}

#i-tokuichi .anchor ul:nth-child(2) li:nth-child(10) a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 85px;
    border:solid #1b1b1b 5px;
    border-radius: 80px;
    box-shadow:5px 5px 0 #1b1b1b;
    padding-bottom: 0;
}

#i-tokuichi .anchor ul:nth-child(2) li:nth-child(10) a h3{
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #1b1b1b;
    font-weight: 900;
    margin: 0 auto;
}

#i-tokuichi .anchor ul:nth-child(2) li:nth-child(10) a h3::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translateY(50%) rotate(90deg);
    font-size: 50px;
    font-weight: bolder;
    bottom:50%;
    right: 3%;
}

#i-tokuichi .anchor ul:nth-child(2) li a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 88px;
    padding-bottom: 5%;
    border:solid #1b1b1b 5px;
    border-radius: 18vw;
    box-shadow:4px 4px 0 #1b1b1b;
}

#i-tokuichi .anchor ul:nth-child(2) a h3{
    font-size: 24px;
    color: #1b1b1b;
    line-height: 23px;
}

#i-tokuichi .anchor ul:nth-child(2) h3::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "keyboard_double_arrow_down";
    transform:translateX(50%) scaleX(2);
    font-size: 20px;
    font-weight: bolder;
    bottom:2%;
    right: 50%;
}


/*お気に入りボタン*/
#i-tokuichi .item_box li a.heart {
    position: absolute;
    z-index: 99;
    top: 62px;
    left: 10px;
    width: 80px;
    height: 80px;
    background-color: #fff !important;
    border-radius: 50% !important;
    cursor: pointer;
    justify-content: center;
    font-size: 45px;
    color: #cf2a31 !important;
    transition: 0.3s;
}

#i-tokuichi .item_box li a.heart:hover {
    color: #fff !important;
    background-color: #cf2a31 !important;
    opacity: 1 !important;
}

#i-tokuichi .cate_daily ul.item_box li a.heart {
    border: solid 1px #606060;
}

#i-tokuichi .cate_daily ul.item_box li a.heart:hover {
    border: solid 1px #fff;
}


/*-----------------------------------------------
section .side_anchor
-----------------------------------------------*/
#i-tokuichi .toggle{
    position: fixed;
    z-index: 9999;
    bottom: 3%;
    right: 2%;
    width: 100px;
    height: 100px;
    background-color: #1b1b1b;
    border-radius: 50%;
    display: block;
    border: solid 5px #fff;
    cursor: pointer;
}

#i-tokuichi .toggle span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 3px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

#i-tokuichi .toggle span:nth-of-type(1) { top: calc(50% - 15px)}
#i-tokuichi .toggle span:nth-of-type(2) { top: calc(50%);}
#i-tokuichi .toggle span:nth-of-type(3) { top: calc(50% + 15px);}
#i-tokuichi .toggle.active span:nth-of-type(1) {
    top: calc(100%/2);
    transform: translate(-50%,-50%) rotate(-45deg);
}

#i-tokuichi .toggle.active span:nth-of-type(2) { opacity: 0; }
#i-tokuichi .toggle.active span:nth-of-type(3){
    top: calc(100%/2);
    transform: translate(-50%,-50%) rotate(45deg);;
}

#i-tokuichi section.side_anchor{
    position: fixed;
    height: 100vh;
    bottom: 0;
    right: -100%;
    width: 50%;
    background-color: #e5df24b0;
    transition: 0.6s;
    z-index: 999;
    padding: 1.2vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

#i-tokuichi .side_anchor.panelactive{/*メニュー*/
    right: 0;
}

#i-tokuichi .side_anchor ul li:last-child{
    border-bottom: 0;
}

#i-tokuichi .side_anchor ul{
    width: 95%;
    margin: 0 auto 2% auto;
}

/*目玉イベントのボタン*/
#i-tokuichi .side_anchor ul:first-child li a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    max-height: 90px;
    height: 7vw;
    border:solid #1b1b1b 5px;
    border-radius: 80px;
    box-shadow:5px 5px 0 #1b1b1b;
}

#i-tokuichi .side_anchor ul:first-child a h3{
    display: flex;
    align-items: center;
    font-size: min(2vw, 32px);
    color: #1b1b1b;
    font-weight: 900;
    margin: 0 0;
}

#i-tokuichi .side_anchor ul:first-child h3::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translateY(50%) rotate(90deg);
    font-size: min(2.5vw, 60px);
    font-weight: bolder;
    bottom:50%;
    right: 3%;
}


/*カテゴリのボタン*/
#i-tokuichi .side_anchor ul:nth-child(2) li{
    margin: 0 auto;
}

#i-tokuichi .side_anchor ul:nth-child(2) li a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    max-height: 100px;
    height: 7.5vw;
    padding-bottom: 5%;
    border:solid #1b1b1b 5px;
    border-radius: 18vw;
    box-shadow:4px 4px 0 #1b1b1b;
}

#i-tokuichi .side_anchor ul:nth-child(2) a h3{
    font-size: min(1.5vw, 22px);
    color: #1b1b1b;
}

#i-tokuichi .side_anchor ul:nth-child(2) h3::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "keyboard_double_arrow_down";
    transform:translateX(50%) scaleX(2);
    font-size: min(1.5vw, 20px);
    font-weight: bolder;
    bottom:5%;
    right: 50%;
}

#i-tokuichi .side_anchor ul:nth-child(2) li:nth-child(10){
    width: 100%;
    margin: 0 auto;
}

#i-tokuichi .side_anchor  ul:nth-child(2) li:nth-child(10) a{
    padding-bottom: 0;
    background-color:#ffe13b;
}

#i-tokuichi .side_anchor  ul:nth-child(2) li:nth-child(10) a h3{
    display: flex;
    align-items: center;
    font-size: min(2vw, 32px);
    color: #1b1b1b;
    font-weight: 900;
    margin: 0 auto;
}

#i-tokuichi .side_anchor  ul:nth-child(2) li:nth-child(10) h3::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translateY(50%) rotate(90deg);
    font-size: min(2.5vw, 60px);
    font-weight: bolder;
    bottom:50%;
    right: 3%;
}



#i-tokuichi .side_anchor ul:last-child li:last-child{
    width: 100%;
    margin-top: 2%;
}

#i-tokuichi .side_anchor ul:last-child li:last-child a{
    padding-bottom: 0;
    border:solid #1b1b1b 0;
    box-shadow:0 0 0 #1b1b1b;
    background-color: #1b1b1b;
}

#i-tokuichi .side_anchor ul:last-child li:last-child a h3{
    font-size: min(2.5vw, 32px);
    color: #fff;
    
}

#i-tokuichi .side_anchor ul:last-child li:last-child a h3::after{
    font-family: 'Material Icons';
    content: '';
}


/* section cate_01 超目玉アイテム
================================ */
#i-tokuichi .cate_daily{
    background-color:#e5de24;
}

#i-tokuichi .cate_daily ul[class^="col_"] li{
    position: relative;
}

#i-tokuichi .cate_01{
    position: relative;
    background-color:#8b020c;
}

#i-tokuichi .cate_01::before{
    position: absolute;
    content: '';
    left: 50%;
    z-index: 10;
    width: 100%;
    height: 87px;
    background: inherit;
    background-color:#ffe13b;
    transform:translateX(-50%);
    top: 0;
    z-index: 0;
}

/* section cate_02 カテゴリ2
================================ */
#i-tokuichi .cate_02{
    position: relative;
    background-color:#ffc190;
}

#i-tokuichi .cate_02::before{
    position: absolute;
    content: '';
    left: 50%;
    z-index: 10;
    width: 100%;
    height: 87px;
    background: inherit;
    background-color:#8b020c;
    transform:translateX(-50%);
    top: 0;
    z-index: 0;
}


/* section cate_03 カテゴリ3以降
================================ */
#i-tokuichi .cate_03,
#i-tokuichi .cate_05,
#i-tokuichi .cate_07,
#i-tokuichi .cate_09,
#i-tokuichi .cate_11
{
    position: relative;
}

#i-tokuichi .cate_03::before{
    position: absolute;
    content: '';
    left: 50%;
    z-index: 10;
    width: 100%;
    height: 87px;
    background: inherit;
    background-color:#ffc190;
    transform:translateX(-50%);
    top: 0;
    z-index: 0;
}

#i-tokuichi .cate_05::before,
#i-tokuichi .cate_07::before,
#i-tokuichi .cate_09::before,
#i-tokuichi .cate_11::before
{
    position: absolute;
    content: '';
    left: 50%;
    z-index: 10;
    width: 100%;
    height: 87px;
    background: inherit;
    background-color:#1b1b1b;
    transform:translateX(-50%);
    top: 0;
    z-index: 0;
}

#i-tokuichi .cate_04,
#i-tokuichi .cate_06,
#i-tokuichi .cate_08,
#i-tokuichi .cate_10,
#i-tokuichi .camp
{
    position: relative;
    background-color:#1b1b1b;
}

#i-tokuichi .cate_04::before,
#i-tokuichi .cate_06::before,
#i-tokuichi .cate_08::before,
#i-tokuichi .cate_10::before
{
    position: absolute;
    content: '';
    left: 50%;
    z-index: 10;
    width: 100%;
    height: 87px;
    background: inherit;
    background-color:#ffe13b;
    transform:translateX(-50%);
    top: 0;
    z-index: 0;
}


/* item_sp(2カラム商品)
================================ */
/*商品部分(共通)*/
#i-tokuichi .item_sp ul.item_box{
    width: 100%;
    margin: 0 auto 3% auto;
}


#i-tokuichi .item_sp ul.item_box li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 5px #1b1b1b;
    background-color: #fff;
    border-radius: 35px;
}
#i-tokuichi .item_sp ul.item_box li a img{
    border-radius: 29px 29px 0 0 ;
}

#i-tokuichi .item_sp ul.itembig li a img{
    border-radius: 29px 29px 29px 29px ;
}

#i-tokuichi .item_sp ul.item_box dl.sale_price{
    width: 100%;
    display: flex;
    height: 90px;
}


#i-tokuichi .item_sp ul.item_box dl.sale_price .sale{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #850a0a;
    color:#ffe13b;
    font-style: italic;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}


#i-tokuichi .item_sp ul.item_box dl.sale_price .sale span{
    font-size: 40px;
}


/*価格====================*/
#i-tokuichi .item_sp ul.item_box dl.sale_price .price_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color:#ffe13b;
}


#i-tokuichi .item_sp ul.item_box  dl.sale_price dd.price_block .price_nomal{
    font-size: 18px;
    color: #1b1b1b;
    text-decoration:line-through;
    font-weight: 600;
}
#i-tokuichi .item_sp ul.item_box  dl.sale_price dd.price_block .prices{/*価格*/
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    margin: 0 auto;
    height: 50px;
}

#i-tokuichi .item_sp ul.item_box  dl.sale_price dd.price_block .prices .prdisp-taxin{
    font-family: "Jost";
    color: #850a0a;
    font-weight: 800;
    letter-spacing: -4px;
}

#i-tokuichi .item_sp ul.item_box  dl.sale_price dd.price_block .prices .prdisp-taxin span.value{
    font-size: 55px;
}

#i-tokuichi .item_sp ul.item_box  dl.sale_price dd.price_block .prices .prdisp-taxin span{
    font-size: 35px;
}


/*商品名・ボタン====================*/
#i-tokuichi .item_sp ul.item_box dl.name_btn{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*商品名*/
#i-tokuichi .item_sp ul.item_box dl.name_btn dt{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*商品名*/
#i-tokuichi .item_sp ul.item_box dl.name_btn dt h4{
    font-size: 22px;
    color: #1b1b1b;
    font-weight: 800;
    padding: 0 0 0 0;
    margin-bottom: 1%;
    text-align: center;
    letter-spacing: 0;
}

/*詳細ボタン*/
#i-tokuichi .item_sp ul.item_box dl.name_btn dd.btn{
    position: relative;
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    height: 70px;
    width:48%;
    padding-right: 2%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}


#i-tokuichi .item_sp ul.item_box dl dd.btn::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translate(50%,-50%);
    font-size: 40px;
    top:50%;
    right: 11%;
}



/* item_sp(4カラム商品)
================================ */
/*商品=====*/
#i-tokuichi .item ul.item_box{
    padding: 2%;
    margin: 0 auto;
}

#i-tokuichi .item ul.item_box li a{
    background-color: #fff;
    border-radius: 20px;
    border: solid 5px #1b1b1b;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1b1b1b;
}

#i-tokuichi .cate_04 ul.item_box li a,
#i-tokuichi .cate_06 ul.item_box li a,
#i-tokuichi .cate_08 ul.item_box li a,
#i-tokuichi .cate_10 ul.item_box li a{
    border: solid 5px #fff;
}

/* #i-tokuichi .item ul.item_box li a img{
    border-radius: 15px 15px 0 0;
} */


#i-tokuichi .item ul.item_box dl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

/*商品名====================*/
#i-tokuichi .item ul.item_box dl dt h4{
    font-size: 19px;
    color: #1b1b1b;
    font-weight: 800;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2px;
}


/*販促あるとき====================*/
#i-tokuichi .item ul.item_box dl dd.sale{
    color:#ffde00;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c10104;
    width: 100%;
    height: 80px;
    font-size: 27px;
    font-weight: 800;
    text-align: center;
    font-style: italic;
    line-height: 1.2em;
}


#i-tokuichi .item ul.item_box dl dd.sale span{
    font-size: 40px;
}


/*価格====================*/
#i-tokuichi .item ul.item_box dl dd.price_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background-color:#ffde00;
}

/*通常価格あるとき*/
#i-tokuichi .item ul.item_box dl dd .price_nomal{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-decoration: line-through;
    color: #1b1b1b;
}

/*SALE価格*/
#i-tokuichi .item ul.item_box dl dd.price_block .prices{
    display: flex;
    align-items: center;
    height: 60px;
}

#i-tokuichi .item ul.item_box dl dd.price_block .prdisp-taxin{
    font-family: "Jost";
    color: #c10104;
    font-weight: 800;
    letter-spacing: -1px;
}

#i-tokuichi .item ul.item_box dl dd.price_block .prdisp-taxin span.value{
    font-size: 50px;
}


/*商品ページはこちら====================*/
#i-tokuichi .item ul.item_box dl dd.btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b1b1b;
    border-radius: 50px;
    border: solid 2px #1b1b1b;
    width: 96%;
    height: 50px;
    margin: 0 auto 2% auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

#i-tokuichi .item ul.item_box dl dd.btn::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translate(50%,-50%);
    font-size: 45px;
    top:50%;
    right: 8%;
}

/*-----------------------------------------------
slider
-----------------------------------------------*/
/*スライダー調節==========*/
#i-tokuichi .swiper {
    width: 1000px;
    margin: 0 auto 20px auto;
}

#i-tokuichi .swiper ul li a{
    padding: 0;
}

/*矢印*/
#i-tokuichi .swiper-button-prev,
#i-tokuichi .swiper-button-next{
    top:40% !important;
}

#i-tokuichi .swiper-button-prev:after,
#i-tokuichi .swiper-button-next:after {
    color: #000;
    font-size: 35px;
}

#i-tokuichi .icon {
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    color: #c10104;
    background-color: #ffde00;
    display: flex;
    width: 110px;
    height: 85px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-right: solid 3px #c10104;
    border-bottom: solid 3px #c10104;
    border-radius: 0 0px 40px 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 19px;
}

#i-tokuichi .icon span{
    font-size: 25px;
    line-height: 30px;
}



/* section cate カテゴリ
================================ */
#i-tokuichi .cate {
    margin: 0 auto 5% auto;
}

#i-tokuichi .cate_04 h3,
#i-tokuichi .cate_06 h3,
#i-tokuichi .cate_08 h3,
#i-tokuichi .cate_10 h3{
    color: #fff;
}

#i-tokuichi .cate li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: solid 5px#1b1b1b;
    box-shadow: 5px 5px 0 #1b1b1b;
    height: 80px;
    border-radius: 70px;
    color: #1b1b1b;
}

#i-tokuichi .cate_04 .cate ul li a,
#i-tokuichi .cate_06 .cate ul li a,
#i-tokuichi .cate_08 .cate ul li a,
#i-tokuichi .cate_10 .cate ul li a{
    border: solid 5px #fff;
    box-shadow: 5px 5px 0 #ffe13b;
}

#i-tokuichi .cate li h3{
    color: #1b1b1b;
    margin-bottom: 0;
    font-size: 24px;
}

#i-tokuichi .cate li a::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "navigate_next";
    transform:translate(50%,-50%);
    top:50%;
    right: 7%;
    font-size: 40px;
}


/* section search 検索欄
================================ */
#i-tokuichi .search .field{
    position: relative;
}

#i-tokuichi .search #keywordInput{
    width: 100%;
    height: 80px;
    border-radius: 100vw;
    background-color: #fff;
    border:solid 5px #1b1b1b ;
    font-size: 20px;
    padding: 0 2%;
    outline: none;
}

#i-tokuichi .cate_04 .search #keywordInput,
#i-tokuichi .cate_06 .search #keywordInput,
#i-tokuichi .cate_08 .search #keywordInput,
#i-tokuichi .cate_10 .search #keywordInput{
    border: solid 5px #fff;
}

#i-tokuichi .search button{
    position: absolute;
    width: 10%;
    height: 80px;
    border-radius: 0vw 100vw 100vw 0vw;
    background-color: #1b1b1b;
    border-top:solid 5px #1b1b1b ;
    border-right:solid 5px #1b1b1b ;
    border-bottom:solid 5px #1b1b1b ;
    border-left:0;
    outline: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#i-tokuichi .cate_04 .search button,
#i-tokuichi .cate_06 .search button,
#i-tokuichi .cate_08 .search button,
#i-tokuichi .cate_10 .search button{
    border-top:solid 5px #fff;
    border-right:solid 5px #fff;
    border-bottom:solid 5px #fff;
}

#i-tokuichi .search button::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "search";
    transform:translate(50%,-50%);
    color: #fff;
    font-size: 60px;
    top:50%;
    right: 50%;
}

/* section bn 1カラムバナー
================================ */
#i-tokuichi .bn {
    width: 900px;
    margin: 2% auto;
}

#i-tokuichi .bn ul li {
    border: solid 2px #fff;
}

/* section camp キャンペーン
================================ */
#i-tokuichi .camp {
    padding:1% 0 2% 0;
}

#i-tokuichi .camp ul.col_3,
#i-tokuichi .camp ul.col_4{
    padding: 2%;
}

/* section coupon クーポン
================================ */
#i-tokuichi .coupon {
    background-color: #e5de24;
}

#i-tokuichi .coupon .inner_contents {
    margin: 0 auto;
    width: 900px;
    padding-top: 15px;
}

#i-tokuichi .coupon h2{
    padding-top: 0;
    margin-top: 0;
    color: #000;
}

#i-tokuichi .coupon p{
    padding: 0 0;
    margin: 0 auto;
}

#i-tokuichi .coupon_end{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #000000a4;
}

/* section flyer チラシ
================================ */
#i-tokuichi .flyer p{
    padding: 0 0;
    margin: 0 auto;
}

#i-tokuichi .flyer ul[class^="col_"] {
    gap: 0;
    padding:0 3%;
}

/*  日替わり
================================ */
#i-tokuichi .cate_daily .period div {
    font-family: "Jost";
    color: #fff;
    font-weight: 750;
    letter-spacing: 0px;
    font-size: 21px;
    text-align: center;
}

#i-tokuichi .cate_daily .sale_price {
    background: #111111;
    border-radius: 0.5vw 0.5vw 0 0;
    /* padding: 6px 0; */
}

#i-tokuichi .sale_end{
    z-index: 99;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #000000b2;
}

#i-tokuichi .cate_daily ul.col_3 &gt; li{
    position: relative;
}


/* footer
================================ */
#i-tokuichi .footer {
    background: #1b1b1b;
    padding: 18px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

#i-tokuichi .footer a {
    color: #fff;
}

#i-tokuichi .footer p {
    font-size: 12px;
    color: #7e7e7e;
    padding: 0 0;
    margin:18px 0 0 0;
}</pre></body></html>