@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body {
    line-height: 1.5;
    font-size: 16px
}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit
}

a:visited,
a:active {
    color: inherit
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

button {
    border: none;
    font-family: inherit;
    background: inherit;
    cursor: pointer
}

table,
tbody,
thead,
tr,
td,
th {
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.pc-only {
    display: block
}

.sp-only {
    display: none
}

body #pankuzu {
    background-color: #f7f4ee;
    margin: 0;
    padding: 8px 0;
    width: 100%;
    z-index: 1
}

body #pankuzu li {
    background: #fff;
    border-radius: 2px;
    color: #6c5b52;
    float: left;
    font-size: 11px;
    line-height: 1;
    margin-right: 40px;
    padding: 5px 10px;
    position: relative;
    text-align: center
}

body #pankuzu li.link {
    background: #669219;
    border-radius: 2px
}

body #pankuzu li a {
    color: #fff;
    display: block;
    padding: 0;
    text-decoration: none;
    width: 100%
}

body #pankuzu li:after {
    border-color: transparent transparent #669219 #669219;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 7px;
    margin: auto;
    position: absolute;
    right: -22px;
    top: 0;
    transform: rotate(225deg);
    width: 7px
}

body #pankuzu li:last-child:after {
    content: none
}

.shinki img {
    width: 100%;
    max-width: unset;
    -o-object-fit: initial;
    object-fit: initial;
    vertical-align: bottom
}

.shinki .img_box {
    margin: 0 auto
}

.shinki .is-sp {
    display: none
}

.shinki .js-fadeIn {
    opacity: 0
}

.shinki .js-fadeIn.is-active {
    animation: fadeIn 1.5s ease forwards
}

.shinki .js-fadeIn.is-active.pulse {
    animation: fadeIn 1.5s ease forwards, pulse 1.5s linear infinite
}

.shinki .pulse_small {
    /* animation: pulse_small 1.5s linear infinite */
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.07)
    }

    to {
        transform: scale(1)
    }
}

@keyframes pulse_small {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.03)
    }

    to {
        transform: scale(1)
    }
}

.shinki .fv {
    background-image: url(/cp/dn2024/assets/images/fv_bg.webp);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 4.9166666667vw 0 4.5vw
}

.shinki .fv_img {
    width: 81.5833333333vw
}

.shinki .nav_outer {
    background-color: #fb4f88;
    position: sticky;
    top: 0;
    z-index: 9999
}

.shinki .nav_ul {
    display: flex;
    justify-content: center;
    width: 71.4166666667vw;
    margin: 0 auto;
    padding: 1vw 0 .2083333333vw
}

.shinki .contents {
    background-image: url(/cp/dn2024/assets/images/main-contents_bg2.webp);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 5.0833333333vw 0 6.75vw
}

.shinki .contents .ohbokikan_box {
    margin-bottom: 3.25vw
}

.shinki .contents .ohbokikan_box .ohbokikan_img {
    position: relative;
    width: 72.5416666667vw
}

.shinki .contents .shohinshosai_box {
    margin-top: 4.875vw
}

.shinki .contents .shohinshosai_box .shohinshosai_img {
    width: 71.7083333333vw
}

.shinki .contents .ohbohoho_box {
    margin-top: 5.9166666667vw;
    position: relative
}

.shinki .contents .ohbohoho_box .ohbohoho_img {
    width: 70.1666666667vw
}

.shinki .contents .ohbohoho_box .ohbohoho_btn_01_img {
    position: absolute;
    top: 60vw;
    left: 23vw;
    width: 55.8333333333vw
}

.shinki .contents .ohbohoho_box .ohbohoho_btn_02_img {
    position: absolute;
    top: 107.0833333333vw;
    left: 23vw;
    width: 55.8333333333vw
}

.shinki .contents .tousenritsu-up_btn_img {
    width: 70vw
}

.shinki .contents .matomegai-receipt_img {
    margin-top: 6.7916666667vw;
    margin-bottom: .8333333333vw;
    width: 65.7916666667vw
}

.shinki .sub-contents {
    background-image: url(/cp/dn2024/assets/images/sub-contents_bg2.webp);
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 4.375vw 0 6.75vw
}

.shinki .sub-contents .sub-contents_ttl_img {
    width: 38.5vw
}

.shinki .sub-contents .arrangement_recipes {
    margin-top: 1.8333333333vw
}

.shinki .sub-contents .arrangement_recipes_row {
    display: flex;
    justify-content: center;
    gap: 2.5vw
}

.shinki .sub-contents .arrangement_recipes_row+.arrangement_recipes_row {
    margin-top: 2.5vw
}

.shinki .sub-contents .arrangement_recipes .arrangement_recipe {
    width: 21.625vw;
    transition: transform .6s ease
}

.shinki .sub-contents .arrangement_recipes .arrangement_recipe:hover {
    transform: scale(1.05)
}

.shinki .sub-contents .cv_area {
    margin-top: 7.2916666667vw
}

.shinki .sub-contents .cv_area .sub-contents_cv-area_img {
    position: relative;
    width: 56.0833333333vw
}

.shinki .sub-contents .cv_area .sub-contents_cv-btn_img {
    position: absolute;
    top: 13vw;
    left: 26.875vw;
    width: 25.3333333333vw;
    transition: transform .6s ease
}

.shinki .sub-contents .cv_area .sub-contents_cv-btn_img:hover {
    transform: scale(1.1)
}

.shinki .toTop_btn {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99999;
    bottom: 3vw;
    right: 18vw;
    width: 7.3333333333vw;
    cursor: pointer
}

.shinki .toTop_btn.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s
}

.campaign_ends::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, .6);
}

.campaign_ends .txt {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 2.8vw;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 768px) {
    img {
        width: 100%
    }

    .pc-only {
        display: none
    }

    .sp-only {
        display: block
    }

    body #pankuzu li:last-child {
        padding: 5px 10px
    }
}

@media screen and (max-width: 750px) {
    .shinki .is-pc {
        display: none
    }

    .shinki .is-sp {
        display: block
    }

    .shinki .fv {
        background-image: url(/cp/dn2024/assets/images/fv_bg2.webp);
        padding: 3.8666666667vw 0 7.7333333333vw
    }

    .shinki .fv_img {
        width: 96.5333333333vw
    }

    .shinki .nav_ul {
        width: 90.6666666667vw;
        padding: 2.6666666667vw 0 .6666666667vw
    }

    .shinki .contents {
        background-image: url(/cp/dn2024/assets/images/main-contents_bg.webp);
        padding: 9.6vw 0
    }

    .shinki .contents .ohbokikan_box {
        margin-bottom: 5.3333333333vw
    }

    .shinki .contents .ohbokikan_box .ohbokikan_img {
        width: 82.5333333333vw
    }

    .shinki .contents .shohinshosai_box {
        margin-top: 8vw
    }

    .shinki .contents .shohinshosai_box .shohinshosai_img {
        width: 90.1333333333vw
    }

    .shinki .contents .ohbohoho_box {
        margin-top: 16vw
    }

    .shinki .contents .ohbohoho_box .ohbohoho_img {
        width: 89.4666666667vw
    }

    .shinki .contents .ohbohoho_box .ohbohoho_btn_01_img {
        top: 155.3333333333vw;
        left: 10.5vw;
        width: 78.6666666667vw
    }

    .shinki .contents .ohbohoho_box .ohbohoho_btn_02_img {
        top: 250.6666666667vw;
        left: 10.5vw;
        width: 78.6666666667vw
    }

    .shinki .contents .tousenritsu-up_btn_img {
        width: 78.6666666667vw
    }

    .shinki .contents .matomegai-receipt_img {
        margin-top: 8.9333333333vw;
        margin-bottom: 5.3333333333vw;
        width: 74.2666666667vw
    }

    .shinki .sub-contents {
        background-image: url(/cp/dn2024/assets/images/sub-contents_bg.webp);
        padding: 9.0666666667vw 0
    }

    .shinki .sub-contents .sub-contents_ttl_img {
        width: 77.0666666667vw
    }

    .shinki .sub-contents .arrangement_recipes {
        margin-top: 4.5333333333vw
    }

    .shinki .sub-contents .arrangement_recipes_row {
        flex-wrap: wrap;
        gap: 5.6vw 3.6vw
    }

    .shinki .sub-contents .arrangement_recipes .arrangement_recipe {
        width: 42.6666666667vw
    }

    .shinki .sub-contents .cv_area {
        margin-top: 8.5333333333vw
    }

    .shinki .sub-contents .cv_area .sub-contents_cv-area_img {
        width: 89.3333333333vw
    }

    .shinki .sub-contents .cv_area .sub-contents_cv-btn_img {
        top: 21.0666666667vw;
        left: 42.6666666667vw;
        width: 40vw
    }

    .shinki .toTop_btn {
        bottom: 3vw;
        right: 3vw;
        width: 17.3333333333vw
    }
    .campaign_ends .txt {
        font-size: 4vw;
    }
}