.om-product{

display:grid;

grid-template-columns:58% 38%;

gap:36px;

align-items:center;

padding:28px;

background:#fff;

border:1px solid #ece7de;

border-radius:10px;

box-shadow:0 8px 24px rgba(0,0,0,.05);

}

.om-product__image img{

display:block;

width:100%;

height:auto;

border-radius:8px;

}

.om-product__title{

font-size:30px;

line-height:1.45;

margin-bottom:18px;

font-family:"Yu Mincho","Hiragino Mincho ProN",serif;

color:#556B2F;

}

.om-product__catch{

font-size:22px;

line-height:1.6;

margin-bottom:20px;

color:#556B2F;

font-family:"Yu Mincho","Hiragino Mincho ProN",serif;

}

.om-product__lead{

font-size:15px;

line-height:1.9;

margin-bottom:28px;

color:#444;

}
.om-rating{

font-size:24px;
	
text-align:center;

margin-bottom:14px;
	
color:#ffd700;

}

/*==================================================
 Smartphone
==================================================*/

@media (max-width:768px){

.om-product{

display:block;

padding:20px;

margin:40px 0;

}

.om-product__image{

width:100%;

margin-bottom:20px;

}

.om-product__image img{

width:100%;

height:auto;

display:block;

}

.om-product__image-note{

display:flex;

flex-direction:column;

gap:8px;

margin-top:16px;

padding-top:16px;

border-top:1px solid var(--om-border);

}

.om-product h3.om-product__title{

font-size:30px !important;

line-height:1.35 !important;

margin-bottom:14px !important;

}
	
.om-product__body{

width:100%;

}

}