@charset 'Shift_JIS';
/*---------------------------------------------------------------------------タイトル*/
h2.tit_1{
font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  position: relative;
  padding: 0.8em 0.5em 0.7em 1em;
  background: hsla(0,0%,40%,1.00);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/bg_img01.jpg);
  color: #FFFD00;
  border-bottom: solid 8px #00C71C;
 text-shadow: 3px 3px 0 #0067A8, -3px -3px 0 #0067A8, -3px 3px 0 #0067A8, 3px -3px 0 #0067A8, 0px 3px 0 #0067A8, 0 -3px 0 #0067A8, -3px 0 0 #0067A8, 3px 0 0 #0067A8;
}
.midashi-b {
font-size: 1.6rem;
  font-weight: bold;
  margin: 1em 0 2em;
  text-align: center;
  position: relative;
  padding: 0.3em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: solid 4px hsla(177,100%,26%,1.00);
  color: var(--point-color01);
}
/*---------------------------------------------------------------------------商品名*/
 h2.product-name {
  text-align: center;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  position: relative;
  color: #FF0000;
  padding: 0 0 0.5em 0;
}
/*--------------------------------------------------------------------------------おすすめポイント*/
.osusume-kakomi{
  background-color: #fff;
  border: 2px solid #f09199; /* 枠線の太さ・色 */
  box-shadow: 0 0 5px 2px #fce2c4 inset; /* 影の色 */
}
div.osusume-point {
  text-align: center;
  margin: 1em auto;
  font-weight: bold;
}
div.osusume-point div {
  font-size: var(--f-size-small);
  color: #D136AF;
}
div.osusume-point span {
  display: inline-block;
  padding: 0 1em;
  margin-right: 1em;
  background: #FFFD00;
}