<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
================================ */

#big_sale *,
#big_sale *::before,
#big_sale *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

#big_sale img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

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

#big_sale a:hover {
    opacity: 0.5;
}

#big_sale .no,
#big_sale .pc_none{
    display: none !important;
}

.pc_none {
    display: none;
}

body {
    /* background-color: #152a83; */
    background: linear-gradient(0deg, rgba(0, 15, 86, 1) 8%, rgba(70, 50, 179, 1) 55%, rgba(10, 30, 179, 1) 100%);
}

/* ここから追加
================================ */
/* ベース */
#big_sale {
    width: 1280px;
    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: #2d2d2d;
    background-color: #fff;
    border-right: solid #fff 2px;
    border-left: solid #fff 2px;
}

#big_sale div.inner_content{
    width: 1200px;
    margin: 0 auto;
}

#big_sale img {
    width: 100%;
}

#big_sale section{
    padding: 30px 0;
}

#big_sale section.title,
#big_sale section.fotter {
    padding: 0 0;
    margin: 0 auto;
    background-color: #d8000b;
    text-align: center;
}

#big_sale section:nth-last-child(2){
    padding-bottom: 50px;
}

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

/*title画像*/
#big_sale section.title img {
    width: 1800px;
    margin: 0 auto;
}

/* 共通 見出し
================================ */
#big_sale h1 {
    font-size: 0;
}

#big_sale h2 {
    font-size: 40px;
    text-align: center;
    color: #2d2d2d;
    padding:15px 0;
}

/*見出し画像の時*/
#big_sale h2.h_img{
    padding:0 0;
    font-size:0;
    width: 1000px;
    margin: 0 auto;
}

#big_sale h3 {
    font-size: 38px;
    text-align: center;
    color: #2d2d2d;
    padding:2% 0;
}

#big_sale h4{
    font-size: 0;
}

#big_sale h5{
    font-size:22px;
    text-align: center;
    width: 100%;
    padding:1% 0;
}


#big_sale p{
    color: #2d2d2d;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    padding:2% 0;
}

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

#big_sale ul.col_1 &gt; li{
    width:100%;
}

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

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

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

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

/*section anchor アンカー
================================ */
#big_sale section.anchor ul{
    margin-bottom: 2%;
}

#big_sale section.anchor ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 4px #222;
    box-shadow: #222 4px 4px;
    border-radius: 50px;
    height: 90px;
    background-color: #fff;
    /* margin: 15px 0; */
}

#big_sale section.anchor ul li a h3{
    color: #222;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}

#big_sale section.anchor ul li a:hover {
    transform: translate(4px, 4px);
    box-shadow: #222 0px 0px;
}

#big_sale 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;
}

/*カラムごとサイズ変更*/
#big_sale section.anchor ul.col_1 li a h3{
    font-size: 31px;
}

#big_sale section.anchor ul.col_2 li a h3{
    font-size: 28px;
}

/*section side_anchor ハンバーガーメニュー
================================ */
#big_sale div.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;
}

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

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

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

#big_sale 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;
}

#big_sale div.side_anchor.panelactive{
    right: 0;
}

#big_sale div.side_anchor ul{
    width: 95%;
    margin: 0 auto 2% auto;
}


#big_sale div.side_anchor ul.top li a::after{
    content: '';
}

/*カラムごとサイズ変更*/
#big_sale div.side_anchor ul.col_1 li a h3{
    font-size: min(2.5vw, 31px);
}

#big_sale div.side_anchor ul.col_2 li a h3{
    font-size: min(1.6vw, 28px);
}


#big_sale div.side_anchor ul.col_3 li a h3{
    font-size: min(1.5vw, 22px);
}

/* section item
================================ */
#big_sale ul.item_box {
    margin-bottom: 25px;
    padding: 1%;
}

#big_sale ul.item_box li{
    background-color: #fff;
    border: solid 5px #1b1b1b;
    border-radius: 35px;
    margin: 0 auto;
}

/*目玉アイテム・通常アイテムの場合*/
#big_sale div.inner_content.medama_item,
#big_sale div.inner_content.normal_item{
    width: 1200px;
    margin: 0 auto;
}

#big_sale div.medama_item ul.item_box li{
    background-color: #fffdcc;
}

#big_sale div.medama_item ul.item_box li img{
    border-radius: 29px;
}

#big_sale ul.item_box li img{
    border-radius: 29px 29px 0 0 ;
}

/*通常アイテムの場合*/
#big_sale div.normal_item ul.item_box li{
    border-radius: 15px;
}
#big_sale div.normal_item ul.item_box li img{
    border-radius: 9px 9px 0 0 ;
}


/*商品名*/
#big_sale 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;
}

/*販促・価格*/
/*目玉アイテムの場合*/
#big_sale div.medama_item ul.item_box li dl dd.sale_box{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*販促内容*/
#big_sale ul.item_box li dl dd.sale_box div.sale{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
    background-color: #d8000b;
    color: #fff601;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    font-style: italic;
}

#big_sale ul.item_box li dl dd.sale_box div.sale span{
    font-size: 40px;
}

/*目玉アイテムの場合*/
#big_sale div.medama_item ul.item_box li dl dd.sale_box div.sale{
    width: 50%;
    height: 95px;
}

#big_sale div.medama_item ul.item_box li dl dd.sale_box div.sale span{
    font-size: 40px;
    line-height: 40px;
}


/*価格*/
#big_sale 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: #fff601;
}

/*通常アイテムの場合・価格*/
#big_sale div.normal_item ul.item_box li dl dd.sale_box div.price_block{
    background-color: #fff;
}


#big_sale ul.item_box li dl dd.sale_box div.price_block div.price_normal{
    font-size: 18px;
    color: #1b1b1b;
    text-decoration:line-through;
    text-align: center;
}

#big_sale 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;
}

#big_sale 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: -2px;
}

#big_sale ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span.value{
    font-size: 55px;
}

#big_sale ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span{
    font-size: 35px;
}


/*目玉アイテムの場合*/
#big_sale div.medama_item ul.item_box li dl dd.sale_box div.price_block{
    width: 50%;
    height: 95px;
}



/*ボタン*/
#big_sale 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;
}

#big_sale 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 クーポン
================================ */
#big_sale .coupon ul[class^="col_"] {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 1%;
    width: 900px;
    margin: 10px auto;
}

#big_sale .coupon ul li{
    position:relative;
    box-shadow: 3px 3px 7px #0000006e;
}

#big_sale .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
================================ */
/*スライダー調節==========*/
#big_sale div.swiper {
    width: 1100px;
    margin: 0 auto 25px auto;
}

#big_sale div.swiper ul li a{
    padding: 0;
}

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

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

#big_sale 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;
}

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

/* section cate カテゴリ
================================ */
#big_sale ul.cate {
    margin: 0 auto 25px auto;
}

#big_sale 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;
}

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

#big_sale 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;
}

#big_sale ul.cate li a:hover {
    transform: translate(5px, 5px);
    box-shadow: #222 0px 0px;
}

/* section loop_anime 走るザブロウ
================================ */
#big_sale .loop_anime{
    overflow: hidden;
    display: flex;
    padding: 2% 0;
}

#big_sale .loop_anime ul{
    display: flex;
    align-items: center;
    animation: loopAnimation 20s linear infinite;
}

#big_sale .loop_anime ul li{
    width: 125px;
} 

@keyframes loopAnimation {
    0% {
    transform: translate(0%);
    }
    100% {
    transform: translate(-100%);
    }
}

#big_sale .loop_anime ul li.zaburo{
    width: 125px;
    height: 129px;
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/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;
    }
}

#big_sale .loop_anime ul li.zaburo02{
    animation: zaburo_gorogoro 7s linear infinite;
}

#big_sale .loop_anime ul li.zaburo02{
    padding:0 1%;
} 

@keyframes zaburo_gorogoro{
    0%{
        transform:rotate(0);
    }
    100%{
        transform:rotate(-360deg);
    }
}


/*section スライダー
================================ */
#big_sale .swiper ul.item_box{
    padding: 0 2% 0% 2%;
}

#big_sale .swiper {
    width: calc(900px - 4%);
    margin: 0 auto ;
    padding: 2% 0;
}

#big_sale .item_box .swiper ul{
    padding: 2% 0;
}

/*矢印===================*/
#big_sale .swiper-button-prev:after,
#big_sale .swiper-button-next:after {
    color: #000;
    font-size: 35px;
}


/* section search 検索欄
================================ */
#big_sale div.search div.field{
    position: relative;
    margin-bottom: 30px;
}

#big_sale 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;
}

#big_sale 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;
}

#big_sale 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%;
}


#big_sale div.inner_content.osusume{
    width: 1100px;
    margin: 0 auto;
}

/* section osusume_item
================================ */
#big_sale .osusume_item ul li {
    position: relative;
    box-shadow: 3px 3px 7px #0000006e;
}

/* bn バナー
================================ */
#big_sale ul.bn{
    width: 900px;
    margin: 10px auto;
}


/* section footer
================================ */
#big_sale section.fotter {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

#big_sale section.fotter a {
    color: #fff;
    padding: 0 5px;
}


#big_sale .floating-banner {
    position: fixed;
    bottom: 10px;
    right: 6px;
    z-index: 3;
    transition: 0.3s all;
    left: 90%;
}</pre></body></html>