<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* override */
.inner {
    display: block !important;
}
@media screen and (max-width: 768px) {
    .inner {
        width: 100%;
    }
}

.btn {
    position: relative;
    display: flex;
    padding: 20px 0;
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    background-color: #E061AF;
}
.btn.regular-btn-color {
    background: #E061AF;
}
.btn.regular-btn-color.close-btn {
    margin-top: 0;
    margin-bottom: 0;
    background: #999;
}
@media screen and (max-width: 768px) {
    .btn {
      margin: 0 auto;
      width: 100%;
      min-height: 50px;
      padding-top: 2px;
      padding-bottom: 2px;
      font-size: 16px;
      line-height: 50px;
    }
}

/* slider */
.cta-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
}
.cta-slide .box_cart {
    padding: 0px 40px 40px;
    background-color: transparent;
}
.cta-slide .box_cart__dtlwrp {
    padding: 30px 60px 40px;
}

div:not(.slick-track)&gt;.slide_item {
    position: absolute;
}
.cta-slide .slick-list {
    padding-top: 109px;
}
.cta-slide .slick-list::before {
    display: none !important;
}
.cta-slide.buy .slick-list {
    padding-top: 55px;
}
.cta-slide .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 1;
    display: block;
    width: 107px;
    height: 32px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid;
    color: #DE8ABB;
    font-size: 0;
}
.cta-slide .slick-arrow:hover {
    opacity: .5;
}
.cta-slide .slick-arrow::before {
    display: block;
    content: '';
    margin: 0 auto;
    width: 10px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.cta-slide .slick-arrow.slick-prev {
    right: 156px;
}
.cta-slide .slick-arrow.slick-prev::before {
    background-image: url(../image/add2309/icon_slide_prev.svg);
}
.cta-slide .slick-arrow.slick-next {
    right: 40px;
}
.cta-slide .slick-arrow.slick-next::before {
    background-image: url(../image/add2309/icon_slide_next.svg);
}
.cta-slide .slick-dots {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 0;
}
.cta-slide .slick-dots button {
    box-sizing: border-box;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #DE8ABB;
    border-radius: 50%;
    font-size: 0;
}
.cta-slide .slick-dots .slick-active button {
    background: rgba(222, 139, 187, .2);
}

@media screen and (max-width: 768px) {
    .cta-slide {
        width: 100vw;
        padding: 0;
    }
    .cta-slide .box_cart {
        padding: 0 15px;
    }
    .cta-slide .box_cart__dtlwrp {
        padding: 20px 20px 0;
    }
    .cta-slide .slick-list {
        padding: 102px 0 21px;
    }
    .cta-slide.buy .slick-list {
        padding: 52px 0 21px;
    }
    .cta-slide .slick-arrow {
        width: 64px;
        height: 32px;
    }
    .cta-slide .slick-arrow::before {
        width: 10px;
        height: 14px;
    }
    .cta-slide .slick-arrow.slick-prev {
        right: 94px;
    }
    .cta-slide .slick-arrow.slick-next {
        right: 20px;
    }
    .cta-slide .slick-dots {
        gap: 10px;
        margin-top: 20px;
    }
    .cta-slide .slick-dots button {
        width: 14px !important;
        height: 14px !important;
    }
}

.box_cartwrp {
    width: 100%;
}

.box_cart {
    width: 100%;
    padding: 32px 40px;
    background-color: #F1B5DA;
}
.box_cart .box_cart__inner {
    overflow: hidden;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}
.box_cart .box_cart__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-radius: 32px 32px 0 0;
    background-color: #F8D7EB;
    color: #E061AF;
    font-size: 24px;
    font-weight: bold;
}
.box_cart__dtlwrp {
    display: flex;
    padding: 30px 30px;
}
.box_cart__dtl img {
    width: 100%;
}
.box_cart .box_cart__img {
    padding-right: 60px;
    text-align: center;
}
.box_cart .box_cart__img img {
    width: 100%;
    max-width: 290px;
}

.box_cart .btn {
    width: 100%;
    max-width: none;
    margin: 15px 0;
    border-radius: 68px;
}
.box_cart__txt a,
.box_cart__txt label {
    color: #999;
    font-size: 16px;
}
.box_cart__txt a:hover,
.box_cart__txt label:hover {
    color: #999;
    text-decoration: none;
}

@media screen and (min-width:769px) {
    .box_cart__dtlwrp &gt; div {
        width: 50%;
    }
    .box_cart .box_cart__inner + .box_cart__inner {
        margin-top: 60px;
    }
    .box_cart__txt {
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .box_cart {
        padding: 30px 16px;
    }
    .box_cart .box_cart__inner {
        border-radius: 16px;
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    }
    .box_cart .box_cart__inner + .box_cart__inner {
        margin-top: 30px;
    }
    .box_cart .box_cart__ttl {
        min-height: 39px;
        border-radius: 16px 16px 0 0;
        font-size: 15px;
    }
    .box_cart__dtlwrp {
        width: 100%;
        padding: 16px 16px 0;
    }
    .box_cart__txt {
        text-align: right;
    }
    .box_cart__txt a,
    .box_cart__txt label {
        font-size: 12px;
    }
}

.box_cart__btn .annotation-text { 
	font-size: 12px; 
	text-align: center; 
	margin: 10px auto 0px auto !important; 
}</pre></body></html>