.detail_bnrgrp .left {
	float: left;
}
.detail_bnrgrp .right {
	float: right;
	width: 369px;
	border-top: 2px solid #8F8D8A;
}
.detail_bnrgrp .right img {
  width: 100%;
}

h1{
        color:#000000;
        font-size:2em;
        font-weight:bold;
}
.sns li{
display:inline-block;
width:120px;
}
.bnr_grp p{
margin:10px 0;
}
.s1 {
	color: #444;
	font-size: 24px;
	display: flex;
	align-items: center;
}
.s1:before, .s1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.s1:before {
	margin-right: .4em;
}
.s1:after {
	margin-left: .4em;
}
.clear {
	clear:both;
  	display:block;
  	width:100%;
	height:1px;
}
.deliv_bloc {
  background: #000;
  border-radius: 5px;
}
.deliv_bloc h3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 10px;
}
.deliv_bloc .date {
  background: #fff;
  text-align: center;
  width: 80%;
  font-size: 15px;
  padding: 10px 10px 5px;
  margin: 0 auto;
  border-radius: 4px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d1d1d1), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #d1d1d1);
  background: -moz-linear-gradient(#fff, #d1d1d1);
  background: -o-linear-gradient(#fff, #d1d1d1);
  background: -ms-linear-gradient(#fff, #d1d1d1);
  background: linear-gradient(#fff, #d1d1d1);
}
.deliv_bloc p.yl {
  color: #FFE14B;
  padding: 3% 7%;
  text-align:center;
}
.deliv_bloc .attention p {
  padding: 7px 5px 3px;
  line-height: 1.2;
  font-size: 0.9em;
}
.deliv_bloc .attention .icon {
  padding: 8px;
}
.deliv_bloc .attention {
  background: #EBECED;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ╲╲╲ 云竣卞ェ曰示正件 ╲╲╲ */
.product__fav-item {
    text-align: right;
  }
  
.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}
/* ╱╱╱ 云竣卞ェ曰示正件 ╱╱╱ */