.product_heading_text{
    max-width: 1100px;
    margin: 0 auto;
    width: 90vw; 
}
.product_heading_wrapper{
    max-width: 1100px;
    margin: 0 auto;
    width: 90vw;
    margin-top: 120px;
}
.product_heading_container01 .product_heading_wrapper{
    margin-top: 40px;
}
.product_heading_text p{
    font-size: 30px;
}
.product_img_first {
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #9e9e9e;
    min-height: 300px;
    max-height: 300px;
}
.pruduct_img_first{
    height: 280px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
}
.pruduct_img_first p{
    font-size: 40px;
    color: rgb(255, 255, 255);
}
@media(max-width:768px){
    .product_heading_wrapper{
        margin-top: 60px;
    }
    .product_heading_text p{
        font-size: 25px;
    }
    .pruduct_img_first{
        height: 380px;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
    }
    .pruduct_img_first p{
        font-size: 30px;
        color: rgb(255, 255, 255);
    }
}
.pruduct_img_first{
	background-image:url(http://ray.working-space.jp/wp-content/uploads/2025/05/back01.jpg);
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #9e9e9e;
}
.product_heading_container02 .pruduct_img_first{
    background-image:url(http://ray.working-space.jp/wp-content/uploads/2025/05/back02.jpg);
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #9e9e9e;
}
.product_flex_content_wrapper{
    max-width: 1100px;
    width: 90vw;
    margin: 0 auto;
    margin-top: 60px;
}
.product_flex_content{
    display: flex;
    gap:10px;
}
.product_flex01{
    width: 60%;
}
.product_flex02{
    width: 40%;
}
.swiper-wrapper .swiper-slide img{
    width: 100%;
    border-radius: 5px;
    max-height: 300px;
}
.product_flex01_p02{
    padding-top: 40px;
    font-size: 20px;
}
.swiper-button-next,
.swiper-button-prev {
    color: white !important;
    background-color: rgba(100, 100, 100, 0.4) !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.3s ease !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(60, 60, 60, 0.8) !important;
}
.swiper-pagination-bullet-active{
    background-color: rgba(237, 237, 237, 0.8) !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px !important;
}
@media(min-width:769px){
	p.product_flex01_p02_sp{
		display:none;
	}
}
@media(max-width:768px){
    .product_flex_content_wrapper{
        max-width: 1100px;
        width: 90vw;
        margin: 0 auto;
        margin-top: 60px;
    }
    .product_flex01_p02{
        padding-top: 20px;
    }
    .product_flex_content{
        flex-wrap: wrap;
    }
    .product_flex01{
        width: 100%;
    }
    .product_flex02{
        width: 100%;
    }
	p.product_flex01_p02{
		display:none;
	}
	p.product_flex01_p02_sp{
		padding-top: 20px;
		padding-bottom:20px;
	}
}