@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 a:hover {
  opacity: 0.5;
}

#jal_anv .no,
#jal_anv .pc_none{
  display: none !important;
}

/* ここから追加
================================ */
/* ベース */
#jal_anv {
  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: #fff;
}

#jal_anv div.inner_content{
  width: 900px;
  margin: 0 auto;
}

#jal_anv img {
  width: 100%;
}

#jal_anv section{
  padding: 30px 0;
}

#jal_anv section.title,
#jal_anv section.fotter {
  padding: 0 0;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}

#jal_anv section:nth-last-child(2){
  padding-bottom: 50px;
}

/*価格プロ 税込削除*/
#jal_anv div.prices span > span > span {
  display: none;
}

/*title画像*/
#jal_anv section.title img {
  width: 1800px;
  margin: 0 auto;
}

/* 共通 見出し
================================ */
#jal_anv h1 {
  font-size: 0;
}

#jal_anv h2 {
  font-size: 40px;
  text-align: center;
  color: #2d2d2d;
  padding:15px 0;
}

/*見出し画像の時*/
#jal_anv h2.h_img{
  padding:0 0;
  font-size:0;
  width: 900px;
  margin: 0 auto;
}

#jal_anv h3 {
  font-size: 38px;
  text-align: center;
  color: #2d2d2d;
  padding:2% 0;
}

#jal_anv h4{
  font-size: 0;
}

#jal_anv h5{
  font-size:22px;
  text-align: center;
  width: 100%;
  padding:1% 0;
}


#jal_anv p{
  color: #2d2d2d;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  padding:2% 0;
}

/* 共通 カラム
================================ */
#jal_anv ul[class^="col_"]{
  display: flex;
  flex-wrap: wrap;
  gap: 11px 1%;
}

#jal_anv ul.col_1 > li{
  width:100%;
}

#jal_anv ul.col_2 > li{
  width: calc(calc(100% - 1%) / 2);
  position: relative;
}

#jal_anv ul.col_3 > li{
  width: calc(calc(100% - 2%) / 3);
}

#jal_anv ul.col_4 > li{
  width: calc(calc(100% - 3%) / 4);
}

#jal_anv ul.col_5 > li{
  width: calc(calc(100% - 4%) / 5);
}

/*section anchor アンカー
================================ */
#jal_anv section.anchor ul{
  margin: 0 auto 2%;
  width: 900px;
}

#jal_anv section.anchor ul li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: solid 4px #222; */
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  border-radius: 10px;
  height: 90px;
  background-color: #fff;
  /* margin: 15px 0; */
}

#jal_anv section.anchor ul li a h3{
  color: #222;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

#jal_anv section.anchor ul li a:hover {
  transform: translate(4px, 4px);
  box-shadow: #222 0px 0px;
}

#jal_anv section.anchor ul li a::after{
  position: absolute;
  font-family: 'Material Icons';
  content: 'expand_more';
  transform: translate(50%, -50%);
  top: 50%;
  right: 7%;
  font-size: 25x;
  font-weight: bold;
}

/*カラムごとサイズ変更*/
#jal_anv section.anchor ul.col_1 li a h3{
  font-size: 31px;
}

#jal_anv section.anchor ul.col_2 li a h3{
  font-size: 28px;
}

/*section side_anchor ハンバーガーメニュー
================================ */
#jal_anv div.toggle{
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 110px;
  width: 100px;
  height: 100px;
  background-color: #1b1b1b;
  border-radius: 50%;
  display: block;
  border: solid 5px #fff;
  cursor: pointer;
}

#jal_anv div.toggle span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 3px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

#jal_anv div.toggle span:nth-of-type(1) { top: calc(50% - 15px)}
#jal_anv div.toggle span:nth-of-type(2) { top: calc(50%);}
#jal_anv div.toggle span:nth-of-type(3) { top: calc(50% + 15px);}
#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: 50%;
  background-color: #251907d9;
  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{
  right: 0;
}

#jal_anv div.side_anchor ul{
  width: 95%;
  margin: 0 auto 2% auto;
}


#jal_anv div.side_anchor ul.top li a::after{
  content: '';
}

/*カラムごとサイズ変更*/
#jal_anv div.side_anchor ul.col_1 li a h3{
  font-size: min(2.5vw, 31px);
}

#jal_anv div.side_anchor ul.col_2 li a h3{
  font-size: min(1.6vw, 28px);
}


#jal_anv div.side_anchor ul.col_3 li a h3{
  font-size: min(1.5vw, 22px);
}

/* section item
================================ */
#jal_anv ul.item_box {
  margin-bottom: 25px;
}

#jal_anv ul.item_box li{
  background-color: #fff;
  border: solid 4px #403b3f;
  /* border-radius: 35px; */
  margin: 0 auto;
}

/* #jal_anv ul.item_box li img{
  border-radius: 29px 29px 0 0 ;
} */

/*通常アイテムの場合*/
#jal_anv div.nomal_item ul.item_box li{
  border-radius: 15px;
}
#jal_anv div.nomal_item ul.item_box li img{
  border-radius: 9px 9px 0 0 ;
}


/*商品名*/
#jal_anv ul.item_box li dl dt h4{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 21px;
  color: #1b1b1b;
  text-align: center;
  height: 80px;
  line-height: 32px;
}

/*販促・価格*/
/*目玉アイテムの場合*/
#jal_anv div.medama_item ul.item_box li dl dd.sale_box{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*販促内容*/
#jal_anv ul.item_box li dl dd.sale_box div.sale{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background-color: #9d010e;
  color: #ffe13b;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  font-style: italic;
}

#jal_anv ul.item_box li dl dd.sale_box div.sale span{
  font-size: 32px;
}

/*目玉アイテムの場合*/
#jal_anv div.medama_item ul.item_box li dl dd.sale_box div.sale{
  width: 50%;
  height: 95px;
}

#jal_anv div.medama_item ul.item_box li dl dd.sale_box div.sale span{
  font-size: 40px;
  line-height: 40px;
}


/*価格*/
#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: 90px;
  background-color: #ffe13b;
}

#jal_anv ul.item_box li dl dd.sale_box div.price_block div.price_nomal{
  font-size: 18px;
  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: 50px;
}

#jal_anv ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin{
  font-family: "Jost";
  color: #850a0a;
  font-weight: 800;
  letter-spacing: -2px;
}

#jal_anv ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span.value{
  font-size: 55px;
}

#jal_anv ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span{
  font-size: 35px;
}


/*目玉アイテムの場合*/
#jal_anv div.medama_item ul.item_box li dl dd.sale_box div.price_block{
  width: 50%;
  height: 95px;
}



/*ボタン*/
#jal_anv ul.item_box li dl dd.btn{
  position: relative;
  background-color: #1b1b1b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  border-radius: 80px;
  height: 60px;
  width:95%;
  padding-right: 10px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  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: 40px;
  top:50%;
  right: 10%;
}

/*section coupon クーポン
================================ */
#jal_anv .coupon ul[class^="col_"] {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 1%;
  width: 900px;
  margin: 10px auto;
}

#jal_anv .coupon ul li{
  position:relative;
  box-shadow: 3px 3px 7px #0000006e;
}

#jal_anv .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 slider
================================ */
/*スライダー調節==========*/
#jal_anv div.swiper {
    width: 1100px;
    margin: 0 auto 25px auto;
}

#jal_anv div.swiper ul li a{
    padding: 0;
}

/*矢印*/
#jal_anv div.swiper-button-prev,
#jal_anv div.swiper-button-next{
    top:40% !important;
}

#jal_anv div.swiper-button-prev:after,
#jal_anv div.swiper-button-next:after {
    color: #000;
    font-size: 35px;
}

#jal_anv div.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;
}

#jal_anv div.icon span{
    font-size: 25px;
    line-height: 30px;
}

/* section cate カテゴリ
================================ */
#jal_anv ul.cate {
    margin: 0 auto 25px auto;
}

#jal_anv ul.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;
}

#jal_anv ul.cate li a h3{
    color: #1b1b1b;
    margin-bottom: 0;
    font-size: 24px;
}

#jal_anv ul.cate li a::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "navigate_next";
    transform:translate(50%,-50%);
    top:50%;
    right: 7%;
    font-size: 40px;
}

#jal_anv ul.cate li a:hover {
    transform: translate(5px, 5px);
    box-shadow: #222 0px 0px;
}

/* section loop_anime 走るザブロウ
================================ */
#jal_anv .loop_anime{
    overflow: hidden;
    display: flex;
    padding: 2% 0;
}

#jal_anv .loop_anime ul{
    display: flex;
    align-items: center;
    animation: loopAnimation 20s linear infinite;
}

#jal_anv .loop_anime ul li{
    width: 125px;
} 

@keyframes loopAnimation {
    0% {
    transform: translate(0%);
    }
    100% {
    transform: translate(-100%);
    }
}

#jal_anv .loop_anime ul li.zaburo{
    width: 125px;
    height: 129px;
    background-image: url(https://image.wowma.jp/2539644/image/big_sale/250516/zaburo.png);
    background-size: 502px 129px;
    animation: zaburo_steps 0.7s steps(4) infinite;
}

@keyframes zaburo_steps{
    to{
        background-position-x: -502px;
    }
}

#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 スライダー
================================ */
#jal_anv .swiper ul.item_box{
    padding: 0 2% 0% 2%;
}

#jal_anv .swiper {
    width: calc(900px - 4%);
    margin: 0 auto ;
    padding: 2% 0;
}

#jal_anv .item_box .swiper ul{
    padding: 2% 0;
}

/*矢印===================*/
#jal_anv .swiper-button-prev:after,
#jal_anv .swiper-button-next:after {
    color: #000;
    font-size: 35px;
}


/* section search 検索欄
================================ */
#jal_anv div.search div.field{
    position: relative;
    margin-bottom: 30px;
}

#jal_anv div.search #keywordInput{
    width: 100%;
    height: 80px;
    border-radius: 100vw;
    background-color: #fff;
    border:solid 5px #1b1b1b ;
    font-size: 20px;
    padding: 0 2%;
    outline: none;
}

#jal_anv div.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;
}

#jal_anv div.search button::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "search";
    transform:translate(50%,-50%);
    color: #fff;
    font-size: 60px;
    top:50%;
    right: 50%;
}


#jal_anv div.inner_content.osusume{
    width: 900px;
    margin: 0 auto;
}


/* bn バナー
================================ */
#jal_anv ul.bn{
    width: 900px;
    margin: 10px auto;
}


/* section footer
================================ */
#jal_anv section.fotter {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

#jal_anv section.fotter a {
    color: #fff;
    padding: 0 5px;
}