@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;
}

#anniversary .no,
#anniversary .smp_none{
    display: none !important;
}

/*価格プロ 税込削除*/
#anniversary div.prices span > span > span {
    display: none;
}

/* ここから追加
================================ */
/* ベース */
#anniversary {
    font-size: 3.5vw;
    font-family: "Noto Sans JP","Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    color: #1b1b1b;
    background-color: #ffe13b;
    background-position: 0 26vw;
    background-size: contain;
}


#anniversary img {
    width: 100%;
}

#anniversary section{
    padding-bottom: 5%;
}

#anniversary section.title,
#anniversary section.coupon {
    padding-bottom: 0;
}


/* 共通 見出し
================================ */
#anniversary h1{
    position: absolute;
    z-index: -1;
    color: #ffe763;
}

#anniversary h2{
    margin: 0 auto;
    padding: 3vw 0;
    font-size: 6vw;
    text-align: center;
    font-weight: 800;
    color: #1b1b1b;
}

#anniversary h2.h_img{
    margin: 0 auto 1vw auto;
    position: relative;
    font-size: 0;
}

#anniversary .h_face{
    position: absolute;
}


#anniversary h3{
    text-align: center;
    font-size: 5vw;
    font-weight: 800;
    color: #1b1b1b;
    padding: 2vw 0;
    margin-bottom:1vw;
}

#anniversary h4{
    text-align: center;
    font-size: 4.2vw;
    font-weight: 800;
    padding: 2vw 0;
    color: #1b1b1b;
    margin-bottom:1vw;
}

#anniversary p{
    text-align: center;
    font-weight: bold;
    font-size: 4vw;
    padding: 0.5% 0;
    color: #1b1b1b;
    margin-bottom: 2%;
}

#anniversary p.cou_code{
    font-size: 4.8vw;
    background-color: #dc000a;
    padding: 4vw 0;
    margin: 1vw 0 7vw 0;
    color: #ffde00;
    border-radius: 10px;
}

/* 共通 カラム
================================ */
#anniversary ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:1.8vw 1.5%;
}

#anniversary ul[class^="col_"] li{
    margin: 0 auto;
}

#anniversary ul.col_1 > li{
    width:100%;
    margin-bottom: 1vw;
}

#anniversary ul.col_2 > li,
#anniversary ul.col_4 > li{
    width: calc(calc(100% - 1.5%) / 2);
}

#anniversary ul.col_3 > li,
#anniversary ul.col_5 > li,
#anniversary ul.col_6 > li{
  width: calc(calc(100% - calc(1.5% * 2)) / 3);
}

/* 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;
}

#anniversary .title{
    margin-top:19vw;
} */


/* section anchor アンカー
================================ */
#anniversary .anchor ul{
    width: 95%;
    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: 13vw;
    padding-right: 5%;
    border:solid #1b1b1b 0.8vw;
    border-radius: 3vw;
    box-shadow:0.8vw 0.8vw 0 #1b1b1b;
}

#anniversary .anchor ul a h3{
    display: flex;
    align-items: center;
    font-size: 3.5vw;
    color: #1b1b1b;
    font-weight: 900;
    margin: 0 0;
}

#anniversary .anchor ul h3::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "expand_more";
    transform:translateY(50%);
    font-size: 4vw;
    font-weight: bolder;
    bottom:50%;
    right: 3%;
}


/*-----------------------------------------------
section side_anchor
-----------------------------------------------*/
#anniversary .toggle{
    position: fixed;
    z-index: 9999;
    bottom: 16vw;
    right: 2%;
    width: 16vw;
    height: 16vw;
    background-color: #1b1b1b;
    border-radius: 50%;
    display: block;
    border: solid 0.7vw #fff;
}

#anniversary .toggle span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    width: 6.4vw;
    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: 100%;
    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: 98%;
    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;
    height: 16vw;
    padding-right: 5%;
    border:solid #1b1b1b 0.8vw;
    border-radius: 3vw;
    box-shadow:0.8vw 0.8vw 0 #1b1b1b;
}

#anniversary .side_anchor ul a h3{
    display: flex;
    align-items: center;
    font-size: 5vw;
    color: #1b1b1b;
    font-weight: 900;
    margin: 0 0;
}

#anniversary .side_anchor ul.side_anchor_sub a h3{
    display: flex;
    align-items: center;
    font-size: 3.5vw;
    color: #1b1b1b;
    font-weight: 900;
    margin: 0 0;
}

#anniversary .side_anchor ul h3::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "expand_more";
    transform:translateY(50%);
    font-size: 5vw;
    font-weight: bolder;
    bottom:50%;
    right: 2%;
}


/* ------------------------------------
section.time_item　時間限定
------------------------------------- */

/*アコーディオン仕様 START*/
#anniversary section.time_item .accordion-01 {
    width: 95%;
    margin: 0vw auto 3vw auto;
    border-radius: 5px;

}

#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: 3.7vw;
    cursor: pointer;
    border-radius: 2vw 2vw 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;
    padding: 0;
    border: solid 1vw #000;
    background-color: #000;
}

#anniversary .accordion-01 ul li{
    position: relative;
    border: solid 1px #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: 4vw;
    color: #fff;
    background-color: #000000b2;
}


/* item_sp(2カラム商品)
================================ */
/*商品部分(共通)*/
#anniversary .item_sp ul.item_box{
    width: 95%;
    margin: 1vw auto 2vw auto;
    gap: 2vw 1%;
}

#anniversary .item_sp ul.item_box li{
    width:100%;
}

#anniversary .item_sp ul.item_box li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 0.8vw #1b1b1b;
    background-color: #fff;
    border-radius: 5vw;
}

#anniversary .item_sp ul.item_box li a img{
    border-radius: 4.2vw 4.2vw 0 0 ;
}

#anniversary .item_sp ul.item_box dl.sale_price{
    width: 100%;
    display: flex;
    height: 15vw;
}

#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: 4.5vw;
    font-weight: 800;
    text-align: center;
}

#anniversary .item_sp ul.item_box dl.sale_price .sale span{
    font-size: 7vw;
}


/*価格====================*/
#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: 3vw;
    color: #1b1b1b;
    text-decoration:line-through;
    margin-top: 1vw;
    font-weight: 600;
}

#anniversary .item_sp ul.item_box  dl.sale_price dd.price_block .prices{
    display: flex;
    align-items: center;
    font-style: italic;
}

#anniversary .item_sp ul.item_box  dl.sale_price dd.price_block .prices .prdisp-taxin{
    font-family: "Jost";
    color: #dc000a;
    font-weight: 800;
    text-shadow: 0.5vw 0.5vw #ffe763;
    letter-spacing: -0.5vw;
}

#anniversary .item_sp ul.item_box  dl.sale_price dd.price_block .prices .prdisp-taxin span.value{
    font-size: 9vw;
}

#anniversary .item_sp ul.item_box  dl.sale_price dd.price_block .prices .prdisp-taxin span{
    font-size: 5vw;
}


/*商品名・ボタン====================*/
#anniversary .item_sp ul.item_box dl.name_btn{
    width: 100%;
    height: 12vw;
    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: 3.5vw;
    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: 12vw;
    height: 10vw;
    width:48%;
    padding-right: 2%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 4vw;
    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: 9vw;
    top:50%;
    right: 11%;
}


/* item_sp(4カラム商品)
================================ */
/*商品=====*/
#anniversary .item ul{
    width: 95%;
    margin: 1vw auto 3vw auto;
}


#anniversary .item ul.item_box li a{
    background-color: #fff;
    border-radius: 4vw;
    border: solid 0.8vw #1b1b1b;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1b1b1b;
}


#anniversary .item ul.item_box li a img{
    border-radius: 3.3vw 3.3vw 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: 3.2vw;
    color: #1b1b1b;
    font-weight: 800;
    padding: 0 0 0 0;
    margin-bottom: 1%;
    text-align: center;
    letter-spacing: 0;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*販促あるとき====================*/
#anniversary .item ul.item_box dl dd.sale{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dc000a;
    width: 100%;
    height:13vw;
    font-size: 4vw;
    font-weight: bold;
    color: #fddf2f;
    text-align: center;
}

#anniversary .item ul.item_box dl dd.sale span{
    font-size: 7vw;
}

/*価格====================*/
#anniversary .item ul.item_box dl dd.price_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15vw;
    background-color: #fddf2f;
}

/*通常価格あるとき*/
#anniversary .item ul.item_box dl dd.price_block .price_nomal{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4vw;
    font-size: 3vw;
    font-weight: 600;
    color: #1b1b1b;
    text-decoration:line-through;
}

/*SALE価格*/
#anniversary .item ul.item_box dl dd.price_block .prices{
    display: flex;
    align-items: center;
    height: 8vw;
}

#anniversary .item ul.item_box dl dd.price_block .prdisp-taxin{
    font-family: "Jost";
    color: #dc000a;
    font-weight: 800;
    letter-spacing: -0.5vw;
    font-style: italic;
}

#anniversary .item ul.item_box dl dd.price_block .prdisp-taxin span.value{
    font-size: 8.5vw;
}

#anniversary .item ul.item_box dl dd.price_block .prdisp-taxin span{
    font-size: 5vw;
}

/*商品ページはこちら====================*/
#anniversary .item ul.item_box dl dd.btn{
    position: relative;
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12vw;
    height: 10vw;
    width:95%;
    padding-right: 2%;
    margin: 0 auto 2% auto;
    color: #fff;
    text-align: center;
    font-size: 4vw;
    font-weight: 600;
}

#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: 8vw;
    top:50%;
    right: 11%;
}

/*-----------------------------------------------
slider
-----------------------------------------------*/
/*スライダー調節==========*/
#anniversary .swiper {
    width: 100%;
    margin: 0 auto 3vw auto;
}

#anniversary .swiper ul li a{
    padding: 0;
}

/*矢印===================*/
#anniversary .swiper-button-prev:after,
#anniversary .swiper-button-next:after {
    position: absolute;
    color: #000;
    font-size: 5vw;
    font-weight: bolder;
    transform: translate(50%,-50%);
}

#anniversary .swiper-button-next{
    right: 1vw;
}

#anniversary .swiper-button-prev {
    left: 1vw;
}

#anniversary .swiper-button-next,
#anniversary .swiper-button-prev{
    top: 40% !important;
}

#anniversary .icon {
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    color: #c10104;
    background-color: #ffde00;
    border-right: solid 0.7vw #c10104;
    border-bottom: solid 0.7vw #c10104;
    display: flex;
    width: 16vw;
    height: 12vw;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 4vw 0;
    font-size: 3vw;
    font-weight: 900;
    line-height: 3vw;
}

#anniversary .icon span{
    font-size: 3.8vw;
    line-height: 5vw;
}


/* ------------------------------------
日替わりスケジュール
------------------------------------- */
#anniversary .daily {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:90%;
    margin: 0 auto;
}

#anniversary .daily li {
    position: relative;
    border: 0.7vw solid #000;
}

#anniversary .daily dt{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.8vw;
    background: #000;
    height: 10vw;
}
#anniversary .daily dd{
    background: #fff;
}

/* section cate カテゴリ
================================ */
#anniversary .cate{
    margin: 0 auto 5% auto;
}

#anniversary .cate ul.col_2 li{
    width: calc(calc(100% - 1.5%) / 2);
}

#anniversary .cate li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: solid 0.7vw #1b1b1b;
    box-shadow: 1vw 1vw 0 #1b1b1b;
    height: 15vw;
    border-radius: 70vw;
    color: #1b1b1b;
}


#anniversary .cate li h3{
    color: #1b1b1b;
    margin-bottom: 0;
    font-size: 4vw;
}

#anniversary .cate li a::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "navigate_next";
    transform:translate(50%,-50%);
    top:50%;
    right: 6%;
    font-size: 7vw;
}


/* section search 検索欄
================================ */
#anniversary .search{
    width: 97%;
    margin: 0 auto 0 auto;
}

#anniversary .search .field{
    position: relative;
}

#anniversary .search #keywordInput{
    width: 100%;
    height: 15vw;
    border-radius: 100vw;
    background-color: #fff;
    border:solid .8vw #1b1b1b ;
    font-size: 3.8vw;
    padding: 0 2vw;
    outline: none;
}

#anniversary .cate_04 .search #keywordInput,
#anniversary .cate_06 .search #keywordInput,
#anniversary .cate_08 .search #keywordInput,
#anniversary .cate_10 .search #keywordInput{
    border: solid .8vw #fff;
}

#anniversary .search button{
    position: absolute;
    width: 20%;
    height: 15vw;
    border-radius: 0vw 100vw 100vw 0vw;
    background-color: #1b1b1b;
    border-top:solid .7vw #1b1b1b ;
    border-right:solid .7vw #1b1b1b ;
    border-bottom:solid .7vw #1b1b1b ;
    border-left:0;
    outline: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#anniversary .cate_04 .search button,
#anniversary .cate_06 .search button,
#anniversary .cate_08 .search button,
#anniversary .cate_10 .search button{
    border-top:solid .7vw #fff ;
    border-right:solid .7vw #fff ;
    border-bottom:solid .7vw #fff ;
}

#anniversary .search button::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "search";
    transform:translate(50%,-50%);
    color: #fff;
    font-size: 10vw;
    top:50%;
    right: 50%;
}

/* section bn 1カラムバナー
================================ */
#anniversary .bn {
    margin: 2% auto;
    width: 95%;
}

#anniversary .bn ul li {
    border: solid 0.7vw #fff;
}


/* section camp キャンペーン
================================ */
#anniversary .camp {
    padding:1% 0 5% 0;
}

#anniversary .camp ul{
    width: 95%;
    margin: 0 auto;
}

/* section coupon クーポン
================================ */
#anniversary .coupon {
    width: 95%;
    margin: 3% auto;
}

#anniversary .coupon h2{
    font-size: 5.5vw;
    padding-top: 0;
    margin-top: 0;
    color: #dc000a;
}


#anniversary .coupon p{
    padding: 0 0;
    margin: 0 auto;
}


/* footer
================================ */
#anniversary .footer {
    background: #1b1b1b;
    padding: 5% 0;
    text-align: center;
    color: #fff;
}

#anniversary .footer a {
    color: #fff;
    font-size: 4vw;
}

#anniversary .footer p {
    font-size: 3vw;
    color: #7e7e7e;
    padding: 0 0;
    margin:1vw 0 0 0;
}