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

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

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

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

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

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

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

/* #summertoku_sale a:hover {
    opacity: 0.5;
} */

#summertoku_sale .no,
#summertoku_sale .smp_none{
    display: none !important;
}



/* ここから追加
================================ */
/* ベース */
#summertoku_sale {
    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;
}

#summertoku_sale div.inner_content{
    width: 98%;
    margin: 0 auto;
}

#summertoku_sale img {
    width: 100%;
}

#summertoku_sale section{
    padding: 3vw 0;
}

#summertoku_sale section.title,
#summertoku_sale section.fotter {
    padding: 0 0;
}

/* #summertoku_sale section.title{
    padding-top: 15vw !important;
} */

#summertoku_sale section:nth-last-child(2){
    padding-bottom: 7vw;
}

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

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

#summertoku_sale h2 {
    font-size: 5.5vw;
    text-align: center;
    color: #2d2d2d;
    font-weight: bold;
    padding: 2vw 0 0 0;
}


#summertoku_sale h2.h_img{/*見出し画像の時*/
    padding:0 0;
    font-size: 0;
}

#summertoku_sale h3 {
    font-size: 5vw;
    text-align: center;
    color: #2d2d2d;
    font-weight: bold;
    padding: 3vw 0 0 0;
}

#summertoku_sale h4{
    font-size: 0;
}

#summertoku_sale h5{
    font-size:3.5vw;
    text-align: center;
    width: 100%;
    padding: 1.5vw 0;
}

#summertoku_sale p {
    font-size: 4vw;
    text-align: center;
    color: #2d2d2d;
    padding: 3vw 0;
    font-weight: 600;
}

/* 共通 カラム
================================ */
#summertoku_sale ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap:2.2vw 1.2vw;
    padding: 1vw;
}

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

#summertoku_sale ul.col_2 &gt; li,
#summertoku_sale ul.col_3 &gt; li,
#summertoku_sale ul.col_4 &gt; li{
    width: calc(calc(100% - 1.3vw) / 2);
    position: relative;
}

#summertoku_sale ul.col_5 &gt; li{
    width: calc(calc(100% - calc(1.3vw * 2)) / 3);
}

/*section anchor アンカー
================================ */
#summertoku_sale section.anchor ul {
    width: 100%;
    margin: 0 auto 1.5vw auto;
}

#summertoku_sale section.anchor ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 0.8vw #222;
    box-shadow: #222 0.5vw 0.5vw;
    border-radius: 10vw;
    height: 15vw;
    background-color: #fff;
}

#summertoku_sale section.anchor ul li a h3{
    color: #222;
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6vw;
}

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

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

#summertoku_sale section.anchor ul.col_3 &gt; li{
    width: calc(calc(100% - calc(1.3vw * 2)) / 3);
}

#summertoku_sale section.anchor ul.col_3 &gt; li a{
    border-radius: 10vw;
    height: 15vw;
}

/*section side_anchor ハンバーガーメニュー
================================ */
#summertoku_sale div.toggle{
    position: fixed;
    z-index: 9999;
    bottom: 10%;
    right: 2%;
    width: 16vw;
    height: 16vw;
    background-color: #1b1b1b;
    border-radius: 50%;
    display: block;
    border: solid 0.7vw #fff;
}

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

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

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

#summertoku_sale div.side_anchor{
    position: fixed;
    height: 100vh;
    bottom: 0;
    right: -100%;
    width: 100%;
    background-color: #1acdfa95;
    transition: 0.6s;
    z-index: 999;
    padding: 1.2vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

#summertoku_sale div.side_anchor.panelactive{/*メニュー*/
    right: 0;
}

#summertoku_sale div.side_anchor ul{
    width: 98%;
    margin: 0 auto 2% auto;
}

#summertoku_sale div.side_anchor ul.top li a h3{
    padding-bottom: 3vw;
}

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

/*top_back TOPに戻る
================================ */
#summertoku_sale .top_back{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 2%;
    background-color: #1b1b1b;
    height: 13vw;
    width: 30vw;
    border-radius: 100px 0 0 100px;
    border: solid 0.7vw #fff;
    border-right: 0;
    z-index: 999;
}

#summertoku_sale .top_back a{
    color: #fff;
    font-size: 4vw;
}

/* section item
================================ */
#summertoku_sale ul.item_box {
    margin-bottom: 5vw;
    padding: 1vw;
}

#summertoku_sale ul.item_box li{
    background-color: #fff;
    border: solid 0.8vw #1b1b1b;
    border-radius: 3vw;
    margin: 0 auto;
}

/*目玉アイテムの場合*/
#summertoku_sale div.medama_item ul.item_box li{
    background-color: #fffdcc;
}

#summertoku_sale div.medama_item ul.item_box li img{
    border-radius: 2vw ;
}

#summertoku_sale ul.item_box li img{
    border-radius: 2.2vw 2.2vw 0 0 ;
}

/*目玉アイテムの場合*/
#summertoku_sale .medama_item ul.item_box li{
    width: 100%;
}

/*通常アイテムの場合*/
#summertoku_sale .normal_item ul.item_box li{
    border-radius: 3vw;
}
#summertoku_sale .normal_item ul.item_box li img{
    border-radius: 2vw 2vw 0 0 ;
}

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

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


/*販促内容*/
#summertoku_sale 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;
}

#summertoku_sale ul.item_box li dl dd.sale_box div.sale span{
    font-size: 6vw;
    line-height: 6vw;
}

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

/*価格*/
#summertoku_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: 15vw;
    background-color: #fff601;
}

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

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

#summertoku_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: 9vw;
}

#summertoku_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: -0.2vw;
}

#summertoku_sale ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span.value{
    font-size: 9vw;
}

#summertoku_sale ul.item_box li dl dd.sale_box div.price_block div.prices span.prdisp-taxin span{
    font-size: 5vw;
}

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


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

#summertoku_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: 7vw;
    top:50%;
    right: 11%;
}

/*section coupon クーポン
================================ */
#summertoku_sale .coupon ul[class^="col_"] {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 1%;
    width: 98%;
    margin:0 auto;
}

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

#summertoku_sale .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;
}

#summertoku_sale .osusuem_item ul li{
    position:relative;
    box-shadow: 3px 3px 7px #0000003d;
}

/* section youtube
================================ */
#summertoku_sale .mySwiper2 {
    width: 100%;
    height: 110vw;
    &amp; .swiper-slide{  
    display: flex;
    flex-direction: column;
    align-items: center;}
}

#summertoku_sale .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#summertoku_sale .swiper-slide iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: auto;
}

#summertoku_sale .youtube .mySwiper2 ul li a.shosai{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-size: 4.5vw;
    height: 15vw;
    width: 95%;
    border-radius: 15vw;
    margin: 2vw auto 3vw auto;
    padding:0 2px 3px 0;
}

#summertoku_sale .youtube .mySwiper2 ul li a.shosai::after{
    position: absolute;
    font-family: 'Material Icons';
    content: "navigate_next";
    transform:translate(50%,-50%);
    top:50%;
    right: 9%;
    font-size: 5vw;
}


#summertoku_sale .mySwiper {
    width: 98%;
    margin: 0 auto;
}

#summertoku_sale .mySwiper .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.3s;
    border-radius: 10px;
    &amp; img{width: 238% !important;}
}

#summertoku_sale .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

#summertoku_sale .swiper-button-prev,
#summertoku_sale .swiper-button-next {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

#summertoku_sale .swiper-button-prev {
    left: 0px;
    background: #ff324f;
    height: 100%;
    padding: 0 1em;
}

#summertoku_sale .swiper-button-next {
    right: 0px;
    background: #ff324f;
    height: 100%;
    padding: 0 1em;
}



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

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

#summertoku_sale .loop_anime ul li{
    width: 20vw;
} 

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


#summertoku_sale .loop_anime ul li.zaburo{
    width: 20.5vw;
    height: 20vw;
    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: 82vw 20.2vw;
    animation: zaburo_steps 0.7s steps(4) infinite;
}

@keyframes zaburo_steps{
    to{
        background-position-x: -82vw;
    }
}

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

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

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


/* section cate カテゴリ
================================ */
#summertoku_sale ul.cate{
    margin: 0 auto 5vw auto;
}

#summertoku_sale ul.cate ul li{
    width: calc(calc(100% - 1.5%) / 2);
}

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

#summertoku_sale ul.cate li h3{
    color: #1b1b1b;
    margin-bottom: 0;
    font-size: 4vw;
    padding-top: 0;
}

#summertoku_sale 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
================================ */
#summertoku_sale section.cate_list ul li{
    width: calc(calc(100% - calc(1.3vw * 2)) / 3);
}


/* bn バナー
================================ */
#summertoku_sale ul.bn{
    margin: 2vw auto;
    padding: 1vw;
}



/* fotter
================================ */
#summertoku_sale section.fotter {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    height: 12vw;
    text-align: center;
    color: #fff;
}

#summertoku_sale section.fotter a {
    color: #fff;
    font-size: 4vw;
    padding: 0 2vw;
}


#floating-banner {
    position: fixed;
    z-index: 3;
    transition: 0.3s all;
}

#floating-banner img{
    width: 100%;
}</pre></body></html>