﻿
#page-product {
    margin-top: 0;
    padding-bottom: 60px;
    background: rgb(222,229,234);
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
    position: relative;
    background-position: center center;
}

#page-product .banner {
    width: 100%;
    height: 250px;
    background-image: url('../images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

    #page-product .banner:before {
        content: " ";
        background-color: rgba(0,0,0,.4);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

#page-product .content {
    display: flex;
}




    #page-product .product-title {
        position: relative;
        text-align: center;
        font-size: 30px;
        padding-top:100px;
        padding-bottom:60px;
        color:#444;
        letter-spacing:2px;
    }
    #page-product .product-title .text {
        position: relative;
    }
        #page-product .product-title .text::after {
            content: '「';
            position: absolute;
            left: -41px;
            top: -14px;
        }
        #page-product .product-title .text::before {
            content: '」';
            position: absolute;
            right: -41px;
            bottom: -14px;
        }

        #page-product .product-title .text-2 {
            margin-top: 60px;
            font-size: 20px;
            color: #777;
            letter-spacing: 1px;
        }
        #page-product .product-1-1 {
        }

        #page-product .product-1-1 .container {
            /*background-image: url(../images/product-1-1.jpg);*/
            background-repeat: no-repeat;
            width: 100%;
      
            background-position: 50%;
            background-size: cover;
        }

.buy-box{
    position:absolute;
    text-align:center;
    bottom:50px;
    left:calc(50% - 64px);
}
    .buy-box button {
        border: solid 1px #000;
        background-color: #000;
        color: #fff;
        padding: 5px 25px 5px 25px;
        border-radius: 2px;
        font-size: 16px;
        letter-spacing:3px;
    }