@charset "utf-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite,
code, del, dfn, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer,
header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -ms-word-wrap: break-word;
        word-wrap: break-word;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

:root {
    --mod-color01: #44210B;
    --mod-color02: #231815;
    --white-color: #fff;
    --brown-color: #735b4d;
    --blue-color01: #009adf;
    --blue-color02: #55bdea;
    --blue-color03: #019cdf;
    --blue-color04: #0c3592;
    --blue-color05: #15388c;
    --blue-color06: #3ca3e8;
    --pale-blue: #d8f1ff;
    --pale-purple: #dcdfec;
}

.only_sp {
    display: none;
}

.inner {
    width: 1080px;
    margin: 0 auto;
}

.mod_txt {
    font-size: 18px;
    font-weight: 600;
    color: var(--mod-color01);
}

.flex {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.slide-in {
    transition: none;
    transform: none;
    opacity: 1;
}

/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .only_pc {
        display: block;
    }

    .mod_txt {
        font-size: 1.636vw;
    }

    .inner {
        width: 98.182vw;
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .only_pc {
        display: none;
    }

    .only_sp {
        display: block;
    }

    .mod_txt {
        font-size: 2.933vw;
    }

    .inner {
        width: 90%;
    }
}

/*MV Section*/
.sec_mv .mv_wrap {
    width: 100%;
}

.sec_mv .mv_wrap .mv_text {
    position: relative;
    width: 43%;
    background: url(/home/brands/dolce-gusto/sites/default/files/2025-06/bg_mv_pc.jpg) top left;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sec_mv .mv_wrap .mv_text h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 2;
    color: var(--white-color);
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sec_mv .mv_wrap .mv_img {
    width: 57.714%;
}

.sec_mv .mv_wrap .mv_img img {
    width: 100%;
}

/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .sec_mv .mv_wrap .mv_text h1 {
        font-size: 1.818vw;
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .sec_mv .mv_wrap {
        flex-direction: column;
    }

    .sec_mv .mv_wrap .mv_text {
        padding: 10.133vw 0 11.467vw 0;
        width: 100%;
        background: url(/home/brands/dolce-gusto/sites/default/files/2025-06/bg_mv_sp.jpg) top left;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .sec_mv .mv_wrap .mv_text h1 {
        position: relative;
        top: 0;
        transform: translateX(-50%);
        font-size: 3.733vw;
    }

    .sec_mv .mv_wrap .mv_img {
        width: 100%;
    }
}
/*end of MV Section*/

/* Message Section */
.sec_message {
    width: 100%;
    padding: 100px 0 30px;
    background: url(/home/brands/dolce-gusto/sites/default/files/2025-06/bg_message.jpg) top center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sec_message p {
    font-size: 20px;
    font-weight: 600;
    color: var(--mod-color01);
    line-height: 2;
    text-align: center;
    margin-bottom: 95px;
}

.sec_message .list_link {
    justify-content: center;
}

.sec_message .list_link li {
    position: relative;
    font-size: 16px;
    color: var(--mod-color01);
    text-decoration: underline;
}

.sec_message .list_link li:not(:first-child) {
    padding-left: 50px;
    margin-left: 50px;
}

.sec_message .list_link li:not(:first-child)::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 31px;
    left: 0;
    background-color: var(--brown-color);
}

/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .sec_message {
        padding: 9.091vw 0 2.727vw;
    }

    .sec_message p {
        font-size: 1.818vw;
        margin-bottom: 8.636vw;
    }

    .sec_message .list_link li {
        font-size: 1.455vw;
    }

    .sec_message .list_link li:not(:first-child) {
        padding-left: 4.545vw;
        margin-left: 4.545vw;
    }

    .sec_message .list_link li:not(:first-child)::before {
        width: 0.182vw;
        height: 2.818vw;
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .sec_message {
        padding: 7.733vw 0 6.133vw;
        background: url(/home/brands/dolce-gusto/sites/default/files/2025-06/bg_message_sp.jpg) top center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .sec_message p {
        font-size: 3.2vw;
        margin-bottom: 10.133vw;
    }

    .sec_message .list_link {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sec_message .list_link li:not(:first-child) {
        padding-left: 0;
        margin-left: 0;
    }

    .sec_message .list_link li {
        font-size: 3.2vw;
        text-align: center;
    }

    .sec_message .list_link li:last-child {
        margin-top: 3.2vw;
        left: 25vw;
    }

    .sec_message .list_link li:not(:first-child)::before {
        width: 0.267vw;
        height: 4.8vw;
        margin-left: -2.133vw;
    }
}
/* end of Message Section */

/* Foam Coffee Section */
.sec_foam_coffee {
    margin-bottom: 65px;
}

.sec_foam_coffee .foam_coffee {
    position: relative;
}

.foam_coffee .img_full_width {
    width: 100%;
}

.foam_coffee .img_full_width img {
    width: 100%;
}

.sec_foam_coffee .foam_coffee .inner {
    position: absolute;
    width: 77.754%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.foam_coffee h2 {
    padding: 6% 0 0 16%;
    text-align: center;
}

.foam_coffee h2 img {
    display: inline-block;
    width: 60%;
}

.foam_coffee h3 {
    display: inline-block;
    font-size: 2.376vw;
    color: var(--white-color);
    line-height: 1.2;
    text-align: center;
    margin: 1.800vw 0 0 0.864vw;
}

.foam_coffee h3 span {
    display: block;
    font-size: 1.368vw;
    margin-bottom: 1.080vw;
}

.sec_foam_coffee .col02_1 {
    width: 56.714%;
}

.col02_1 .text_gp {
    width: 76.513%;
    margin: 80px auto 60px;
}

.col02_1 .text_gp h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--blue-color01);
    line-height: 1.9;
    margin-bottom: 70px;
}

.col02_1 .text_gp .mod_txt {
    margin-bottom: 60px;
}

.col02_1 .text_gp .mod_txt:last-child {
    margin-bottom: 0;
}

.sec_foam_coffee .col02_2 {
    width: 43.643%;
}

.col02_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_foam_coffee .ice_latte {
    margin-bottom: 45px;
}

.ice_latte .col02_1 {
    background-color: var(--pale-purple);
}

.sec_foam_coffee .btn_sec .purchase div {
    background-color: var(--blue-color05);
}

.sec_foam_coffee .btn_sec .purchase div p:before {
    content: "";
    width: 0;
    height: 0;
    background: unset;
}

/* TB */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .sec_foam_coffee {
        margin-bottom: 5.909vw;
    }

    .sec_foam_coffee .col02_1 {
        width: 70.909%;
    }

    .col02_1 .text_gp {
        width: 84.513%;
        margin: 7.273vw auto 5.455vw;
    }

    .col02_1 .text_gp h4 {
        font-size: 2vw;
        margin-bottom: 6.364vw;
    }

    .col02_1 .text_gp .mod_txt {
        margin-bottom: 5.455vw;
    }

    .sec_foam_coffee .col02_2 {
        width: 55.545%;
    }

    .sec_foam_coffee .ice_latte {
        margin-bottom: 4.091vw;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .sec_foam_coffee {
        margin-bottom: 12.533vw;
    }

    .sec_foam_coffee .foam_coffee .inner {
        width: 100%;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-align-items: flex-start;
                align-items: flex-start;
    }

    .foam_coffee h2 {
        padding: 0;
        text-align: left;
        margin: 25.067vw 2.133vw 0 0;
    }

    .foam_coffee h2 img {
        display: none;
    }

    .foam_coffee h2 span {
        font-size: 3.733vw;
        color: var(--white-color);
        line-height: 1.8;
    }

    .foam_coffee h3 {
        font-size: 4.267vw;
        margin: 28.800vw 5.600vw 0 0;
    }

    .foam_coffee h3 span {
        font-size: 2.400vw;
        margin-bottom: 3.200vw;
    }

    .sec_foam_coffee .black_coffee {
        flex-direction: column;
    }

    .sec_foam_coffee .ice_latte {
        flex-direction: column-reverse;
    }

    .sec_foam_coffee .col02_1 {
        width: 100%;
    }

    .col02_1 .text_gp {
        width: 100%;
        margin: 0;
        padding: 6.933vw 4vw;
    }

    .col02_1 .text_gp h4 {
        font-size: 3.733vw;
        margin-bottom: 6.933vw;
    }

    .col02_1 .text_gp .mod_txt {
        margin-bottom: 10.133vw;
    }

    .sec_foam_coffee .col02_2 {
        width: 100%;
    }

    .sec_foam_coffee .col02_2 img {
        display: block;
    }

    .sec_foam_coffee .ice_latte {
        margin-bottom: 6.133vw;
    }
}
/* end of Foam Coffee Section */

/* Step Section */
.sec_step {
    margin-bottom: 110px;
}

.sec_step h2 {
    font-size: 39px;
    font-weight: 700;
    color: var(--blue-color01);
    text-align: center;
    margin-bottom: 0;
}

.sec_step h2 span {
    font-size: 67px;
}

.sec_step .step_wrap {
    width: 100%;
}

.step_wrap .step_item {
    width: 289px;
    position: relative;
    margin-right: 110px;
    margin-top: 0.5%;
}

.step_wrap .step_item span {
    position: absolute;
    width: 65px;
    height: 65px;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: var(--blue-color02);
    font-size: 29px;
    font-weight: 700;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.step_wrap .step_item img {
    width: 100%;
}

/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .sec_step {
        margin-bottom: 10vw;
    }

    .sec_step h2 {
        font-size: 3.545vw;
    }

    .sec_step h2 span {
        font-size: 6.091vw;
    }

    .step_wrap .step_item {
        width: 26.273vw;
        margin-right: 10vw;
    }

    .step_wrap .step_item span {
        width: 5.909vw;
        height: 5.909vw;
        top: -8%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 2.636vw;
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .sec_step {
        margin-bottom: 12.533vw;
    }

    .sec_step .inner {
        width: 100%;
    }

    .sec_step h2 {
        font-size: 6.133vw;
        margin-bottom: 0;
    }

    .sec_step h2 span {
        font-size: 10.4vw;
    }

    .sec_step .step_wrap {
        padding-left: 4.688vw;
    }

    .step_wrap .step_item {
        width: 63.281vw;
        margin: 14.063vw 3.125vw 0;
    }

    .step_wrap .step_item span {
        width: 14.133vw;
        height: 14.133vw;
        top: -8%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 6.133vw;
    }
}
/* end of Step Section */

/* Cafe Recipe Section */
.sec_cafe_recipe {
    margin-bottom: 100px;
}

.cafe_recipe_mv {
    position: relative;
    margin-bottom: 90px;
}

.cafe_recipe_mv .img_full_width {
    width: 100%;
}

.cafe_recipe_mv .img_full_width img {
    width: 100%;
}

.cafe_recipe_mv .inner {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.ttl_cafe_recipe {
    text-align: left;
    margin: 50px 0 0 15px;
}

.ttl_cafe_recipe h2 {
    font-size: 43px;
    color: var(--blue-color03);
    line-height: 1.3;
    margin-bottom: 25px;
}

.ttl_cafe_recipe h2 small {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.ttl_cafe_recipe p {
    font-size: 30px;
    font-weight: 700;
    color: var(--blue-color03);
    line-height: 1.4;
}

.cafe_recipe_content .slider_nav .slider_item {
    position: relative;
    width: 510px;
    margin: 0 30px;
    cursor: pointer;
}

.cafe_recipe_content .slider_nav .slider_item.slick-current {
    margin-bottom: 25px;
}

.cafe_recipe_content .slider_nav .slider_item.slick-current::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    background: var(--pale-blue);
    left: 0;
    bottom: -25px;
}

.cafe_recipe_content .slider_nav .slider_item p {
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.4;
    text-align: center;
    top: 110px;
    left: 63px;
}

.cafe_recipe_content .slider_for {
    background: var(--pale-blue);
    padding: 40px 30px;
}

.cafe_recipe_detail {
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 20px;
}

.row_reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.cafe_recipe_detail .img_half_width {
    width: 486px;
    margin-right: 45px;
}

.cafe_recipe_detail.row_reverse .img_half_width {
    margin: 0 0 0 45px;
}

.cafe_recipe_detail .img_half_width img {
    width: 100%;
}

.cafe_recipe_des {
    width: 47%;
}

.cafe_recipe_des h3 {
    font-size: 36px;
    color: var(--blue-color03);
    line-height: 1.4;
    margin-bottom: 30px;
}

.cafe_recipe_des h4 {
    font-size: 30px;
    color: var(--blue-color03);
    line-height: 1.2;
    border-bottom: 2px solid #b0dcf1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cafe_recipe_des h4 span {
    display: inline-block;
    font-size: 28px;
    border: 3px solid var(--blue-color03);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 6px 25px;
}

.cafe_recipe_des ul li {
    margin-bottom: 10px;
}

.cafe_recipe_des ul li:last-child {
    margin-bottom: 0;
}

.list_two_col .text_item {
    width: 82%;
}

.list_two_col .text_amount {
    width: 18%;
}

.cafe_recipe_des ul li p {
    font-size: 20px;
    color: var(--blue-color03);
    line-height: 1.8;
}

.list_one_col li p {
    padding-left: 30px;
    text-indent: -30px;
}

/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .sec_cafe_recipe {
        margin-bottom: 9.091vw;
    }

    .cafe_recipe_mv {
        margin-bottom: 8.182vw;
    }

    .ttl_cafe_recipe {
        margin: 4.545vw 0 0 1.364vw;
    }

    .ttl_cafe_recipe h2 {
        font-size: 3.909vw;
        margin-bottom: 2.273vw;
    }

    .ttl_cafe_recipe h2 small {
        font-size: 2.727vw;
    }

    .ttl_cafe_recipe p {
        font-size: 2.727vw;
    }

    .cafe_recipe_content .slider_nav .slider_item {
        width: 46.364vw;
        margin: 0 2.727vw;
    }

    .cafe_recipe_content .slider_nav .slider_item.slick-current {
        margin-bottom: 2.273vw;
    }

    .cafe_recipe_content .slider_nav .slider_item.slick-current::after {
        height: 2.273vw;
        bottom: -2.273vw;
    }

    .cafe_recipe_content .slider_nav .slider_item p {
        font-size: 1.818vw;
        top: 10vw;
        left: 5.727vw;
    }

    .cafe_recipe_content .slider_for {
        padding: 3.636vw 2.727vw;
    }

    .cafe_recipe_detail {
        margin-bottom: 1.818vw;
    }

    .cafe_recipe_detail .img_half_width {
        width: 44.182vw;
        margin-right: 4.091vw;
    }

    .cafe_recipe_detail.row_reverse .img_half_width {
        margin: 0 0 0 4.091vw;
    }

    .cafe_recipe_des h3 {
        font-size: 3.273vw;
        margin-bottom: 2.727vw;
    }

    .cafe_recipe_des h4 {
        font-size: 2.727vw;
        border-bottom: 0.182vw solid #b0dcf1;
        padding-bottom: 1.818vw;
        margin-bottom: 1.818vw;
    }

    .cafe_recipe_des h4 span {
        font-size: 2.545vw;
        border: 0.273vw solid var(--blue-color03);
        -webkit-border-radius: 0.909vw;
                border-radius: 0.909vw;
        padding: 0.545vw 2.273vw;
    }

    .cafe_recipe_des ul li {
        margin-bottom: 0.909vw;
    }

    .cafe_recipe_des ul li p {
        font-size: 1.818vw;
    }

    .list_one_col li p {
        padding-left: 2.727vw;
        text-indent: -2.727vw;
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .sec_cafe_recipe {
        margin-bottom: 13.333vw;
    }

    .cafe_recipe_mv {
        margin-bottom: 8.533vw;
    }

    .cafe_recipe_mv .inner {
        width: 85%;
        max-width: 540px;
    }

    .ttl_cafe_recipe {
        margin: 6.133vw 0 0 0;
    }

    .ttl_cafe_recipe h2 {
        font-size: 6.667vw;
        margin-bottom: 1.600vw;
    }

    .ttl_cafe_recipe h2 small {
        font-size: 4.800vw;
    }

    .ttl_cafe_recipe p {
        font-size: 4.800vw;
    }

    .cafe_recipe_content .inner {
        width: 100%;
    }

    .cafe_recipe_content .slider_nav {
        margin-left: 4.688vw;
    }

    .cafe_recipe_content .slider_nav .slick-prev {
        display: none !important;
    }

   .cafe_recipe_content .slider_nav .slick-next {
        background: url(/home/brands/dolce-gusto/sites/default/files/2025-06/icon_recipe_arrow.png) no-repeat top center;
        background-size: 100% auto;
        width: 1.719vw;
        height: 2.813vw;
        right: 12vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .cafe_recipe_content .slider_nav .slider_item {
        width: 79.688vw;
        margin: 0 2.969vw;
    }

    .cafe_recipe_content .slider_nav .slider_item.slick-current {
        margin-bottom: 4.375vw;
    }

    .cafe_recipe_content .slider_nav .slider_item.slick-current::after {
        height: 4.375vw;
        bottom: -4.375vw;
    }

    .cafe_recipe_content .slider_nav .slider_item p {
        font-size: 3.125vw;
        top: 17.188vw;
        left: 9.844vw;
    }

    .cafe_recipe_content .slider_for {
        padding: 7.031vw 3.125vw 0;
        margin-left: 4.688vw;
    }

    .cafe_recipe_detail {
        display: block;
        width: 75.938vw;
        margin-bottom: 8.594vw;
    }

    .cafe_recipe_detail .img_half_width {
        width: 100%;
        margin: 0 0 4.688vw 0;
    }

    .cafe_recipe_detail.row_reverse .img_half_width {
        margin: 0 0 4.688vw 0;
    }

    .cafe_recipe_des {
        width: 100%;
    }

    .cafe_recipe_des h3 {
        font-size: 5.625vw;
        margin-bottom: 5.469vw;
    }

    .cafe_recipe_des h4 {
        font-size: 4.688vw;
        border-bottom: 0.313vw solid #b0dcf1;
        padding-bottom: 3.125vw;
        margin-bottom: 3.125vw;
    }

    .cafe_recipe_des h4 span {
        font-size: 4.375vw;
        border: 0.469vw solid var(--blue-color03);
        -webkit-border-radius: 1.563vw;
                border-radius: 1.563vw;
        padding: 0.938vw 3.906vw;
    }

    .cafe_recipe_des ul li {
        margin-bottom: 1.563vw;
    }

    .cafe_recipe_des ul li p {
        font-size: 3.125vw;
    }

    .list_one_col li p {
        padding-left: 4.688vw;
        text-indent: -4.688vw;
    }
}
/* end of Cafe Recipe Section */

/*Intro Section*/
.intro_sec {
    padding: 30px 0 100px;
    margin-top: -70px;
}

.intro_sec .inner {
    position: relative;
}

.fruits .fruit01 {
    width: 140px;
    position: absolute;
    bottom: 200px;
    left: -37px;
    left: 0.2vw;
}

.fruits .fruit02 {
    width: 100px;
    position: absolute;
    bottom: 86px;
    left: -70px;
    left: -1.364vw;
}

.fruits .fruit03 {
    width: 96px;
    position: absolute;
    bottom: -70px;
    left: 1.273vw;
}

.fruits .fruit04 {
    width: 118px;
    position: absolute;
    bottom: 206px;
    right: -0.545vw;
}

.fruits .fruit05 {
    width: 128px;
    position: absolute;
    bottom: 82px;
    right: -4.364vw;
}

.fruits .fruit06 {
    width: 97px;
    position: absolute;
    bottom: -55px;
    right: 0;
}

.ani_up {
    -webkit-transition: all ease 1.5s;
    -o-transition: all ease 1.5s;
    transition: all ease 1.5s;
}

.fadeIn .ani_up {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.fadeIn.scrolled .ani_up {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

@keyframes popup {
    0% {
        -webkit-transform: translateY(40px) scale(0.8);
           -moz-transform: translateY(40px) scale(0.8);
            -ms-transform: translateY(40px) scale(0.8);
             -o-transform: translateY(40px) scale(0.8);
                transform: translateY(40px) scale(0.8);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scale(1.0);
           -moz-transform: translateY(0) scale(1.0);
            -ms-transform: translateY(0) scale(1.0);
             -o-transform: translateY(0) scale(1.0);
                transform: translateY(0) scale(1.0);
    }
    80%, 100% {
        opacity: 1;
    }
}

.intro_sec p {
    line-height: 2.2;
    text-align: center;
    display: inline-block;
    width: 100%;
}

/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .intro_sec {
        padding: 2.727vw 0 9.091vw;
        margin-top: -6.364vw;
    }

    .intro_sec .inner {
        width: 98.182vw;
    }

    .fruits .fruit01 {
        width: 12.727vw;
        bottom: 18.182vw;
        left: 0;
    }

    .fruits .fruit02 {
        width: 9.091vw;
        bottom: 8.364vw;
        left: 0;
    }

    .fruits .fruit03 {
        width: 8.727vw;
        bottom: -6.364vw;
        left: 2.273vw;
    }

    .fruits .fruit04 {
        width: 10.727vw;
        bottom: 17.727vw;
        right: 2vw;
    }

    .fruits .fruit05 {
        width: 11.636vw;
        bottom: 5.636vw;
        right: 0;
    }

    .fruits .fruit06 {
        width: 8.818vw;
        bottom: -5vw;
        right: 7vw;
    }

    .fadeIn .ani_up {
        -webkit-transform: translateY(4.545vw);
        -moz-transform: translateY(4.545vw);
        -ms-transform: translateY(4.545vw);
        transform: translateY(4.545vw);
    }

    @keyframes popup {
        0% {
            -webkit-transform: translateY(3.636vw) scale(0.8);
               -moz-transform: translateY(3.636vw) scale(0.8);
                -ms-transform: translateY(3.636vw) scale(0.8);
                 -o-transform: translateY(3.636vw) scale(0.8);
                    transform: translateY(3.636vw) scale(0.8);
            opacity: 0;
        }
        100% {
            -webkit-transform: translateY(0) scale(1.0);
               -moz-transform: translateY(0) scale(1.0);
                -ms-transform: translateY(0) scale(1.0);
                 -o-transform: translateY(0) scale(1.0);
                    transform: translateY(0) scale(1.0);
        }
        80%, 100% {
            opacity: 1;
        }
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .intro_sec {
        padding: 8vw 0 21.333vw;
        margin-top: 0;
    }

    .intro_sec .inner {
        width: 90%;
    }

.intro_sec br.only_sp {
        line-height: 0;
    }

    .fruits .fruit01 {
        width: 16vw;
        bottom: 66vw;
        left: 0;
    }

    .fruits .fruit02 {
        width: 13.333vw;
        bottom: -15vw;
        left: 0;
    }

    .fruits .fruit03 {
        display: none;
    }

    .fruits .fruit04 {
        width: 16vw;
        bottom: -19vw;
        right: 0;
    }

    .fruits .fruit05 {
        display: none;
    }

    .fruits .fruit06 {
        width: 13.333vw;
        bottom: 68vw;
        right: 0;
    }

    .intro_sec p {
        font-size: 4vw;
    }
}
/*end of Intro Section*/

/*Summer Section*/
.summer_sec {
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.summer_sec .summer_content {
    width: 1080px;
    margin: 0 auto;
}

.summer_sec p {
    padding: 0;
    margin: 0;
}

.summer_sec .slider-nav .slick-slide {
    width: 240px;
    margin: 0 40px 20px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.summer_sec .slider-nav .slick-slide.is-active:after,
.summer_sec .slider-nav .slick-slide.slick-center:after {
    content: "";
    width: 100%;
    height: 98px;
    background: #ffeddd;
    position: absolute;
    left: 0;
    bottom: -50px;
}

.summer_sec .slider-nav .slick-slide:nth-child(2).is-active:after,
.summer_sec .slider-nav .slick-slide:nth-child(4).is-active:after,
.summer_sec .slider-nav .slick-slide:nth-child(2).slick-center:after,
.summer_sec .slider-nav .slick-slide:nth-child(4).slick-center:after {
    bottom: -20px;
}

.summer_sec .slider-nav .slick-slide:nth-child(2).is-active:after,
.summer_sec .slider-nav .slick-slide:nth-child(2).slick-center:after {
    background: #FFEEBA;
}

.summer_sec .slider-nav .slick-slide:nth-child(3).is-active:after,
.summer_sec .slider-nav .slick-slide:nth-child(3).slick-center:after {
    background: #EEF0B0;
}

.summer_sec .slider-nav .slick-slide:nth-child(4).is-active:after,
.summer_sec .slider-nav .slick-slide:nth-child(4).slick-center:after {
    background: #E8EDE9;
}

.summer_sec .slider-nav .slick-slide:last-child {
    margin-right: 0;
}

.summer_sec .slider-nav .slick-slide img {
    margin-bottom: 20px;
}

.summer_sec .slider-nav .slick-slide span {
    font-size: 18px;
    font-weight: 600;
    color: var(--mod-color01);
    line-height: 1.5;
    position: relative;
    z-index: 2;
}

.summer_sec .slider-single .slick-slide h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--mod-color01);
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
}

.summer_sec .slider-single .slick-slide {
    background: #FFEDDD;
    padding: 70px 0;
}

.summer_sec .slider-single .slick-slide:nth-child(2) {
    background: #FFEEBA;
}

.summer_sec .slider-single .slick-slide:nth-child(3) {
    background: #EEF0B0;
}

.summer_sec .slider-single .slick-slide:nth-child(4) {
    background: #E8EDE9;
}

.slider-single .slick-slide .recipe_sec {
    width: 800px;
    margin: 0 auto;
}

.recipe_sec .product {
    height: 230px;
    background: var(--white-color);
    padding: 40px 60px;
    margin-bottom: 40px;
}

.product .content {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.product .content div:first-child {
    width: 130px;
}

.product .content div:last-child {
    width: calc(100% - 130px);
    padding-right: 63px;
}

.product .content div .ttl_pro {
    font-size: 18px;
    font-weight: 600;
    color: var(--mod-color01);
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding-right: 70px;
}

.product .content div .ttl_pro:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--mod-color01);
    position: absolute;
    bottom: 0;
    left: 0;
}

.product .content div .txt_pro {
    font-size: 14px;
    font-weight: 400;
    color: var(--mod-color02);
    line-height: 1.8;
}

.recipe_sec .recipe ul li.list {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.recipe_sec .recipe ul li {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}

.recipe_sec .recipe_items ul li {
    margin-bottom: 10px;
    -webkit-align-items: center;
    align-items: center;
}

.recipe_sec .recipe ul li .recipe_img {
    width: 50%;
}

.recipe_sec .recipe ul li:last-child .recipe_img {
    margin-right: 60px;
}

.recipe_sec .recipe ul li .recipe_items {
    width: 50%;
}

.recipe_sec .recipe ul li:last-child .recipe_items {
    width: 45%;
}

.recipe_items .ttl.mod_txt {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.recipe_items .ttl.mod_txt span {
    font-size: 10px;
    font-weight: 400;
    color: #999999;
    background: var(--white-color);
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    padding: 5px;
    margin-left: 10px;
}

.recipe_items ul li p,
.recipe_sec .recipe ul li {
    font-size: 16px;
    font-weight: 400;
    color: var(--mod-color01);
}

.recipe_items ul li .item {
    width: 58%;
}

.recipe_items ul li .item.span {
    line-height: 1.3;
}

.recipe_items ul li .item span {
    font-size: 12px;
    font-weight: 400;
}

.recipe_items ul li .amount {
    width: 27%;
    text-align: right;
    margin-right: 15%;
}

.recipe_sec .recipe_items ol li {
    margin-bottom: 10px;
}

.recipe_items .tip {
    background: #EFDB97;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 15px;
}

.recipe_items .tip.last {
    background: #CDD8CF;
}

.recipe_sec .recipe_items ol li.tip {
    margin-bottom: 0;
}

.recipe_items .tip p:first-child {
    font-size: 16px;
    font-weight: 600;
}

.recipe_items .tip p {
    font-size: 14px;
    font-weight: 400;
    color: var(--mod-color01);
    text-align: center;
}

.video_sec .video {
    width: 460px;
    height: 574px;
    margin: 0 auto;
    position: relative;
}

.video_sec .video video {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.video_sec .video .video_sound {
    position: absolute;
    right: 35px;
    bottom: 35px;
    cursor: pointer;
    z-index: 3;
    width: 50px;
}

.video_sec .video .video_sound img:last-child,
.video_sec .video .video_sound.on img:first-child {
    display: none;
}

.video_sec .video .video_sound img:first-child,
.video_sec .video .video_sound.on img:last-child {
    display: block;
}

.video_sec .video .remark {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-align: right;
}

/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .summer_sec {
        margin-bottom: 7.273vw;
        padding-bottom: 7.273vw;
    }

    .summer_sec .summer_content {
        width: 98.182vw;
    }

    .summer_sec .slider-nav .slick-slide {
        width: 21.818vw;
        margin: 0 3.636vw 1.818vw 0;
    }

    .summer_sec .slider-nav .slick-slide.is-active:after,
    .summer_sec .slider-nav .slick-slide.slick-center:after {
        height: 8.909vw;
        bottom: -4.545vw;
    }

    .summer_sec .slider-nav .slick-slide:nth-child(2).is-active:after,
    .summer_sec .slider-nav .slick-slide:nth-child(4).is-active:after,
    .summer_sec .slider-nav .slick-slide:nth-child(2).slick-center:after,
    .summer_sec .slider-nav .slick-slide:nth-child(4).slick-center:after {
        bottom: -1.818vw;
    }

    .summer_sec .slider-nav .slick-slide img {
        margin-bottom: 1.818vw;
    }

    .summer_sec .slider-nav .slick-slide span {
        font-size: 1.636vw;
    }

   .summer_sec .slider-single .slick-slide h3 {
        font-size: 1.818vw;
        margin: 0 0 1.818vw 0;
    }

    .summer_sec .slider-single .slick-slide {
        padding: 6.364vw 0;
    }

    .slider-single .slick-slide .recipe_sec {
        width: 72.727vw;
    }

    .recipe_sec .product {
        height: 20.909vw;
        padding: 3.636vw 5.455vw;
        margin-bottom: 3.636vw;
    }

    .product .content div:first-child {
        width: 11.818vw;
    }

    .product .content div:last-child {
        width: calc(100% - 11.818vw);
        padding-right: 5.727vw;
    }

    .product .content div .ttl_pro {
        font-size: 1.636vw;
        margin-bottom: 1.364vw;
        padding-right: 6.364vw;
    }

    .product .content div .ttl_pro:after {
        height: 0.182vw;
    }

    .product .content div .txt_pro {
        font-size: 1.273vw;
    }

    .recipe_sec .recipe ul li {
        margin-bottom: 4.545vw;
    }

    .recipe_sec .recipe_items ul li {
        margin-bottom: 0.909vw;
    }

    .recipe_sec .recipe ul li:last-child .recipe_img {
        margin-right: 5.455vw;
    }

    .recipe_items .ttl.mod_txt {
        margin-bottom: 0.909vw;
    }

    .recipe_items .ttl.mod_txt span {
        font-size: 0.909vw;
        border: 0.091vw solid #999999;
        -webkit-border-radius: 0.364vw;
        border-radius: 0.364vw;
        padding: 0.455vw;
        margin-left: 0.909vw;
    }

    .recipe_items ul li p,
    .recipe_sec .recipe ul li {
        font-size: 1.455vw;
    }

    .recipe_items ul li .item span {
        font-size: 1.091vw;
    }

    .recipe_sec .recipe_items ol li {
        margin-bottom: 0.909vw;
    }

    .recipe_items .tip {
        -webkit-border-radius: 0.727vw;
        border-radius: 0.727vw;
        padding: 1.364vw;
    }

    .recipe_items .tip p:first-child {
        font-size: 1.455vw;
    }

    .recipe_items .tip p {
        font-size: 1.273vw;
    }

    .video_sec .video {
        width: 41.818vw;
        height: 52.182vw;
    }

    .video_sec .video .video_sound {
        right: 3.182vw;
        bottom: 3.182vw;
        width: 4.545vw;
    }

    .video_sec .video .remark {
        font-size: 1.091vw;
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .summer_sec {
        margin: 0 0 21.333vw;
        padding-bottom: 12.500vw;
    }

    .summer_sec .summer_content {
        width: 100%;
    }

    .summer_sec .slider-nav .slick-slide {
        width: 67.4vw !important;
        margin: 0 6vw 13.333vw 0;
    }

    .summer_sec .slider-single {
        width: 90%;
        margin: 0 auto;
    }

    .summer_sec .slider-nav .slick-slide.is-active:after {
        height: 34.133vw;
        bottom: -21.333vw;
    }

    .summer_sec .slider-nav .slick-slide.is-active:after,
    .summer_sec .slider-nav .slick-slide.slick-center:after {
        height: 34.133vw;
        bottom: -21.333vw;
    }

    .summer_sec .slider-nav .slick-slide:nth-child(2).is-active:after,
    .summer_sec .slider-nav .slick-slide:nth-child(4).is-active:after,
    .summer_sec .slider-nav .slick-slide:nth-child(2).slick-center:after,
    .summer_sec .slider-nav .slick-slide:nth-child(4).slick-center:after {
        bottom: -14.333vw;
    }

    .summer_sec .slider-nav .slick-slide:last-child {
        margin-right: 0;
    }

    .summer_sec .slider-nav .slick-slide img {
        margin-bottom: 5.333vw;
    }

    .summer_sec .slider-nav .slick-slide span {
        font-size: 4.8vw;
    }

   .summer_sec .slider-single .slick-slide h3 {
        font-size: 4.8vw;
        margin: 0 0 5.333vw 0;
    }

    .summer_sec .slider-single .slick-slide {
        padding: 10.667vw 0;
    }

    .slider-single .slick-slide .recipe_sec {
        width: 90%;
    }

    .recipe_sec .product {
        height: 100%;
        padding: 6.667vw 6.667vw 13.333vw 6.667vw;
        margin-bottom: 10.667vw;
    }

    .product .content {
        display: block;
    }

    .product .content div {
        text-align: center;
    }

    .product .content div:first-child {
        width: 34.667vw;
        margin: 0 auto 6.667vw;
    }

    .product .content div:last-child {
        width: 100%;
        padding-right: 0;
    }

    .product .content div .ttl_pro {
        font-size: 4.7vw;
        margin-bottom: 4vw;
        padding-right: 0;
        display: inline;
        border-bottom: 2px solid var(--mod-color01);
    }

    .product .content div .ttl_pro:after {
        display: none;
    }

    .product .content div .txt_pro {
        font-size: 3.733vw;
        text-align: left;
        margin-top: 6.667vw;
    }

    .recipe_sec .recipe ul li {
        display: block;
    }

    .recipe_sec .recipe ul li {
        margin-bottom: 13.333vw;
    }

    .recipe_sec .recipe_items ul li {
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 4vw;
    }

    .recipe_sec .recipe ul li .recipe_img,
    .recipe_sec .recipe ul li .recipe_img img {
        width: 100%;
    }

    .recipe_sec .recipe ul li:last-child .recipe_img {
        margin-right: 0;
    }

    .recipe_sec .recipe ul li .recipe_items,
    .recipe_sec .recipe ul li:last-child .recipe_items {
        width: 100%;
    }

    .recipe_items .ttl.mod_txt {
        margin-bottom: 2.667vw;
        font-size: 3.733vw;
    }

    .recipe_items .ttl.mod_txt span {
        font-size: 2.667vw;
        border: 1px solid #999999;
        -webkit-border-radius: 1.067vw;
        border-radius: 1.067vw;
        padding: 1.333vw;
        margin-left: 2.667vw;
    }

    .recipe_items ul li p {
        font-size: 4.267vw;
    }

    .recipe_items ul li .item {
        width: 75%;
    }

    .recipe_items ul li .item span {
        font-size: 3.2vw;
    }

    .recipe_items ul li .amount {
        width: 25%;
        margin-right: 0;
    }

    .recipe_sec .recipe_items ol li {
        margin-bottom: 4vw;
        font-size: 3.733vw;
    }

    .recipe_items .tip {
        -webkit-border-radius: 2.133vw;
        border-radius: 2.133vw;
        padding: 4vw;
    }

    .recipe_sec .recipe_items ol li.tip {
        margin-bottom: 0;
    }

    .recipe_items .tip p:first-child {
        font-size: 4.267vw;
    }

    .recipe_items .tip p {
        font-size: 3.733vw;
    }

    .video_sec .video {
        width: 100%;
        height: 101.333vw;
    }

    .video_sec .video .video_sound {
        right: 2.667vw;
        bottom: 2.667vw;
        width: 10.667vw;
    }

    .video_sec .video .remark {
        font-size: 3.2vw;
    }
}
/*end of Summer Section*/

/*Enjoy Section*/
.sec_enjoy .enjoy_wrap {
    width: 100%;
}

.sec_enjoy .enjoy_wrap .enjoy_img {
    width: 50%;
}

.sec_enjoy .enjoy_wrap .enjoy_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sec_enjoy .enjoy_wrap .enjoy_text {
    position: relative;
    width: 50%;
    background: var(--blue-color04);
}

.sec_enjoy .enjoy_wrap .enjoy_text p {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
    position: absolute;
    top: 50%;
    left: -6%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sec_enjoy .enjoy_wrap .enjoy_text p span {
    font-size: 22px;
}

.capsule_cream {
    padding: 0 0 80px;
}

.creamcap_slide {
    width: 1080px;
    margin: 0 auto;
}

.creamcap_slide .slide-single .slick-slide {
    width: 268px;
    min-height: 896px;
}

.slide-single .cap {
    position: relative;
    margin-top: 100px;
}

.slide-single .cap:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -18px; 
    right: 0;
    width: 1px;
    height: 94%; 
    background-color: var(--pale-blue);
}

.slide-single .cap .main {
    width: 168px;
    margin: 0 auto 20px;
}

.slide-single .cap .new_cap {
    position: absolute;
    width: 78px;
    height: 78px;
    top: -7%;
    right: 5%;
    z-index: -1;
}

.slide-single .cap .ttl {
    font-size: 24px;
    font-weight: 700;
    color: var(--mod-color01);
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}

.slide-single .cap .txt_lg {
    font-size: 18px;
    font-weight: 600;
    color: var(--mod-color01);
    line-height: 1.5;
    text-align: center;
    margin-bottom: 25px;
}

.slide-single .cap .txt_sm {
    width: 227px;
    margin: 0 auto 25px;
    font-size: 14px;
    font-weight: 600;
    color: var(--mod-color01);
    line-height: 1.8;
}

.slide-single .cap .ttl_blue {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-color06);
    text-align: center;
    margin-bottom: 20px;
}

.slide-single .cap .sub_ttl_blue {
    font-size: 12px;
    font-weight: 700;
    color: var(--blue-color06);
    text-align: center;
    margin-bottom: 12px;
}

.slide-single .cap .subcap {
    width: 253px;
    margin: 0 auto 35px;
}

.slide-single .cap .demo {
    margin-bottom: 30px;
}

.slide-single .cap .demo ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.slide-single .cap .demo ul li {
    width: 77px;
    position: relative;
}

.slide-single .cap .demo ul li:after {
    content: "";
    background: url(/home/brands/dolce-gusto/sites/default/files/2024-06/img_arrow02.png) no-repeat top center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 10px;
    height: 20px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-single .cap .demo ul li:last-child:after {
    display: none;
}

.slide-single .cap .demo ul li img {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    cursor: pointer;
}

.slide-single .cap .demo ul li img:hover {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.btn_sec .purchase div {
    background: #3DA3E8;
    padding: 15px 20px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    max-width: 220px;
    margin: 0 auto 10px;
}

.btn_sec .purchase.anchor div {
    background: #5CC8AB;
}

.btn_sec .purchase div p {
    font-size: 16px;
    font-weight: 800;
    color: var(--white-color);
    line-height: 1.4;
    position: relative;
    text-align: center;
}

.btn_sec .purchase div p:before {
    content: "";
    width: 23px;
    height: 20px;
    background: url(/home/brands/dolce-gusto/sites/default/files/2024-06/icon_cart.png) center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn_sec .purchase.anchor div p:before {
    display: none;
}

.btn_sec .purchase div p:after {
    content: "";
    width: 8px;
    height: 13px;
    background: url(/home/brands/dolce-gusto/sites/default/files/2024-06/icon_arrow.png) center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .sec_enjoy .enjoy_wrap .enjoy_text p {
        font-size: 2.182vw;
        left: -1%;
    }

    .sec_enjoy .enjoy_wrap .enjoy_text p span {
        font-size: 1.818vw;
    }

    .capsule_cream {
        padding: 0 0 7.273vw;
    }

    .creamcap_slide {
        width: 98.182vw;
    }

    .creamcap_slide .slide-single .slick-slide {
        width: 24.364vw;
        min-height: 81.455vw;
    }

    .slide-single .cap {
        margin-top: 9.091vw;
    }

    .slide-single .cap:not(:last-child)::after {
        top: -1.636vw; 
        right: 0;
        width: 0.091vw;
        height: 94%;
    }

    .slide-single .cap .main {
        width: 15.273vw;
        margin: 0 auto 1.818vw;
    }

    .slide-single .cap .new_cap {
        width: 7.091vw;
        height: 7.091vw;
        top: -7%;
        right: 5%;
        z-index: -1;
    }

    .slide-single .cap .ttl {
        font-size: 2.182vw;
        margin-bottom: 1.818vw;
    }

    .slide-single .cap .txt_lg {
        font-size: 1.636vw;
        margin-bottom: 2.273vw;
    }

    .slide-single .cap .txt_sm {
        width: 20.636vw;
        margin: 0 auto 2.273vw;
        font-size: 1.273vw;
    }

    .slide-single .cap .ttl_blue {
        font-size: 1.455vw;
        margin-bottom: 1.818vw;
    }

    .slide-single .cap .sub_ttl_blue {
        font-size: 1.091vw;
        margin-bottom: 1.909vw;
    }

    .slide-single .cap .subcap {
        width: 23vw;
        margin: 0 auto 3.182vw;
    }

    .slide-single .cap .demo {
        margin-bottom: 2.727vw;
    }

    .slide-single .cap .demo ul li {
        width: 7vw;
        position: relative;
    }

    .slide-single .cap .demo ul li:after {
        width: 0.909vw;
        height: 1.818vw;
        right: -1.091vw;
    }

    .btn_sec .purchase div {
        padding: 1.364vw 1.818vw;
        -webkit-border-radius: 3.636vw;
        border-radius: 3.636vw;
        max-width: 20vw;
        margin: 0 auto 0.909vw;
    }

    .btn_sec .purchase div p {
        font-size: 1.455vw;
    }

    .btn_sec .purchase div p:before {
        width: 2.091vw;
        height: 1.818vw;
    }

    .btn_sec .purchase div p:after {
        width: 0.727vw;
        height: 1.182vw;
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .sec_enjoy .enjoy_wrap {
        flex-direction: column;
    }

    .sec_enjoy .enjoy_wrap .enjoy_img {
        width: 100%;
        display: flex;
    }

    .sec_enjoy .enjoy_wrap .enjoy_text {
        padding: 18.667vw 0;
        width: 100%;
    }

    .sec_enjoy .enjoy_wrap .enjoy_text p {
        font-size: 3.733vw;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .sec_enjoy .enjoy_wrap .enjoy_text p  span {
        font-size: 3.467vw;
    }

    .capsule_cream {
        padding: 0 0 8.125vw;
    }

    .creamcap_slide {
        width: 100%;
    }

    .creamcap_slide .slide-nav .slick-slide {
        width: 35.625vw;
        padding: 18.750vw 0 7.813vw;
        margin: 0 7.813vw;
        position: relative;
        opacity: 0.3;
        -webkit-transition: opacity .5s, transform .5s, -webkit-transform .5s;
           -moz-transition: opacity .5s, transform .5s, -webkit-transform .5s;
            -ms-transition: opacity .5s, transform .5s, -webkit-transform .5s;
             -o-transition: opacity .5s, transform .5s, -webkit-transform .5s;
                transition: opacity .5s, transform .5s, -webkit-transform .5s;
    }

    .creamcap_slide .slide-nav .slick-slide.slick-active {
         -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transition: opacity .5s, transform .5s, -webkit-transform .5s;
        -moz-transition: opacity .5s, transform .5s, -webkit-transform .5s;
        -ms-transition: opacity .5s, transform .5s, -webkit-transform .5s;
        -o-transition: opacity .5s, transform .5s, -webkit-transform .5s;
        transition: opacity .5s, transform .5s, -webkit-transform .5s;
        opacity: 1;
    }

    .creamcap_slide .slide-nav .slick-slide:last-child {
        margin-right: 0;
    }

    .creamcap_slide .slide-nav .slick-slide img {
        height: 100%;
        object-fit: contain;
    }

    .slide-nav .slick-arrow.slick-prev {
        width: 12.5vw;
        height: 12.5vw;
        background: url(/home/brands/dolce-gusto/sites/default/files/2025-06/icon_left_arrow.png) no-repeat top center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        top: auto;
        bottom: 0;
        left: 4.688vw;
        z-index: 2;
    }

    .slide-nav .slick-arrow.slick-next {
        width: 12.5vw;
        height: 12.5vw;
        background: url(/home/brands/dolce-gusto/sites/default/files/2025-06/icon_left_arrow.png) no-repeat top center;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: auto;
        bottom: 0;
        right: 4.688vw;
        z-index: 2;
    }

    .creamcap_slide .slide-nav .slick-slide .new_cap {
        position: absolute;
        width: 17.188vw;
        height: 17.188vw;
        top: 12%;
        right: -25%;
        z-index: -1;
    }

    .creamcap_slide .slide-single .slick-slide {
        width: 90.625vw;
        min-height: auto;
        margin: 4.688vw 4.688vw 0;
    }

    .slide-single .cap:not(:last-child)::after {
        display: none; 
    }

    .slide-single .cap .main {
        width: 51.25vw;
        margin: 0 auto 6.25vw;
    }

    .slide-single .cap .ttl {
        font-size: 7.344vw;
        margin-bottom: 5.469vw;
    }

    .slide-single .cap .txt_lg {
        font-size: 5.469vw;
        margin-bottom: 7.813vw;
    }

    .slide-single .cap .txt_sm {
        width: 71.875vw;
        margin: 0 auto 7.031vw;
        font-size: 4.219vw;
    }

    .slide-single .cap .ttl_blue {
        font-size: 4.844vw;
        margin-bottom: 7.813vw;
    }

    .slide-single .cap .sub_ttl_blue {
        font-size: 4.219vw;
        margin-bottom: 6.563vw;
    }

    .slide-single .cap .subcap {
        width: 71.875vw;
        margin: 0 auto 10.938vw;
    }

    .slide-single .cap .demo {
        margin-bottom: 10.938vw;
    }

    .slide-single .cap .demo ul li {
        width: 20.563vw;
        position: relative;
    }

    .slide-single .cap .demo ul li:nth-child(1),
    .slide-single .cap .demo ul li:nth-child(2) {
        margin-bottom: 4vw;
    }

    .slide-single .cap .demo ul li:after {
        width: 2.667vw;
        height: 5.333vw;
        right: -3.2vw;
    }

    .slide-single .cap .demo ul li img:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .btn_sec .purchase div {
        padding: 4vw 5.333vw;
        -webkit-border-radius: 10.667vw;
        border-radius: 10.667vw;
        max-width: 66.667vw;
        margin: 0 auto 2.667vw;
    }

    .btn_sec .purchase div p {
        font-size: 4.267vw;
    }

    .btn_sec .purchase div p:before {
        width: 6.133vw;
        height: 5.333vw;
    }

    .btn_sec .purchase div p:after {
        width: 2.133vw;
        height: 3.467vw;
    }
}
/*end of Enjoy Section*/

/*Modal*/
html.modalset {
    overflow: hidden;
}

.modal {
    background-color: rgb(255 255 255 / 80%);
}

.ice-modal-wrap {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    overflow: auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.ice-modal-wrap::-webkit-scrollbar {
    display: none;
}

.ice-modal-wrap:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}

.modal-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.modal-box {
    width: 100%;
    max-width: 840px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow-y: auto;
    padding: 12px;
    overflow: auto;
}

.modal-box.match {
    height: 100%;
}

.modal-contents {
    padding: 0;
    background: var(--white-color);
    background: rgba(255, 255, 255, 1);
    border-radius: 26px;
    text-align: left;
    padding: 60px;
}

.modal-contents-close {
    position: absolute;
    display: inline-block;
    width: 54px;
    top: 0;
    right: 0;
}

.modal-contents-close a {
    display: inline-block;
    width: 54px;
    height: 54px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("/home/brands/dolce-gusto/sites/default/files/2024-06/icon_close.png") top center / auto 100% no-repeat;
}

.shop_link_list {
    width: 100%;
}

.shop_link_list li {
    padding-bottom: 37px;
}

.shop_link_list li:last-child {
    padding-bottom: 0;
}

.shop_link_list li a {
    display: block;
    font-size: 1.68rem;
    line-height: 1;
    background: url(/home/brands/dolce-gusto/sites/default/files/2024-06/icon_cart.png) left 42px center / 42.3px auto no-repeat, #3da3e8 url(/home/brands/dolce-gusto/sites/default/files/2024-06/icon_link.png) right 18px center / 8.839px auto no-repeat;
    padding: 18px 0 18px 110px;
    border-radius: 32px;
    letter-spacing: .06em;
    color: var(--white-color);
}

/*SP*/
@media screen and (max-width: 767px) {
    .ice-modal-wrap {
        padding: 10vw 5.3vw;
    }

    .modal-box {
        max-width: initial;
        padding: 3.2vw;
    }

    .modal-contents {
        border-radius: 4vw;
        padding: 5.3vw;
    }

    .modal-contents-close {
        width: 7.46vw;
    }

    .modal-contents-close a {
        width: 7.46vw;
        height: 7.46vw;
    }

    .shop_link {
        padding-bottom: 8.933vw;
    }

    .shop_link a {
        font-size: 3.733vw;
        background: url(/home/brands/dolce-gusto/sites/default/files/2024-06/icon_cart.png) left 7.2vw center / 6.533vw auto no-repeat, #005EAF url(/home/brands/dolce-gusto/sites/default/files/2024-06/icon_link.png) right 3.3vw center / 1.6vw auto no-repeat;
        padding: 3vw 11.3vw 3vw 16.6vw;
        border-radius: 30vw;
        letter-spacing: .06em;
    }

    .shop_link_list li {
        padding-bottom: 5vw;
    }

    .shop_link_list li a {
        font-size: 3vw;
        background-size: 6.16vw auto, 1.33vw auto;
        background-position: left 6vw center, right 4vw center;
        padding: 2.3vw 0 2.3vw 15.3vw;
        border-radius: 30vw;
        letter-spacing: .06em;
    }
}
/*end of Modal*/


/* Capsule Section */
.sec_capsule {
    background: url(/home/brands/dolce-gusto/sites/default/files/2025-06/bg_capsules.jpg) no-repeat center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.slick-slide img {
    width: 100%;
}

.slick-slide img.only_sp {
    display: none;
}

.txt_detail_box {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.sliderwrapper {
    margin: 0 auto;
    width: 1080px;
    padding: 40px 0 100px;
}

#letstry_slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

#letstry_slider .slick-slide {
    text-align: center;
    margin: 0 10px;
}

#letstry_slider .slick-slide span {
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    opacity: .3;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

#letstry_slider .slick-slide img {
    height: auto;
    opacity: .3;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    width: 100%;
    margin: auto;
}

#letstry_slider .slick-center img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#letstry_slider .slick-center {
    position: relative;
}

#letstry_slider .slick-slide.slick-center span {
    opacity: 1;
}

#letstry_slider .slick-center::before {
    content: '';
    position: absolute;
    background: url(/home/brands/dolce-gusto/sites/default/files/2025-06/icon_shape.png) no-repeat center center;
    -webkit-background-size: 100% auto;
         -o-background-size: 100% auto;
            background-size: 100% auto;
    width: 277px;
    height: 288px;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}

#text-slider {
    margin: 60px auto 0;
    padding: 0;
    text-align: left;
}

#letstry_slider .slick-dots {
    bottom: auto;
    margin-top: 1.62rem;
}

#letstry_slider .slick-dots li button {
    background-color: transparent;
    width: 20px;
    height: 20px;
    outline: 0;
    position: relative;
    border-radius: 0;
}

#letstry_slider .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #CCC;
}

#letstry_slider .slick-dots li.slick-active button:before {
    background-color: #005EAF;
}

#letstry_slider .slick-arrow {
    position: absolute;
    top: 0;
    width: calc(33% - 20px);
    height: 100%;
    padding: 0;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    border: 0;
    z-index: 10;
}

#letstry_slider .slick-arrow.slick-prev {
    left: 0;
}

#letstry_slider .slick-arrow.slick-next {
    right: 0;
}

.capsuledetailsbox {
    color: #000;
}

.capsuledetailsbox .detailbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.capsuledetailsbox .detailbox .detailbox-photo {
    width: 52.3%;
}

.capsuledetailsbox .detailbox .detailbox-txt {
    width: 44%;
    position: relative;
    font-size: 1.16rem;
    line-height: 1.69;
}

.capsuledetailsbox .detailbox .detailbox-txt .makeimg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .only_pc {
        display: block;
    }

    #ice2024 {
        max-width: initial;
        max-width: auto;
    }

    #ice2024 .icon_new {
        top: -3.5%;
    }

    #ice2024 #iceBlend .ttl::after {
        top: -5%;
    }

    #ice2024 .iceblend_treatment {
        margin-top: 0;
    }

    .sliderwrapper {
        margin: 0 auto;
        width: 98.182vw;
        padding: 3.636vw 0 9.091vw;
    }

    #letstry_slider .slick-center::before {
        width: 25.182vw;
        height: 26.182vw;
        top: 2.727vw;
    }

    .txt_detail_box {
        font-size: 2vw;
    }

    #letstry_slider .slick-slide {
        margin: 0 0.909vw;
    }

    #letstry_slider .slick-slide span {
        padding-top: 0.909vw;
        font-size: 1.818vw;
    }

    #text-slider {
        margin: 5.455vw auto 0;
    }

    #letstry_slider .slick-dots {
        bottom: auto;
        margin-top: 1.62rem;
    }

    #letstry_slider .slick-dots li button {
        width: 1.818vw;
        height: 1.818vw;
    }

    #letstry_slider .slick-dots li button:before {
        top: 0.455vw;
        left: 0.455vw;
        width: 0.909vw;
        height: 0.909vw;
    }

    .capsuledetailsbox .detailbox .detailbox-photo {
        width: 52.3%;
    }

    .capsuledetailsbox .detailbox .detailbox-txt {
        width: 44%;
        font-size: 1.16rem;
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .only_pc {
        display: none;
    }

    .only_sp {
        display: block;
    }

    .wrapper {
        padding-top: 50px;
        min-width: 100%;
    }

    .box {
        display: block;
    }

    #ice2024 .bgparts.only_sp {
        display: inline-block;
    }

    #ice2024 .bgparts.only_pc {
        display: none;
    }

    .slick-slide img.only_pc {
        display: none;
    }

    .slick-slide img.only_sp {
        display: block;
    }

    .txt_detail_box {
        font-size: 3vw;
        margin-bottom: 9.375vw;
    }

    .sec_capsule {
        background: url(/home/brands/dolce-gusto/sites/default/files/2025-06/bg_capsules_sp.jpg) no-repeat center center;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }

    .sliderwrapper {
        width: 100%;
        padding: 10.938vw 0 15.625vw;
    }

    #letstry_slider {
        width: 100%;
    }

    #letstry_slider .slick-slide {
        text-align: center;
        margin: 0;
    }

    #letstry_slider .slick-slide span {
        padding-top: 1em;
        font-size: 2.533vw;
        line-height: 1.5;
        opacity: .3;
        -webkit-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

    #letstry_slider .slick-slide img {
        -webkit-transform: scale(.71);
        -ms-transform: scale(.71);
        transform: scale(.71);
    }

    #letstry_slider .slick-center img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    #letstry_slider .slick-slide.slick-center span {
        opacity: 1;
    }

    #letstry_slider .slick-center::before {
        width: 32.031vw;
        height: 33.594vw;
        top: 0.938vw;
    }

    #text-slider {
        margin: 6vw auto 0;
        padding: 0;
        text-align: left;

    }

    #letstry_slider .slick-dots {
        margin-top: 2.133vw;
    }

    #letstry_slider .slick-dots li button {
        width: 20px;
        height: 20px;
    }

    #letstry_slider .slick-dots li button:before {
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
    }

    #letstry_slider .slick-dots li.slick-active button:before {
        background-color: #005EAF;
    }

    #letstry_slider .slick-arrow {
        width: calc(33%);
        height: 100%;
    }

    .capsuledetailsbox {
        padding: 0 6.6vw;
    }

    .capsuledetailsbox .detailbox {
        display: block;
    }

    .capsuledetailsbox .detailbox .detailbox-photo {
        width: 100%;
        display: block;
        margin: 0 auto 4vw;
    }

    .capsuledetailsbox .detailbox .detailbox-txt {
        display: block;
        width: 100%;
        font-size: 2.6vw;
        line-height: 1.6;
    }

    #Letstry .letstry-content .capsuledetailsbox .detailbox .detailbox-txt p {
        padding-bottom: 6vw;
    }

    .capsuledetailsbox .detailbox .detailbox-txt .makeimg {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .ndgf-common-links .ndgf-pagetop.show {
        z-index: 999;
    }
}
/*end of Capsule Section*/

/*Banner*/
.banner_col02_01 {
    background: #29bdef;
}

.banner_col02_02 {
    background: #d95b36;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 100px;
} 

.banner_col02 .img_half_width,
.banner_col02 .banner_des {
    width: 50%;
}

.banner_col02_01 .img_half_width img {
    width: 100%;
}

.banner_col02_02 .img_half_width img {
    width: 50%;
}

.banner_col02 .banner_des {
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
}

.banner_col02 .banner_des h2 {
    font-size: 24px;
    color: var(--white-color);
    line-height: 1.2;
    margin-bottom: 20px;
}

.banner_col02 .banner_des p {
    font-size: 20px;
    color: var(--white-color);
    line-height: 1.8;
}

/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .banner_col02_02 {
        margin-bottom: 9.091vw;
    }

    .banner_col02 .banner_des h2 {
        font-size: 2.182vw;
        margin-bottom: 1.818vw;
    }

    .banner_col02 .banner_des p {
        font-size: 1.818vw;
    }
}

/*SP*/
@media screen and (max-width: 767px) {
    .banner_col02 {
        display: block;
    }

    .banner_col02_02 {
        margin-bottom: 0;
    } 

    .banner_col02 .img_half_width,
    .banner_col02 .banner_des {
        width: 100%;
    }

    .banner_col02_01 .banner_des {
        padding: 14.531vw 4.688vw;
    }

    .banner_col02_02 .banner_des {
        padding: 12.500vw 4.688vw;
    }

    .banner_col02 .banner_des h2 {
        font-size: 4.375vw;
        margin-bottom: 4.688vw;
    }

    .banner_col02 .banner_des p {
        font-size: 3.750vw;
        line-height: 2;
    }
}
/*end of Banner*/
