.main-bg {
    background-image: url('../images/bg-mb.png');
    background-size: cover;
    padding-bottom: 60px;
    overflow: hidden;
}
@media screen and (min-width: 640px) {
    .main-bg {
        background-image: url('../images/bg-pc.png');
    }
}

.product-area::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
}
.product-img {
    margin: 0 -30px 0;
}

.product-content {
    position: relative;
    padding-bottom: 30px;
}

.product-detail {
    margin: 30px 0 30px;
    line-height: 1.7;
}
.product-feature {
    letter-spacing: 3px;
    line-height: 1.7;
    z-index: 1;
}
.product-title {
    margin: 0 0 8px;
    color: #0d6575;
}
.product-info {
    list-style: none;
    padding: 0;
}
.product-price {
    color: #ba2724;
    font-weight: bold;
}
.product-btn {
    display: flex;
    justify-content: center;
}

.product-feature-img {
    width: 180%;
    position: relative;
    left: -50%;
}
.camellia-seed-oil-tip{
    margin-top: 80px;
}
.camellia-seed-oil-tip:first-child{
    margin-top: 0px;
}
.camellia-seed-oil-tip p{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
}
.camellia-seed-oil-tip .small-font{
    margin-top: 30px;
    font-size: 15px;
}
.camellia-seed-oil-tip .small-font a{
    color: #000;
}
.camellia-seed-oil-report{
    position: relative;
}
.camellia-seed-oil-report a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 0%;
}
@media screen and (min-width: 640px) {
    .product-section {
        padding-top: 160px;
    }
    .product-feature-img {
        width: 120%;
        left: -35%;
    }
    .product-area {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        gap: 50px;
        padding-bottom: 70px;
    }
    .product-area::after {
        width: 150px;
        height: 3px;
    }
    .product-img {
        width: 40%;
        margin: 0;
        flex-shrink: 0;
    }
    .product-title {
        margin: 0;
    }
    .product-content {
        padding: 0;
    }
    .product-detail {
        margin-top: 0;
    }
    .product-feature-list {
        width: 300px;
        position: absolute;
        top: 80px;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .product-camellia-seed-oil .product-feature-img{
        width: 80%;
        top: 20%;
        left: -15%;
    }
    .product-camellia-seed-oil .product-feature-list {
        top: 0px;
    }
}

@media screen and (min-width: 1200px) {
    .product-title {
        font-size: 32px;
        letter-spacing: 5px;
    }
}
