@charset "utf-8";
/*=======================================スタイルリセット=======================================*/
#jal_anv *,
#jal_anv *::before,
#jal_anv *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#jal_anv h1,
#jal_anv h2,
#jal_anv h3,
#jal_anv h4,
#jal_anv h5,
#jal_anv h6,
#jal_anv ul,
#jal_anv ol,
#jal_anv dl,
#jal_anv li,
#jal_anv dt,
#jal_anv dd,
#jal_anv p,
#jal_anv div,
#jal_anv span,
#jal_anv img,
#jal_anv a,
#jal_anv table,
#jal_anv tr,
#jal_anv th,
#jal_anv td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#jal_anv header,
#jal_anv footer,
#jal_anv nav,
#jal_anv section,
#jal_anv article,
#jal_anv main,
#jal_anv aside,
#jal_anv figure,
#jal_anv figcaption {
    display: block;
}

#jal_anv ol,
#jal_anv ul,
#jal_anv li {
    list-style: none;
    list-style-type: none;
}

#jal_anv img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#jal_anv a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}


#jal_anv .no,
#jal_anv .smp_none{
    display: none !important;
}

/* ここから追加
================================ */
/* ベース */
#jal_anv {
    width: 100%;
    font-size: 3vw;
    font-family: "Noto Sans JP","Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.2;
    color: #222222;
    background-color: #fff;
}

#jal_anv div.inner_content{
    width: 98%;
    margin: 0 auto;
}

#jal_anv img {
    width: 100%;
}

#jal_anv section{
    padding: 3vw 0;
}

#jal_anv section.title,
#jal_anv section.fotter {
    padding: 0 0;
}

#jal_anv section:nth-last-child(2){
    padding-bottom: 7vw;
}

/*価格プロ 税込削除*/
#jal_anv div.prices span > span > span {
    display: none;
}

/* 共通 見出し
================================ */
#jal_anv h1{
    font-size: 0px;
}

#jal_anv h2 {
    font-size: 6vw;
    text-align: center;
    color: #2d2d2d;
    font-weight: bold;
    padding: 2vw 0;
}

/*見出し画像の時*/
#jal_anv h2.h_img{
    padding:0 0;
    font-size: 0;
}

#jal_anv h3 {
    font-size: 5vw;
    text-align: center;
    color: #2d2d2d;
    font-weight: bold;
    padding: 3vw 0 0 0;
}

#jal_anv h4{
    font-size: 0;
}

#jal_anv h5{
    font-size:3.5vw;
    text-align: center;
    width: 100%;
    padding: 1.5vw 0;
}

#jal_anv p {
    font-size: 4vw;
    text-align: center;
    color: #2d2d2d;
    padding: 3vw 0;
    font-weight: 600;
}

/* 共通 カラム
================================ */
#jal_anv ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:2.2vw 1.2vw;
    padding: 1vw;
    justify-content: center;
}

#jal_anv ul.col_1 > li{
    width:100%;
}

#jal_anv ul.col_2 > li,
#jal_anv ul.col_3 > li,
#jal_anv ul.col_4 > li{
    width: calc(calc(100% - 1.3vw) / 2);
    position: relative;
}

#jal_anv ul.col_5 > li{
    width: calc(calc(100% - calc(1.3vw * 2)) / 3);
}

/*section anchor アンカー
================================ */
#jal_anv section.anchor ul {
    width: 100%;
    margin: 0 auto 1.5vw auto;
}

#jal_anv section.anchor ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: solid 0.8vw #222; */
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    border-radius: 2vw;
    height: 15vw;
    background-color: #fff;
}

#jal_anv section.anchor ul li a h3{
    color: #222;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6vw;
}

#jal_anv section.anchor ul li a::after{
    position: absolute;
    font-family: 'Material Icons';
    content: 'expand_more';
    transform: translate(50%);
    font-size: 4vw;
    bottom:-0.1vw;
    right: 50%;
    font-weight: bold;
}

/*カラムごとサイズ変更*/
#jal_anv section.anchor ul.col_1 li a h3{
    font-size: 5vw;
}

#jal_anv section.anchor ul.col_3 > li{
    width: calc(calc(100% - calc(1.3vw * 2)) / 3);
}

#jal_anv section.anchor ul.col_3 > li a{
    border-radius: 2vw;
    height: 15vw;
}

/*section side_anchor ハンバーガーメニュー
================================ */
#jal_anv div.toggle{
    position: fixed;
    z-index: 9999;
    bottom: 6%;
    right: 2%;
    width: 16vw;
    height: 16vw;
    background-color: #1b1b1b;
    border-radius: 50%;
    display: block;
    border: solid 0.7vw #fff;
}

#jal_anv div.toggle span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    width: 6.4vw;
    height: 3px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

#jal_anv div.toggle span:nth-of-type(1) { top: calc(50% - 10px)}
#jal_anv div.toggle span:nth-of-type(2) { top: calc(50%);}
#jal_anv div.toggle span:nth-of-type(3) { top: calc(50% + 10px);}
#jal_anv div.toggle.active span:nth-of-type(1) {
    top: calc(100%/2);
    transform: translate(-50%,-50%) rotate(-45deg);
}

#jal_anv div.toggle.active span:nth-of-type(2) { opacity: 0; }
#jal_anv div.toggle.active span:nth-of-type(3){
    top: calc(100%/2);
    transform: translate(-50%,-50%) rotate(45deg);;
}

#jal_anv div.side_anchor{
    position: fixed;
    height: 100vh;
    bottom: 0;
    right: -100%;
    width: 100%;
    background-color: #251907fc;
    transition: 0.6s;
    z-index: 999;
    padding: 1.2vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

#jal_anv div.side_anchor.panelactive{/*j[*/
    right: 0;
}

#jal_anv div.side_anchor ul{
    width: 98%;
    margin: 0 auto 2% auto;
}

#jal_anv div.side_anchor ul.top li a h3{
    padding-bottom: 3vw;
}

#jal_anv div.side_anchor ul.top li a::after{
    content: '';
}


/* section item
================================ */
#jal_anv ul.item_box {
    margin-bottom: 5vw;
    padding: 1vw;
}

#jal_anv ul.item_box li{
    background-color: #fff;
    border: solid 0.8vw #1b1b1b;
    /* border-radius: 3vw; */
    margin: 0 auto;
}

/*通常アイテムの場合*/
#jal_anv div.medama_item ul.item_box li{
    background-color: #fffdcc;
}

#jal_anv div.medama_item ul.item_box li img{
    border-radius: 2vw ;
}

/* #jal_anv ul.item_box li img{
    border-radius: 2vw 2vw 0 0 ;
} */

/*商品名*/
#jal_anv .medama_item ul.col_2 > li{
    width: 100%;
}

/*販促内容*/
#jal_anv .normal_item ul.item_box li{
    border-radius: 3vw;
}
#jal_anv .normal_item ul.item_box li img{
    border-radius: 2vw 2vw 0 0 ;
}

/*¤iź*/
#jal_anv ul.item_box li dl dt h4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 3.5vw;
    color: #1b1b1b;
    text-align: center;
    height: 13vw;
    line-height: 5vw;
}

/*ĚŁEżi*/
/*ÚĘACeĚę*/
#jal_anv .medama_item ul.col_2 li dl dd.sale_box{
    display: flex;
    align-items: center;
    justify-content: center;
}


/*ĚŁŕe*/
#jal_anv ul.item_box li dl dd.sale_box .sale{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15vw;
    background-color: #d8000b;
    color: #fff601;
    font-size: 4.2vw;
    font-weight: 800;
    text-align: center;
    font-style: italic;
}

#jal_anv ul.item_box li dl dd.sale_box div.sale span{
    font-size: 6vw;
    line-height: 6vw;
}

/*ÚĘACeĚę*/
#jal_anv .medama_item ul.col_2 li dl dd.sale_box div.sale{
    width: 50%;
}

/*żi*/
#jal_anv ul.item_box li dl dd.sale_box div.price_block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 15vw;
    background-color: #fff601;
}

/*ĘíACeĚęEżi*/
#jal_anv div.normal_item ul.item_box li dl dd.sale_box div.price_block{
    background-color: #fff;
}

#jal_anv ul.item_box li dl dd.sale_box div.price_block div.price_normal{
    font-size: 3vw;
    color: #1b1b1b;
    text-decoration:line-through;
    text-align: center;
}

#jal_anv ul.item_box li dl dd.sale_box div.price_block div.prices{
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
    margin: 0 auto;
    height: 9vw;
}

#jal_anv ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin{
    font-family: "Jost";
    color: #d8000b;
    font-weight: 800;
    letter-spacing: -0.2vw;
}

#jal_anv ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span.value{
    font-size: 9vw;
}

#jal_anv ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span{
    font-size: 5vw;
}

/*ÚĘACeĚę*/
#jal_anv .medama_item ul.col_2 li dl dd.sale_box div.price_block{
    width: 50%;
}


/*{^*/
#jal_anv ul.item_box li dl dd.btn{
    position: relative;
    background-color: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5vw auto;
    border-radius: 12vw;
    height: 10vw;
    width:95%;
    padding-right: 2vw;
    color: #fff;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 600;
}

#jal_anv ul.item_box li dl dd.btn::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "play_circle_filled";
    transform:translate(50%,-50%);
    font-size: 7vw;
    top:50%;
    right: 11%;
}

/*section coupon N[|
================================ */
#jal_anv .coupon ul[class^="col_"] {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 1%;
    width: 98%;
    margin:0 auto;
}

#jal_anv .coupon ul li{
    position:relative;
    box-shadow: 3px 3px 7px #0000006e;
}

#jal_anv .coupon li .coupon_end{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    background-color: #000000a4;
}

/* section loop_anime éUuE
================================ */
#jal_anv .loop_anime{
    overflow: hidden;
    display: flex;
    padding: 2% 0 5% 2%;
}

#jal_anv .loop_anime ul{
    display: flex;
    align-items: center;
    animation: loopAnimation 15s linear infinite;
}

#jal_anv .loop_anime ul li{
    width: 20vw;
} 

@keyframes loopAnimation {
    0% {
    transform: translate(0%);
    }
    100% {
    transform: translate(-100%);
    }
}


#jal_anv .loop_anime ul li.zaburo{
    width: 20.5vw;
    height: 20vw;
    background-image: url(https://image.wowma.jp/2539644/image/big_sale/250516/zaburo.png);
    background-size: 82vw 20.2vw;
    animation: zaburo_steps 0.7s steps(4) infinite;
}

@keyframes zaburo_steps{
    to{
        background-position-x: -82vw;
    }
}

#jal_anv .loop_anime ul li.zaburo02{
    animation: zaburo_gorogoro 7s linear infinite;
}

#jal_anv .loop_anime ul li.zaburo02{
    padding:0 1%;
} 

@keyframes zaburo_gorogoro{
    0%{
        transform:rotate(0);
    }
    100%{
        transform:rotate(-360deg);
    }
}



/*section XC_[
================================ */
#jal_anv .swiper-container {
    position: relative;
    padding: 0 0 2vw 0;
}

/*îó===================*/
#jal_anv .swiper-button-prev:after,
#jal_anv .swiper-button-next:after {
    position: absolute;
    color: #000;
    font-size: 5vw;
    font-weight: bolder;
    transform: translate(50%,-50%);
}

#jal_anv .swiper-button-next{
    right: 1vw;
}

#jal_anv .swiper-button-prev {
    left: 1vw;
}

#jal_anv .swiper-button-next,
#jal_anv .swiper-button-prev{
    top: 38% !important;
}



/* section cate JeS
================================ */
#jal_anv ul.cate{
    margin: 0 auto 5vw auto;
}

#jal_anv ul.cate ul li{
    width: calc(calc(100% - 1.5%) / 2);
}

#jal_anv ul.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;
}

#jal_anv ul.cate li h3{
    color: #1b1b1b;
    margin-bottom: 0;
    font-size: 4vw;
}

#jal_anv ul.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 cate_list
================================ */
#jal_anv section.cate_list ul li{
    width: calc(calc(100% - calc(1.3vw * 2)) / 3);
}


/* bn oi[
================================ */
#jal_anv ul.bn{
    margin: 2vw auto;
    padding: 1vw;
}



/* fotter
================================ */
#jal_anv section.fotter {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    height: 12vw;
    text-align: center;
    color: #fff;
}

#jal_anv section.fotter a {
    color: #fff;
    font-size: 4vw;
    padding: 0 2vw;
}