/*共通項目上書き*/
.cwrap02{margin-bottom: 70px;background: #fff;}
#maincontents	{background: url("../images/bg2.png") repeat-y;background-size: 100% auto;}
#maincontents	.cwrap02:last-child{margin-bottom: 0;}

.pluswrap	{position:relative;padding: 48px 62px 48px 0;}

/*白ベースの中のWRAPとレイアウト*/
.plusitemblock	{overflow: hidden;}
/*商品写真*/.itemphoto	{float: left;width: 40%;}
/*タイトル*/.ttlelead	{float: right;width: 60%;}
/*特徴*/.feature	{float: right;width: 58%;margin-left: 2%;}
/*商品名 / カートボタン*/.iteminfo{float: right;width: 58%;margin-left: 2%}


/*商品写真*/
.itemphoto	{display: block;height: 100%;text-align: center;}
.itemphoto	span{display: block;width: 52.7%;margin: auto;}

/*pa PLUS　タイトル　追記*/
.ttlelead	h2{margin-bottom: 20px;}
.itemname	{font-size: 120%;font-weight: 400;}

/*特徴*/
.feature	{}

/*--特徴----------*/
.feature		{margin-bottom: 15px;}
.feature		dl{margin-bottom: 15px;}
.feature		dl:last-child{margin-bottom: 0;}

.feature		dt{margin-bottom: 5px;font-size: 20px;font-weight:400}
/*数字*/
.feature		dt	span{display: inline-block;width: 55px;color:#d5adcf;font-size: 25px;font-family: 'Montserrat', sans-serif;letter-spacing: 0.2em;}
.feature		dd{margin-left: 55px;line-height: 150%;}


@media screen and (max-width:815px){

.pluswrap	{position:relative;padding: 25px}

.iteminfo{display: block;}

.feature		dt{font-size: 17px;line-height: 155%;}/*ポイントより小さいfont-size: 18px;line-height: 155%;*/
.feature		dt	span{width: 40px;font-size: 18px;}
.feature		dd{margin: 0;font-size: 90%;}

}

@media screen and (max-width:768px){

.itemname	{font-size: 14px;font-weight: 300;}


/*フロート解除*/
.itemphoto,.ttlelead,.feature,.iteminfo	{float:none}

/*順入れ替え*/
/*タイトル*/.ttlelead	{order: 0;}
/*商品写真*/.itemphoto	{order: 1;}
/*特徴*/.feature	{order: 2;}
/*商品名 / カートボタン*/.iteminfo{order: 3;}

/*白ベースの中のWRAPとレイアウト*/
.plusitemblock	{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
/*タイトル*/.ttlelead	{-ms-flex-preferred-size: 100%;flex-basis: 100%;font-size: 12px;}
/*商品写真*/.itemphoto	{-ms-flex-preferred-size: 40%;flex-basis: 40%;}
/*特徴*/.feature	{-ms-flex-preferred-size: 60%;flex-basis: 60%;margin: 0 0 10px 0;font-size: 12px;}
/*商品名 / カートボタン*/.iteminfo{-ms-flex-preferred-size: 60%;flex-basis: 60%;margin: 0 0 0 40%;}

/*写真の大きさ*/
.itemphoto	{text-align: left;}
.itemphoto	span{width: 75%;}

.feature		dl		{margin-bottom: 10px;}
.feature		dt{margin: 0 0 5px 0;font-size: 12px;}
.feature		dt	span{width: 30px;font-size: 12px;line-height: 115%;}
.feature		dd{margin: 0;font-size: 12px;line-height: 115%;}

ul.kome	li{line-height: 110%;}
}

@media screen and (max-width:480px){
.pluswrap	{padding: 15px 10px 25px 10px}


}