@charset "UTF-8";

body {
    margin: auto;
}

/* store */
/*position:stickey;を適用するために必須*/
.page-layout-1column,
.page-layout-2columns-left,
.page-layout-2columns-right,
.page-layout-1column-fullwidth {
    overflow-x: visible !important;
}

/* △▼△ summer-fruit26 △▼△ */

/* === lp all === */
.lp__wrap--para {
    text-align: center;
    padding-bottom: 50px;
    color: #814a35;
    font-size: clamp(14px, 1.25vw, 20px);
}

.lp__wrap--para::before {
    background: url("../../../../img/event/summer-fruit/2026/bg.jpg");
    background-color: #fff5ea;
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
}

.lp__wrap--para a,
.lp__wrap--para a:hover,
.lp__wrap--para a:visited {
    color: #814a35;
}

@media screen and (min-width: 821px) {

    .sp-visible_lg {
        display: none;
    }

}

/* 
@media screen and (max-width: 819px) {

    .pc-visible_lg {
        display: none;
    }

} */

@media screen and (max-width:768px) {

    .lp__wrap--para::before {
        background: url("../../../../img/event/summer-fruit/2026/sp_bg.jpg");
        background-color: #fff5ea;
        background-size: cover;
        background-position: top center;
        background-repeat: repeat;
    }

}


/* === mv&feature-intro === */
.summer-fruit__wrap .mv--area {
    padding: 0 0 25px;
    text-align: center;
    max-width: 2000px;
    margin: auto;
}

.summer-fruit__wrap .mv--area img {
    width: 100%;
}

@media screen and (max-width:768px) {

    .summer-fruit__wrap .mv--area {
        padding: 0 0 50px;
    }

}


/* == navigation == */
.t-header {
    /* -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); */
    height: auto;
    position: sticky;
    top: 0;
    padding: 5px 0 25px;
    width: 100%;
    background: url("../../../../img/event/summer-fruit/2026/nav_bg_re02.png") repeat-x;
    background-size: contain;
    margin: auto;
    z-index: 9;
}

.t-header .inner {
    margin: auto;
    width: 60%;
    max-width: 1000px;
}

.t-header .flexbox {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.link-current {
    font-weight: bold;
    border-bottom: 4px solid #ffcc00;
}

.nav-global {
    width: 100%;
}

.nav-global div:last-child {
    margin-right: 0;
}

.nav-gloval-list {
    padding: 20px 35px;
    position: relative;
    width: calc(100% / 4);
}

.nav-gloval-list#menu04_link_js a::after {
    content: "";
    background: none;
}

.nav-gloval-list a::after {
    content: "";
    /* display: block; */
    background: url("../../../../img/event/summer-fruit/2026/nav_line.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: 0;
    width: 4px;
    height: 100%;
}

/* .anchor-box::before {
    display: block;
    height: 61px;
    margin-top: -111px;
    content: "";
} */

.flexbox a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    font-size: clamp(20px, 1vw, 25px);
}

.flexbox a:hover,
.flexbox a:visited {
    color: #fff;
}

@media screen and (max-width:820px) {
    .t-header {
        flex-wrap: wrap;
        overflow: scroll;
        padding: 0 0 20px;
    }

    .t-header .inner {
        width: 100%;
    }

    .t-header .flexbox {
        display: -webkit-inline-box !important;
    }

    .flexbox a {
        font-size: clamp(16px, 1vw, 25px);
    }

    .nav-gloval-list {
        padding: 15px 15px 10px;
        width: auto;
    }
}


/* === section all === */
.contents {
    padding: 0 1%;
}

.summer-fruit__wrap section {
    margin: 50px auto;
    padding: 50px 0;
}

.sec_bg-top,
.sec_bg-middle,
.sec_bg-bottom,
.sec_bg-middle_coupon {
    background: transparent;
    text-align: center;
    max-width: 1500px;
    margin: auto;
}

.sec_bg-middle {
    background: url("../../../../img/event/summer-fruit/2026/bg_SKU_middle.png") repeat-y;
    background-size: contain;
    padding: 0 5%;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2.75rem;
}

.sec_bg-middle_coupon {
    background: url("../../../../img/event/summer-fruit/2026/coupon_bg_middle.png") repeat-y;
    background-size: contain;
    padding: 0 5%;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2.75rem;
}

.sec_bg-middle_coupon .ctg__intro p {
    text-align: center;
    line-height: 4.75rem;
    letter-spacing: 2px;
    font-size: clamp(14px, 1.5vw, 20px);
}

.sec_bg-middle_coupon .ctg__intro span {
    color: #ff5465;
    font-size: clamp(20px, 2.25vw, 28px);
    font-weight: bold;
    letter-spacing: 3px;
}

.sec_bg-middle_coupon .ctg__intro span span.num {
    font-size: clamp(27px, 3.25vw, 45px);
}

.sec_bg-middle_coupon .ctg__ttl {
    max-width: 100%;
    padding: 30px 0 15px;
}

.sec_bg-middle_coupon .ctg__ttl img {
    width: 22%;
    max-width: 350px;
}

@media screen and (max-width:820px) {

    .sec_bg-middle,
    .sec_bg-middle_coupon {
        padding: 0 8%;
    }

    .sec_bg-middle_coupon .ctg__ttl img {
        width: 70%;
        max-width: 225px;
    }

}

@media screen and (max-width:768px) {

    .summer-fruit__wrap section {
        margin: 20px auto;
        scroll-margin-top: 65px;
    }

}

@media screen and (max-width:767px) {

    .contents {
        padding: 0;
    }

    .sec_bg-top img,
    .sec_bg-bottom img {
        width: 100%;
    }

    .sec_bg-middle {
        background: url("../../../../img/event/summer-fruit/2026/sp_bg_SKU_middle.png") repeat-y;
        background-size: contain;
    }

    .sec_bg-middle_coupon {
        background: url("../../../../img/event/summer-fruit/2026/sp_coupon_bg_middle_re02.png") repeat-y;
        background-size: contain;
    }


    .sec_bg-middle_coupon .ctg__intro p {
        line-height: 3.25rem;
        letter-spacing: 1px;
        padding-top: 25px;
    }

    .item__area {
        padding: 15px 0 0 0 !important;
    }

    .ctg__ttl,
    #pickup .ctg__ttl {
        padding: 15px 0 !important;
    }

    .ctg__ttl img {
        width: 100%;
    }

}


/* pickup */
#pickup .pickup-detail {
    padding: 20px 50px;
}

#pickup .pickup-detail .pickup-detail_img {
    text-align: center;
    margin: auto;
}

#pickup .pickup-detail .pickup-detail_txt {
    text-align: left;
    padding: 30px 20px 0 20px;
    margin: auto;
}

#pickup .pickup-detail .pickup-detail_txt .name,
#pickup .pickup-detail .name {
    color: #ff6f00;
}

#pickup .pickup-detail .name span,
#pickup .pickup-detail .pickup-detail_txt .name span {
    font-size: clamp(19px, 1.95vw, 28px);
    font-weight: bold;
    letter-spacing: 1px;
}

#pickup .pickup-detail .pickup-detail_txt .annotation {
    font-size: clamp(12px, 1.075vw, 18px);
    line-height: 1.75rem;
}

#pickup .pickup-detail .pickup-detail_txt .detailBtn {
    width: 60%;
}

#pickup .ctg__ttl {
    padding: 25px 0;
}

.movie {
    padding: 50px 0 0;
}

.movie_bg-top,
.movie_bg-middle,
.movie_bg-bottom {
    background: transparent;
    text-align: center;
    max-width: 900px;
    margin: auto;
    width: 85%;
}

.movie_bg-middle {
    background: url("../../../../img/event/summer-fruit/2026/bg_movie_middle.png") repeat-y;
    background-size: contain;
    padding: 35px 50px 0;
}

.movie_bg-middle .youtube {
    aspect-ratio: 16 / 9;
    margin: auto;
}

.movie_bg-middle .youtube iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:820px) {

    #pickup .pickup-detail {
        padding: 0;
    }

    #pickup .pickup-detail .pickup-detail_img img {
        width: 100%;
    }

    #pickup .pickup-detail .pickup-detail_txt {
        text-align: center;
        padding: 15px 15px 0;
        letter-spacing: 0;
    }

    #pickup .pickup-detail .pickup-detail_txt .detailBtn {
        width: 100%;
        margin: auto;
        padding: 10px 0 26px;
    }

}

@media screen and (max-width:767px) {

    .movie {
        padding: 30px 0 0;
    }

    .movie_bg-top,
    .movie_bg-middle,
    .movie_bg-bottom {
        width: 100%;
    }

    .movie_bg-top img,
    .movie_bg-bottom img {
        width: 100%;
    }

    .movie_bg-middle {
        padding: 0 8%;
    }

    /* .movie_bg-middle {
        background: url("../../../../img/event/summer-fruit/2026/sp_bg_movie_middle.png") repeat-y;
        background-size: contain;
    } */

}

@media screen and (max-width:360px) {

    #pickup .pickup-detail .pickup-detail_txt {
        padding: 15px 0 0;
    }
}

/* coupon */

.coupon--area {
    max-width: 750px;
    margin: auto auto 20px;
}

.coupon--area .code--area {
    background: #ff5869;
    border-radius: 50px;
    color: #fff;
}

.coupon--area .code {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    color: #000;
}

.bfb-form-success.bfb-form-success-style2 .bfb-form-success-content {
    font-size: clamp(16px, 2.25vw, 22px) !important;
}

.coupon--details {
    padding: 25px 0;
    margin: auto;
    max-width: 1000px;
}

.coupon--details .coupon-content_tap {
    align-items: center;
    display: flex;
    font-size: clamp(18px, 1.75vw, 25px);
    position: relative;
    padding: 20px 0;
    text-align: center;
    justify-content: center;
    letter-spacing: 1px;
}

.coupon--details .icon_circle {
    background: transparent;
    border-radius: 50%;
    display: block;
    width: 35px;
    height: 35px;
    position: relative;
    margin-right: 10px;
    border: 3px solid #814a35;
}

.coupon--details .icon_circle::before {
    background-color: #814a35;
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
    margin: auto;
}

.coupon--details .icon_circle::after {
    background-color: #814a35;
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    position: absolute;
    top: 12px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out;
}

.coupon--details[open] .icon_circle::after {
    transform: rotate(180deg);
}

.coupon--detail__box {
    background-color: #f8e9dc;
    padding: 50px 50px 0;
    text-align: left;
    margin: auto;
    max-width: 1000px;
    font-size: clamp(14px, 1.1vw, 20px);
}

.coupon--detail__box dl {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.coupon--detail__box dl dt {
    font-size: clamp(16px, 1.2vw, 23px);
    font-weight: bold;
    padding-bottom: 5px;
}

.coupon--detail__box dl dd {
    line-height: 1.8;
}

.coupon--detail__box ol.procedure li {
    position: relative;
    list-style-type: none;
}

.coupon--detail__box ol.procedure li:before {
    position: absolute;
    right: calc(100% + 0.5rem);
    content: "【" counter(list-item) "】";
}

@media screen and (max-width:1024px) {

    .coupon--details {
        max-width: 95%;
    }

}

@media screen and (max-width:768px) {

    .coupon--area {
        margin: auto;
    }

    .coupon--details {
        padding: 25px 0 0;
        max-width: 95%;
    }

    .coupon--details .icon_circle {
        margin-right: 3px;
    }
}

@media screen and (max-width:767px) {

    .bfb-form-success.bfb-form-success-style2 .bfb-form-success-content {
        padding: 0;
    }

    .coupon--detail__box {
        padding: 15px 15px 0;
        max-width: 100%;
    }

    .coupon--detail__box dl {
        padding-bottom: 20px;
    }

    .coupon--detail__box dl:has(ol.procedure) {
        margin-left: 10px;
    }

    .coupon--detail__box dl dt {
        padding-bottom: 0;
    }

    .coupon--detail__box dl dd {
        padding-bottom: 5px;
        line-height: 1.4;
    }

    .coupon--detail__box ol.procedure li:before {
        right: 100%;
    }

}



/* SKU */
/* 商品 */
@media screen and (max-width:1024px) {
    .item__area {
        max-width: 95%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .item__area {
        max-width: 100%;
    }
}

.product-items {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
}

.page-layout-1column .block.widget .products-grid .product-item {
    background: #fff;
    margin: 10px;
    padding: 10px;
}

li.product-item {
    /* border: 2px solid #c9bb81; */
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0 3px 3px rgb(153 153 153 / 50%);
}

.product-items .product-item .product-item-details a {
    font-size: clamp(13px, 1.3vw, 17px);
    font-weight: 700;
    color: #454545;
    line-height: 1.35;
}

.products-grid .price-box .price-wrapper .price {
    color: #e84c25;
}

#creative-area-lp .action.primary,
#creative-area-lp .action-primary {
    display: none;
}

.widget-product-grid .product-reviews-summary {
    display: none !important;
}

[data-content-type=row] li.product-item .action.primary,
[data-content-type=row] li.product-item .action-primary {
    text-align: center;
}

.product-items .product-item .product-item-details a {
    text-decoration: none;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: initial;
    white-space: unset;
    margin-bottom: 0;
}


.products-grid .price-box .price-wrapper .price {
    font-size: clamp(19px, 1.75vw, 23px);
}

/* 2025/09/10 */
.products-grid .price-box .tax-label {
    font-size: clamp(13px, 1.15vw, 15px);
    color: #454545;
}

.product-items .product-item-info span.rewards__product-points,
.product-item-actions .actions-secondary,
.product-item-actions .actions-primary:has(form) {
    display: none;
}

@media screen and (max-width: 768px) {

    .anchor-box::before {
        height: 9.2rem;
        margin-top: -9.2rem;
    }

    #creative-area-lp .action.primary,
    #creative-area-lp .action-primary {
        width: auto;
    }

    .product-items .product-item .product-item-details a {
        -webkit-line-clamp: 4;
    }

}

@media (min-width: 640px) {
    .products-grid .product-item-actions {
        margin: 0;
    }

}

/* 4列表示 */

.page-layout-1column .block.widget .products-grid .product-item {
    width: calc((100% - 8%) / 4);
}

@media (min-width: 769px),
print {

    .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }

}

@media (min-width: 1024px),
print {

    .page-layout-1column .block.widget .products-grid .product-item,
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    /* .page-layout-1column .block.widget .products-grid .product-item {
        } */
}

@media screen and (max-width:1180px) {

    .page-layout-1column .block.widget .products-grid .product-item {
        width: calc((100% - 9.65%) / 4);
    }
}

@media screen and (max-width:1024px) {

    .page-layout-1column .block.widget .products-grid .product-item {
        /* height: 270px; */
    }
}

@media screen and (max-width:1023px) {
    .page-layout-1column .block.widget .products-grid .product-item {
        width: calc((100% - 8.5%) / 4);
        margin: 0 7px 15px !important;
        /* height: 250px; */
        letter-spacing: 0;
        line-height: 2.5rem;
    }
}

@media screen and (max-width:767px) {

    .page-layout-1column .block.widget .products-grid .product-item {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px !important;
        padding: 7px;
    }

}

@media screen and (max-width:375px) {

    .page-layout-1column .block.widget .products-grid .product-item {
        /* height: 230px; */
    }
}

/* off % */
.discount-label {
    display: none;
}