@charset "shift_jis";
/*=======================================スタイルリセット=======================================*/
    /* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

#anniversary *,
#anniversary *::before,
#anniversary *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#anniversary h1,
#anniversary h2,
#anniversary h3,
#anniversary h4,
#anniversary h5,
#anniversary h6,
#anniversary ul,
#anniversary ol,
#anniversary dl,
#anniversary li,
#anniversary dt,
#anniversary dd,
#anniversary p,
#anniversary div,
#anniversary span,
#anniversary img,
#anniversary a,
#anniversary table,
#anniversary tr,
#anniversary th,
#anniversary td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#anniversary header,
#anniversary footer,
#anniversary nav,
#anniversary section,
#anniversary article,
#anniversary main,
#anniversary aside,
#anniversary figure,
#anniversary figcaption {
    display: block;
}

#anniversary ol,
#anniversary ul,
#anniversary li {
    list-style: none;
    list-style-type: none;
}

#anniversary img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#anniversary a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

#anniversary a:hover {
    opacity: 0.5;
}

#anniversary .no,
#anniversary .pc_none{
    display: none !important;
}

/*価格プロ 税込削除*/
#anniversary div.prices span > span > span {
    display: none;
}

/* ここから追加
================================ */
/* ベース */
#anniversary {
    width: 980px;
    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: #dc000a;
}

#anniversary .inner_contents{
    width: 900px;
    margin: 0 auto;
}


#anniversary img {
    width: 100%;
}

#anniversary section{
    padding: 2% 0;
}

#anniversary section.title {
    padding:0 0;
}

/* 共通 見出し
================================ */
#anniversary h1{
    position: absolute;
    z-index: -1;
    color: #ffe763;
}

#anniversary h2{
    margin: 1.5% auto 1% auto;
    font-size: 50px;
    text-align: center;
    font-weight: 800;
    color: #1b1b1b;
    padding:1% 0 2% 0;
}

#anniversary h2.h_img{
    position: relative;
    font-size: 0;
    padding-top: 0;
    margin-top: 0;
}

#anniversary h3{
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    padding: 1.5% 0;
    color: #1b1b1b;
}

#anniversary h4{
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding: 1.5% 0;
    color: #fff;
    margin-bottom: 1%;
}

#anniversary p{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 0.5% 0;
    font-weight: bold;
    color: #1b1b1b;
    margin-bottom: 2%;
}

#anniversary p.cou_code{
    font-size: 28px;
    background-color: #dc000a;
    padding: 5% 0;
    margin: 1% 0 15% 0;
    color: #ffde00;
    border-radius: 10px;
    font-weight: 900;
}


#anniversary section.medama p.cou_code{
    font-size: 28px;
    background-color: #dc000a;
    padding: 2% 0;
    margin: 1% 0 10% 0;
    color: #ffde00;
    border-radius: 10px;
    font-weight: 900;
}



/* 共通 カラム
================================ */
#anniversary ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:9px 1%;
}

#anniversary ul.col_1 > li{
    width:100%;
    margin: 0 0 5px 0;
}

#anniversary ul.col_2 > li{
    width: calc(calc(100% - 1%) / 2);
}

#anniversary ul.col_3 > li{
    width: calc(calc(100% - 2%) / 3);
}

#anniversary ul.col_4 > li{
    width: calc(calc(100% - 3%) / 4);
}

#anniversary ul.col_5 > li{
    width: calc(calc(100% - 4%) / 5);
}

#anniversary ul.col_6 > li{
    width: calc(calc(100% - 5%) / 6);
}

/* section title 看板
================================ */
#anniversary .top_fixed{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
    z-index: 999;
}

/* #anniversary .top_fixed img{
    display:block;
    margin: 0 auto;
    width: 20vw;
}

#anniversary .title{
    margin-top: 3.5vw;
} */


/* section anchor アンカー
================================ */
#anniversary section.anchor{
    margin: 1% 0 0 0;
}

#anniversary .anchor ul{
    width: 100%;
    margin: 0 auto 2% auto;
}

/*目玉イベントのボタン*/
#anniversary .anchor ul 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;
}

#anniversary .anchor ul a h3{
    display: flex;
    align-items: center;
    font-size: 27px;
    color: #1b1b1b;
    font-weight: 900;
    margin: 0 auto;
}

#anniversary .anchor ul h3::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translateY(50%) rotate(90deg);
    font-size: 40px;
    font-weight: bolder;
    bottom:50%;
    right: 3%;
}

/*-----------------------------------------------
section .side_anchor
-----------------------------------------------*/
#anniversary .toggle{
    position: fixed;
    z-index: 9999;
    bottom: 70px;
    right: 12px;
    width: 65px;
    height: 65px;
    background-color: #1b1b1b;
    border-radius: 50%;
    display: block;
    border: solid 5px #fff;
    cursor: pointer;
}

#anniversary .toggle span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 3px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

#anniversary .toggle span:nth-of-type(1) { top: calc(50% - 10px)}
#anniversary .toggle span:nth-of-type(2) { top: calc(50%);}
#anniversary .toggle span:nth-of-type(3) { top: calc(50% + 10px);}
#anniversary .toggle.active span:nth-of-type(1) {
    top: calc(100%/2);
    transform: translate(-50%,-50%) rotate(-45deg);
}

#anniversary .toggle.active span:nth-of-type(2) { opacity: 0; }
#anniversary .toggle.active span:nth-of-type(3){
    top: calc(100%/2);
    transform: translate(-50%,-50%) rotate(45deg);;
}

#anniversary section.side_anchor{
    position: fixed;
    height: 100vh;
    bottom: 0;
    right: -100%;
    width: 50%;
    background-color: #ffe23bc9;
    transition: 0.6s;
    z-index: 999;
    padding: 1.2vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

#anniversary .side_anchor.panelactive{/*メニュー*/
    right: 0;
}

#anniversary .side_anchor ul{
    width: 95%;
    margin: 0 auto 2% auto;
}

/*目玉イベントのボタン*/
#anniversary .side_anchor ul 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;
}

#anniversary .side_anchor ul a h3{
    display: flex;
    align-items: center;
    font-size: min(2vw, 28px);
    color: #1b1b1b;
    font-weight: 900;
    margin: 0 0;
}

#anniversary .side_anchor ul h3::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translateY(50%) rotate(90deg);
    font-size: min(2.5vw, 40px);
    font-weight: bolder;
    bottom:50%;
    right: 3%;
}



/* ------------------------------------
section.time_item　時間限定
------------------------------------- */

/*アコーディオン仕様 START*/
#anniversary section.time_item .accordion-01 {
    width: 900px;
    margin:20px auto;
}

#anniversary section.time_item .accordion-01 .accordion_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0.7em 2em;
    color: #fff;
    font-family: "Jost";
    font-weight: 600;
    font-size: 27px;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    background: #000;
}

#anniversary section.time_item .accordion-01 .accordion_title::after {
    position: absolute;
    transform: translateY(-25%) rotate(45deg);
    width: 9px;
    height: 9px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
    right: 4%;
}
#anniversary section.time_item .accordion-01[open] ul {
    display: block;
}

#anniversary .accordion-01 ul {
    display: none;
    border: solid 3px #000;
    background-color: #000;
}

#anniversary .accordion-01 ul li{
    position: relative;
    border: solid 5px #000;
}


@keyframes fadeInDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#anniversary section.time_item .accordion-01 .sale_end, 
#anniversary section.time_item ul.daily .sale_end{
    z-index: 99;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #000000b2;
}




/* item_sp(2カラム商品)
================================ */
/*商品部分(共通)*/
#anniversary .item_sp ul.item_box{
    width: 100%;
    margin: 0 auto 3% auto;
}


#anniversary .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;
}
#anniversary .item_sp ul.item_box li a img{
    border-radius: 29px 29px 0 0 ;
}

#anniversary .item_sp ul.item_box dl.sale_price{
    width: 100%;
    display: flex;
    height: 90px;
}


#anniversary .item_sp ul.item_box dl.sale_price .sale{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #dc000a;
    color:#fddf2f;
    font-style: italic;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}


#anniversary .item_sp ul.item_box dl.sale_price .sale span{
    font-size: 40px;
}


/*価格====================*/
#anniversary .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:#fddf2f;
}


#anniversary .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;
}
#anniversary .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;
}

#anniversary .item_sp ul.item_box  dl.sale_price dd.price_block .prices .prdisp-taxin{
    font-family: "Jost";
    color: #dc000a;
    font-weight: 800;
    letter-spacing: -4px;
}

#anniversary .item_sp ul.item_box  dl.sale_price dd.price_block .prices .prdisp-taxin span.value{
    font-size: 55px;
}

#anniversary .item_sp ul.item_box  dl.sale_price dd.price_block .prices .prdisp-taxin span{
    font-size: 35px;
}


/*商品名・ボタン====================*/
#anniversary .item_sp ul.item_box dl.name_btn{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*商品名*/
#anniversary .item_sp ul.item_box dl.name_btn dt{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*商品名*/
#anniversary .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;
}

/*詳細ボタン*/
#anniversary .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: 22px;
    font-weight: 600;
}


#anniversary .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カラム商品)
================================ */
/*商品=====*/
#anniversary .item ul.item_box{
    margin: 1% auto;
}

#anniversary .item ul.col_2.item_box{
    width: 100%;
}

#anniversary .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;
}

#anniversary .item ul.item_box li a img{
    border-radius: 15px 15px 0 0;
}


#anniversary .item ul.item_box dl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

/*商品名====================*/
#anniversary .item ul.item_box dl dt h4{
    font-size: 22px;
    color: #1b1b1b;
    font-weight: 800;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2px;
}


/*販促あるとき====================*/
#anniversary .item ul.item_box dl dd.sale{
    color:#fddf2f;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dc000a;
    width: 100%;
    height: 80px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}


#anniversary .item ul.item_box dl dd.sale span{
    font-size: 45px;
}


/*価格====================*/
#anniversary .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:#fddf2f;
}

/*通常価格あるとき*/
#anniversary .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価格*/
#anniversary .item ul.item_box dl dd.price_block .prices{
    display: flex;
    align-items: center;
    height: 60px;
}

#anniversary .item ul.item_box dl dd.price_block .prdisp-taxin{
    font-family: "Jost";
    color: #dc000a;
    font-weight: 800;
    letter-spacing: -1px;
}

#anniversary .item ul.item_box dl dd.price_block .prdisp-taxin span.value{
    font-size: 50px;
}


/*商品ページはこちら====================*/
#anniversary .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;
}

#anniversary .item 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: 8%;
}

/*-----------------------------------------------
slider
-----------------------------------------------*/
/*スライダー調節==========*/
#anniversary .swiper {
    width: 950px;
    margin: 0 auto 20px auto;
}

#anniversary .swiper ul li a{
    padding: 0;
}

/*矢印*/
#anniversary .swiper-button-prev,
#anniversary .swiper-button-next{
    top:40% !important;
}

#anniversary .swiper-button-prev:after,
#anniversary .swiper-button-next:after {
    color: #000;
    font-size: 35px;
}

#anniversary .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;
}

#anniversary .icon span{
    font-size: 25px;
    line-height: 30px;
}

/* ------------------------------------
日替わりスケジュール
------------------------------------- */
#anniversary .daily {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

#anniversary .daily li {
    position: relative;
    border: 3px solid #000;
}

#anniversary .daily dt{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #000;
    height: 60px;
}
#anniversary .daily dd{
    background: #fff;

}

/* section cate カテゴリ
================================ */
#anniversary .cate {
    margin: 0 auto 5% auto;
}

#anniversary .cate_04 h3,
#anniversary .cate_06 h3,
#anniversary .cate_08 h3,
#anniversary .cate_10 h3{
    color: #fff;
}

#anniversary .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;
}


#anniversary .cate li h3{
    color: #1b1b1b;
    margin-bottom: 0;
    font-size: 24px;
}

#anniversary .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 bn 1カラムバナー
================================ */
#anniversary .bn {
    width: 100%;
    margin: 2% auto;
}

#anniversary .bn ul li {
    border: solid 2px #fff;
}

/* section camp キャンペーン
================================ */
#anniversary .camp {
    padding:1% 0 2% 0;
}

/* section coupon クーポン
================================ */
#anniversary .coupon {
    width: 100%;
    margin: 18px auto;
}

#anniversary .coupon h2{
    padding-top: 0;
    margin-top: 0;
    color: #dc000a;
}


#anniversary .coupon p{
    padding: 0 0;
    margin: 0 auto;
}




/* footer
================================ */
#anniversary .footer {
    background: #1b1b1b;
    padding: 18px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

#anniversary .footer a {
    color: #fff;
}

#anniversary .footer p {
    font-size: 12px;
    color: #7e7e7e;
    padding: 0 0;
    margin:18px 0 0 0;
}