<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
    --keyColor: #54c6ee;
    --subColor:#a4e46c;
    --whtColor:#f89d28;
    --inSize: 93.75%;
}
#medama {
    padding:calc(30 / 375 * 100vw) 0;
}
#medama a {
    display: block;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 5%;
    animation:bounce 2.5s infinite;
    background:linear-gradient(45deg, #3d88ab,#a8c7e4,#3d88ab);
    background-size: 200% 200%;
    border-radius: 20px;
    text-decoration: none;
}
#medama a::before {
    text-align: center;
    display: block;
    content: '店内人気No.1';
    color: #fff;
    margin-bottom: calc(10 / 375 * 100vw);
    font-family: serif;
    font-weight: bold;
    font-size:calc(40 / 375 * 100vw);
}
#medama a::after {
    text-align: center;
    display: block;
    white-space: pre;
    content: 'スペシャルプライス\A￥3,480 !!';
    color: #fff;
    margin-top: calc(10 / 375 * 100vw);
    font-family: serif;
    font-weight: bold;
    line-height: 1.4;
    font-size:calc(28 / 375 * 100vw);
}
#medama img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
}
 
@keyframes bounce {
    0%    { transform:translate(0, 0);background-position: 0% 50%; }
    16.6% { transform:translate(0, -20px); animation-timing-function:ease-in; }
    33.3% { transform:translate(0, 0); }
    49.8% { transform:translate(0, -14px); animation-timing-function:ease-in; }
    50% {background-position: 100% 50%;}
    66.4% { transform:translate(0, 0); }
    83%   { transform:translate(0, -4px); animation-timing-function:ease-in; }
    100%  { transform:translate(0, 0); background-position: 0% 50%; }
}
@font-face {
    font-family: 'haru_font';
    src: url('../fonts/haru_font.woff') format('woff');
    }
    @font-face { font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 100}
    @font-face { font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 200}
    @font-face {font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 300}
    @font-face {font-family: "Yu Gothic";src: local("Yu Gothic Medium");font-weight: 400}
    @font-face {font-family: "Yu Gothic";src: local("Yu Gothic Bold");font-weight: bold }
    @font-face {font-family: "Helvetica Neue";src: local("Helvetica Neue Regular");font-weight: 100}
    @font-face {font-family: "Helvetica Neue";src: local("Helvetica Neue Regular");font-weight: 200}
    @keyframes fireworks-animation {
        0% {
            opacity: 1;
            transform: translate(-50%, 90vh);
            width: 4px;
        }
        50% {
            opacity: 1;
            width: 4px;
        }
        100% {
            opacity: 0;
            width: 400px;
        }
    }
    @keyframes trans-animation {
        0% {
            border-left: 10px solid var(--keyColor);
            border-right: 10px solid var(--keyColor);
        }
        50% {
            border: 0;
        }
        100% {
            border-left: 10px solid var(--keyColor);
            border-right: 10px solid var(--keyColor);
        }
    }
    @keyframes rabbit-hidden {
        0% {
            bottom: calc(-60 / 375 * 100vw);
        }
        50% {
            bottom: calc(-55 / 375 * 100vw);
        }
        100% {
            bottom: calc(-60 / 375 * 100vw);
        }
    }
    @keyframes rabbit-jump {
        0% {
            background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u20273402/pc/p/outdoor/spring/css/../img/jump_rabbit_1.png);
        }
        25% {
            background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u20273402/pc/p/outdoor/spring/css/../img/jump_rabbit_2.png);
        }
        50% {
            background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u20273402/pc/p/outdoor/spring/css/../img/jump_rabbit_3.png);  
        }
        100% {
            background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u20273402/pc/p/outdoor/spring/css/../img/jump_rabbit_4.png);
            transform: translateY(-100vh);
        }
    }
body {
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    background: var(--subColor)}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}
.lpItemList {
    width: var(--inSize);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
}
.lpItemList li {
    width: 48.5%;
    margin-top: calc(20 / 375 * 100vw);
}
.lpItemList li:nth-child(-n+2) { margin-top: 0 }
.lpItemList a {
    color: rgb(60, 60, 60);
    text-decoration: none
}
.lpItemInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: calc(5 / 375 * 100vw);
}
.lpTit {
    font-weight: bold;
    font-size: calc(12 / 375 * 100vw)
}
.lpTxt {
    width: 100%;
    font-size: calc(12 / 375 * 100vw) }
.lpPriceBefore {
    font-size: calc(12 / 375 * 100vw);
    margin: calc(6 / 375 * 100vw) 0 0 auto;
}
.lpPrice {
    font-weight: bold;
    font-size: calc(16 / 375 * 100vw);
    text-align: right;
    margin-left: auto;
}
.lpPriceBefore + .lpPrice {
    font-size: calc(20 / 375 * 100vw);
}
.lpPrice span {
    display: block;
    line-height: 1.2em;
    font-size: 70%;
}
.item{
    width: 49%;
    margin-top: 2%!important;
    padding: 2vw 1.5vw;
    background: #fff;
    border-radius: 8px;
}
.moreBtn {
    width: var(--inSize);
    margin: 50px auto 20px auto;
    text-align: center;
}
.moreBtn a {
    /*display: block;
    position: relative;*/
    padding: 20px 15px;
    background: var(--keyColor);
    border-radius: 10px;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    text-align: center;
    text-decoration: none
}
.moreBtn a::after {
    /*content: "";*/
    position: absolute;
    top: 50%;
    right: 5%;
    width: 0px;
    height: 0px;
    /*border: calc(7 / 375 * 100vw) solid;
    border-color: #fff;
    transform: translateY(-50%)*/
}
#nav {
    width: 100%;
    /*border-bottom: 2px solid var(--keyColor);*/
    background: var(--keyColor);
    padding: 2vw 0;
}
#nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111
}
.navList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    list-style: none;
}
.navList li:first-child { border-left: none }
.navList li {
    width: 16.5%;
    border-left: 1px dashed #fff;
    text-align: center
}
.navList a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    color: #fff;
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-weight: bold;
    font-size: calc(10 / 375 * 100vw);
    text-decoration: none;
}
.spNone{
    display: none;
}
/*#count {
    position: relative;
    padding-top: calc(40 / 375 * 100vw);
    background: var(--keyColor);
    transition: .4s;
}
#count::after {
    content: "";
    position: absolute;
    bottom: calc(-60 / 375 * 100vw);
    left: 0;
    z-index: -1;
    width: 100%;
    padding-top: calc(60 / 375 * 100vw);
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u20273402/pc/p/outdoor/spring/css/../img/deco_rabbit.png) repeat-x;
    animation: rabbit-hidden 1s infinite
}
.countdTxt {
    font-weight: bold;
    font-size: calc(32 / 375 * 100vw)
}
.countdTxt::after {
    content: '【期間】12/28 19:00~ 1/4 23:59';
    display: block;
    font-size: calc(14 / 375 * 100vw)
}
.countdTxtTime {
    font-size: calc(72 / 375 * 100vw);
    letter-spacing: -.1em
}
.countIn {
    width: 80%;
    margin: 0 auto;
    padding: calc(20 / 375 * 100vw);
    border-radius: 20px;
    background: var(--subColor);
    color: #fff;
    text-align: center
}*/
#beginning {
    padding: calc(40 / 375 * 100vw) 0;
    background: var(--keyColor);
    color:#fff;
}
.beginningTit {
    line-height: 1.3em;
    font-family: 'haru_font';
    font-weight: normal;
    -webkit-text-stroke: .5px var(--keyColor);
    font-size: calc(22 / 375 * 100vw);
    text-align: center
}
.springSection { padding-bottom: calc(40 / 375 * 100vw) }
.springTit {
    overflow: hidden;
    position: relative;
    margin-bottom: calc(20 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) 0;
    background: #fff;
    line-height: 1.1em;
    color: var(--keyColor);
    font-size: calc(30 / 375 * 100vw);
    text-align: center
}
.springTxt {
    position: relative;
    top: calc(-40 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
    color: var(--keyColor);
    background: #fff;
    text-align: center;
}
.springTrend {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto calc(10 / 375 * 100vw) auto;
    border-radius: 6px;
    color: #fff;
    font-size: calc(10 / 375 * 100vw);
    border-left: 10px solid var(--keyColor);
    border-right: 10px solid var(--keyColor);
    background: var(--keyColor);
    animation: trans-animation 4s infinite
}
.springOne {
    width: var(--inSize);
    margin: 0 auto
}
#springMore {
    padding-bottom: calc(40 / 375 * 100vw);
    background: var(--subColor)
}
#search {
    padding: calc(50 / 375 * 100vw) 0;
    background: var(--keyColor);
}
.searchTit {
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(32 / 375 * 100vw);
    color: #fff;
    text-align: center;
}
.searchSection {
    margin-top: calc(40 / 375 * 100vw)
}
.searchSection:nth-of-type(1) { margin-top: 0 }
.searchList {
    width: 80%;
    margin: 0 auto;
    list-style: none
}
.searchList li { margin-top: calc(20 / 375 * 100vw) }
.searchList li:first-child { margin-top: 0 }
.searchList a {
    display: block;
    position: relative;
    padding: calc(20 / 375 * 100vw) 0;
    background: var(--subColor);
    border-radius: 10px;
    font-weight: bold;
    font-size: calc(18 / 375 * 100vw);
    color: #fff;
    text-align: center;
    text-decoration: none
}
.searchList a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 0px;
    height: 0px;
    border: calc(7 / 375 * 100vw) solid;
    border-color: transparent transparent transparent #fff;
    transform: translateY(-50%)
}
#floatBnrGift {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border-top-left-radius: 20px;
    width: 70px;
    height: 70px
}
#floatBnrJump {
    position: fixed;
    z-index: 9;
    bottom: 70px;
    right: 0;
    width: 70px;
    height: 70px;
    transition: .2s
}
#floatBnrJump a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u20273402/pc/p/outdoor/spring/css/../img/jump_rabbit.gif);
    background-size: cover !important
}
#floatBnrJump.jumpActive a { animation: rabbit-jump 3s forwards }
#floatBnrJump.jumpNone { bottom: 0 }

#special {
    padding: calc(30 / 375 * 100vw) 0;
    background: var(--keyColor);
}
.specialTit {
    margin-bottom: calc(30 / 375 * 100vw);
    color: #fff;
    text-align: center;
    font-family: serif;
    font-size: calc(18 / 375 * 100vw) 0;
    line-height: 1.2;
}
.specialTit:first-line {
    font-size: 150%;
}
.swiper-recommend-list {
    list-style: none;
}
.swiper-slide a {
    color: #fff;
    text-decoration: none;
}
#special .swiper-container {
    padding-bottom: calc(40 / 375 * 100vw);
}
#special .lpItemInfo {
    width: var(--inSize);
    margin: 0 auto;
    padding: calc(10 / 375 * 100vw) 0;
}
#special .lpTxt {
    font-size: 120%;
}
#special .lpPrice {
    font-size: 120%;
}
#special .moreBtn a {
    border: 2px solid #fff;
}
#special .swiper-pagination-bullet-active {
    background: var(--subColor);
}
#special .lpPrice {
    color: #fff !important;
}


@media (min-width: 750px) {
    .lpItemList::after {
        content: "";
        width: 31.5%;
    }
    .lpItemList li {
        width: 31.5%;
        margin-top: 40px;
    }
    .lpItemList li:nth-child(-n+3) { margin-top: 0 }
    .lpItemInfo {
        margin-top: 5px;
    }
    .lpTit { font-size: 16px }
    .lpTxt { font-size: 14px }
    .lpPrice { font-size: 22px }
    .lpPriceBefore {
        font-size: 16px;
        margin: 6px 0 0 auto;
    }
    .lpPriceBefore + .lpPrice {
        font-size: 24px;
    }
    .moreBtn a {
        padding:20px 55px;
        border-radius: 15px;
        font-size: 25px;
    }
    .moreBtn a::after {
    border: 15px solid;
    border-color: transparent transparent transparent #fff;
    }
    #main
    .navList li { width: 20% }
    .navList a {
        padding: 15px 0;
        font-size: 24px
    }
    #nav {
        width: 100%;
        border-bottom: 2px solid var(--keyColor);
    }
    #count { padding-top: 60px }
    #count::after {
        bottom: 0px;
        padding-top: 100px
    }
    .countdTxt { font-size: 48px }
    .countdTxt::after { font-size: 24px }
    .countdTxtTime { font-size: 96px }
    .countIn { padding: 40px }
    #beginning { padding: 60px 0 }
    .beginningTit { font-size: 42px }
    .otoshidamaSection { padding-bottom: 100px }
    .otoshidamaTit {
        margin-bottom: 60px;
        padding: 70px 0 50px;
        font-size: 36px
    }
    .otoshidamaTit .otoshidamaNum { margin-bottom: 20px }
    .otoshidamaCoupon {
        margin: 0 auto 40px auto;
    }
    .otoshidamaTrend {
        width: 150px;
        font-size: 14px;
    }
    #otoshidamaMore {   padding-bottom: 60px }
    #search { padding: 100px 0 }
    .searchTit {
        margin-bottom: 40px;
        font-size: 48px
    }
    .searchSection { margin-top: 60px }
    .searchList li { margin-top: 40px }
    .searchList a {
        padding: 40px 0;
        border-radius: 15px;
        font-size: 36px;
    }
    .searchList a::after {
        border: 10px solid;
    border-color: transparent transparent transparent #fff;
    }
    #gift { padding: 100px }
    .giftTit {
        margin-bottom: 40px;
        font-size: 24px
    }
    .giftImg { margin-bottom: 40px }
    .giftSelect {
        width: 600px;
        margin: 0 auto 20px auto }
    .giftSelectTxt {
        margin-bottom: 40px;
        font-size: 18px
    }
    .giftStaffTxt {
        padding: 20px 0;
        font-size: 22px
    }
    #floatBnrGift {
        width: 100px;
        height: 100px
    }
    #floatBnrJump {
        bottom: 100px;
        width: 100px;
        height: 100px
    }
    .springTit {
        margin-bottom: 40px;
        padding: 40px;
        font-size: 36px;
    }
    .springTxt {
        top: -70px;
        padding-bottom: 40px;
    }
    #special {
        padding: 60px 0;
      }
      .specialTit {
        margin-bottom: 30px;
      }
      #special .swiper-slide { width: 375px !important }
      #special .swiper-slide:only-child { margin: 0 auto !important }
      #special &gt; img  {
        width: var(--inSize);
        margin: 0 auto
      }
      .special a {
        display: block;
        position: relative
      }
      .special a:hover::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 8px solid var(--keyColor);
        box-sizing: border-box
      }
      #special .lpItemInfo {
        padding: 10px 0;
        width: 100%;
      }
      #special .swiper-container {
        padding-bottom: 30px;
      }
      #special .swiper-button-prev,#special .swiper-button-next {
        width: 55px;
        padding: 30px 0
      }
      .swiper-button-prev:after, .swiper-button-next:after {
        width: 14px;
        height: 14px
      }
    #medama a {
        padding: 40px 60px;
    }
    #medama a::before {
        margin-bottom: 15px;
        font-size:48px;
    }
    #medama a::after {
        white-space: normal;
        margin-top: 15px;
        font-size:42px;
    }
}
@media (min-width: 1040px) {
    :root {
        --inSize: 1040px;
    }
    #medama {
        padding: 60px 0;
    }
    figure {
        background: #fff;
    }
    a:hover {
        opacity: .7;
    }
    #medama {
        padding: 60px 0;
    }
    #nav {
        padding: 0;
        border-bottom: 4px solid var(--keyColor);
    }
    .navList {   
        width: var(--inSize);
        border-left: 2px dashed #fff;
        border-right: 2px dashed #fff;
    }
    .navList a {
        padding: 20px 0;
        font-size: 16px;
    }
    #main img {
        display: block;
        width: var(--inSize);
        margin: 0 auto;
    }
    .countIn {
        width: var(--inSize);
    }
    #count::after {
        padding-top: 15vw;
    }
    .searchList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        width: 800px;
    }
    .searchList li {
        width: 48.5%;
        margin-top: 40px;
    }
    .searchList li:nth-child(-n+2) {
        margin-top: 0;
    }
    .searchList a {
        font-size: 20px;
    }
    .giftIn {
        width: 800px;
    }
    .otoshidamaOne {
        width: 800px;
    }
    .item{
        width: 49%;
        margin-top: 2%!important;
        padding: 2vw 2vw;
        background: #fff;
        border-radius: 8px;
    }
    .pcNone{
        display: none!important;
    }
}</pre></body></html>