@charset "utf-8";
/* CSS Document */
.product-bonbon-sec,
.product-sand-sec,
.product-alacarte-sec{
    padding: 50px 0;
}
@media screen and (min-width: 960px) {
    .product-alacarte-sec{
        padding-bottom: 100px;
    }
}

.sub-ttl-line{
    width: 100%;
    height:1px;
    background: #b4b4b4;
    display: block;
    margin-bottom: 10px;
}
.sub-ttl{
    margin-bottom: 15px;
}
.sec-img{
    padding-top: 50px;
    padding-bottom: 10px;
}
.sec-img > img{
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (min-width: 960px) {
     .sec-img{
       width: calc(600 / 1440 * 100%);
}
    product-alacarte-sec
}
.sub-ttl{
    margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
    
    .pc-flex{
        width: calc(350 / 1440 * 100%);
    }
    .sec-img{
        width: 100%;
    }
    .pr-pc-flex{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: calc(75 / 1440 * 100%);
    }
}
.gift-txt{
    padding-top: 50px;
    padding-bottom: 50px;
}
 .gift-img > img{
    margin: 0 auto;
     max-width: 100%;
     padding-top: 50px;
    }
@media screen and (min-width: 960px) {
.pr-gift{
    background-color: #444444;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gift-img{
    width: calc(310 / 1200 * 100%);
    }
    .gift-img > img{
    width: 100%;
    padding-top: 0px;
    }
.gift-txt{
    color: #d3d3d3;
    width: calc(532 / 1200 * 100%);
    padding: 0;
    }
}
.button-black{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 375px;
    width: 100%;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #d3d3d3;
    background-color: #444444;
    border-radius: 25px;
    color: #d3d3d3;
    font-size: 1em;
}

.button-black::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
    content: '';
}
.pr-sand,
.pr-alacarte{
    margin-bottom: 50px;
}
.insta > img{
    width: 20px;
    height: 20px;
}