

        /* ------------------cart01------------------ */

.cart01{
    max-width: 680px;
    margin: 0px auto;
    padding: 0 10px;
}

.cart01_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
}

.cart01_box p:nth-child(1){
    font-size: 2.4rem;
    font-weight: 600;
    grid-column: 1;
    grid-row: 1;
}


@media (max-width:680px){
    .cart01_box p:nth-child(1){
        font-size: 1.4rem;
    }
}


.cart01_box p:nth-child(2){
    font-size: 1.4rem;
    grid-column: 1;
    grid-row: 2;
}

.cart01_selectbox{
    margin: 0 0 0 auto;
    grid-column: 2;
    grid-row: 1 / span 2;
}

.cart01_box{
    background-color:#F6EFE8;;
    padding: 20px;
}

select{
    height: 70px;
    width: 100px;
    font-size: 1.8rem;
    padding: 20px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}


.cart01Btn{
    max-width: 780px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

@media (max-width:780px){
    
    .cart01Btn{
        margin: 0 0 40px auto;

    }
}

/* 数量指定していない場合は押せない */
.cart01Btn button{
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.03em;
    width: 80%;
    height: 70px;
    border-radius: 9999px;
    background-color: rgb(177, 177, 177);
    pointer-events: none;
}

@media  (max-width:780px){
    .cart01Btn button{
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 0.03em;
    width: 90%;
    height: 50px;
    border-radius: 9999px;
    background-color: rgb(177, 177, 177);
    pointer-events: none;
}
}

/* 数量指定後　押せるようになる */
.cart01Btn_active{
    background-color: #331d0f !important;
    pointer-events: auto !important;
}

/* cart01 selectbox allow */
    select{
        background-image: url(https://vibiby.itembox.design/item/skingear/sg002/cart01_img/cart01_allow.svg);
    }
    

/* 後で分離予定 */
.p_black{
    font-size: 2.4rem;
}

.p_black::before{
    content: "●";
    color: black;
    font-size: 1.8rem;
    vertical-align: middle;
}


.price_notice{
    color: #FC4242;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    width: 200px;
    height: 48px;
    background-color: white;
    border-radius: 5px;
    margin: 0 0 4px auto;
    animation: hukidashi 1s;
    filter: drop-shadow(0px 0px 5px gray);
}


.price_notice p{
    text-align: center;
    padding-top: 0.6rem;
}

.price_notice::after{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -22px;
    border: solid 12px transparent;
    border-top: solid 12px #ffffff;
    left: 46%;
}

@keyframes hukidashi {
    0%{
        transform: translateY(30%);
        opacity: 0;
    }

    100%{
        transform: translateY(0%);
        opacity: 1;
    }

}

.price_holder{
    display: flex;
    align-items: baseline;
    text-align: end;
    font-weight: 600;
}

.price_holder p{
    flex-grow: 1;
}

.discount_price{
    font-size: 4.8rem;
    color: #FC4242;
    text-align: center;
}

.price_holder span{
    font-size: 2.4rem;
}

.normal_price{
    font-size: 2.8rem;
}

.price_group{
    width: 70%;
    margin: 0 0 0 auto;
    padding: 20px 0;
}

.price_name{
    background: #d1d1d1;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing:.1em;
    padding: 2.4px; 
}

.price_name_changed{
    background: #FC4242;
    color: white;
}

.default_price_holder{
    display: flex;
    margin: 20px 0 40px auto;
    align-items: center;
    text-align: center;
}

.default_price_holder::before{
    content: "通常販売価格";
    background-color: #F6EFE8;
    color: #331d0f;
    padding: 10px;
    font-size: 1.4rem;
    font-weight: 600;
}

.default_price_holder p{
    font-size: 3.8rem;
    color: #331d0f;
    margin-left: 20px;
}

/* すべてを消すcss */

.default{
    display: none;
}

@media (max-width:780px){

    .normal_price{
        font-size: 2.4rem;
    }

    .discount_price{
        font-size: 3.8rem;
        color: #FC4242;
    }
    
    .price_holder span{
    font-size: 1.6rem;
    }

    .price_group{
        width: 100%;
    }

    .price_name{
        text-align: center;
        font-size: 1.3rem;
        letter-spacing: .03em;   
    }

    .default_price_holder{
        margin: 0;
        margin-bottom: 40px;
    }

}

/* 20250808  --購入制限 */

.cart01_alert{
    color:#FC4242;
    font-size: 18px;
    text-align: end;
}

@media (max-width:780px){
   .cart01_alert{
    font-size: 14px;
    } 
}

/* modalのスタイル */

.shipfreeandspeedy{
    display: flex;
    justify-content: flex-end;

}


.modal-shipping--notice {
    font-size: 10px;
}

.modal-shipping--shipfree {
    font-size: 18px;
    font-weight: 700;
}

.modal-shipping--cont p {
    text-align: justify;
}

.modal-shipping--cont h3 {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px dotted #331d0f;
    padding: 10px 0;
}

p.shipfreeandspeedy-t{
    letter-spacing: -.01em;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid #331d0f;
    /* ▼ 20250603 font-size追記　14pxから変更 */
    font-size: 16px;

}

.shipfreeandspeedy-t::before{
    content: "";
    background-image: url(https://vibiby.itembox.design/item/horizonwalk/hw001_a001/ico-shipping-b.svg);
    display: inline-block;
    height: 1.4rem;
    width: 1.4rem;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 1px;
}

a.inline{
    font-size: 10px;
    letter-spacing: 0em;
    text-decoration: underline;
}

    /*modal*/

    .modal {
        display: none;
    }

    .modaal-close:focus:after,
    .modaal-close:focus:before,
    .modaal-close:hover:after,
    .modaal-close:hover:before {
        background: #331d0f;
    }

    .modaal-close:after,
    .modaal-close:before {
        width: 2px;
        height: 40px;
    }

    .modaal-close:focus,
    .modaal-close:hover {
        background: none;
    }


    /* 20250603 fon-size:14→16pxに */
    a.inline {
        font-size: 16px;
        letter-spacing: 0em;
        text-decoration: underline;
        margin-right: 10px;
    }

    .modal-shipping--cont h3 {
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px dotted #331d0f;
        padding: 10px 0;
    }

    .modal-shipping--notice {
        font-size: 10px;
    }

    .modal-shipping--shipfree {
        font-size: 18px;
        font-weight: 700;
    }

    .modaal-container {
        color: #331d0f;
    }

    .modal-shipping--cont p {
        text-align: justify;
    }


    /* 分離予定 mb系 */
    .mb10{
        margin-bottom: 10px;
    }
    
    .mb40{
        margin-bottom: 40px;
    }

    .mb20{
        margin-bottom: 20px;
    }

    .mt80{
        margin-top: 80px;
    }

    .product-details-wrapper{
        max-width: 680px;
        margin: 0 auto;
    }
    
    @media screen and (max-width:780px){
      .product-details-wrapper{
        width: 90%;
      }      
    }

    /* cart_cta */

#cta_button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 640px;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
}

#cta_button button {
    width: 90%;
    position: static;
    background: linear-gradient(90deg, #D488AE, #E79661);
    padding: 10px;
    border-radius: 50vw;
    margin-bottom: 20px;
    font-size: 5rem;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-align: center;
    border: solid 3px white;
    box-shadow: 3px 3px 8px #ccd1d2;
}

#cta_button button::after {
    content: "　";
    background: url(https://vibiby.itembox.design//item/images/cta_button_allow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 3.2rem;
    vertical-align: middle;
    margin-left: 10px;
}

.cta_let1 {
    letter-spacing: 0.09em;
}

.cta_let2 {
    margin-left: -0.14em;
    letter-spacing: -0.05em;
}

@keyframes visible_op {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cta_button_visible {
    display: block !important;
    animation: visible_op 0.4s ease-in;
}


.shopping_attention {
    margin: 0 auto;
    display: flex;
}

.shopping_attention img {
    object-fit: contain;
}

.shopping_attention img:nth-child(1) {
    width: 28%;
}

.shopping_attention img:nth-child(2) {
    width: 22%;
    padding: 10px;
}

.shopping_attention img:nth-child(3) {
    width: 25%;
}

.shopping_attention img:nth-child(4) {
    width: 25%;
}

/* LP幅に合わせてブレイクポイント変更する */
@media (max-width: 640px) {
    #cta_button {
        width: 100%;
    }

    #cta_button button {
        font-size: 2.4rem;
        margin-bottom: 10px;
    }

    #cta_button button::after {
        font-size: 1.8rem;
        margin-left: 5px;
    }

    .shopping_attention {
        margin: 0 auto;
        display: flex;
    }
}

a.inline{
    margin-right: 0px;
}

.modal-shipping{
    display: block;
    margin: 20px 0px;
}
