p{
    line-height: 175%;
}
.sp_none{
    display: none;
}
.main_visual{
    margin-top: 80px;
}
.content_area{
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 60px;
}
.main_txt h3{
    text-align: center;
    font-size: 16px;
    margin-bottom: 40px;
}
.main_txt p{
    font-family: var(--font_jp_top);
    line-height: 250%;
    font-size: 11px;
}
.product_area{
    margin-top: 80px;
}
.product_block h2{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.product_wrap_top .product_img_left{
    width: 90%;

    margin: 0 auto;
    margin-top: 40px;
}
.product_wrap_top .product_right{
max-width: 400px;
        margin: 0 auto;
    margin-top: 40px;
}
.product_img_left{
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}
.product_right{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.product_img_left_last{
    width: 75%;
}
.product_txtarea p{
    text-align: left;
    font-size: 11px;
}
.product_txtarea{
    margin-top: 40px;
}
.product_block_space{
    margin-top: 60px;
}
@media screen and (min-width: 768px) {
    .main_txt{
    text-align: center;
}
.content_area{
    margin-top: 80px;
}
    .main_txt p{
        font-size: 14px;
    }
    .product_area{
        margin-top: 100px;
    }
    .product_img_left{
        max-width: 500px;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}
.product_right{
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.product_wrap_top .product_right{
        max-width: 500px;
    width: 90%;
}
.product_img_left_last{
    width: 75%;
}
.product_right_last{
    width: 95%;
        max-width: 600px;
}
    .main_txt h3,.product_block h2{
        font-size: 18px;
    }
    .product_txtarea p{
        font-size: 12px;
    }
    .sp_none{
    display: block;
}
}
@media screen and (min-width: 1024px) {
        .main_visual{
        height: 85vh;
        max-height:700px;
        object-fit: cover;
        overflow: hidden;
    }
        .main_visual img{
        height: 100%;
        object-fit: cover;
         display: block;
         object-position: center;
    }
    .content_area{
        margin-top: 140px;
        max-width: 1024px;
    }
    .main_txt p{
        font-size: 16px;
        line-height: 200%;
    }
    .product_area{
        margin-top: 140px;
    }
    .main_txt h3,.product_block h2{
        font-size: 22px;
        text-align: left;
    }
    .main_txt h3{
        text-align: center;
    }
    .product_wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        margin-top: 60px;
    }
    .product_wrap_top{
        display: block;
        align-items: center; 
         justify-content:start;
        column-gap: 5%;
        
    }
        .product_wrap_top .product_img_left{ 
            margin-left: 0;
            margin-right: 0;
        }
        .product_wrap_top .product_right{
margin: 0;
margin-top: 20px;
        }
   .product_img_left,.product_right{
    margin-top: 0;
   }
    .product_wrap_top .product_img_left{
        width: 50%;
        max-width: none;
    }
    .product_wrap_top .product_right{
        max-width: none;
        width: 50%;
    }
    .product_img_left_last{
        width: 44%;
    }
    .product_right_last{
        width: 55%;
    }
    .product_txtarea p{
        font-size: 14px;
        line-height: 200%;
    }
    .product_block_space{
        margin-top: 80px;
    }
}

